/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger:hover {
  opacity: .7; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* .slick-arrow.slick-hidden {
  display: none;
} */
.slick-arrow.slick-disabled {
  display: none !important;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--narrow {
  padding: 0 112px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .container--narrow {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed Light";
  src: url("../fonts/RobotoCondensed-Light.eot");
  src: url("../fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed Regular";
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed Bold";
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial Black";
  src: url("../fonts/Arial-Black.eot");
  src: url("../fonts/Arial-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-Black.woff") format("woff"), url("../fonts/Arial-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.875;
  color: #484c54;
  font-family: "Roboto Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #fafafa;
  margin: 0;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #484c54;
  opacity: 0.75;
}

*:-moz-placeholder {
  color: #484c54;
  opacity: 0.75;
}

*::-moz-placeholder {
  color: #484c54;
  opacity: 0.75;
}

*:-ms-input-placeholder {
  color: #484c54;
  opacity: 0.75;
}

a {
  text-decoration: none;
  color: #484c54;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.object-fit {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.wrap {
  overflow: hidden;
}

.hidden {
  display: none;
}

.noscroll {
  overflow: hidden;
}

svg {
  -webkit-user-select: none;
          user-select: none;
}

.site-title {
  font-size: 42px;
  font-weight: normal;
  margin: 0;
  line-height: 1.15;
  text-align: center;
  font-family: "RobotoCondensed Bold", sans-serif;
}

.section {
  position: relative;
  padding: 50px 0 55px;
  text-align: center;
}
.section--dark {
  background-color: #f5f5f7;
}
.section-title {
  font-size: 35px;
  font-weight: normal;
  margin: 0;
  line-height: 1.15;
  text-align: center;
  font-family: "RobotoCondensed Bold", sans-serif;
}
.section-info {
  text-align: center;
  margin-top: 20px;
}
.section-info p {
  margin: 0;
}
.section-info p a {
  color: #596cba;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.section-info p a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.section-info p + p {
  margin-top: 10px;
}
.text-left {
  text-align: left;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
}
.btn--bdr {
  border: 1px solid #c8c9cb;
  border-radius: 2px;
  height: 54px;
  line-height: 52px;
  padding: 0 20px 0 30px;
  color: #212129;
  letter-spacing: 0.025em;
  transition: background-color 0.3s;
}
.btn--bdr:hover {
  background-color: #c8c9cb;
}
.btn--bdr .btn__icon {
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.list {
  text-align: left;
}
.list li {
  position: relative;
  padding-left: 30px;
  font-family: "Roboto Regular", sans-serif;
  margin-bottom: 9px;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
  top: 6px;
  background-image: url("../img/blue-tick.png");
}

.list-dot li,
.article-section .list-dot li {
  padding-left: 26px;
}
.list-dot li:before,
.article-section .list-dot li:before {
  width: 8px;
  height: 8px;
  top: 6px;
  border-radius: 100%;
  background: #0a7efa;
}

.list-dash li:before,
.article-section .list-dash li:before {
  width: 20px;
  height: 2px;
  top: 15px;
  background: #0a7efa;
}
.article-section .list-dash li:before {
  top: 10px;
}

.up {
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-user-select: none;
          user-select: none;
  background-color: #5a606d;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  overflow: hidden;
  margin-bottom: -100px;
  box-shadow: 2.163px 6.657px 9.3px 0.7px rgba(0, 0, 0, 0.11);
  transition: background-color 0.3s, margin-bottom 0.3s;
  border: none;
}
.up .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 20px;
}
.up:hover {
  background-color: #747c8a;
  box-shadow: 2.163px 6.657px 9.3px 0.7px rgba(0, 0, 0, 0.22);
}
.up.is-visible {
  margin-bottom: 0;
}

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.social__title {
  font-size: 14px;
  color: #545861;
  font-family: "Roboto Medium", sans-serif;
  line-height: 1.25;
  margin-right: 15px;
}
.social__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social__link {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.social__link:last-child {
  margin-right: 0;
}
.social__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 575px) {
  .site-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 25px;
  }
  .section-info {
    margin-top: 30px;
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }
  .list li:before {
    top: 4px;
  }

  .list-dot li,
  .article-section .list-dot li,
  .best-foto-app__list.list-dot li {
    padding-left: 18px;
  }
  .list-dot li:before,
  .article-section .best-foto-app__list.list-dot li:before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .best-foto-app__list.list-dot li:before {
    top: 11px;
  }

  .list-dash li:before {
    top: 12px;
    width: 18px;
  }
  .article-section .list-dash li:before {
    top: 8px;
    width: 16px;
  }
}
.header {
  background-color: #171d25;
  top: 0;
  height: 95px;
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  border-bottom: 1px solid rgba(212, 214, 215, 0.22);
  transition: height 0.3s;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.18);
}
.header:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.85;
  background-image: linear-gradient(-90deg, #1cc8ec 0%, #7e57c2 15%, #8860cf 20%, #5a98fa 40%, #5a98fa 60%, #1cc8ec 80%, #9356bf 95%);
}
.header.is-fixed {
  height: 75px;
}
.header.is-fixed .header-block {
  height: 75px;
}
.header-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
}

.logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
}
.logo__image {
  margin-right: 25px;
  flex-shrink: 0;
}
.logo__title {
  font-size: 14px;
  font-family: "Roboto Regular", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
.logo__title br {
  display: none;
}

.menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu__link {
  transition: color 0.3s;
  color: rgba(246, 246, 246, 0.74);
  font-size: 14px;
  display: block;
  font-family: "Roboto Regular", sans-serif;
  text-transform: uppercase;
  margin-right: 35px;
}
.menu__link:hover, .menu__link.mPS2id-highlight, .menu__link.active {
  color: #fff;
}
.menu__btn {
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-family: "Roboto Regular", sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.025em;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin-left: 22px;
  border: 1px solid #5388dc;
  transition: background-color 0.3s;
}
.menu__btn:hover {
  background-color: #5388dc;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header {
    height: 75px;
  }
  .header-block {
    height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -300px;
    transition: margin-left 0.5s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    display: inline-block;
    z-index: 11;
    background-color: #212326;
  }
  .menu.visible {
    margin-left: 0;
    overflow: auto;
  }
  .menu .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu .menu__item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .menu .menu__link {
    height: auto;
    line-height: 1.2;
    padding: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  .menu .menu__link:hover, .menu .menu__link.mPS2id-highlight, .menu .menu__link.active {
    background-color: #0b5687;
    border-color: #fff;
  }
  .menu__btn {
    margin-left: 0;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    height: 24px;
    background-color: transparent;
  }
  .hamburger .hamburger-box {
    width: 30px;
  }
  .hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
    background-color: #fff;
    height: 3px;
    width: 30px;
    border-radius: 0;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background-color: #fff;
  }
  .hamburger .hamburger-inner::before {
    top: 10px;
  }
  .hamburger .hamburger-inner::after {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .logo__image {
    margin-right: 15px;
  }
  .logo__title {
    line-height: 1.3;
    top: 3px;
  }
  .logo__title br {
    display: inline;
  }
}
.header.header-download {
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  z-index: 11;
}
.header.header-download.is-fixed {
  opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header.header-download .menu__item {
  color: #fff;
  font-weight: 500;
}
.header.header-download .rating__btn {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  font-size: 15px;
}
.header.header-download .rating__btn:after {
  width: 15px;
  height: 15px;
}
@media (max-width: 991px) {
  .header.header-download {
    display: none;
  }
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 160px;
  padding-bottom: 175px;
  overflow: hidden;
}
.hero-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
.hero__title {
  font-weight: normal;
  margin: 0;
  font-family: "Arial Black";
  text-transform: uppercase;
  line-height: 1.6;
  text-shadow: 0px 7px 13.6px rgba(0, 0, 0, 0.18);
  font-size: 38px;
  letter-spacing: 0.025em;
}
.hero__info {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
.hero__image {
  position: absolute;
  right: 0;
}
.hero__btn {
  background-color: #0a7efa;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.26);
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 0 50px 0 20px;
  margin-top: 55px;
  position: relative;
}
.hero__btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.hero__btn:hover {
  background-color: #2d8ff8;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.52);
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding-bottom: 150px;
  }
  .hero__image {
    width: 70%;
  }
  .hero__info {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding-bottom: 20px;
    padding-top: 110px;
  }
  .hero__btn {
    margin-top: 30px;
  }
  .hero-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hero__image {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 50px;
    margin-left: -5%;
  }
  .hero__info {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 90px;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__image {
    max-width: 110%;
    margin-left: -10%;
  }
}
.app {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app__logo {
  flex-shrink: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  margin-right: 7px;
}
.app__title {
  font-family: "RobotoCondensed Regular", sans-serif;
  color: #212129;
  font-size: 18px;
  line-height: 1.2;
}
.app__title.active {
  color: #596cba;
  text-decoration: underline;
}
.app__title.active:hover {
  text-decoration: none;
}
.app__title.app__title-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #0a7efa;
  color: #fff;
  border-radius: 3px;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  padding: 4px 24px;
  text-transform: none;
  min-height: 32px;
  box-shadow: 0px 7px 13.28px 2.72px rgb(0 0 0 / 8%);
  transition: ease .3s;
}
.app__title.app__title-btn:hover {
  background-color: #2d8ff8;
  box-shadow: 0px 7px 13.28px 2.72px rgb(0 0 0 / 16%);
}
@media (max-width: 767px) {
  .app__title.app__title-btn {
    font-size: 12px;
  }
}
.table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  text-align: left;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 35px;
}
.table__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  padding-right: 910px;
}
.table .slick-disabled {
  display: none !important;
}
.table__slide, .table__th-slide {
  width: 152px !important;
}
.table__body {
  margin-top: 66px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.table__body-scroll {
  height: 398px;
}
.table__programs {
  display: inline-block;
  width: 230px;
  flex-shrink: 0;
}
.table__programs .table__td {
  text-align: left;
}
.table__th-slider, .table__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 910px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.table__info {
  bottom: auto;
}
.table__th, .table__td {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 1;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-right: none;
}
.table__th {
  background-color: #f2f2f5;
  font-size: 16px;
  height: 66px;
  line-height: 1.4;
}
.table__td {
  font-size: 16px;
  background-color: #f9f9f9;
  height: 66px;
}
.table__td_app {
  justify-content: flex-start;
  padding: 10px 15px 10px 20px;
}
.table__td--green {
  color: #01ab48;
}
.table__td--green-link {
  color: #01ab48;
  position: relative;
}
.table__td--green-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #01ab48;
  width: 100%;
  height: 1px;
}
.table__td--green-link:hover::after {
  height: 0px;
}
.table__td--red {
  color: #fd4b4b;
}
.table__arrows {
  opacity: 0;
  visibility: hidden;
}
.table__arrows.is-visible {
  opacity: 1;
  visibility: visible;
}
.table__arrow {
  width: 40px;
  height: 67px;
  background-color: #0a7efa;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.15s;
  position: absolute;
  top: 0;
  z-index: 2;
}
.table__arrow.prev {
  border-radius: 5px 0 0 5px;
  background-image: url("../img/prev.png");
  left: 189px;
}
.table__arrow.next {
  border-radius: 0 5px 5px 0;
  background-image: url("../img/next.png");
  right: -41px;
}


/* .table.table-four {
  margin: 35px auto 0;
  width: 88%;
}
.table.table-four .table__th-slider, .table.table-four .table__info {
  width: 608px;
}
.table.table-four .table__body {
  width: 83%;
} */
.table.table-four .table__slide, .table.table-four .table__th-slide {
  width: 228px !important;
}

@media only screen and (min-width: 1200px) {
  .table__arrow:hover {
    background-color: #596cba;
  }
}
@media only screen and (max-width: 1199px) {
  .table__slide, .table__th-slide {
    width: 140px !important;
  }
  .table__th-slider, .table__info {
    width: 700px;
  }
  .table__head {
    padding-right: 700px;
  }

  .table.table-four .table__slide, .table.table-four .table__th-slide {
    width: 176px !important;
  }
}
@media only screen and (max-width: 991px) {
  .app__title {
    font-size: 18px;
  }
  .table__programs {
    width: 195px;
  }
  .table__slide, .table__th-slide {
    width: 165px !important;
  }
  .table__th-slider, .table__info {
    width: 495px;
  }
  .table__head {
    padding-right: 495px;
  }
  .table__td_app {
    padding: 10px;
  }
  .table__arrow.prev {
    left: 154px;
  }

  .table.table-four .table__slide, .table.table-four .table__th-slide {
    width: 165px !important;
  }
}
@media only screen and (max-width: 767px) {
  .table__programs {
    width: 210px;
  }
  .table__slide, .table__th-slide {
    width: 150px !important;
  }
  .table__th-slider, .table__info {
    width: 300px;
  }
  .table__head {
    padding-right: 300px;
  }
  .table__arrow.prev {
    left: 169px;
  }
  .table.table-four .table__slide, .table.table-four .table__th-slide {
    width: 150px !important;
  }
}
@media only screen and (max-width: 575px) {
  .app__title {
    font-size: 16px;
  }
  .app__logo {
    margin-right: 5px;
  }

  .table {
    margin-right: 20px;
  }
  .table__td, .table__th {
    font-size: 14px;
  }
  .table__arrow {
    width: 30px;
  }
  .table__arrow.next {
    right: -31px;
  }
  .table__arrow.prev {
    left: auto;
    right: 130px;
  }
  .table__th-slider, .table__info {
    width: 130px;
  }
  .table__slide, .table__th-slide {
    width: 130px !important;
  }
  .table__th-1 {
    width: 100%;
  }
  .table__head {
    padding-right: 130px;
  }
  .table__programs {
    width: 100%;
    padding-right: 130px;
  }

  .table.table-four .table__slide, .table.table-four .table__th-slide {
    width: 130px !important;
  }
}
@media only screen and (max-width: 359px) {
  .app {
    flex-direction: column;
    align-items: flex-start;
  }
  .app__title {
    margin-top: 5px;
  }
  .app__logo {
    width: auto;
    margin-right: 0;
  }
}
.best-apps-block {
  margin-top: 45px;
  text-align: left;
}
.best-apps__btn {
  margin-top: 50px;
}

.best-app {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e1e4;
}
.best-app:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.best-app__header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
}
.best-app__logo {
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}
.best-app__title {
  margin: 0;
  font-weight: normal;
  color: #212129;
  font-size: 33px;
  font-family: "RobotoCondensed Regular", sans-serif;
  line-height: 1;
}
.best-app__title--more {
  font-family: "RobotoCondensed Light", sans-serif;
  color: #4d4d5a;
  display: none;
}
.best-app-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}
.best-app__image {
  display: inline-block;
  width: 390px;
  height: 277px;
  flex-shrink: 0;
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
}
.best-app__image:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 0.3s;
  background-color: rgba(104, 106, 111, 0.47);
  border-radius: 5px;
}
.best-app__image:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/zoom.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.best-app__image:hover:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.best-app__image img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.best-app__lists {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.best-app__list {
  display: inline-block;
  width: 50%;
}
.best-app__list:nth-child(1) {
  padding-right: 20px;
}
.best-app__list li {
  position: relative;
  padding-left: 25px;
  line-height: 1.25;
  font-family: "Roboto Regular", sans-serif;
  margin-bottom: 14px;
}
.best-app__list li:last-child {
  margin-bottom: 0;
}
.best-app__list li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
  top: 5px;
}
.best-app__list--plus li:before,
.article-section .best-app__list--plus li:before {
  width: 13px;
  height: 11px;
  background-image: url("../img/tick.png");
}
.best-app__list--minus li:before,
.article-section .best-app__list--minus li:before {
  width: 11px;
  height: 11px;
  background-image: url("../img/cross.png");
}

