/*!
 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url(../libs/wow/animate.css);
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #F95738;
  color: #fff; }

::selection {
  background-color: #F95738;
  color: #fff; }

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  min-width: 400px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
  color: #212121; }

.noscroll {
  overflow: hidden;
  padding: 0 calc(17px - (100vw - 100%)) 0 0; }
  .noscroll.noscrollmenu {
    padding: 0; }
    .noscroll.noscrollmenu .header {
      padding: 0; }
  .noscroll.mobile {
    padding: 0; }
    .noscroll.mobile .header {
      padding-right: 0; }
  .noscroll .header {
    padding-right: calc(17px - (100vw - 100%)); }

.response {
  position: relative;
  z-index: 2; }

.errors-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: #da4c4c;
  padding: 20px;
  color: #fff;
  -webkit-animation: fade .25s ease;
          animation: fade .25s ease; }

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.section {
  padding: 30px 0; }
  @media (min-width: 576px) {
    .section {
      padding: 41px 0; } }
  @media (min-width: 1200px) {
    .section {
      padding: 71px 0; } }
  .section_dark {
    background-color: #5C6784; }
  .section_gray {
    background-color: #F4F6FC; }
  .section_green {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#0EA976), to(#039D6B));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(top, #0EA976 0%, #039D6B 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #0EA976 0%, #039D6B 100%); }
  .section_pt0 {
    padding-top: 0; }
  .section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .section__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0 -15px; } }
  .section__left {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .section__left {
        margin-bottom: 0;
        border: none;
        width: auto;
        padding: 0;
        position: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        overflow-y: inherit;
        height: auto;
        z-index: 9;
        background-color: transparent;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
        display: block;
        padding: 0 15px; } }
    @media (min-width: 1440px) {
      .section__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 338px;
                flex: 0 0 338px; } }
  @media (min-width: 992px) {
    .section__right {
      padding: 0 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      min-width: 1px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(92, 103, 132, 0.8);
  z-index: 3;
  display: none;
  -webkit-animation: fade .35s ease;
          animation: fade .35s ease; }

.overlay.active {
  display: block; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1270px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px; }
  @media (min-width: 1200px) {
    .row {
      margin: 0 -15px; } }
  .row_mb90 {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .row_mb90 {
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .row_mb90 {
        margin-bottom: 90px; } }

.col {
  padding: 0 7.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .col {
      padding: 0 15px; } }
  .col_mobfull {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 576px) {
      .col_mobfull {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 992px) {
      .col_mobfull {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .col_mobfull {
        padding: 0 15px; } }
  .col_mb {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .col_mb {
        margin-bottom: 30px; } }

.main {
  padding-top: 59px; }
  @media (min-width: 768px) {
    .main {
      padding-top: 72px; } }
  @media (min-width: 992px) {
    .main {
      padding-top: 86px; } }

.header {
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* .header__row */
  /* .header__left */
  /* .header__right */
  /* .header__menu */
  /* .header__social */
  /* .header__worktime */
  /* .header__btn */ }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__menu {
    margin-right: 20px; }
    @media (min-width: 1200px) {
      .header__menu {
        margin-right: 64px; } }
  .header__social {
    margin-right: 10px; }
    @media (min-width: 576px) {
      .header__social {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .header__social {
        margin-right: 30px; } }
  @media (min-width: 768px) {
    .header__worktime {
      margin-right: 20px; } }
  @media (min-width: 1200px) {
    .header__worktime {
      margin-right: 41px; } }
  .header__btn {
    display: none; }
    @media (min-width: 768px) {
      .header__btn {
        display: block; } }
  .header__toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 0;
    position: relative;
    z-index: 22;
    color: #212121;
    margin-left: 15px; }
    .header__toggle-menu:hover {
      text-decoration: none;
      color: #212121; }
    @media (min-width: 576px) {
      .header__toggle-menu {
        margin-left: 30px; } }
    @media (min-width: 992px) {
      .header__toggle-menu {
        display: none; } }
    .header__toggle-menu.on .header__toggle-line {
      background-color: transparent; }
    .header__toggle-menu.on .header__toggle-line::before {
      -webkit-transform: rotate(45deg) translate(2px, 5px);
          -ms-transform: rotate(45deg) translate(2px, 5px);
              transform: rotate(45deg) translate(2px, 5px);
      background-color: #212121;
      left: 3px; }
    .header__toggle-menu.on .header__toggle-line::after {
      -webkit-transform: rotate(-45deg) translate(2px, -5px);
          -ms-transform: rotate(-45deg) translate(2px, -5px);
              transform: rotate(-45deg) translate(2px, -5px);
      background-color: #212121;
      left: 3px; }
  .header__toggle-line {
    width: 35px;
    height: 1px;
    background-color: #212121;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .header__toggle-line:after, .header__toggle-line:before {
      content: '';
      width: 35px;
      height: 1px;
      background-color: #212121;
      position: absolute;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      left: 0; }
    .header__toggle-line:after {
      top: 5px; }
    .header__toggle-line:before {
      bottom: 5px; }

.logo {
  width: 110px; }
  @media (min-width: 576px) {
    .logo {
      width: 100px; } }
  @media (min-width: 1200px) {
    .logo {
      width: auto; } }
  .logo_footer {
    width: auto;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .logo_footer {
        margin-bottom: 0; } }

.menu {
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 23;
  padding: 30px 15px 30px 30px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  background-color: #fff;
  /* .menu__list */
  /* .menu__item */
  /* .menu__link */
  /* .menu__btn */
  /* .menu__item-svg */
  /* .menu__sub */
  /* .menu__sub-item */
  /* .menu__sub-link */ }
  @media (min-width: 576px) {
    .menu {
      width: 498px;
      padding: 36px 15px 30px 108px; } }
  @media (min-width: 992px) {
    .menu {
      width: auto;
      padding: 0;
      position: initial;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      overflow-y: inherit;
      height: auto;
      background-color: transparent; } }
  .menu.on {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .menu__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .menu__item {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden; }
    .menu__item.open .menu__item-svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (min-width: 768px) {
      .menu__item:not(:last-child) {
        margin-right: 10px; } }
    @media (min-width: 992px) {
      .menu__item {
        overflow: visible;
        margin-bottom: 0;
        padding: 19px 0; }
        .menu__item:hover .menu__link {
          color: #EE964B; }
        .menu__item:hover .menu__sub {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-animation: fade .4s ease-in-out;
                  animation: fade .4s ease-in-out; }
        .menu__item:hover .menu__item-svg {
          -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
                  transform: rotate(270deg);
          fill: #EE964B; } }
    @media (min-width: 1200px) {
      .menu__item:not(:last-child) {
        margin-right: 20px; } }
    @media (min-width: 1440px) {
      .menu__item:not(:last-child) {
        margin-right: 49px; } }
  .menu__link {
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    font-weight: 600;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out; }
    .menu__link:hover {
      color: #F95738;
      text-decoration: none; }
  @media (min-width: 768px) {
    .menu__btn {
      display: none; } }
  .menu__item-svg-block {
    position: absolute;
    right: 0;
    top: 0px; }
    @media (min-width: 992px) {
      .menu__item-svg-block {
        position: absolute;
        margin-left: 2px;
        display: inline-block;
        right: auto;
        top: auto; } }
  .menu__item-svg {
    width: 18px;
    height: 18px;
    fill: #000;
    -webkit-transition: fill .25s ease-out, -webkit-transform .25s ease-out;
    transition: fill .25s ease-out, -webkit-transform .25s ease-out;
    -o-transition: fill .25s ease-out, transform .25s ease-out;
    transition: fill .25s ease-out, transform .25s ease-out;
    transition: fill .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (min-width: 992px) {
      .menu__item-svg {
        width: 8px;
        height: 8px; } }
  .menu__sub {
    list-style-type: none;
    padding: 0;
    left: 0;
    margin: 0;
    -webkit-transition: max-height .25s ease-out, margin .25s ease-out;
    -o-transition: max-height .25s ease-out, margin .25s ease-out;
    transition: max-height .25s ease-out, margin .25s ease-out;
    max-height: 0;
    z-index: 50;
    padding-left: 10px; }
    @media (min-width: 992px) {
      .menu__sub {
        border-left: none;
        background-color: #fff;
        display: none;
        max-height: 0;
        padding: 30px;
        max-height: initial;
        min-width: 400px;
        position: absolute;
        top: 52px;
        -webkit-box-shadow: 0px 4px 10px rgba(22, 11, 2, 0.5);
                box-shadow: 0px 4px 10px rgba(22, 11, 2, 0.5);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-height: 250px; } }
  .menu__sub-item {
    padding: 8px 0;
    text-align: left;
    margin-right: 60px; }
    @media (min-width: 992px) {
      .menu__sub-item {
        padding: 10px 0; } }
  .menu__sub-link {
    font-size: 15px;
    line-height: 24px;
    color: #212121;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease; }
    .menu__sub-link:hover {
      text-decoration: none;
      color: #EE964B; }

.social {
  /* .social__row */
  /* .social__item */
  /* .social__img */ }
  .social__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .social__item:not(:last-child) {
    margin-right: 10px; }
  .social__item:hover {
    text-decoration: none; }
  .social__img {
    width: 20px; }
    @media (min-width: 576px) {
      .social__img {
        width: auto; } }

.phone {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #000; }
  .phone:hover {
    text-decoration: none;
    color: #000; }
  @media (min-width: 576px) {
    .phone {
      font-size: 18px; } }
  .phone_header {
    display: block;
    text-align: right; }

.time {
  font-size: 11px;
  line-height: 17px;
  color: #454545;
  font-weight: 500;
  text-align: right; }
  @media (min-width: 576px) {
    .time {
      font-size: 14px; } }

.mail {
  display: block;
  margin-bottom: 14px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #212121; }
  .mail:hover {
    text-decoration: none;
    color: #212121; }

.btn {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #F2994A;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out; }
  .btn:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8200), color-stop(51.56%, #F48C20), to(#EA9740));
    background: -o-linear-gradient(top, #FF8200 0%, #F48C20 51.56%, #EA9740 100%);
    background: linear-gradient(180deg, #FF8200 0%, #F48C20 51.56%, #EA9740 100%);
    opacity: 1;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out; }
  .btn:hover, .btn:active {
    text-decoration: none;
    color: #EE964B;
    background: transparent; }
    .btn:hover .btn__img, .btn:active .btn__img {
      fill: #EE964B; }
    .btn:hover:after, .btn:active:after {
      opacity: 0; }
  @media (min-width: 576px) {
    .btn {
      padding: 13px 15px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .btn {
      padding: 13px 38px; } }
  .btn_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn_start {
    display: block;
    text-align: center;
    padding: 20px 38px; }
  .btn_form {
    width: 100%;
    padding: 19px; }
  .btn__text {
    z-index: 2;
    position: relative; }
  .btn__img {
    fill: #fff;
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    margin-right: 10px;
    -webkit-transition: fill .25s ease-out;
    -o-transition: fill .25s ease-out;
    transition: fill .25s ease-out;
    z-index: 2;
    position: relative; }

.first {
  background-color: #5C6784;
  padding: 57px 0;
  /* .first__block */
  /* .first__left */
  /* .first__title */
  /* .first__subtitle */
  /* .first__fast */
  /* .first__img */ }
  @media (min-width: 576px) {
    .first__block {
      background-image: url("../images/dest/first.png");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 50%; } }
  @media (min-width: 768px) {
    .first__block {
      background-size: 60%; } }
  @media (min-width: 1200px) {
    .first__block {
      background-size: auto; } }
  .first__left {
    padding: 30px 0; }
    @media (min-width: 576px) {
      .first__left {
        padding: 77px 0;
        max-width: 502px; } }
    @media (min-width: 1200px) {
      .first__left {
        padding: 137px 0; } }
  .first__title {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .first__title {
        font-size: 32px;
        line-height: 54px;
        margin-bottom: 30px; } }
  .first__subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    max-width: 400px; }
  .first__fast {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .first__fast {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 17px; } }
  .first__img {
    max-width: 80%;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .first__img {
        display: none; } }

.title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .title {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 30px; } }
  .title_bold {
    font-weight: 700;
    line-height: 34px;
    max-width: 523px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .title_bold {
        line-height: 54px;
        margin-bottom: 39px; } }
  .title_white {
    color: #fff; }
  .title_example {
    display: none; }
    @media (min-width: 576px) {
      .title_example {
        display: block; } }
  @media (min-width: 576px) {
    .title_example-mobile {
      display: none; } }

.subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .subtitle {
      font-size: 16px;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .subtitle {
      font-size: 18px;
      line-height: 28px; } }
  .subtitle_white {
    color: #fff; }

.about {
  /* .about__text */
  /* .about__item-arrow */
  /* .about__item-arrow-img */
  /* .about__item-arrow-num */
  /* .about__item-arrow-text */
  /* .about__lk */
  /* .about__lk-row */
  /* .about__lk-col */
  /* .about__lk-item */
  /* .about__lk-item */ }
  .about__text {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #212121; }
  .about__text_mt {
    margin: 60px 0; }
  .about__item-arrow {
    position: relative; }
  .about__item-arrow-img {
    display: none; }
    @media (min-width: 992px) {
      .about__item-arrow-img {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px; } }
  .about__item-arrow-num {
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    margin-bottom: 10px;
    color: #5C6784; }
  .about__item-arrow-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #212121; }
    @media (min-width: 1200px) {
      .about__item-arrow-text {
        font-size: 16px; } }
  @media (min-width: 768px) {
    .about__lk-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -7.5px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .about__lk-row {
      margin: 0 -15px; } }
  .about__lk-col {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .about__lk-col {
        padding: 0 7.5px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .about__lk-col:not(:last-child) {
          margin-bottom: 15px; }
        .about__lk-col:nth-child(9) {
          margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .about__lk-col {
        padding: 0 15px; }
        .about__lk-col:not(:last-child) {
          margin-bottom: 30px; } }
  .about__lk-item {
    background-color: #fff;
    padding: 14px 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .about__lk-item {
        padding: 14px; } }
    @media (min-width: 1200px) {
      .about__lk-item {
        padding: 14px 24px; } }
  .about__lk-item-svg {
    width: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    height: 15px;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .about__lk-item-svg {
        margin-right: 15px; } }

.about-item {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 10px;
  /* .about-item__top */
  /* .about-item__svg */
  /* .about-item__title */
  /* .about-item__subtitle */ }
  .about-item__top {
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .about-item__top {
        margin-bottom: 30px; } }
  .about-item__svg {
    height: 60px;
    width: 60px;
    fill: #5C6784; }
  .about-item__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
    text-align: center;
    min-height: 60px; }
    @media (min-width: 576px) {
      .about-item__title {
        min-height: 40px; } }
    @media (min-width: 1200px) {
      .about-item__title {
        font-size: 15px;
        line-height: 28px;
        min-height: 56px; } }
    @media (min-width: 1440px) {
      .about-item__title {
        font-size: 16px; } }
  .about-item__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #878787;
    text-align: center;
    min-height: 80px; }
    @media (min-width: 576px) {
      .about-item__subtitle {
        min-height: initial; } }
    @media (min-width: 1200px) {
      .about-item__subtitle {
        font-size: 14px;
        line-height: 24px; } }

.more-item {
  background: #fff;
  padding: 15px;
  min-height: 194px;
  border-radius: 5px;
  /* .more-item__svg */
  /* .more-item__title */
  /* .more-item__text */ }
  @media (min-width: 1200px) {
    .more-item {
      padding: 20px;
      min-height: 201px; } }
  .more-item__svg {
    height: 40px;
    width: 40px;
    fill: #EE964B;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .more-item__svg {
        margin-bottom: 15px; } }
  .more-item__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    min-height: 40px; }
    @media (min-width: 576px) {
      .more-item__title {
        min-height: initial;
        line-height: 24px; } }
    @media (min-width: 1200px) {
      .more-item__title {
        font-size: 16px; } }
  .more-item__text {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 100px; }
    @media (min-width: 576px) {
      .more-item__text {
        min-height: initial; } }
    @media (min-width: 1200px) {
      .more-item__text {
        font-size: 15px;
        line-height: 24px; } }
    @media (min-width: 1440px) {
      .more-item__text {
        font-size: 16px; } }

.start {
  background-color: #5C6784;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 90px;
  /* .start__row */
  /* .start__left */
  /* .start__title */
  /* .start__text */
  /* .start__right */ }
  @media (min-width: 576px) {
    .start {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .start {
      padding: 32px 60px; } }
  @media (min-width: 992px) {
    .start__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .start__left {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .start__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 605px;
                flex: 0 0 605px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .start__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 665px;
                flex: 0 0 665px; } }
  .start__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .start__title {
        font-size: 28px;
        line-height: 51px;
        font-weight: 600; } }
  .start__text {
    font-size: 16px;
    color: #fff; }
    @media (min-width: 576px) {
      .start__text {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .start__right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.example {
  /* .example__row */
  /* .example__left */
  /* .example__right */
  /* .example__title */
  /* .example__text */
  /* .example__link */ }
  @media (min-width: 992px) {
    .example__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .example__left {
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .example__left {
        max-width: 435px; } }
    @media (min-width: 992px) {
      .example__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 435px;
                flex: 0 0 435px;
        margin: 0;
        margin-right: 30px; } }
    @media (min-width: 1200px) {
      .example__left {
        margin-right: 109px; } }
  .example__title {
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    color: #000;
    margin-bottom: 20px; }
  .example__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #454545;
    margin-bottom: 30px; }
  .example__link {
    margin-bottom: 15px;
    display: inline-block; }
    .example__link:not(:last-child) {
      margin-bottom: 15px; }
    @media (min-width: 576px) {
      .example__link {
        display: inline-block;
        margin-bottom: 0; }
        .example__link:not(:last-child) {
          margin-right: 15px; } }
  .example__link-img {
    width: 150px; }
    @media (min-width: 1200px) {
      .example__link-img {
        width: auto; } }

.slider {
  position: relative;
  /* .slider__block */
  /* .slider__item */
  /* .slider__img */
  /* .slider__btn */
  /* .slider__btn-item */
  /* .slider__btn-item_prev */
  /* .slider__btn-item-svg */
  /* .slider__btn-item_next */ }
  .slider:after {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    background-color: #5F6A89;
    border-radius: 50%;
    z-index: -1;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    display: block; }
  @media (min-width: 576px) {
    .slider:after {
      left: calc(50% - 180px);
      top: calc(50% - 217px);
      left: 0;
      height: 435px;
      width: 435px; } }
  .slider__item {
    text-align: center; }
  .slider__img {
    width: 200px; }
    @media (min-width: 576px) {
      .slider__img {
        width: 249px; } }
  .slider__btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #F4F6FC;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 23px);
    cursor: pointer; }
  .slider__btn-item_prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 20px; }
  .slider__btn-item-svg {
    width: 12px;
    height: 20px; }
  .slider__btn-item_next {
    right: 20px; }

.tarif-subtitle {
  margin-bottom: 40px;
  /* .tarif-subtitle__text */
  /* .tarif-subtitle__type */
  /* .tarif-subtitle__year */
  /* .tarif-subtitle__discount */ }
  @media (min-width: 576px) {
    .tarif-subtitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .tarif-subtitle__text {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: 700;
    margin-right: 28px;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .tarif-subtitle__text {
        margin-bottom: 0; } }
  .tarif-subtitle__type {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: underline;
    color: #212121;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #dedede;
    margin-right: 10px;
    border-radius: 5px; }
    .tarif-subtitle__type.active {
      display: inline-block;
      color: #fff;
      background-color: #5C6784;
      text-decoration: none; }
    @media (min-width: 576px) {
      .tarif-subtitle__type {
        padding: 10px 26px; } }
  .tarif-subtitle__year {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background-color: #5C6784;
    border-radius: 5px;
    padding: 10px 26px;
    margin-right: 20px; }
  .tarif-subtitle__discount {
    display: none;
    padding: 10px 26px;
    border-radius: 5px;
    background-color: rgba(14, 169, 118, 0.2);
    font-size: 16px;
    line-height: 26px;
    color: #000; }

.tarif {
  margin-bottom: 30px;
  /* .tarif__row */
  /* .tarif__col */
  /* .tarif__text */
  /* .tarif-item */ }
  @media (min-width: 576px) {
    .tarif {
      margin-bottom: 70px; } }
  .tarif_mb0 {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .tarif__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -7.5px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .tarif__col {
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .tarif__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 7.5px; } }
    @media (min-width: 992px) {
      .tarif__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .tarif__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
  .tarif__text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4f4f4f; }

.tarif-item {
  padding: 20px;
  background-color: #ffff;
  border-radius: 10px;
  height: 100%;
  /* .tarif-item__title */
  /* .tarif-item__title-block */
  /* .tarif-item__count */
  /* .tarif-item__price-mounth */
  /* .tarif-item__price-year */
  /* .tarif-item__save-text */
  /* .tarif-item__save */
  /* .tarif-item__check */
  /* .tarif-item__check-svg */
  /* .tarif-item__btn */
  /* .tarif-item__30days */
  /* .tarif-item__arrow-btn */
  /* .tarif-item__list */
  /* .tarif-item__list-item */
  /* .tarif-item__arrow-btn */ }
  @media (min-width: 1200px) {
    .tarif-item {
      padding: 20px 10px; } }
  .tarif-item_1 {
    border-top: 2px solid #5C6784; }
  .tarif-item_2 {
    border-top: 2px solid #EE964B; }
  .tarif-item_3 {
    border-top: 2px solid #F95738; }
  .tarif-item_4 {
    border-top: 2px solid #0EA976; }
  .tarif-item_modal {
    background-color: transparent;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .tarif-item_modal {
        padding: 40px 30px; } }
  .tarif-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #212121;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .tarif-item__title {
        font-size: 18px;
        line-height: 28px; } }
  .tarif-item__title_btn {
    cursor: pointer; }
  .tarif-item__title-block {
    position: relative; }
  .tarif-item__count {
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 20px; }
    .tarif-item__count span {
      color: #5C6784;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px; }
    .tarif-item__count p {
      display: inline; }
  .tarif-item__price-mounth {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px; }
    .tarif-item__price-mounth span {
      color: #000;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px; }
  .tarif-item__price-year {
    color: #454545;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px; }
  .tarif-item__save-text {
    margin-bottom: 30px;
    -webkit-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    font-weight: 600;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .tarif-item__save-text {
        margin-bottom: 39px; } }
  .tarif-item__save {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: max-height .25s ease-out, margin .25s ease-out, opacity .25s ease-out;
    -o-transition: max-height .25s ease-out, margin .25s ease-out, opacity .25s ease-out;
    transition: max-height .25s ease-out, margin .25s ease-out, opacity .25s ease-out; }
  .tarif-item__save_4 {
    font-weight: 600; }
  .tarif-item__check {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #212121;
    margin-bottom: 15px; }
    .tarif-item__check:last-child {
      margin-bottom: 20px; }
  .tarif-item__check-svg {
    max-width: 15px; }
  .tarif-item__btn {
    border-radius: 5px;
    background-color: #5C6784;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px;
    text-align: center;
    display: block;
    border: 1px solid #5C6784;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out;
    margin-bottom: 14px; }
    .tarif-item__btn:hover {
      text-decoration: none;
      color: #5C6784;
      background-color: transparent; }
    @media (min-width: 992px) {
      .tarif-item__btn {
        font-size: 14px;
        line-height: 26px; } }
    @media (min-width: 1440px) {
      .tarif-item__btn {
        padding: 10px 5px; } }
  .tarif-item__30days {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #454545; }
  .tarif-item__arrow-btn {
    margin-left: 10px; }
  .tarif-item__list {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    padding: 0px 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .25s ease-out, padding .25s ease-out;
    -o-transition: max-height .25s ease-out, padding .25s ease-out;
    transition: max-height .25s ease-out, padding .25s ease-out; }
    .tarif-item__list.open {
      padding: 10px 20px; }
  .tarif-item__list-item {
    cursor: pointer; }
    .tarif-item__list-item.active {
      color: #F95738; }

.dopservice {
  /* .dopservice__item */
  /* .dopservice__item-title */
  /* .dopservice__item-text */ }
  .dopservice__item {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px; }
    @media (min-width: 1200px) {
      .dopservice__item {
        padding: 14px 20px; } }
    @media (min-width: 1440px) {
      .dopservice__item {
        padding: 14px 24px; } }
  .dopservice__item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px; }
    .dopservice__item-title span {
      display: inline; }
    @media (min-width: 992px) {
      .dopservice__item-title span {
        display: block; } }
    @media (min-width: 1200px) {
      .dopservice__item-title {
        margin-bottom: 20px; } }
  .dopservice__item-text {
    font-size: 500px;
    font-size: 14px;
    line-height: 20px;
    color: #454545; }
    @media (min-width: 576px) {
      .dopservice__item-text {
        min-height: 60px; } }
    @media (min-width: 1200px) {
      .dopservice__item-text {
        font-size: 16px;
        line-height: 24px;
        min-height: 72px; } }

.footer {
  padding: 30px 0;
  /* .footer__row */
  /* .footer__left */
  /* .footer__copy */
  /* .footer__region */
  /* .footer__center */
  /* .footer__center-top */
  /* .footer__center-link */
  /* .footer__center-bot */
  /* .footer__center-app */
  /* .footer__center-app-img */
  /* .footer__right */ }
  @media (min-width: 576px) {
    .footer {
      padding: 60px 0; } }
  @media (min-width: 576px) {
    .footer__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__left {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .footer__left {
        margin-bottom: 0; } }
  .footer__copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #454545;
    margin-bottom: 5px;
    margin-top: 10px;
    display: none; }
    @media (min-width: 576px) {
      .footer__copy {
        display: block; } }
  .footer__copy_mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__copy_mobile {
        display: none; } }
  .footer__region {
    font-size: 14px;
    line-height: 17px;
    color: #212121;
    font-weight: 400;
    display: none; }
    @media (min-width: 576px) {
      .footer__region {
        display: block; } }
  .footer__region_mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__region_mobile {
        display: none; } }
  .footer__center-top {
    margin-bottom: 30px; }
  .footer__center-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #212121;
    margin-bottom: 10px; }
    .footer__center-link:hover {
      color: #212121; }
    @media (min-width: 576px) {
      .footer__center-link {
        display: inline;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .footer__center-link {
        margin-right: 30px; } }
  .footer__center-app {
    margin-bottom: 10px;
    display: inline-block; }
    @media (min-width: 576px) {
      .footer__center-app {
        display: inline-block; }
        .footer__center-app:not(:last-child) {
          margin-right: 10px; } }
  .footer__center-app-img {
    width: 150px; }
  @media (min-width: 576px) {
    .footer__right {
      text-align: right; } }
  .footer__phone {
    display: none; }
    @media (min-width: 576px) {
      .footer__phone {
        display: block; } }
  .footer__phone_mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__phone_mobile {
        display: none; } }
  .footer__mail {
    display: none; }
    @media (min-width: 576px) {
      .footer__mail {
        display: block; } }
  .footer__mail_mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__mail_mobile {
        display: none; } }
  .footer__time {
    display: none;
    text-align: left; }
    @media (min-width: 576px) {
      .footer__time {
        display: block; } }
  .footer__time_mobile {
    display: block; }
    @media (min-width: 576px) {
      .footer__time_mobile {
        display: none; } }

.modal {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: rgba(92, 103, 132, 0.8);
  top: 0;
  left: 0;
  z-index: 23;
  -webkit-transition: height 0s .25s ease-out, opacity .25s ease-out;
  -o-transition: height 0s .25s ease-out, opacity .25s ease-out;
  transition: height 0s .25s ease-out, opacity .25s ease-out;
  overflow-y: scroll; }
  .modal.opacity {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0s ease-out, opacity .25s ease-out;
    -o-transition: height 0s ease-out, opacity .25s ease-out;
    transition: height 0s ease-out, opacity .25s ease-out; }
    @media (min-width: 1200px) {
      .modal.opacity {
        padding: 0 calc(17px - (100vw - 100%)) 0 0; } }
  .modal.mobile {
    padding: 0; }

.modal-success__img {
  fill: #5C6784;
  margin-bottom: 20px; }

.modal-success__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #000; }
  @media (min-width: 576px) {
    .modal-success__text {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .modal-success__text {
      font-size: 18px;
      line-height: 28px; } }

.modal-content {
  margin: 0;
  z-index: 999;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  overflow: auto;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  /* .modal-content__close */
  /* .modal-content__row */
  /* .modal-content__left */
  /* .modal-content__right */
  /* .modal-content__right-block */ }
  .modal-content.success {
    margin: 0;
    height: 0;
    opacity: 0; }
  @media (min-width: 576px) {
    .modal-content {
      margin: 8% auto;
      max-width: 1270px;
      height: auto;
      width: 100%; } }
  .modal-content_success {
    margin: 0;
    height: 0;
    opacity: 0;
    max-width: 500px;
    text-align: center;
    padding: 60px 30px 30px 30px; }
    .modal-content_success.success {
      margin: 0;
      width: 100vw;
      height: 100vh;
      opacity: 1;
      -webkit-transition: opacity .25s ease-out, height .25s ease-out, margin .25s ease-out;
      -o-transition: opacity .25s ease-out, height .25s ease-out, margin .25s ease-out;
      transition: opacity .25s ease-out, height .25s ease-out, margin .25s ease-out; }
      @media (min-width: 576px) {
        .modal-content_success.success {
          margin: 8% auto;
          max-width: 500px;
          height: auto;
          width: 100%; } }
  .modal-content__close {
    position: absolute;
    cursor: pointer;
    top: 27px;
    right: 14px;
    padding: 15px 0;
    z-index: 2; }
    .modal-content__close:before, .modal-content__close:after {
      content: '';
      width: 35px;
      height: 1px;
      display: block;
      background-color: #000; }
    .modal-content__close:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal-content__close:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media (min-width: 576px) {
      .modal-content__close {
        top: 15px;
        right: 10px; } }
  @media (min-width: 992px) {
    .modal-content__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .modal-content__left {
    background-color: #DDE2F2; }
    @media (min-width: 992px) {
      .modal-content__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 333px;
                flex: 0 0 333px; } }
    @media (min-width: 1440px) {
      .modal-content__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 403px;
                flex: 0 0 403px; } }
  @media (min-width: 992px) {
    .modal-content__right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-height: 1px; } }
  .modal-content__right-block {
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .modal-content__right-block {
        padding: 40px 30px; } }

.form {
  /* .form__title */
  /* .form__row */
  /* .form__col */
  /* .form__block */
  /* .form__label */
  /* .form__input */
  /* .form__checkbox-title */
  /* .form__checbox-row */
  /* .form__checbox-col */
  /* .form__checbox-item */
  /* .form__checbox */
  /* .form__checbox-label */ }
  .form__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212121; }
  @media (min-width: 576px) {
    .form__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -7.5px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .form__row {
      margin: 0 -15px; } }
  .form__col {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .form__col {
        padding: 0 7.5px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 768px) {
      .form__col {
        padding: 0 15px; } }
  .form__label {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #5C6784;
    margin-bottom: 10px;
    display: block; }
    @media (min-width: 576px) {
      .form__label {
        margin-bottom: 20px; } }
  .form__input {
    border: 1px solid #5C6784;
    border-radius: 5px;
    width: 100%;
    padding: 11px;
    outline: 0; }
  .form__checkbox-title {
    margin-bottom: 20px; }
  .form__checbox-row {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .form__checbox-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (min-width: 576px) {
    .form__checbox-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .form__checbox-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  .form__checbox-item {
    margin-right: 30px; }
  .form__checbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .form__checbox:checked + .form__checbox-label::before {
      border-color: #0EA976;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230EA976' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .form__checbox-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #343a40; }
    .form__checbox-label:before {
      content: '';
      background-color: #DDE2F2;
      display: inline-block;
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      border: 1px solid #DDE2F2;
      margin-right: 13px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .form__privacy {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #878787; }
    .form__privacy a {
      color: #5C6784;
      text-decoration: underline; }
      .form__privacy a:hover {
        text-decoration: none; }

.news {
  /* .news__row */
  /* .news__col */ }
  .news__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .news__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }

.news-item {
  background-color: #fff;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  /* .news-item__img */
  /* .news-item__img-block */
  /* .news-item__content */
  /* .news-item__date */
  /* .news-item__title */
  /* .news-item__excerpt */ }
  .news-item:hover {
    text-decoration: none; }
  .news-item__content {
    padding: 15px 10px; }
    @media (min-width: 1200px) {
      .news-item__content {
        padding: 20px 10px; } }
    @media (min-width: 1440px) {
      .news-item__content {
        padding: 25px 15px; } }
  .news-item__date {
    font-size: 14px;
    line-height: 17px;
    color: #555;
    margin-bottom: 10px; }
  .news-item__title {
    color: #212121;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    max-height: 72px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 600; }
  .news-item__excerpt {
    color: #878787;
    font-size: 14px;
    line-height: 22px; }
    .news-item__excerpt p {
      margin: 0; }

.breadcrumb-block {
  padding: 20px 0;
  background-color: #F4F6FC; }
  @media (min-width: 576px) {
    .breadcrumb-block {
      padding: 40px 0; } }

.breadcrumb {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  padding: 0;
  position: relative; }
  @media (min-width: 576px) {
    .breadcrumb {
      font-size: 16px; } }
  .breadcrumb__link {
    color: #212121; }
    .breadcrumb__link:after {
      content: '-';
      margin: 0 5px; }
    .breadcrumb__link:hover {
      text-decoration: none;
      color: #5C6784; }
      .breadcrumb__link:hover:after {
        color: #212121; }
  .breadcrumb__item_active {
    color: #5C6784; }

.qa-item {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  width: 100%;
  -webkit-transition: border-color .25s ease-out, -webkit-box-shadow .25s ease-out;
  transition: border-color .25s ease-out, -webkit-box-shadow .25s ease-out;
  -o-transition: box-shadow .25s ease-out, border-color .25s ease-out;
  transition: box-shadow .25s ease-out, border-color .25s ease-out;
  transition: box-shadow .25s ease-out, border-color .25s ease-out, -webkit-box-shadow .25s ease-out; }
  .qa-item:hover {
    border-color: transparent; }
  .qa-item.open {
    border-color: transparent; }
    .qa-item.open .qa-item__plus:before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  @media (min-width: 576px) {
    .qa-item {
      padding: 30px; } }
  .qa-item__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .qa-item__plus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    position: relative;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .qa-item__plus:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      background-color: #000; }
    .qa-item__plus:before {
      content: '';
      position: absolute;
      height: 15px;
      width: 1px;
      background-color: #000;
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      -o-transition: transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease; }
    @media (min-width: 576px) {
      .qa-item__plus {
        margin-left: 40px; } }
  .qa-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    font-weight: 600; }
  .qa-item__text-block {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease; }
  .qa-item__text {
    padding: 20px 0 0 0px; }
    .qa-item__text p {
      color: #999;
      font-size: 14px;
      line-height: 22px;
      margin: 0; }
    @media (min-width: 576px) {
      .qa-item__text {
        padding: 20px 55px 0 0px; }
        .qa-item__text p {
          font-size: 16px;
          line-height: 26px; } }
  .qa-item__link {
    margin-top: 20px;
    color: #5C6784;
    display: inline-block; }
    .qa-item__link:hover {
      text-decoration: none;
      color: #5C6784; }

.help {
  margin: 25px 0 15px 0;
  /* .help__row */
  /* .help__col */
  /* .help__item */
  /* .help__title */ }
  .help__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .help__col {
    padding: 0 15px;
    margin-bottom: 10px; }
  .help__item {
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid #5C6784;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    display: block;
    border-radius: 5px; }
    .help__item:hover {
      text-decoration: none;
      background-color: #5C6784; }
      .help__item:hover .help__title {
        color: #fff; }
    .help__item.active {
      background-color: #5C6784; }
      .help__item.active .help__title {
        color: #fff; }
  .help__title {
    color: #5C6784;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out; }

.instruction {
  background-color: #fff;
  display: block;
  padding: 15px 20px;
  /* .instruction__title */
  /* .instruction__excerpt */ }
  .instruction:hover {
    text-decoration: none; }
  .instruction:not(:last-child) {
    margin-bottom: 30px; }
  .instruction__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px; }
  .instruction__excerpt {
    color: #878787; }
    .instruction__excerpt p {
      margin: 0; }

.content {
  margin-bottom: 30px; }
  .content_m0 {
    margin: 0; }
  .content iframe {
    width: 100%;
    margin: 0 auto !important; }
  .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212121;
    margin: 0; }
    .content p:not(:last-child) {
      margin-bottom: 10px; }
    @media (min-width: 576px) {
      .content p:not(:last-child) {
        margin-bottom: 24px; } }
  .content b, .content strong {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px; }
  .content a {
    color: #EE964B;
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
  .content img {
    margin-bottom: 30px; }
  .content h2 {
    font-size: 20px;
    line-height: 26px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .content h2 {
        font-size: 24px;
        line-height: 30px; } }
  .content h3 {
    font-size: 19px;
    line-height: 25px;
    color: #212121;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px; }
  .content ol {
    padding: 0;
    padding-left: 17px;
    margin-left: 10px; }
    .content ol li {
      margin-bottom: 10px;
      padding-left: 8px; }
    .content ol li::marker {
      color: #EE964B;
      font-weight: 700; }
  .content ul {
    list-style-type: none;
    margin-left: 10px;
    padding: 0;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .content ul {
        margin-bottom: 25px; } }
    .content ul li {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px; }
      .content ul li:before {
        content: '';
        position: absolute;
        left: 0;
        height: 8px;
        width: 8px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8px;
                flex: 0 0 8px;
        border-radius: 50%;
        background-color: #EE964B;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
        display: inline-block;
        margin-right: 15px;
        margin-top: 7px; }
  .content_event p {
    font-size: 18px;
    line-height: 28px; }

.sidebar {
  background-color: #5C6784;
  padding: 15px 20px;
  /* .sidebar__item */
  /* .sidebar__title */
  /* .sidebar__body */
  /* .sidebar__title-svg */
  /* .sidebar__post */ }
  .sidebar__item.open .sidebar__title-svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sidebar__item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7; }
  .sidebar__title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative; }
  .sidebar__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease; }
  .sidebar__title-svg {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    fill: #fff;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
  .sidebar__post {
    color: #fff;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    margin: 9px 0;
    padding-left: 10px; }
    .sidebar__post:hover {
      color: #EE964B;
      text-decoration: none; }
    .sidebar__post.active {
      color: #EE964B; }

.video {
  position: relative;
  text-decoration: none;
  border-radius: 6px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0; }

@-webkit-keyframes "fade" {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes "fade" {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