.article-section .best-app__list--plus {
  margin-top: 0;
}
.article-section .best-app__list--minus {
  margin-top: 0;
}
.article-section .best-app__list--plus li {
  padding-left: 25px;
}
.article-section .best-app__list--minus li {
  padding-left: 25px;
}
.article-section .best-app__list--plus li:before {
  top: 5px;
}
.article-section .best-app__list--minus li:before {
  top: 5px;
}

@media only screen and (min-width: 1200px) {
  .best-app__title:hover .best-app__title--more {
    display: inline;
  }
}
@media only screen and (max-width: 1199px) {
  .best-app__lists {
    flex-direction: column;
  }
  .best-app__list {
    width: 100%;
  }
  .best-app__list:nth-child(1) {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .best-app-block {
    flex-direction: column;
  }
  .best-app__image {
    order: -1;
    margin: 0;
    margin-bottom: 20px;
  }
  .best-app__lists {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .best-app__logo {
    width: 40px;
  }
  .best-app__title {
    font-size: 23px;
  }
  .best-app__image {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
  .best-app__text {
    font-size: 14px;
  }
  .best-app__list li {
    font-size: 14px;
  }
  .best-app__list li:before {
    top: 2px;
  }
}
.prefooter {
  position: relative;
  background: url("../img/prefooter-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 80px 0 105px;
}
.prefooter-block {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.prefooter__title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
  font-weight: normal;
  margin-top: -15px;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.prefooter__subtitle {
  font-size: 24px;
  font-family: "RobotoCondensed Regular", sans-serif;
  margin-top: 15px;
}
.prefooter__subtitle img {
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.prefooter__text {
  margin-top: 10px;
  line-height: 1.25;
}
.prefooter__btn {
  margin-top: 65px;
  background-color: #08c356;
  transition: background-color 0.3s, box-shadow 0.3s;
  border-radius: 3px;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.26);
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Roboto Bold", sans-serif;
  text-align: center;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
}
.prefooter__btn .btn__icon {
  margin-left: 18px;
  position: relative;
  top: 3px;
}
.prefooter__btn:hover {
  background-color: #0ad35e;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.52);
}

@media only screen and (max-width: 1199px) {
  .prefooter {
    background-image: url("../img/prefooter-bg-mob.jpg");
  }
}
@media only screen and (max-width: 575px) {
  .prefooter {
    padding: 50px 0 70px;
  }
  .prefooter__logo {
    width: 100px;
  }
  .prefooter__title {
    font-size: 32px;
  }
  .prefooter__btn {
    margin-top: 30px;
  }
}
.footer {
  background-color: #212326;
  padding: 38px 0;
  border-top: 1px solid #484a4d;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.footer__copy a {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.52);
          text-decoration-color: rgba(255, 255, 255, 0.52);
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.footer__copy a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media only screen and (max-width: 575px) {
  .footer {
    padding: 20px 0;
  }
}
.rating-hero {
  background-image: url("../img/rating-hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 225px;
  padding-bottom: 120px;
  overflow: hidden;
}
.rating-hero-block {
  color: #fff;
  text-align: center;
  text-shadow: 1.378px 4.806px 7.2px rgba(0, 0, 0, 0.11), 2.481px 8.651px 48.98px rgba(0, 0, 0, 0.06);
}
.rating-hero__title {
  font-weight: normal;
  margin: 0;
  font-family: "Arial Black";
  line-height: 1.25;
  font-size: 44px;
  letter-spacing: 0.025em;
}
.rating-hero__subtitle {
  font-size: 24px;
  font-family: "Roboto Regular", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.25;
  margin-top: 25px;
}
.rating-hero__btn {
  margin-top: 70px;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.26);
}
.rating-hero__btn:hover {
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.52);
}

.article-header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.rating-stars {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  text-align: left;
}
.rating-stars__title {
  line-height: 1.25;
  font-family: "Roboto Regular", sans-serif;
  color: #5e636e;
  font-size: 14px;
  margin-right: 7px;
}

.author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: 1px;
  padding-left: 13px;
  border-left: 1px solid #aeafb2;
}
.author__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.author__title {
  color: #83868b;
  font-size: 14px;
  line-height: 1.25;
  margin-right: 5px;
  flex-shrink: 0;
}
.author__name {
  font-size: 14px;
  font-family: "Roboto Bold", sans-serif;
  color: #596cba;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
  line-height: 1.25;
  text-align: left;
}
.author__name:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.clock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  top: 1px;
  padding-left: 13px;
  border-left: 1px solid #aeafb2;
  margin-left: 20px;
}
.clock__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.clock__title {
  color: #83868b;
  font-size: 14px;
  line-height: 1.25;
  margin-right: 5px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .clock {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.rating__head {
  padding-top: 55px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rating__head {
    padding-top: 25px;
  }
}
.rating__social {
  margin-top: 30px;
  margin-bottom: 35px;
}
.rating__social .social__link {
  margin-right: 10px;
}
.rating__btn {
  background-color: #0a7efa;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Roboto Bold", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 0 50px 0 20px;
  position: relative;
}
.rating__btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.rating__btn:hover {
  background-color: #2d8ff8;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.16);
}
.rating__btn--noarrow {
  padding: 0 20px;
}
.rating__btn--noarrow:after {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .rating-hero {
    background-image: url("../img/rating-hero-bg-mob.jpg");
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .rating-hero__btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .article-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-header .rating-stars {
    margin-bottom: 15px;
  }

  .author {
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rating-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .rating-hero__title {
    font-size: 34px;
  }
  .rating-hero__subtitle {
    font-size: 20px;
  }
}
.s-best-foto-apps {
  padding: 0;
  margin-top: 25px;
}

.best-foto-apps-block {
  text-align: left;
}

.best-foto-app {
  padding: 70px 0;
  border-bottom: 1px solid #e1e1e4;
  text-align: center;
}
.best-foto-app:last-child {
  border-bottom: none;
}
.best-foto-app__header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 0;
}
.best-foto-app__logo {
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}
.best-foto-app__title {
  margin: 0;
  font-weight: normal;
  color: #596cba;
  font-size: 35px;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1;
}
h3.best-foto-app__header .best-foto-app__title {
  font-size: 28px;
}
.best-foto-app a.best-foto-app__title {
  border-bottom: 2px solid #596cba;
  transition: border-color 0.15s;
}
.best-foto-app a.best-foto-app__title:hover {
  border-bottom-color: transparent;
}
.best-foto-app__text {
  margin-top: 30px;
  text-align: left;
}
.best-foto-app__text p {
  margin: 0;
  /* text-indent: 40px; */
  margin-bottom: 10px;
}
.best-foto-app__text p a {
  font-family: "Roboto Bold", sans-serif;
  color: #596cba;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.best-foto-app__text p a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

h3.best-foto-app__text a {
  font-family: "Roboto Bold", sans-serif;
  color: #596cba;
  text-decoration: underline;
  /* text-indent: 40px; */
  display: block;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
h3.best-foto-app__text a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.best-foto-app__text p:last-child {
  margin-bottom: 0;
}
.best-foto-app__image {
  margin-top: 35px;
  display: inline-block;
  border-radius: 10px;
}
.best-foto-app__btn {
  margin-top: 45px;
}
.best-foto-app__list {
  margin-top: 20px;
}
.best-foto-app__list li {
  padding-left: 35px;
  margin-bottom: 10px;
}
.best-foto-app__list-title {
  font-size: 24px;
  font-family: "Roboto Regular", sans-serif;
  text-align: center;
  line-height: 1.25;
  display: block;
  margin-top: 30px;
}
.list-column {
  columns: 2;
}
.list-column a {
  color: #596cba;
  text-decoration: underline;
  text-decoration-color: #596cba;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.list-column a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
@media only screen and (max-width: 767px) {
  .list-column {
    columns: 1;
  }
}

@media only screen and (max-width: 575px) {
  .best-foto-app {
    padding: 50px 0;
  }
  .best-foto-app__logo {
    width: 40px;
    margin-right: 15px;
  }
  .best-foto-app__title {
    font-size: 25px;
  }
  .best-foto-app__text p {
    font-size: 14px;
    /* text-indent: 20px; */
  }
  .best-foto-app__btn {
    margin-top: 35px;
  }
  .best-foto-app__list li {
    padding-left: 30px;
  }
  .best-foto-app__list-title {
    font-size: 18px;
  }
}
.other-articles {
  padding: 60px 0;
}

.interest-articles {
  padding: 65px 0;
}
.interest-articles .articles-block {
  margin-top: 35px;
}

.articles-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 25px;
  margin-bottom: -50px;
}

.article {
  width: 300px;
  margin: 0 10px 30px;
  background-color: transparent;
  transition: opacity 0.3s;
  opacity: 1;
  text-align: center;
}
.article.hidden {
  display: none;
  opacity: 0;
}
.article:hover .article__image:after {
  opacity: 1;
}
.article:hover .article__title {
  background-color: rgba(242, 242, 245, 0.67);
}
.article__image {
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
}
.article__image img {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.article__image:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 36, 36, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  background-image: url("../img/eye.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.article__title {
  display: block;
  color: #596cba;
  text-decoration: underline;
  transition: color 0.3s;
  font-size: 18px;
  line-height: 1.566;
  width: 100%;
  font-family: "Roboto Bold", sans-serif;
  padding: 20px 12px;
  transition: background-color 0.3s;
}

@media only screen and (max-width: 1199px) {
  .article {
    width: 290px;
  }
  .article__image {
    height: 193px;
  }
}
@media only screen and (max-width: 991px) {
  .article {
    width: 300px;
  }
  .article__image {
    height: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .other-articles,
.interest-articles {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 399px) {
  .articles-block {
    margin-left: 0;
    margin-right: 0;
  }

  .article {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .article__title {
    font-size: 16px;
  }
  .article__image {
    height: 0;
    padding-bottom: 65%;
  }
}
.rating-prefooter {
  position: relative;
  background: url("../img/rating-prefooter-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 110px 0 120px;
}
.rating-prefooter-block {
  text-align: center;
  color: #fff;
  text-shadow: 3.225px 8.402px 42.14px rgba(55, 56, 73, 0.26);
}
.rating-prefooter__title {
  font-size: 44px;
  line-height: 1.47;
  margin: 0;
  font-weight: normal;
  font-family: "Roboto Bold", sans-serif;
  letter-spacing: 0.025em;
}
.rating-prefooter__subtitle {
  font-size: 24px;
  font-family: "Roboto Regular", sans-serif;
  margin-top: 20px;
  letter-spacing: 0.025em;
  line-height: 1.25;
}
.rating-prefooter__btn {
  margin-top: 65px;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.26);
}
.rating-prefooter__btn:hover {
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.52);
}

.float-panel {
  height: 100px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2fa;
  box-shadow: 0.872px -9.962px 18.9px 2.1px rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  bottom: auto;
  opacity: 0;
  visibility: hidden;
}
.float-panel__btn {
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.26);
  text-transform: none;
  font-size: 18px;
  overflow: hidden;
  padding: 0 40px 0 85px;
  background-image: url("../img/btn-logo.png");
  background-position: top 12px left 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.float-panel__btn:after {
  display: none;
}
.float-panel__btn:hover {
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.52);
}
.float-panel.is-fixed {
  position: fixed;
  bottom: -120px;
  z-index: 9;
  transition: bottom 0.3s;
}
.float-panel.is-fixed.is-slide {
  bottom: 0;
}
.float-panel.is-fixed.is-visible {
  opacity: 1;
  visibility: visible;
}
.float-panel.is-abs {
  position: absolute;
  bottom: auto;
  z-index: 8;
}
.float-panel.is-abs.is-visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .rating-prefooter {
    background-image: url("../img/rating-hero-bg-mob.jpg");
    padding: 90px 0;
  }
}
@media only screen and (max-width: 575px) {
  .rating-prefooter {
    padding: 50px 0 70px;
  }
  .rating-prefooter__title {
    font-size: 34px;
  }
  .rating-prefooter__subtitle {
    font-size: 20px;
  }
  .rating-prefooter__btn {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .float-panel__btn {
    padding: 0;
    width: 200px !important;
    font-size: 15px;
    line-height: 1.1;
    padding-top: 13px;
    text-align: left;
    background-position: top 12px left 0px;
    padding-left: 60px;
  }
}
.program-hero {
  margin-top: 140px;
  text-align: center;
}
.program-hero__header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
.program-hero__header strong,
.program-hero__header b {
  font-weight: normal;
  font-family: "RobotoCondensed Bold", sans-serif;
}
.program-hero__title {
  font-size: 42px;
  line-height: 1.1;
  font-family: "RobotoCondensed Light", sans-serif;
}
.program-hero__logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.program-hero__btn {
  padding: 0 90px 0 35px;
  margin-top: 25px;
  height: 56px;
  line-height: 56px;
}
.program-hero__btn:after {
  right: 20px;
}
.program-hero__btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #459cf8;
  content: "";
  right: 55px;
}

.btns-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
}
.btn-center .s-article-cta__support {
  margin-top: 10px;
}
.btn-win,
.btn-mac {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0a7efa;
  border-radius: 4px;
  min-height: 44px;
  color: #fff;
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  box-shadow: 0px 4px 8px rgba(17, 25, 34, 0.25);
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 5px 16px;
  position: relative;
}
.btn-win:hover ,
.btn-mac:hover {
  background-color: #2d8ff8;
  box-shadow: 0px 7px 13.28px 2.72px rgba(0, 0, 0, 0.16);
}
.btn-mac {
  background-color: #00aced;
}
.btn-mac:hover {
  background-color: #89c2ee;
}
.btn-win img,
.btn-mac img {
  position: relative;
  margin-right: 8px;
}
.btn-mac img {
  top: -2px;
}
@media only screen and (max-width: 480px) {
  .btns-center {
    flex-direction: column;
  }
}

.program-hero__section-info {
  margin-top: 40px;
}
.program-hero__section-info p {
  text-align: left;
  /* text-indent: 30px; */
}
.program-hero__section-info figure {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.program-hero__section-info figure img {
  border-radius: 10px;
}
.program-hero__section-info figcaption {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  margin-top: 5px;
}
.program-features {
  padding-top: 40px;
  padding-bottom: 60px;
}
.program-features__list {
  margin-top: 20px;
}
.program-cta {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
  padding: 60px 0;
  line-height: 1.75;
  border-radius: 10px;
}
.program-cta a {
  font-family: "Roboto Bold", sans-serif;
  color: #596cba;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.program-cta a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.program-cta .btn-win, 
.program-cta .btn-mac {
  color: #fff;
  transition: background-color 0.3s, box-shadow 0.3s;
  text-decoration: none;
}

.images-block {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.images-block-item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.images-block-item img {
  border-radius: 10px;
}
.images-block-item figcaption {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .images-block {
    flex-direction: column;
  }
  .images-block-item {
    width: 100%;
  }
}

.breadcrumbs {
  line-height: 1;
  text-align: left;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 25px;
  }
}
.breadcrumbs .breadcrumbs-list[itemscope]:not([itemprop]) a {
  font-size: 14px;
  color: #545861;
  position: relative;
  margin-right: 13px;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Roboto Light", sans-serif;
}
.breadcrumbs .breadcrumbs-list[itemscope]:not([itemprop]) a:hover {
  color: #3a8be6;
}
.breadcrumbs .breadcrumbs-list[itemscope] > [itemprop=itemListElement]::after {
  content: ">";
  display: inline-block;
  color: #545861;
  font-size: 14px;
  font-family: "Roboto Light", sans-serif;
  margin-right: 12px;
}
.breadcrumbs .breadcrumbs-list[itemscope]:not([itemprop]) > span:last-of-type {
  color: #7d7f83;
  font-size: 14px;
}
/* blockquote */
.blockquote {
  border: 1px solid rgba(10, 126, 250, .19);
  background: #fff;
  max-width: 588px;
  padding: 30px 40px;
  text-align: left;
  margin-bottom: 50px;
}
.blockquote-text {
  padding: 0;
  margin: 0 0 15px;
}
.blockquote-list {
  margin: 0;
  padding: 0; 
}
.blockquote-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; 
}
.blockquote-list li:before {
  content: ''; 
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #fff;
  border: 1px solid #1081fa;
  border-radius: 50%;
}
.blockquote-list li:last-child {
  margin-bottom: 0; 
}
.blockquote-list li a {
  font-family: "Roboto Medium";
  text-decoration: underline;
  color: #596cba;
  text-decoration-color: #596cba;
}
.blockquote-list a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .blockquote {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .program-hero {
    margin-top: 100px;
  }
  .program-cta {
    background-position: top right;
  }
}
@media only screen and (max-width: 575px) {
  .program-hero__title {
    font-size: 34px;
  }
  .program-hero__logo {
    margin-right: 15px;
  }
  .program-hero__section-info figcaption {
    font-size: 12px;
  }
  .article-section .figure-img figcaption {
    font-size: 12px;
  }
  .program-cta {
    font-size: 16px;
    padding: 50px 0;
  }
}
.analogs {
  padding: 60px 0;
}
.analogs-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: -50px;
}

.analog {
  display: inline-block;
  text-align: center;
  width: 175px;
  margin-bottom: 30px;
  border-right: 1px solid #e1e1e4;
  transition: background-color 0.3s;
  padding-bottom: 20px;
}
.analog:hover {
  background-color: rgba(242, 242, 245, 0.67);
}
.analog:hover .analog__title {
  color: #596cba;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
}
.analog:hover .analog__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
}
.analog__title {
  font-size: 24px;
  font-family: "RobotoCondensed Regular", sans-serif;
  color: #212129;
  display: block;
  margin-top: 20px;
  line-height: 1;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: color 0.15s, -webkit-text-decoration-color 0.15s;
  transition: color 0.15s, text-decoration-color 0.15s;
  transition: color 0.15s, text-decoration-color 0.15s, -webkit-text-decoration-color 0.15s;
}
.analog:last-child {
  border-right: none;
}
.analog__head {
  padding: 30px 10px 20px;
  width: 100%;
  display: block;
}
.analog__image {
  display: inline-block;
  width: auto;
  height: 66px;
}
.analog__link {
  color: #596cba;
  font-size: 15px;
  font-family: "RobotoCondensed Light", sans-serif;
  line-height: 1;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s, -webkit-text-decoration-color 0.15s;
}

@media only screen and (max-width: 1199px) {
  .analog {
    width: 155px;
  }
}
@media only screen and (max-width: 991px) {
  .analog {
    width: 230px;
  }
  .analog:nth-child(3n) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .analog {
    width: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .analogs {
    padding: 50px 0 55px;
  }

  .analog {
    width: 50%;
  }
  .analog__title {
    font-size: 20px;
    margin-top: 10px;
  }
  .analog__link {
    font-size: 13px;
  }
  .analog:nth-child(3n) {
    border-right: 1px solid #e1e1e4;
  }
  .analog:nth-child(2n) {
    border-right: none;
  }
}

/* advice-block */
.advice-block {
  background: #f2f2f5;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  max-width: 946px;
  padding: 30px;
  text-align: left;
}
.advice-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
  border: 1px solid #0a7efa;
  padding: 8px;
	margin-right: 30px;
}
.advice-text {
	flex: 1;
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 160%;
  color: #484c54;
}	
.advice-bold {
  font-family: "Roboto Bold";
}
@media (max-width:767px) {
	.advice-block {
		padding: 15px;
	}
	.advice-img {
		margin-right: 15px;
	}
  .advice-text {
    font-size: 16px;
  }
}
@media (max-width:575px) {
	.advice-block  {
		padding: 15px 10px;
	}
}

.download {
  padding: 55px 0 75px;
}
.download-block {
  margin-top: 40px;
}
.download-program__head {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.download-program__logo {
  height: 50px;
  width: auto;
  margin-right: 15px;
  flex-shrink: 0;
}
.download-program__label {
  position: absolute;
  top: -3px;
  left: 100%;
  height: 23px;
  line-height: 24px;
  border-radius: 1px;
  padding: 0 8px;
  background-color: #0a7efa;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.025em;
}
.download-program__title {
  font-size: 30px;
  font-family: "RobotoCondensed Regular", sans-serif;
  line-height: 1;
  color: #212129;
}
.download-program__category {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #434354;
}
.download-program__rows {
  width: 100%;
}
.download-program__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 50px 19px;
}
.download-program__row:nth-child(1) {
  padding: 12px 50px 12px;
  border-bottom: 1px solid #ebebec;
}
.download-program__row:nth-child(2n+1) {
  background-color: #fafafa;
}
.download-program__row:last-child {
  padding: 45px 50px 0;
}
.download-program__val {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  width: 240px;
}
.download-program__btn {
  min-width: 100%;
  padding: 0;
  padding-left: 15px;
  text-align: left;
}
.download-program__btn br {
  display: none;
}
.download-program__btn:after {
  right: 15px;
}
.download-program__link {
  text-transform: uppercase;
  color: #596cba;
  font-size: 18px;
  font-family: "Roboto Bold", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s;
  transition: text-decoration-color 0.15s, -webkit-text-decoration-color 0.15s;
}
.download-program__link:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media only screen and (max-width: 991px) {
  .download-program__row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .download-program__row:nth-child(1) {
    padding: 20px 20px 15px;
  }
  .download-program__row:last-child {
    padding: 25px 20px 0;
  }
  .download-program__logo {
    height: 40px;
    margin-right: 10px;
  }
  .download-program__label {
    top: -20px;
    left: 50%;
    height: 20px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 11px;
  }
  .download-program__title {
    font-size: 20px;
  }
  .download-program__val {
    width: 150px;
  }
  .download-program__val--head {
    width: 150px;
  }
  .download-program__val--head .download-program__head {
    width: 100%;
  }
  .download-program__category {
    font-size: 14px;
  }
  .download-program__link {
    font-size: 14px;
  }
  .download-program__btn {
    text-align: center;
    line-height: 1.25;
    padding: 10px;
    font-size: 14px;
    height: auto;
  }
  .download-program__btn br {
    display: inline;
  }
  .download-program__btn:after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .download {
    padding: 50px 0 55px;
  }
  .download-program__row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .download-program__row:last-child {
    padding: 25px 0px 0;
  }
  .download-program__row:last-child .download-program__val {
    width: 150px;
  }
  .download-program__logo {
    height: 30px;
    margin-right: 5px;
  }
  .download-program__label {
    height: 16px;
    line-height: 18px;
    font-size: 10px;
  }
  .download-program__title {
    font-size: 16px;
  }
  .download-program__val {
    width: 75px;
  }
  .download-program__val--head {
    width: auto;
  }
}
/* video-thumbnail */
.video-thumbnail {
  position: relative;
  padding-bottom: 56.3%;
  overflow: hidden;
  margin-top: 25px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .video-thumbnail {
    padding-bottom: 54%;
    margin-bottom: 30px; } 
}
.video-thumbnail iframe,
.video-thumbnail object,
.video-thumbnail embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__image{
  width: 100%;
	height: 100%;
  border-radius: 10px;
}
.video-thumbnail__preview{
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-thumbnail__content{
  display: none;
  border: none;
}
.video-thumbnail--active .video-thumbnail__preview{
  display: none;
}
.video-thumbnail--active .video-thumbnail__content{
  display: block;
}
.video-thumbnail__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  background: url(../img/play.png);
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transition: all 0.2s ease-in-out;
}
.video-thumbnail__preview::after{
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	height: 100%;
	background: none;
  background: linear-gradient(180deg, rgba(46, 46, 54, 0.8) 0%, rgba(6, 12, 33, 0.88) 112.54%);
	opacity: 0;
	transition: ease 0.4s;
}
.video-thumbnail__preview:hover:after {
	/* opacity: 0.5; */
	transition: ease 0.4s;
}
.video-thumbnail__preview:hover .video-thumbnail__play {
  background: url(../img/play-hover.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faqs {
  padding: 55px 0 75px;
}
.faqs-block {
  text-align: left;
  margin-top: 40px;
}

.faq {
  transition: box-shadow 0.3s;
}
.faq.toggle {
  box-shadow: 2.163px 6.657px 28.7px 6.3px #f0f0f2;
  background-color: transparent;
  border-radius: 5px;
}
.faq.toggle .faq__head {
  background-color: transparent;
}
.faq.toggle .faq__toggle {
  transform: translateY(-50%) rotate(180deg);
}
.faq__head {
  font-family: "Roboto Bold", sans-serif;
  cursor: pointer;
  padding: 30px 85px 25px 30px;
  color: #434354;
  position: relative;
  background-color: #f5f5f7;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.faq__body {
  display: none;
  padding: 0px 30px 30px;
  font-family: "Roboto Regular", sans-serif;
}
.faq__toggle {
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/toggle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: transform 0.3s;
}

@media only screen and (max-width: 575px) {
  .faqs {
    padding: 50px 0 55px;
  }

  .faq {
    font-size: 14px;
  }
  .faq__head {
    padding: 20px 65px 15px 20px;
  }
  .faq__body {
    padding: 0px 20px 20px;
  }
  .faq__toggle {
    right: 20px;
  }
}
.program-foot {
  padding: 70px 0 75px;
}
.program-foot__rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.program-foot__rating-title {
  font-size: 24px;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1.25;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.program-foot__social {
  flex-direction: column;
  margin-top: 30px;
}
.program-foot__social .social__list {
  margin-top: 12px;
}
.program-foot__social .social__title {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .program-foot {
    padding: 50px 0 55px;
  }
}
.support {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "RobotoCondensed Light", sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 1.25;
}
.support__icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.article-section h1,
.article-section h2,
.article-section h3 {
  font-weight: normal;
  margin: 0;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1.15;
  text-align: center;
}
.article-section h1 {
  font-size: 42px;
  margin: 0 0 25px;
}
.article-section h2 {
  font-size: 35px;
  margin: 20px 0;
}
.article-section h3 {
  font-size: 30px;
  margin: 50px 0 20px;
}
.article-section p {
  margin: 0;
  /* text-indent: 30px; */
  margin-top: 10px;
}
.article-section p a {
  font-size: 18px;
  color: #596cba;
  font-family: "Roboto Bold", sans-serif;
  text-decoration: underline;
  -webkit-text-decoration-color: #596cba;
          text-decoration-color: #596cba;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.article-section p a:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.article-section figure {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 30px;
}
.article-section figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.article-section figcaption {
  margin-top: 15px;
  line-height: 1.25;
}
.article-section .figure-img {
  margin-bottom: 20px;
}
.article-section .figure-img figcaption {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0px;
}
.article-section b, .article-section strong {
  font-family: "Roboto Bold", sans-serif;
  font-weight: normal;
}
.article-section ul,
.article-section ol {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
.article-section ul li,
.article-section ol li {
  line-height: 1.25;
  margin-bottom: 20px;
  padding-left: 35px;
  font-family: "Roboto Regular", sans-serif;
}
.article-section ul li:last-child,
.article-section ol li:last-child {
  margin-bottom: 0;
}
.article-section ul li {
  position: relative;
}
.article-section ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../img/blue-tick.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  left: 0;
  top: 0;
}
.article-section ul li ul {
  margin: 15px 0 0 15px;
}
.article-section ol {
  counter-reset: item;
}
.article-section ol li {
  position: relative;
  padding-left: 0;
}
.article-section ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #539ff2;
  font-size: 18px;
}

.photo-slider-wrap {
  margin: 30px 0;
}
.photo-slider {
  margin: 0 30px;
}
.photo-slider .slick-track {
  display: flex;
}
.photo-slider-block {
  max-width: 800px;
  margin: 0 auto;
}
.photo-slider-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.photo-slider-img img {
  border-radius: 10px;
}
.photo-slider-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  color: #484c54;
  margin-top: 15px;
}
.photo-slider .slick-prev,
.photo-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 33px;
  cursor: pointer;
  z-index: 1;
  border: none;
  background: none;
  padding: 0;
}
.photo-slider .slick-prev {
  left: -30px;
}
.photo-slider .slick-next {
  right: -30px;
}
.photo-slider .slick-prev svg,
.photo-slider .slick-next svg {
  display: block;
}
.photo-slider .slick-prev path,
.photo-slider .slick-next path {
  transition: ease .3s;
}
.photo-slider .slick-prev:hover path,
.photo-slider .slick-next:hover path {
  fill: #0a7efa;
}
@media only screen and (max-width: 767px) {
  .photo-slider {
    margin: 0;
  }
}
.slick-dots,
.article-section .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.slick-dots li,
.article-section .slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0;
  padding: 0;
}
.slick-dots li:before,
.article-section .slick-dots li:before {
  display: none;
}
.slick-dots li + li,
.article-section .slick-dots li + li {
  margin-left: 8px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #e0e0e0;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s;
}
.slick-dots li.slick-active button {
  background: #0a7efa;
  width: 10px;
  height: 10px;
}
.slick-dots li button:hover {
  background: #0a7efa;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
.before-after__images {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.twentytwenty-horizontal .twentytwenty-handle {
  background-color: #f5f5f7;
  margin-left: -18px;
  margin-right: -18px;
  width: 32px;
  height: 32px;
  border: none;
  transition: transform 0.3s;
}
.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
  margin-left: -0.5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25)
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 16px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 16px;
}
.twentytwenty-horizontal .twentytwenty-left-arrow {
  /* border-right: 7px solid #FFFFFF; */
  border-right: none;
  margin-left: -22px;
  /* width: 17px;
  height: 10px; */
}
.twentytwenty-horizontal .twentytwenty-left-arrow::after {
  content: '';
  background: url(../img/article/twentytwenty-arrow.svg) right no-repeat;
  transform: rotate(180deg) translateY(-11%);
  width: 7px;
  height: 12px;
  position: absolute;
  left: 7px;
  top: -7px;
}
.twentytwenty-horizontal .twentytwenty-right-arrow {
  /* border-left: 7px solid #FFFFFF; */
  border-left: none;
  margin-right: -22px;
}
.twentytwenty-horizontal .twentytwenty-right-arrow::after {
  content: '';
  background: url(../img/article/twentytwenty-arrow.svg) right no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  left: -13px;
  top: -6px;
}
@media (max-width: 575px) {
  .twentytwenty-horizontal .twentytwenty-handle {
    width: 30px;
    height: 30px;
    margin-left: -15px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 15px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 15px;
  }
  .twentytwenty-horizontal .twentytwenty-left-arrow::after {
    background-size: 63%;
  }
  .twentytwenty-horizontal .twentytwenty-right-arrow::after {
    background-size: 56%;
    left: -16px;
    top: -8px;
  }
}
@media (max-width: 1199px) {
  .before-after__frame {
    margin-left: 0;
    width: 450px;
  }
  .before-after__info {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .before-after-block, .before-after-block.slick-slide {
    height: 400px;
  }
  .before-after__images {
    border-radius: 29px;
  }
  .before-after__info {
    text-align: center;
    flex: initial;
    width: 90%;
  }
  .before-after__text {
    margin: 0 auto;
  }
  .before-after__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .before-after-block {
    flex-direction: column;
    height: initial;
    justify-content: flex-start;
  }
  .before-after__frame {
    margin: 0 auto;
  }
  .before-after__info {
    width: 100%;
  }
  .before-after__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .before-after__frame {
    max-width: 290px;
  }
  .before-after__images {
    max-height: 250px;
  }
}
.before-after__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 40px auto;
}
.before-after__article {
  width: 100%;
  position: relative;
}
.before-after__article-average {
  max-width: 750px;
}
.before-after__article .before-after__frame {
  width: 100%;
  max-width: 100%;
}
.before-after__images {
  max-height: inherit;
  border-radius: 0px;
}
.before-after__left {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgb(0 0 0 / 35%);
  border-radius: 5px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.before-after__right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgb(0 0 0 / 35%);
  border-radius: 5px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.before-after__text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  color: #484c54;
}
@media (max-width:767px) {
  .before-after__left {
    left: 15px;
    bottom: 15px;
  }
  .before-after__right {
    right: 15px;
    bottom: 15px;
  }
}

.half-block {
  display: flex;
  gap: 40px;
  margin: 60px 0;
}
.half-block-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.half-block .section-title {
  text-align: left;
}
.half-block-text {
  font-family: "Roboto Regular";
  font-size: 16px;
  line-height: 160%;
  color: #484c54;
  margin: 20px 0 0;
}
.half-block .rating__btn {
  margin-top: 20px;
}
.half-block .support {
  text-align: left;
  justify-content: flex-start;
  margin-top: 10px;
}
.half-block-item .before-after__article {
  max-width: 464px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .half-block {
    flex-direction: column;
  }
  .half-block-item {
    width: 100%;
  }
}

/* program-choice */
.program-choice {
  margin: 60px 0 60px;
  border-bottom: 1px solid #e1e1e4;
  border-top: 1px solid #e1e1e4;
  padding: 30px 0px;
}
.program-choice .title-h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.program-choice__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.program-choice__block:last-child {
  margin-bottom: 0;
}
.program-choice__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 6px;
  width: 50px;
  height: 50px;
  margin-right: 25px;
}
.program-choice__img  img {
  object-fit: contain;
}
.program-choice__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.program-choice__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
.program-choice__block .program-choice__title {
  font-family: "Roboto Bold";
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  color: #484c54;
  margin: 0 0 5px;
}
.program-choice__text {
  font-family: "Roboto Regular";
  font-size: 16px;
  line-height: 145%;
  color: #484c54;
}
.program-choice__link {
  color: #7d7f83;
  text-decoration: underline;
}
@media (max-width:575px) {
  .program-choice__img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .program-choice .rating__btn {
    font-size: 14px;
  }
}

.s-article {
  padding-top: 45px;
  padding-bottom: 65px;
}
.s-article:first-child {
  padding-top: 140px;
}
.s-article__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.s-article__aside {
  width: 280px;
  margin-left: 50px;
  flex-shrink: 0;
  margin-top: 5px;
}
.s-article__left {
  width: 100%;
}
.s-article__btn {
  padding: 0 90px 0 35px;
  margin-top: 25px;
  height: 56px;
  line-height: 56px;
}
.s-article__btn:after {
  right: 20px;
}
.s-article__btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #459cf8;
  content: "";
  right: 55px;
}
.s-article-cta {
  background-image: url("../img/article-cta-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-color: #e6effd;
  padding: 35px 0 60px;
  border-radius: 10px;
}
.s-article-cta__title {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1.25;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: left;
}
.s-article-cta__title img {
  flex-shrink: 0;
  width: 70px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.s-article-cta-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s-article-cta__support {
  margin-top: 20px;
}

.s-article-cta.s-article-cta__new {
  background-image: url("../img/article/article-cta-bg.webp");
  background-size: cover;
  background-position: top center;
  background-color: #e6effd;
  padding: 30px 0 30px;
  margin: 30px 0;
}
.s-article-cta__new .s-article-cta__title {
  font-family: "RobotoCondensed Regular";
  text-align: center;
  margin: 15px 0 0;
}

.s-article-prefooter {
  background-image: url("../img/article-prefooter-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-color: #e6effd;
  padding: 45px 0 85px;
  color: #fff;
}
.s-article-prefooter__title {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  font-family: "RobotoCondensed Bold", sans-serif;
  line-height: 1.25;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  text-shadow: -6.821px 1.575px 21px rgba(0, 0, 0, 0.42);
  margin-bottom: 20px;
}
.s-article-prefooter__title img {
  flex-shrink: 0;
  width: 110px;
  height: auto;
  margin-bottom: 5px;
}
.s-article-prefooter-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s-article-prefooter__support {
  margin-top: 25px;
  font-size: 16px;
}

.article-nav {
  border: 1px solid #cde3fa;
  border-radius: 5px;
  background-color: #fff;
  padding: 40px 40px 50px;
  margin-top: 50px;
  margin-bottom: 55px;
}
.article-nav__title {
  line-height: 1;
  font-family: "Roboto Bold", sans-serif;
  font-size: 20px;
  text-align: center;
}
.article-nav__list {
  text-align: left;
  padding: 0;
  margin: 0;
  /* counter-reset: item; */
  list-style: none;
  counter-reset: li;
  columns: 2;
  margin-bottom: -10px;
  margin-top: 25px;
}
.article-nav__item {
  line-height: 1.25;
  margin-bottom: 12px;
  font-family: "Roboto Regular", sans-serif;
  position: relative;
}
.article-nav__item:before {
  /* content: counter(item) ". "; */
  /* counter-increment: item; */
  counter-increment: li;
  content: counters(li,".") ". ";
  color: #0a7efa;
  font-size: 18px;
}
.article-nav__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #484c54;
          text-decoration-color: #484c54;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.article-nav__link:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.article-nav.article-nav-border {
  background: rgba(252, 252, 255, 0.74);
  border: 1px solid #596CBA;
  border-radius: 4px;
}
.article-nav__border .article-nav__title {
  text-align: left;
}
.article-nav__border .article-nav__item:before {
  font-family: "Roboto Regular", sans-serif;
  color: #596cba;
}
.article-nav__list .article-nav__sub-list {
  columns: 1;
  margin-top: 5px;
  padding-left: 25px;
}
.article-nav__list .article-nav__sub-list .article-nav__item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #0a7efa;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 50%;
}
.link {
  font-family: "Roboto Regular", sans-serif;
  color: #596cba;
  text-decoration: underline;
  text-decoration-color: #596cba;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.link:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.article-nav.article-nav__no-border {
  border: none;
  padding: 0;
  background: transparent;
}
.article-nav__no-border .article-nav__title {
  text-align: left;
}
.article-nav__no-border .article-nav__item:before {
  font-family: "Roboto Regular", sans-serif;
  color: #596cba;
}

.article-author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid #e1e1e4;
}
.article-author__photo {
  display: inline-block;
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}
.article-author__info {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -7px;
}
.article-author__name {
  display: block;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.25;
  text-decoration: underline;
  -webkit-text-decoration-color: #484c54;
          text-decoration-color: #484c54;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.article-author__name:hover {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.article-rating {
  padding: 17px 0 20px;
  border-bottom: 1px solid #e1e1e4;
}
.article-rating__title {
  font-family: "Roboto Bold", sans-serif;
  font-size: 17px;
}
.article-rating__screen {
  margin-top: 7px;
}
.article-rating-appraisal {
  margin: 0 0 5px;
}
.article-recommend {
  padding: 20px 0;
}
.article-recommend-block {
  margin-top: 15px;
}
.article-recommend__link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.article-recommend__link:last-child {
  margin-bottom: 0;
}
.article-recommend__title {
  font-family: "Roboto Bold", sans-serif;
  display: block;
  font-size: 17px;
}
.article-recommend__photo {
  margin-right: 18px;
  flex-shrink: 0;
  display: block;
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}
.article-recommend__text {
  display: block;
  line-height: 1.5;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}
.article-recommend__text:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #484c54;
          text-decoration-color: #484c54;
}

@media only screen and (max-width: 1199px) {
  .s-article-cta {
    background-image: url("../img/article-cta-mob-bg.jpg");
    padding: 40px;
  }

  .s-article-prefooter {
    background-image: url("../img/prefooter-bg-mob.jpg");
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .s-article:first-child {
    padding-top: 100px;
  }
  .s-article__head {
    flex-direction: column;
    margin-top: 40px;
  }
  .s-article__aside {
    width: 100%;
    margin-left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .article-author {
    width: 50%;
    border-bottom: none;
    margin-top: 0;
    padding: 0;
  }
  .article-rating {
    width: calc(50% - 30px);
    border-bottom: none;
    padding: 0;
  }
  .article-recommend {
    width: 100%;
    border-top: 1px solid #e1e1e4;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .s-article-cta__title {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .article-section {
    font-size: 14px;
  }
  .article-section h1 {
    font-size: 32px;
  }
  .article-section h2 {
    font-size: 25px;
  }
  .article-section h3 {
    font-size: 20px;
  }
  .article-section figcaption {
    margin-top: 10px;
  }
  .article-section ul li {
    padding-left: 25px;
  }
  .article-section ul li:before {
    width: 15px;
    height: 15px;
  }
  .article-section ol li:before {
    font-size: 14px;
  }

  .article-nav {
    padding: 30px;
  }
  .article-nav__list {
    columns: 1;
  }
  .article-nav__title {
    font-size: 18px;
  }
  .article-nav__item {
    font-size: 14px;
  }
  .article-nav__item:before {
    font-size: 14px;
  }

  .s-article-cta__title {
    font-size: 20px;
  }

  .s-article-prefooter__support {
    font-size: 14px;
    margin-top: 20px;
  }
  .s-article-prefooter__title {
    font-size: 24px;
  }
  .s-article-prefooter__title img {
    margin-bottom: -5px;
  }

  .article-author {
    width: 100%;
    justify-content: center;
  }
  .article-rating {
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e4;
    text-align: center;
  }
}
.section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.blog {
  padding: 150px 0 75px;
}
.blog__btn {
  padding: 0 55px 0 30px;
  background-image: url("../img/toggle.png");
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  margin-top: 60px;
}
.blog .article {
  opacity: 1;
  transition: box-shadow 0.3s, opacity 0.3s;
}
.blog .article.hidden {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .section-subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .blog {
    padding-top: 110px;
  }

  .section-subtitle {
    font-size: 14px;
  }
}
/* rating */
#page-rating-block {
  height: 24px;
  line-height: 24px;
  cursor: default;
  width: 121px;
}
#page-rating-block .hidden {
  visibility: hidden;
}
.rating-img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 -3px;
  border-left : 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px;
}
.rating-img.hover {
  padding: 16px 16px 0 0;
  width  : 0;
  height : 0;
  background: url('../img/ratingStarHover.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.rating-img.nocursor {
  cursor: default;
}
#page-rating-value {
  vertical-align: top;
  font-size: 14px;
  color: #545861;
  font-family: "Roboto Medium", sans-serif;
}
#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  font-size  : 1.2em;
  color: #7f7f7f;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  position: relative;
  display: flex; align-items: center;
  height: 16px;
  line-height: 16px;
  font-size: inherit; }
  #page-rating-block .hidden { visibility: visible; display: none; }
  #page-rating-block .rating-img { margin: -3px -2px 0 -2px; }
  #page-rating-value { margin: 0 7px; }
  #page-rating-info  {
    position: absolute; top: 0;
    width: 8rem; height: 1rem;
    transform: translateY(1rem);
    margin: 0 0 0 0.1rem;
    font-size: 0.8em;
    transition: opacity 0.1s ease-out;
    opacity: 0; }
  #page-rating-block:hover #page-rating-info { opacity: 1; }
  @media only screen and (max-width: 767px) {
    #page-rating-info { opacity: 1; transition: none; } 
  }
.pluso-top { margin: 6px 10px 0 0 !important; }
.program-foot__rating #page-rating-block {
  padding-bottom: 10px;
}
.program-foot__rating #page-rating-block .rating-img {
  margin: -3px -5px 0 0px;
  height: 20px;
}
.program-foot__rating .rating-img.hover {
  padding: 20px 20px 0 0;
}
.program-foot__rating #page-rating-value {
  font-size: 15px;
}
.program-foot__rating #page-rating-info {
  margin-left: 8px;
}
.program-foot__rating.program-foot__rating-index {
  margin: 25px auto;
}
.program-foot__rating.program-foot__rating-index #page-rating-info {
  margin-left: 0px;
}

.s-article__head.s-article__head-aside {
  justify-content: flex-start;
  position: relative;
}
.s-article__head.s-article__head-aside .s-article__left {
  max-width: calc(100% - 330px);
}
@media (max-width: 991px) {
  .s-article__head.s-article__head-aside .s-article__left {
    max-width: 100%;
  }
}
.s-article__head.s-article__head-aside .s-article__aside.is-fixed {
  position: fixed;
  top: 90px;
  transform: translateX(85.6%);
  left: 50%;
}
@media (max-width: 1199px) {
  .s-article__head.s-article__head-aside .s-article__aside.is-fixed {
    transform: translateX(48.1%);
  }
}

/* article-interest */
.article-interest {
	padding: 50px 0 40px;
}
.section-title.article-interest {
	margin-bottom: 35px;
  padding: 0;
}
.article-interest__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px -11px;
}
.article-interest__column {
	width: 33.333%;
	display: flex;
	justify-content: center;
  padding: 0px 11px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
	.article-interest__column {
		width: 50%;
	}
}
@media (max-width:767px) {
	.article-interest__column {
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.article-interest__column {
		width: 100%;
	}
}
.article-interest__columns-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.article-interest__item-image {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	background: #FAFAFA;
	position: relative;
	transition: ease 0.3s;
  height: 0;
  line-height: 0;
  padding-bottom: 66.5%;
}
.article-interest__item-image:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(46 46 54 / 48%) 0%, rgb(6 12 33 / 26%) 0%);
  border-radius: 5px;
	opacity: 0.8;
}
.article-interest__item-image:after {
	content: '';
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(46 46 54 / 35%) 0%, rgb(6 12 33 / 52%) 112.54%);
  border-radius: 5px;
	opacity: 0;
	transition: ease 0.3s;
}
.article-interest__columns-item:hover .article-interest__item-image {
	box-shadow: 1.236px 3.804px 19.32px 1.68px rgba(20, 41, 94, 0.24);
}
.article-interest__columns-item:hover .article-interest__item-image:after {
	opacity: 1;
}
.article-interest__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.article-interest__item-link {
	font-size: 18px;
	line-height: 28px;
  color: rgb(89, 108, 186);
  font-weight: bold;
  text-decoration: underline;
	transition: ease 0.3s;
	text-align: center;
}
.article-interest__columns-item:hover .article-interest__item-link {
	text-decoration-line: none;
  color: rgb(89, 108, 186);
}
.article-interest__slider {
  position: relative;
}
.article-interest__slider .table__arrows {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: auto;
  right: auto;
  top: 50%;
  height: 45px;
  transform: translateY(-50%);
  width: 100%;
}
.article-interest__slider .table__arrows .table__arrow {
  width: 35px;
  height: 45px;
}
.article-interest__slider .table__arrows .table__arrow.next {
  right: -15px;
}
.article-interest__slider .table__arrows .table__arrow.prev {
  left: -15px;
}
.article-interest__slider .table__arrows .table__arrow.slick-arrow.slick-hidden {
  display: none;
}

.social {
  position: fixed;
  top: -webkit-calc(50% + 10px);
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-width: 767px) {
    .social {
      justify-content: center;
      flex-direction: column;
    }
  }
.social__text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(84, 88, 97);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .social__text {
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.social .ya-share2__list.ya-share2__list_direction_horizontal {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.social__link {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  box-shadow: none;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s; }
.social__icon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.article-page-content ul {
  display: flex;
  padding-bottom: 0;
}
.social-icon .ya-share2__list_direction_horizontal > .ya-share2__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  padding: 0;
background: none; }
.social .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
}
.social .ya-share2__badge {
  border-radius: 0%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .social .ya-share2__badge {
    border-radius: 0%;
    width: 30px;
    height: 30px;
  }
  .social  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 22px;
    width: 22px;
    background-size: 22px 22px;
  }
}
/* conclusion */
.conclusion.conclusion-section {
  margin-top: 95px;
}
.conclusion.conclusion-gray {
  background: #fafafa;
}
.conclusion {
  background: #fff;
	padding: 60px 0 15px;
	margin-bottom: 40px;
	margin-top: 40px;
}
@media (max-width:767px) {
	.conclusion {
		padding: 0;
		margin: 30px 0;
	}
}
.conclusion-title {
  font-size: 35px;
  font-family: "RobotoCondensed Bold";
  line-height: 33px;
  margin: 0 0 25px;
  text-align: center;
}
.conclusion-subtitle {
  font-size: 21px;
  font-family: "Roboto Regular";
  line-height: 31px;
  margin: 0 0 35px;
  text-align: center;
}
.conclusion-interest__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -7.5px;
}
.conclusion-interest__column {
	width: 20%;
	display: flex;
	justify-content: center;
  padding: 0px 7.5px;
	margin-bottom: 15px;
}
@media (max-width:991px) {
	.conclusion-interest__column {
		width: 25%;
	}
}
@media (max-width:767px) {
	.conclusion-interest__column {
		width: 33.333%;
	}
}
@media (max-width: 500px) {
	.conclusion-interest__column {
		width: 50%;
	}
}
@media (max-width: 340px) {
	.conclusion-interest__column {
		width: 100%;
	}
}
.conclusion-interest__columns-item {
	display: flex;
	flex-direction: column;
	width: 100%;
  background: #fafafa;
  padding: 27px 5px 38px;
	transition: ease .3s;
}
.conclusion.conclusion-gray .conclusion-interest__columns-item {
  background: #fff;
}
.conclusion-interest__columns-item:hover {
	box-shadow: 0px 0px 8px 6px rgba(17, 46, 60, 0.08);
}
.conclusion-interest__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: ease 0.3s;
}
.conclusion-interest__item-image img {
	
}
.conclusion-interest__item-link {
	text-decoration: none;
  color: rgb(34, 34, 34);
  font-family: "Roboto Regular";
	font-size: 18px;
	line-height: 1.563;
	padding: 20px 0px 15px;
	text-align: center;
}
.conclusion-interest__columns-item:hover .conclusion-interest__item-link {
  text-decoration: underline;
}
.conclusion-rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.conclusion-rating img {
  margin: 0 2.5px;
  width: 13px;
  height: 13px;
}
.conclusion-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* spoiler */
.spoiler {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-top: 30px;
}
.spoiler-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid rgba(23, 27, 37, .22);
  min-height: 54px;
  padding: 10px 37px;
  min-width: 190px;
	font-weight: 300;
  cursor: pointer;
	transition: ease .3s;
	margin-bottom: 30px;
}
.spoiler-title.closed {
  background-color: rgb(226, 225, 225);
  box-shadow: inset 0px 4px 6.37px 0.63px rgba(0, 0, 0, 0.07);
  border: 1px solid rgb(238, 238, 242);
}
.spoiler-title:hover {
  background-color: rgb(238, 238, 242);
  border: 1px solid rgb(238, 238, 242);
}
.spoiler-arrow {
  position: relative;
  margin-left: 14px;
  top: -3px;
}
.spoiler-arrow:before,
.spoiler-arrow:after {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #76767a;
}
.spoiler-arrow:before {
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spoiler-title.closed .spoiler-arrow:before {
	left: 3px;
}
.spoiler-title.closed .spoiler-arrow:after {
	left: 8px;
}
.spoiler-body {
	width: 100%;
}
/* peculiarities-block */
.peculiarities-block {
  display: flex;
  margin: 30px -17px 45px;
  text-align: left;
}
.peculiarities-block + .best-foto-app__btn {
  margin-top: 0;
}
.peculiarities-block .advantages, .peculiarities-block .disadvantages {
  margin: 0 17px;
  width: 50%;
}
.peculiarities-block.peculiarities-block-border {
  margin: 30px 0px 0;
}
.peculiarities-block.peculiarities-block-border .advantages, .peculiarities-block.peculiarities-block-border .disadvantages {
  margin: 0;
}
@media (max-width: 1199px) {
  .peculiarities-block {
    margin: 15px 0 0;
  }
  .peculiarities-block .advantages, .peculiarities-block .disadvantages {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .peculiarities-block {
    flex-wrap: wrap;
  }
  .peculiarities-block .advantages, .peculiarities-block .disadvantages {
    margin: 0 0 20px;
    width: 100%;
  }
  .peculiarities-block.peculiarities-block-border .advantages, .peculiarities-block.peculiarities-block-border .disadvantages {
    margin: 0 0 20px;
  }
}
.advantages {
  border: 1px solid #37B03C;
  border-radius: 4px;
  padding: 30px;
}
.peculiarities-block.peculiarities-block-border .advantages {
  border: none;
  padding: 0 0 0 10px;
}
.disadvantages {
  border: 1px solid #D96D6D;
  border-radius: 4px;
  padding: 30px;
}
.peculiarities-block.peculiarities-block-border .disadvantages {
  border: none;
  padding: 0 0 0 10px;
}
.advantages-name, .disadvantages-name {
  font-family: "Roboto Bold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.peculiarities-list {
  flex-direction: column;
}
.article-section .peculiarities-list {
  margin-top: 0;
}
.article-section .peculiarities-list li,
.peculiarities-list li {
  background: url(../img/plus.png) no-repeat 0px 5px;
  background-size: 9px;
  font-family: "Roboto Regular", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  padding: 0 0 0 20px;
  width: 100%;
  margin-bottom: 10px;
}
.article-section .peculiarities-list li::before {
  display: none;
}
.peculiarities-list.peculiarities-list-minus li {
  background: url(../img/minus.png) no-repeat 0px 10px;
  background-size: 9px;
}

/* blog spoiler */
.blog-spoiler {
  position: relative;
  padding: 50px 0 20px;
  min-height: 140px;
}
@keyframes showDiv {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blog-title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c8c9cb;
  transition: ease .3s;
  border-radius: 2px;
  height: 54px;
  width: 212px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
}
.blog-title.opened {
  animation: showDiv .6s ease;
}
.blog-title.closed {
  border: 0;
  width: 150px;
  height: 50px;
  bottom: 10px;
  right: 30px;
  left: initial;
  transition: ease .8s;
}
@media (max-width: 991px) {
  .blog-title.closed {
    right: 10px;
  }
}
.blog-hide-open {
  padding-right: 15px;
  transition: ease .3s;
}
.blog-title.closed .blog-title:hover {
  background: transparent;
}
.blog-title.closed .blog-text {
  display: none;
}
.blog-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 0 45px;
}
.blog-arrow {
	position: relative;
}
.blog-title.opened .blog-arrow {
  transform: rotate(90deg);
}
.blog-arrow:before,
.blog-arrow:after {
	position: absolute;
  top: -6px;
  left: 0px;
  width: 2px;
  height: 8px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: rgb(141 142 147);
}
.blog-arrow:before {
  top: -11px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.blog-title:hover {
  background-color: #c8c9cb;
}
.blog-title.closed .blog-arrow:before {
  top: -2px;
  left: 7px;
}
.blog-title.closed .blog-arrow:after {
  top: -2px;
  left: 3px;
}
.blog-prog {
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-prog.blog-body a {
  width: 33%;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .spoiler-prog.spoiler-body a {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .blog-prog.blog-body a {
    width: 100%;
    padding-right: 0px;
  }
}

.comments-btn.comments-btn__grey {
  width: 315px;
  /* background-color: #89989b; */
  text-transform: none;
  padding: 0 10px;
}
/* .comments-btn.comments-btn__grey:hover {
  background-color: #819da5;
} */