@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,800&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,700,900&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:500,900&subset=cyrillic");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/*!
 * 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;
  -webkit-border-radius: 4px;
          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--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear .13s;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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; }

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  color: #444454;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background-color: #f5f6fc; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

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

input, select, button {
  outline: none; }

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

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

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

.clearfix:after {
  clear: both; }

.wrap {
  overflow: hidden; }

.slick-slide {
  outline: none; }

.container {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto; }

.block-left {
  float: left; }

.block-right {
  float: right; }

.blue {
  color: #4640a9; }

.btn {
  display: inline-block;
  width: 103px;
  height: 44px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  line-height: 44px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
  text-shadow: 0 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  .btn:hover, .btn:focus {
    color: #fff; }

.btn--load {
  background-color: #e67717;
  position: relative;
  padding-left: 13px; }
  .btn--load::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    background-size: 100%;
    background-image: url(../img/arrow-download-min.png);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -9px;
    margin-left: 7px; }
  .btn--load:hover {
    background-color: #f7933b; }

.btn--buy {
  background-color: #1cb85d;
  position: relative;
  padding-left: 13px; }
  .btn--buy::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-size: 100%;
    background-image: url(../img/svg/cart.svg);
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -12px;
    margin-left: 3px; }
  .btn--buy:hover {
    background-color: #2ad170; }

.btn--big-load,
.btn--big-buy {
  position: relative;
  width: 256px;
  height: 70px;
  font-size: 21px;
  line-height: 1.1;
  padding-top: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); }
  .btn--big-load span,
  .btn--big-buy span {
    display: block;
    font-size: 15px;
    font-weight: 400; }
  .btn--big-load:after,
  .btn--big-buy:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 60px;
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg); }
  .btn--big-load::before,
  .btn--big-buy::before {
    position: absolute;
    content: '';
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    z-index: 2; }

.btn--big-load {
  background-color: #e67717;
  padding-right: 40px;
  text-align: center; }
  .btn--big-load:hover {
    background-color: #f7933b; }
    .btn--big-load:hover::before {
      margin-top: -4px; }
  .btn--big-load:after {
    background-color: #bf6313; }
  .btn--big-load::before {
    width: 14px;
    height: 24px;
    background-image: url(../img/arrow-download.png);
    margin-top: -12px;
    right: 13px;
    -webkit-transition: margin-top, .1s ease;
    transition: margin-top, .1s ease; }

.btn--big-buy {
  background-color: #1cb85d;
  padding-right: 40px;
  text-align: center; }
  .btn--big-buy:hover {
    background-color: #2ad170; }
    .btn--big-buy:hover::before {
      width: 29px;
      height: 29px;
      margin-top: -14.5px;
      right: 10px; }
  .btn--big-buy:after {
    background-color: #158c47; }
  .btn--big-buy::before {
    width: 26px;
    height: 26px;
    background-image: url(../img/svg/cart.svg);
    margin-top: -13px;
    right: 12px;
    -webkit-transition: width, .1s ease;
    transition: width, .1s ease; }

.green {
  color: #1cb85d; }

.sect {
  position: relative; }

.sect--with-arrow-down::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #f5fcfc;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
  bottom: 0;
  left: 50%;
  margin-left: -33px;
  margin-bottom: -33px;
  z-index: 2; }

.sect--with-arrow-down::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  bottom: 0;
  margin-bottom: -17px;
  left: 50%;
  margin-left: -15px;
  background: url(../img/svg/down-arrow.svg) 0 0 no-repeat;
  background-size: 100%;
  z-index: 3; }

.logo {
  display: inline-block;
  max-width: 231px;
  width: 100%; }
  .logo img {
    width: 100%;
    height: auto; }

.icon {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
  background-position: 0 0; }

.flag {
  display: inline-block;
  width: 30px;
  background-color: #2c72b0; }
  .flag span {
    display: block;
    width: 100%;
    height: 8px; }
    .flag span:first-child {
      background-color: #fff; }
    .flag span:last-child {
      background-color: #fe0000; }
  .flag.flag--bdr {
    border: 1px solid #e6e9ee; }

.page-header {
  margin: 0;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.sect-header {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #383845;
  text-align: center;
  line-height: 1.2; }

.sect-descr {
  margin: 0;
  font-size: 18px;
  text-align: center;
  margin-top: 8px; }


.sect-descr-list{
  display: flex;
}

.sect-descr-list .sect-descr-item .sect-descr{
  text-align: left;
}

.video-thumbnail{
  position: relative; 
}
.video-thumbnail--in-article{
  margin-top: 18px;
}
.video-thumbnail::before{
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  background: black;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.video-thumbnail:hover:before{
  opacity: 0.3;
}
.video-thumbnail__image{
  width: 100%;
  height: auto;
  display: block;
}
.video-thumbnail__play { 
  background: red;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 15px; /* change this to change size */
  height: 3em;
  width: 4em;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;


  position: absolute;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-thumbnail__play:hover {
  transform: translate(-50%, -50%) scale(1.2)
}

.video-thumbnail__play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.video-thumbnail__play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.video-thumbnail__preview{
}
.video-thumbnail__content{
  display: none;
}
.video-thumbnail--active .video-thumbnail__preview{
  display: none;
}
.video-thumbnail--active .video-thumbnail__content{
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
 height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
border: none;
width: 100%;
height: 100%;
}

/* video-block */
.video-block-wrap {
  max-width: 850px;
  width: 100%;
}
.video-block {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}
.video-block iframe,
.video-block object,
.video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-block__image {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-block__preview {
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block__content {
  display: none;
}
.video-block--active .video-block__preview {
  display: none;
}
.video-block--active .video-block__content {
	display: block;
	position: absolute;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.video-block__preview::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 136px;
	height: 136px;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: url(../img/svg/play-button.svg) center/cover no-repeat;
	transition: ease 0.4s;
}
.video-block__preview:hover::before {
  opacity: .4;
}
.video-block__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-block__preview:hover:after {
  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;
}
@media (max-width:767px) {
	.video-block__preview::before {
		width: 82px;
		height: 82px;
	}
}

.arrow-line {
  height: 1px;
  width: 100%;
  background-color: #d7d8e0;
  margin-top: 35px;
  position: relative; }
  .arrow-line:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d8e0;
    left: 50%;
    margin-left: -7.5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -7px;
    background-color: #F5F6FC;
    border-right: none;
    border-top: none; }

.arrow-down {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/svg/down-arrow-yellow.svg) 0 0 no-repeat;
  background-size: 100%;
  opacity: .8; }

.main-head {
  background-color: #23232b;
  height: auto;
  padding: 15px 0 6px;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .main-head.main-head--is-fixed {
    background-color: rgba(35, 35, 43, 0.8);
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    height: auto;
    top: -100px;
    -webkit-transition: top .25s ease;
    transition: top .25s ease; }
    .main-head.main-head--is-fixed.show {
      top: 0; }
    .main-head.main-head--is-fixed .main-menu {
      float: left;
      margin-top: 13px; }
    .main-head.main-head--is-fixed .main-menu__item {
      margin-right: 20px; }
      .main-head.main-head--is-fixed .main-menu__item:last-child {
        margin-right: 0; }
    .main-head.main-head--is-fixed .main-head__btn {
      margin-top: 0;
      width: 197px; }
      .main-head.main-head--is-fixed .main-head__btn.btn--load {
        padding-left: 30px; }
        .main-head.main-head--is-fixed .main-head__btn.btn--load:after {
          margin-left: 20px; }
      .main-head.main-head--is-fixed .main-head__btn.btn--buy {
        padding-left: 13px; }
        .main-head.main-head--is-fixed .main-head__btn.btn--buy:after {
          margin-left: 7px; }
    .main-head.main-head--is-fixed .hamburger {
      float: left;
      margin-top: 0px;
      margin-right: 0; }

.head-container-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-head.main-head--is-fixed .head-container-menu .main-menu {
  margin: 0;
}
.head-container-menu .main-head__logo {
  top: 0;
}
.head-container-menu .main-menu__list a {
  padding-bottom: 0;
}
@media (max-width: 899px) {
  .main-head.main-head--is-fixed .head-container-menu  .main-menu {
    width: 100%;
  }
  .head-container-menu .hamburger {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 550px) {
  .main-head .head-container-menu .main-head__logo {
    margin: 0;
  }
}

.main-head__logo {
  float: left;
  position: relative;
  top: 2px; }

.main-head__btn {
  float: right;
  margin-top: 5px;
  margin-left: 8px; }

.hamburger {
  display: none;
  float: right;
  cursor: pointer;
  padding: 10px 10px 0;
  margin-top: 6px;
  margin-right: 8px; }

.hamburger-box {
  width: 30px; }
  .hamburger-box:hover {
    opacity: 1; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 0;
          border-radius: 0; }

.main-menu {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 17px;
  margin-right: 5px; }

.main-menu__item {
  display: inline-block;
  vertical-align: top;
  list-style-type: disc;
  line-height: normal;
  margin-right: 15px; }

.main-menu__list a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-bottom: 7px;
  font-weight: 400; }
  .main-menu__list a:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    height: 2px;
    bottom: 0;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
  .main-menu__list a:hover, .main-menu__list a.active {
    color: #eedd75; }
    .main-menu__list a:hover:after, .main-menu__list a.active:after {
      background-color: #eedd75; }

.main-head--2 {
  background-color: #4c52a7;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1); }

.s-index-banner {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 90px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/banner-bg.jpg); }
.index-banner {
  position: relative;
  z-index: 1;
}
.index-banner__text {
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  color: #eedd75;
  font-family: "Fira Sans Condensed", sans-serif;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 10px; }

.index-banner__text-2 {
  font-weight: 500;
  color: #f5f6fc;
  font-size: 22px;
  line-height: 2;
  margin-top: 65px;
  display: block;
  line-height: 1.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.index-banner__btn {
  margin: 0 8px;
  margin-top: 30px; }

.offer {
  display: block;
  font-size: 15px;
  color: #f5f6fc;
  font-weight: 500;
  text-transform: uppercase;
  width: 530px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(245, 246, 252, 0.3);
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 13px;
  position: relative; }
  .offer:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 19px;
    height: 63px;
    background: url(../img/arrow-cursive.png) 0 0 no-repeat;
    right: -50px;
    top: -60px; }

.tizers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px; }

.index-banner__tizers {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px; }

.tizer-item {
  color: #f5f6fc;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 19px; }
  .tizer-item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }

.stars {
  margin-left: 10px; }

.icon--windows-logo {
  width: 26px;
  height: 26px;
  background-image: url(../img/svg/windows-logo.svg); }

.tizer-item__icon--windows-logo {
  margin-right: 13px; }

.tizer-item__flag {
  margin-right: 13px; }

.s-index-banner--2 {
  text-align: left;
  padding-bottom: 30px;
  background-image: url(../img/banner-bg-2.jpg);
  background-position: center bottom; }
  .s-index-banner--2 .container {
    position: relative; }
  .s-index-banner--2 .imac {
    position: absolute;
    top: -40px;
    right: -130px; }
  .s-index-banner--2 .banner-cta {
    display: inline-block;
    padding-left: 60px;
    margin-top: 10px; }
  .s-index-banner--2 .index-banner__page-header {
    font-size: 44px;
    display: inline-block; }
  .s-index-banner--2 .index-banner__text {
    font-size: 24px;
    display: inline-block;
    line-height: 1.1; }
  .s-index-banner--2 .index-banner__banner-list {
    margin-top: 30px;
    display: inline-block; }
    .s-index-banner--2 .index-banner__banner-list li {
      font-weight: 400; }
  .s-index-banner--2 .btn {
    margin-left: 3px;
    margin-right: 3px; }
    .s-index-banner--2 .btn:first-child {
      margin-left: 0; }
  .s-index-banner--2 .offer {
    margin-top: 20px;
    max-width: 522px; }
  .s-index-banner--2 .index-banner__tizers {
    margin-top: 80px;
    padding-left: 55px;
    padding-right: 55px; }
  .s-index-banner--2 .tizer-item {
    padding: 0 5px; }
    .s-index-banner--2 .tizer-item:nth-child(2) {
      border-left: none;
      border-right: none; }

.benefits-bg {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.s-benefits {
  padding: 80px 0 110px;
  background-color: #F5F6FC;
  background-position: center top;
  background-repeat: no-repeat; }
  .s-benefits.sect--with-arrow-down:after {
    margin-bottom: -25px; }
  .s-benefits.sect--with-arrow-down:before {
    margin-bottom: -10px; }
  .s-benefits .arrow-line:after {
    background-color: #F5FCFC; }

.s-benefits__sect-descr {
  font-size: 21px;
  margin-top: 15px;
  position: relative;
  z-index: 2; }

.s-benefits__page-header {
  position: relative;
  z-index: 2; }

.benefits {
  margin-top: 45px; }

.benefits-item {
  text-align: center;
  width: 288px;
  float: left;
  margin-right: 53px;
  position: relative; }
  .benefits-item::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 21px;
    height: 63px;
    background: url(../img/arrow-right.png) 0 0 no-repeat;
    background-size: 100%;
    top: 40px;
    right: -35px; }
  .benefits-item:last-child {
    margin-right: 0; }
    .benefits-item:last-child::after {
      display: none; }

.benefits-item__icon {
  display: block;
  margin-bottom: 30px;
  height: 130px; }
  .benefits-item__icon img {
    height: auto; }

.benefits-item__icon--1 img {
  width: 126px;
  height: auto; }

.benefits-item__icon--2 img {
  width: 105px;
  height: auto; }

.benefits-item__icon--3 img {
  width: 138px;
  height: auto;
  margin-top: 10px; }

.benefits-item__punkt {
  display: inline-block;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #4640a9;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
  text-align: center;
  line-height: 55px;
  text-align: center;
  background-color: #f7fcfc; }
  .benefits-item__punkt::after, .benefits-item__punkt:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #d7d8e0;
    top: 50%;
    position: absolute; }
  .benefits-item__punkt:after {
    left: 10px;
    right: 50%;
    margin-right: 27.5px; }
  .benefits-item__punkt:before {
    right: 10px;
    left: 50%;
    margin-left: 27.5px; }

  .benefits-item__punkt--special:before,
  .benefits-item__punkt--special:after{
    top: 46.1%;
  }

.benefits-item__header {
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 18px;
  display: block; }

.benefits-item__text {
  font-size: 18px;
  margin-top: 10px; }

.s-benefits--2 {
  padding-top: 60px;
  background-color: #f5fcfc;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
  .s-benefits--2.sect--with-arrow-down:after {
    margin-bottom: -30px; }
  .s-benefits--2.sect--with-arrow-down:before {
    margin-bottom: -15px; }

.s-perfect-video {
  padding: 75px 0 55px; }

.perfect-video {
  margin-top: 40px; }

.perfect-video__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px; }
  .perfect-video__item:first-child {
    margin-top: 0; }
  .perfect-video__item:nth-child(2n) .perfect-video__pic {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 5px; }
  .perfect-video__item:nth-child(2n) .perfect-video__info {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 35px 0 15px; }

.perfect-video__pic {
  max-width: 477px;
  width: 100%;
  height: auto;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  margin-left: -15px; }

.perfect-video__info {
  padding: 0 25px 0 15px; }

.perfect-video__header {
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  padding-bottom: 15px; }
  .perfect-video__header::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #736bfa; }

.perfect-video__text {
  font-size: 18px;
  margin-top: 25px; }

.s-cta {
  padding: 70px 0 30px;
  background: url(../img/cta-min-bg.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center; }

.s-cta__btn {
  width: 346px;
  height: 75px;
  margin-top: 45px;
  padding-top: 17px;
  padding-right: 60px; }
  .s-cta__btn:after {
    width: 80px;
    -webkit-transform: skew(15deg);
        -ms-transform: skew(15deg);
            transform: skew(15deg); }
  .s-cta__btn::before {
    width: 14px;
    height: 29px;
    background-image: url(../img/arrow-download-max.png);
    margin-top: -14px;
    right: 22px; }

.s-cta__text {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 1; }

.s-cta__text-2 {
  font-size: 24px;
  color: #eedd75;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 1.2;
  margin-top: 10px;
  position: relative; }
  .s-cta__text-2:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 19px;
    height: 63px;
    background: url(../img/arrow-cursive.png) 0 0 no-repeat;
    left: 50%;
    margin-left: 200px;
    bottom: -90px;
    -webkit-transform: rotate(185deg) scale(-1, 1);
        -ms-transform: rotate(185deg) scale(-1, 1);
            transform: rotate(185deg) scale(-1, 1); }

.s-cta__tizer-item {
  display: block;
  margin-top: 5px; }

.s-mockup {
  padding: 50px 0 0; }

.s-mockup__sect-descr {
  position: relative;
  padding-bottom: 25px; }
  .s-mockup__sect-descr::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #4640a9;
    left: 50%;
    margin-left: -25px;
    bottom: 0; }

.mockup {
  margin-top: 40px;
  position: relative;
  height: 530px; }

.mockup__pic {
  width: 462px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -231px; }

.mockup-info {
  text-align: center;
  width: 210px;
  position: absolute; }
  .mockup-info::after {
    position: absolute;
    z-index: 2;
    content: '';
    display: inline-block;
    width: 119px;
    height: 20px;
    background: url(../img/mockup-arrow.png) 0 0 no-repeat; }
  .mockup-info:nth-child(2) {
    top: 25px;
    left: -10px;
    right: auto; }
    .mockup-info:nth-child(2)::after {
      top: 100px;
      left: 100%;
      margin-left: -25px;
      -webkit-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
              transform: rotate(20deg); }
  .mockup-info:nth-child(3) {
    top: 25px;
    left: auto;
    right: -10px; }
    .mockup-info:nth-child(3)::after {
      top: 100px;
      right: 100%;
      margin-right: -25px;
      -webkit-transform: rotate(160deg);
          -ms-transform: rotate(160deg);
              transform: rotate(160deg); }
  .mockup-info:nth-child(4) {
    top: 300px;
    left: -10px;
    right: auto; }
    .mockup-info:nth-child(4)::after {
      top: 0;
      left: 100%;
      margin-left: -22px;
      -webkit-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .mockup-info:nth-child(5) {
    top: 300px;
    left: auto;
    right: -10px; }
    .mockup-info:nth-child(5)::after {
      top: 0;
      right: 100%;
      margin-right: -25px;
      -webkit-transform: rotate(-160deg);
          -ms-transform: rotate(-160deg);
              transform: rotate(-160deg); }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.mockup-info__icon {
  display: inline-block;
  height: 100px;
  position: relative; }
  .mockup-info__icon img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.mockup-info__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-top: 7px;
  line-height: 1.3; }

.s-screenshots {
  padding-top: 60px; }

.js-screenshots-slider {
  text-align: center; }

.screenshot-slide {
  width: 910px;
  padding-bottom: 85px; }

.screenshot-slide__title {
  display: block;
  font-size: 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  color: #e67717;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative; }

.icon--arrow-down {
  width: 12px;
  height: 18px;
  background: url("../img/arrow-down.png") 0 0 no-repeat;
  margin-left: 10px;
  top: 3px;
  position: relative; }

.screenshot-slide__pic {
  border: 13px solid #f5fcfc;
  display: inline-block;
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1); }

.screenshots-slider-nav {
  position: absolute;
  left: 50%;
  bottom: 130px;
  margin-left: -610px;
  margin-right: -610px;
  right: 50%; }
  .screenshots-slider-nav .left-arrow,
  .screenshots-slider-nav .right-arrow {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background-color: #f5fcfc;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .screenshots-slider-nav .left-arrow img,
    .screenshots-slider-nav .right-arrow img {
      width: 40px;
      height: auto;
      margin-top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .screenshots-slider-nav .left-arrow:hover,
    .screenshots-slider-nav .right-arrow:hover {
      background-color: #e0e0ff; }
  .screenshots-slider-nav .left-arrow {
    left: 0; }
    .screenshots-slider-nav .left-arrow img {
      margin-left: -7px; }
  .screenshots-slider-nav .right-arrow {
    right: 0; }
    .screenshots-slider-nav .right-arrow img {
      margin-right: -7px; }

.icon--back,
.icon--next {
  display: inline-block;
  height: 31px;
  width: 86px;
  background: url("../img/back.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -15.5px;
  left: -115px;
  z-index: -1; }
  .icon--back::after,
  .icon--next::after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 1px;
    width: 45px;
    background-color: #dddee6;
    left: 225px;
    top: 50%;
    margin-top: -1px; }

.icon--next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -115px; }

.s-functions {
  padding: 60px 0 90px;
  background-color: #f5fcfc; }
  .s-functions::before, .s-functions::after {
    width: 221px;
    height: 474px;
    display: inline-block;
    position: absolute;
    content: '';
    left: -10px;
    top: 500px;
    background: url(../img/half-circle.png) 0 0 no-repeat; }
  .s-functions::after {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }


.functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  position: relative; }

.functions__item {
  background-color: #f5fcfc;
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06), inset 0 3px #c6c6e1;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06), inset 0 3px #c6c6e1;
  padding: 35px 15px 40px 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-top: 20px; }

.functions__pic {
  text-align: center;
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .functions__pic img {
    display: inline-block; }

.functions__header {
  color: #383845;
  font-size: 22px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500; }

.functions__text {
  font-size: 18px;
  margin: 0;
  margin-top: 6px; }

.functions__punkt {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  color: #c6c6e1; }

.s-requirements {
  background-color: #f5fcfc;
  padding: 55px 0 70px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background-image: url(../img/requirements-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.requirements {
  display: inline-block;
  width: 48.5%;
  margin-left: 3%;
  float: left; }
  .requirements:first-child {
    margin-left: 0; }

.block-header {
  font-weight: 500;
  margin: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 22px;
  color: #383845;
  position: relative;
  padding-bottom: 17px; }
  .block-header::after {
    position: absolute;
    content: '';
    display: inline-block;
    height: 2px;
    width: 30px;
    background-color: #736bfa;
    left: 0;
    bottom: 0; }

.requirements__list {
  margin-top: 17px; }

.requirements__item {
  line-height: 63px;
  font-size: 18px;
  border-bottom: 1px solid #d7d8e0;
  position: relative; }
  .requirements__item::before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background-color: #736bfa; }
  .requirements__item .icon,
  .requirements__item .flag,
  .requirements__item .requirements__btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.requirements__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #1cb85d;
  width: 90px;
  line-height: 30px;
  height: 30px;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center; }
  .requirements__btn:hover {
    background-color: #2ad170; }

.icon--coding {
  width: 30px;
  height: 29px;
  background-image: url(../img/svg/coding.svg); }

.icon--folder {
  width: 31px;
  height: 28px;
  background-image: url(../img/svg/folder.svg); }

.icon--folder-white {
  width: 31px;
  height: 28px;
  background-image: url(../img/svg/folder-white.svg); }

.icon--windows {
  width: 30px;
  height: 30px;
  background-image: url(../img/svg/windows.svg); }

.icon--cpu {
  width: 30px;
  height: 30px;
  background-image: url(../img/svg/cpu.svg); }

.icon--ram {
  width: 32px;
  height: 32px;
  background-image: url(../img/svg/ram.svg); }

.icon--hard-drive {
  width: 23px;
  height: 29px;
  background-image: url(../img/hard-drive.png); }

.s-cta-big {
  background: url(../img/cta-bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 75px; }

.s-cta-big__text-2:after {
  display: none; }

.s-cta-big__arrow-down {
  margin-top: 15px;
  margin-bottom: -10px; }

.s-cta-big__tizer-item {
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-foot {
  background-color: #23232b;
  padding: 30px 0 15px; }

.links-group__block-header {
  font-size: 21px;
  color: #ebedf5;
  margin-bottom: 5px; }
  .links-group__block-header:after {
    width: 50px;
    height: 1px; }

.links {
  border-top: 1px solid #4f4f55;
  border-bottom: 1px solid #4f4f55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.links-group {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 15px 15px 30px 0; }
  .links-group a {
    color: #dfe1e8;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-top: 15px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease; }
    .links-group a:hover {
      color: #eedd75; }
  .links-group:nth-child(2) {
    border-left: 1px solid #4f4f55;
    border-right: 1px solid #4f4f55;
    padding-left: 25px;
    padding-right: 15px;
    width: 36%; }
  .links-group:last-child {
    padding-left: 25px;
    padding-right: 15px; }

.copyright {
  text-align: center;
  color: #aeafb5;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px; }
  .copyright i {
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 2px; }

.scroll-top {
  width: 65px;
  height: 65px;
  background-color: #f5fcfc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: fixed;
  -webkit-box-shadow: inset 0 -3px 0 #736bfa, 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 -3px 0 #736bfa, 0 0 30px rgba(0, 0, 0, 0.08);
  z-index: 11;
  bottom: 30px;
  margin-right: -685px;
  cursor: pointer;
  right: -100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .scroll-top::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 16px;
    left: 18px;
    background: url(../img/svg/down-arrow.svg) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .scroll-top:hover {
    background-color: #e0e0ff; }

.scroll-top--show {
  right: 50%; }

.article-banner {
  padding: 42px	0 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .article-banner .container {
    position: relative; }

.article-banner__content {
  display: inline-block;
  text-align: center; }

.article-banner__header {
  font-size: 46px;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 1;
  text-align: left; }

.article-banner__text-2 {
  display: block;
  font-size: 23px;
  color: #eedd75;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
  text-align: left; }

.banner-list__title {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  font-size: 23px;
  color: #eedd75;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
  text-align: left; }

.article-banner__text-2 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 46px;
  position: relative; }
  .article-banner__text-2:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 19px;
    height: 63px;
    background: url(../img/arrow-cursive.png) 0 0 no-repeat;
    right: 50%;
    margin-right: 150px;
    bottom: -95px;
    -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
            transform: rotate(160deg); }

.banner-list {
  text-align: left; }
  .banner-list li {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 500;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    padding-left: 27px; }
    .banner-list li:before {
      position: absolute;
      width: 18px;
      height: 20px;
      content: '';
      display: inline-block;
      background: url(../img/check-mark-yellow.png) 0 0 no-repeat;
      top: -1px;
      left: 0; }

.article-banner__pic {
  position: absolute;
  left: auto;
  top: -40px; }

.s-article {
  padding: 10px 0 50px;
  background-color: #f5f6fc; }

.article {
  padding-top: 40px;
  width: 100%;
  max-width: 720px; }

.article__title {
  font-size: 36px;
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1; }

.article__info {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.article__author {
  margin-right: 15px; }
  .article__author:before {
    display: inline-block;
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/author.png) 0 0 no-repeat;
    margin-right: 6px;
    position: relative;
    top: 1px; }

.article__date {
  margin-right: 15px; }
  .article__date:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 14px;
    background: url(../img/calendar.png) 0 0 no-repeat;
    margin-right: 6px;
    position: relative;
    top: 1px; }

.article__rating {
  margin-right: 0; }
  .article__rating:after {
    display: inline-block;
    content: '';
    width: 76px;
    height: 11px;
    background: url(../img/article-stars.png) 0 0 no-repeat;
    margin-left: 8px; }

.article__pic {
  max-width: 100%;
  height: auto;
  margin-top: 25px; }

.article__text {
  font-size: 18px;
  margin: 0;
  margin-top: 22px; }
  .article__text a {
    color: #736bfa;
    text-decoration: underline;
    font-weight: 500; }
    .article__text a:hover {
      color: #9994ff;
      text-decoration: none; }

.article__h2 {
  font-size: 31px;
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  margin-top: 40px; }

.article__h3 {
  font-size: 25px;
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  margin-top: 30px; }

.article__footer {
  padding: 40px 0 35px;
  margin-top: 35px;
  text-align: center;
  border-top: 1px solid #d3d4db;
  border-bottom: 1px solid #d3d4db; }
  .article__footer .btn--big-load {
    -webkit-box-shadow: 5px 0 25px rgba(230, 119, 23, 0.2);
            box-shadow: 5px 0 25px rgba(230, 119, 23, 0.2); }
  .article__footer .btn--big-buy {
    -webkit-box-shadow: 5px 0 25px rgba(28, 184, 93, 0.2);
            box-shadow: 5px 0 25px rgba(28, 184, 93, 0.2); }
  .article__footer small {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 10px; }

.article__btn {
  margin: 0 8px; }

.article__note {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #383845;
  position: relative;
  padding-left: 25px; }
  .article__note:after {
    display: inline-block;
    width: 5px;
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 0;
    background-color: #736bfa; }

.article__list {
  margin-top: 20px; }
  .article__list li {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    line-height: 1.2; }
    .article__list li:last-child {
      margin-bottom: 0; }
    .article__list li:before {
      position: absolute;
      display: inline-block;
      content: '';
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: url(../img/check-mark.png) 0 0 no-repeat;
      -webkit-border-radius: 50%;
              border-radius: 50%; }

.article__blockquote {
  padding: 15px 30px;
  color: #5c5c99;
  font-size: 19px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  background-color: #eeedfa;
  position: relative;
  margin: 45px 0 0 80px; }
  .article__blockquote:before {
    content: ',,';
    position: absolute;
    font-size: 114px;
    font-family: ui-sans-serif;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    left: -75px;
    top: 5px;
    color: #dfe1e8; }

.side-banner {
  margin-top: 142px; }

.side-banner {
  width: 236px;
  height: 340px;
  background: url(../img/side-banner-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 15px 25px;
  text-align: center;
  position: relative; }

.side-banner__text {
  font-size: 32px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  color: #fff; }

.side-banner__text-2 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3; }

.side-banner__pic {
  margin-top: -20px; }

.side-banner__btn {
  width: 166px;
  height: 55px;
  line-height: 55px;
  background-color: #f5f6fc;
  font-size: 15px;
  font-weight: 900;
  font-family: "Roboto";
  color: #6363b1;
  text-transform: uppercase;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin-left: -83px; }
  .side-banner__btn:hover, .side-banner__btn:focus {
    color: #6363b1; }

.side-banner-article {
  width: 242px;
  padding-left: 12px;
  margin-top: 100px;
}
@media only screen and (max-width: 999px) {
  .side-banner-article {
    margin: 50px auto 0;
  }
}
.side-banner-article.side-banner-article-top {
  margin-top: 0px;
}
.side-banner-article__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.side-banner-article__liked-block {
  display: flex;
  border-bottom: 1px solid rgb(234, 234, 234);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.side-banner-article__liked-block:last-child {
  border-bottom: none;
}
.side-banner-article__liked-block img {
  width: 65px;
  height: 65px;
  margin-right: 17px;
}
.side-banner-article__liked-block a {
  font-size: 18px;
  line-height: 1.389;
  color: rgb(58, 54, 62);
  transition: ease 0.2s;
}
.side-banner-article__liked-block a:hover {
  color: #846efa;
  text-decoration: underline;
}

.tutorial-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(../img/tutorial-banner.jpg);
  height: 465px; }

.banner-with-video {
  padding-top: 25px;
  height: 465px;
  z-index: 2; }
  .banner-with-video .container {
    text-align: center; }

.banner-with-video__content {
  display: inline-block;
  max-width: 710px; }

.banner-with-video__header {
  margin: 0;
  font-size: 46px;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.2; }

.banner-with-video__descr {
  display: block;
  font-size: 22px;
  color: #eedd75;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.25;
  margin-top: 5px; }

.banner-with-video__video-wrap {
  margin-top: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 730px;
  position: relative;
  height: 412px; }
  .banner-with-video__video-wrap iframe,
  .banner-with-video__video-wrap .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner-with-video__video-wrap .video-wrap {
    z-index: 2;
    display: inline-block; }

.banner-with-video__video-link, .play-btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
  .banner-with-video__video-link .img-svg {
    width: 147px;
    height: 147px; }
    .banner-with-video__video-link .img-svg path {
      opacity: .9; }
    .banner-with-video__video-link .img-svg:hover path {
      opacity: .4;
      fill: #eedd75; }

.tutorial-banner__video-wrap {
  position: relative; }
  .tutorial-banner__video-wrap:before, .tutorial-banner__video-wrap:after {
    position: absolute;
    display: inline-block;
    content: '';
    right: 100%;
    margin-right: 10px;
    bottom: 20px;
    width: 358px;
    height: 116px;
    background: url(../img/left-formats.png) 0 0 no-repeat; }
  .tutorial-banner__video-wrap:after {
    left: 100%;
    margin-left: 10px;
    width: 389px;
    height: 118px;
    background: url(../img/right-formats.png) 0 0 no-repeat; }

.s-tutorial {
  padding: 225px 0 60px;
  background-color: #f5f6fc; }
  .s-tutorial .container {
    max-width: 1060px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.tutorial {
  position: relative;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px; }
  .tutorial:nth-child(1) .tutorial__icon-wrap, .tutorial:nth-child(2) .tutorial__icon-wrap {
    border-top: 1px solid #d3d4db; }

.tutorial--full {
  -webkit-box-shadow: 0 30px 40px rgba(35, 35, 43, 0.1);
          box-shadow: 0 30px 40px rgba(35, 35, 43, 0.1); }

.tutorial__icon-wrap {
  height: 70px;
  position: relative; }
  .tutorial__icon-wrap .tutorial__icon {
    position: absolute;
    bottom: 0;
    left: 0; }

.tutorial__title {
  font-size: 22px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  color: #383845;
  line-height: 1.3;
  margin-bottom: 12px; }

.tutorial__links--full .tutorial__link--hide {
  display: block; }

.tutorial__link {
  color: #736bfa;
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.2;
  display: block;
  margin-bottom: 15px; }
  .tutorial__link:last-child {
    margin-bottom: 0; }

.tutorial__link--hide {
  display: none; }

.tutorial__toggle-wrap {
  display: block;
  text-align: right;
  margin-top: 25px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid #d3d4db; }

.tutorial__toggle-wrap--full {
  border-bottom: none; }

.tutorial__toggle {
  font-size: 14px;
  color: #6e6e82;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tutorial__toggle:hover {
    color: #e67717; }
  .tutorial__toggle .fa {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 2px; }

.tutorial__toggle--show {
  display: inline-block; }

.s-formats {
  padding: 40px 0 280px;
  background-color: #f7fcfc; }

.s-pb-sm{
  padding-bottom: 80px;
}

.s-formats__sect-header {
  text-align: left; }

.s-formats__top-text {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-top: 25px;
  margin-bottom: 40px; }
  .s-formats__top-text:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #736bfa; }

.formats {
  text-align: center; }

.tabs {
  border: 1px solid #d3d4db;
  -webkit-border-radius: 10em;
          border-radius: 10em;
  display: inline-block;
  height: 60px;
  overflow: hidden; }

.tab {
  line-height: 58px;
  padding: 0 35px;
  cursor: pointer;
  height: 100%;
  display: inline-block;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 10em;
          border-radius: 10em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  .tab:hover {
    color: #fff;
    background-color: #736bfa; }

.tab--active {
  color: #fff;
  background-color: #736bfa; }

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  position: absolute;
  height: auto;
  display: none; }
  .table tr {
    background-color: #f5f6fc; }
    .table tr:nth-child(2n+1) {
      background-color: #edeff7; }
  .table th, .table td {
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 1.33;
    padding: 10px; }
  .table th {
    background-color: #6b6b85;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    height: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #f7fcfc;
    border: 1px solid #6b6b85;
    border-right: 1px solid #9595a7; }
    .table th:last-child {
      border-right: none; }
  .table td {
    border: 1px solid #d3d4db;
    font-size: 15px;
    font-weight: 400; }

.table--active {
  display: block;
  position: relative; }

.table--display-table.table--active{
  display: table;
  position: relative;
}

.download-banner {
  padding: 115px 0 25px;
  background-image: url(../img/banner-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .download-banner .container {
    position: relative; }
  .download-banner .banner-list__title {
    font-size: 24px;
    margin-top: 10px; }
  .download-banner .banner-list {
    position: relative; }
    .download-banner .banner-list li {
      font-weight: 400; }
    .download-banner .banner-list:after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 19px;
      height: 63px;
      background: url(../img/arrow-cursive.png) 0 0 no-repeat;
      left: 90px;
      bottom: -105px;
      -webkit-transform: rotate(160deg);
          -ms-transform: rotate(160deg);
              transform: rotate(160deg); }

.download-banner__content {
  display: inline-block;
  text-align: center; }

.download-banner__page-header {
  text-align: left; }

.download__btn {
  position: relative;
  margin-left: -50px;
  margin-top: 45px; }

.download-banner__tizers {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 95px;
  position: relative;
  z-index: 1; }

.icon--folder-white {
  margin-right: 13px; }

.download-banner__tizer-item {
  display: block;
  margin-left: -50px;
  margin-top: 5px;
  font-family: "Fira Sans Condensed", sans-serif; }
  .download-banner__tizer-item .icon--windows-logo {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    top: 2px;
    position: relative; }

.download-banner__pic {
  position: absolute;
  right: -30px;
  top: -90px; }

.download-banner__header {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

.s-functions__download {
  padding-bottom: 180px; }
  .s-functions__download:before, .s-functions__download:after {
    top: 400px; }
  .s-functions__download .functions {
    z-index: 2; }
    .s-functions__download .functions::after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 66px;
      height: 66px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #f5fcfc;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.17);
      bottom: 0;
      left: 50%;
      margin-left: -33px;
      margin-bottom: -135px;
      z-index: 2; }
    .s-functions__download .functions::before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      bottom: 0;
      margin-bottom: -120px;
      left: 50%;
      margin-left: -15px;
      background: url(../img/svg/down-arrow.svg) 0 0 no-repeat;
      background-size: 100%;
      z-index: 3; }

.s-details {
  padding-bottom: 60px;
  padding-top: 10px; }
  .s-details .sect-descr {
    margin-top: 20px;
    margin-bottom: 70px; }
  .s-details .duga-2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -220px; }

.welcome-banner {
  background-image: url(../img/article-banner.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .welcome-banner .banner-with-video__content {
    max-width: 100%; }

.s-methods {
  padding: 160px 0 45px;
  background-color: #f5f6fc; }

.methods {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.method-item {
  background-color: #f5fcfc;
  padding: 15px 15px 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 32.3%;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease; }
  .method-item:hover {
    border-color: #504ac2; }
    .method-item:hover .method-item__title {
      color: #504ac2; }

.method-item__pic {
  height: 154px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.method-item__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  display: block;
  margin-top: 20px;
  color: #383845;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  padding-left: 10px;
  padding-right: 10px; }

.method-item__descr {
  display: block;
  font-size: 17px;
  margin-top: 10px;
  color: #444454; }

.welcome-cta {
  padding-bottom: 70px; }

.welcome-cta__text {
  font-size: 50px; }

.welcome__text-2:after {
  margin-left: 215px; }

.welcome-cta__btn {
  width: 386px;
  height: 80px;
  padding-top: 18px;
  padding-right: 55px;
  font-size: 22px; }
  .welcome-cta__btn span {
    margin-top: 3px; }
  .welcome-cta__btn:after {
    width: 75px; }
  .welcome-cta__btn::before {
    width: 26px;
    height: 26px;
    background-image: url(../img/svg/cart.svg);
    right: 17px; }
  .welcome-cta__btn:hover::before {
    right: 15.5px; }

.s-is-questions {
  padding: 45px 0 70px;
  text-align: center; }

.s-is-questions__btn {
  -webkit-box-shadow: 0 10px 30px rgba(107, 101, 229, 0.28);
          box-shadow: 0 10px 30px rgba(107, 101, 229, 0.28);
  background-color: #504ac2;
  width: 386px;
  height: 69px;
  line-height: 69px;
  color: #f5f6fc;
  text-shadow: none;
  font-size: 22px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative; }
  .s-is-questions__btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 107px;
    height: 98px;
    background: url(../img/question-icon.png) 0 0 no-repeat;
    bottom: -10px;
    left: 100%;
    margin-left: 24px; }

.purchase-banner {
  padding: 60px 0 100px;
  background-image: url(../img/banner-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  .purchase-banner.sect--with-arrow-down:after {
    margin-bottom: -26px; }
  .purchase-banner.sect--with-arrow-down:before {
    margin-bottom: -10px; }
  .purchase-banner .banner-list__title {
    color: #affa89; }
  .purchase-banner .banner-list {
    margin-top: 30px; }
    .purchase-banner .banner-list li:before {
      background-image: url(../img/check-mark-green.png); }

.purchase-banner__info {
  float: left;
  width: 100%;
  max-width: 650px; }

.purchase-banner__page-header {
  font-size: 48px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

.box-vm {
  display: inline-block;
  float: right;
  width: 100%;
  max-width: 271px;
  height: auto;
  position: relative;
  top: -25px; }

.note {
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 20px;
  display: inline-block; }
  .note:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background-color: #fff; }

.purchase-banner__note {
  margin-top: 20px; }
  .purchase-banner__note:before {
    background-color: #affa89; }

.product-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both;
  position: relative;
  top: -30px; }

.pr-info-item {
  border: 1px solid rgba(155, 216, 132, 0.5);
  text-align: center;
  width: 300px;
  padding: 13px 0 8px; }

.pr-info-item__title {
  color: #f5f6fc;
  font-weight: 400;
  display: block;
  margin-bottom: 12px; }

.pr-info-item__stars {
  display: inline-block;
  position: relative;
  top: -5px; }

.pr-info-item__rating {
  font-size: 44px;
  color: #f5f6fc;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  position: relative;
  top: -5px; }

.purchase-banner--2 {
  padding-bottom: 25px; }
  .purchase-banner--2 .purchase-banner__info {
    max-width: 630px; }
  .purchase-banner--2 .box-vm {
    right: 50px;
    max-width: 245px; }

.s-price-plans {
  background-color: #f5f6fc;
  padding: 70px 0 25px;
  text-align: center; }
  .s-price-plans .s-purchase__offer {
    font-size: 18px;
    padding: 6px 10px; }

.duga {
  position: absolute;
  top: -147px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.price-plans {
  margin-top: 85px; }

.price-plan {
  width: 300px;
  float: left;
  min-height: 475px;
  border: 5px solid #cfd0da;
  position: relative;
  padding: 130px 15px 30px; }
  .price-plan .btn--buy {
    background-color: #6fba18;
    width: 153px;
    height: 53px;
    line-height: 53px;
    -webkit-box-shadow: 0 5px 25px rgba(119, 186, 43, 0.2);
            box-shadow: 0 5px 25px rgba(119, 186, 43, 0.2);
    font-size: 20px;
    padding-right: 25px; }
    .price-plan .btn--buy:hover {
      background-color: #71d400; }
    .price-plan .btn--buy:after {
      margin-left: 13px; }

.price-plan--premium {
  border-color: #ecc9b9; }
  .price-plan--premium .price-plan__header {
    background-color: #e36c27; }
  .price-plan--premium .price-plan__discount {
    background-color: #96471a; }
  .price-plan--premium .price-plan__price:before, .price-plan--premium .price-plan__price:after {
    background-color: #eecfba; }
  .price-plan--premium .price-plan__list li:before {
    background-image: url(../img/premium-check.png); }

.price-plan--delux {
  border-color: #cab7e3; }
  .price-plan--delux .price-plan__header {
    background-color: #7f39bf; }
  .price-plan--delux .price-plan__discount {
    background-color: #4c2273; }
  .price-plan--delux .price-plan__price:before, .price-plan--delux .price-plan__price:after {
    background-color: #cfbfe8; }
  .price-plan--delux .price-plan__list li:before {
    background-image: url(../img/delux-check.png); }

.price-plan--big {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
  width: 342px;
  margin: 0 14px;
  -webkit-box-shadow: 0 7px 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 45px rgba(0, 0, 0, 0.15);
  top: -42px; }
  .price-plan--big .price-plan__header {
    width: 342px; }
  .price-plan--big .price-plan__list {
    height: 255px; }
  .price-plan--big .btn--buy {
    width: 160px;
    height: 56px;
    line-height: 56px;
    font-size: 22px; }
  .price-plan--big .price-plan__price .old-price {
    font-size: 28px; }
  .price-plan--big .price-plan__price .price {
    font-size: 38px; }
  .price-plan--big .price-plan__price:before, .price-plan--big .price-plan__price:after {
    width: 58px; }

.price-plan__price {
  display: inline-block;
  position: relative; }
  .price-plan__price:before, .price-plan__price:after {
    position: absolute;
    display: inline-block;
    content: '';
    height: 1px;
    width: 40px;
    background-color: #cbd5d7;
    top: 50%; }
  .price-plan__price:before {
    right: 100%;
    margin-right: 25px; }
  .price-plan__price:after {
    left: 100%;
    margin-left: 25px; }
  .price-plan__price .old-price {
    font-size: 26px; }
    .price-plan__price .old-price:after {
      width: 28px;
      height: 27px;
      background-image: url(../img/plan-cross-line.png);
      margin-left: -14px;
      margin-top: -13.5px; }
  .price-plan__price .price {
    font-size: 36px; }
  .price-plan__price .rub {
    width: 12px;
    height: 20px;
    background-image: url(../img/plan-rub.png); }

.price-plan__header {
  width: 100%;
  background-color: #8b8da0;
  -webkit-border-radius: 0 0 45px 45px;
          border-radius: 0 0 45px 45px;
  height: 124px;
  padding-top: 15px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 300px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); }

.bestseller {
  color: #e36c27;
  font-size: 11px;
  font-weight: 700;
  background-color: #f7fcfc;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 10em;
          border-radius: 10em;
  display: inline-block;
  padding: 0 12px;
  position: absolute;
  top: 12px;
  right: 6px; }

.price-plan__rating {
  margin-bottom: 3px; }

.price-plan__title {
  font-size: 18px;
  color: #f5fcfc;
  line-height: .9; }
  .price-plan__title b {
    display: block;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 34px; }

.price-plan__discount {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 21px;
  color: #f5fcfc;
  display: block;
  background-color: #494a54;
  position: absolute;
  text-align: left;
  padding-left: 40px;
  left: -50px;
  top: -15px;
  height: 54px;
  width: 150px;
  padding-top: 18px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg); }

.price-plan__list {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 220px; }
  .price-plan__list li {
    font-weight: 400;
    font-family: "Fira Sans Condensed", sans-serif;
    line-height: 1.2;
    margin-bottom: 14px;
    padding-left: 25px;
    position: relative; }
    .price-plan__list li:last-child {
      margin-bottom: 0; }
    .price-plan__list li:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 12px;
      height: 11px;
      background: url(../img/standart-check.png) 0 0 no-repeat;
      left: 0;
      top: 4px; }

.s-price-plans--2 {
  background-color: #f7fcfc;
  padding-top: 40px;
  padding-bottom: 35px;
  -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 0 30px rgba(0, 0, 0, 0.06);
  z-index: 2;
  text-align: center; }

.product-info-bottom--2 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  margin-top: 27px;
  margin-bottom: 35px; }
  .product-info-bottom--2 .pr-info-item {
    border: 3px solid #d6dae0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    width: 297px; }
  .product-info-bottom--2 .pr-info-item__title {
    color: #444454; }
  .product-info-bottom--2 .pr-info-item__rating {
    color: #444454; }

.tarifs {
  margin-top: 30px; }

.tarif {
  margin-top: 10px;
  position: relative;
  border: 3px solid #d6dae0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .tarif .hidden-md {
    display: none; }
  .tarif .hidden-sm {
    display: inline-block; }
  .tarif .btn--buy {
    background-color: #6fba18;
    width: 154px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    margin-top: 4px;
    padding-left: 35px;
    text-align: left; }
    .tarif .btn--buy:hover {
      background-color: #71d400; }
    .tarif .btn--buy:after {
      margin-left: 10px; }

.tarif__header {
  width: 270px;
  background-color: #595a66;
  position: absolute;
  right: -3px;
  top: -3px;
  bottom: -3px;
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tarif__header:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    border: 0 solid transparent;
    border-bottom-width: 89px;
    border-top-width: 89px;
    border-left: 32px solid #f7fcfc; }

.tarif__discount {
  position: absolute; }

.tarif__price {
  margin-top: -5px; }
  .tarif__price .price {
    font-size: 40px;
    color: #f5fcfc; }
  .tarif__price .old-price {
    font-size: 30px;
    color: #f5fcfc; }
    .tarif__price .old-price:after {
      width: 31px;
      height: 32px;
      background-image: url(../img/white-cross-line.png);
      margin-top: -16px;
      margin-left: -15.5px; }

.tarif__discount {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 21px;
  color: #f5fcfc;
  display: block;
  background-color: #3c3d45;
  position: absolute;
  text-align: right;
  padding-right: 47px;
  right: -50px;
  top: -15px;
  height: 54px;
  width: 150px;
  padding-top: 18px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg); }

.tarif__body {
  margin-right: 270px;
  padding: 18px 20px 25px 20px; }

.tarif__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #383845;
  margin-bottom: 5px;
  display: block; }

.tarif__descr {
  font-size: 18px;
  display: block; }

.link-to-table {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #383845;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500; }
  .link-to-table a {
    color: #736bfa;
    text-decoration: underline; }
    .link-to-table a:hover {
      text-decoration: none; }

.s-whatyouget {
  padding: 0; }
  .s-whatyouget::before, .s-whatyouget::after {
    width: 221px;
    height: 474px;
    display: inline-block;
    position: absolute;
    content: '';
    left: -10px;
    top: 0;
    background: url(../img/half-circle.png) 0 0 no-repeat; }
  .s-whatyouget::after {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.whatyouget {
  border-top: 1px solid #d7d8e0;
  padding: 60px 0 20px;
  margin-top: 50px; }

.whatyouget-item {
  float: left;
  width: 33.3%;
  text-align: center;
  position: relative;
  padding: 0 30px; }
  .whatyouget-item:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    top: 20px;
    bottom: 30px;
    right: 0;
    background-color: #d7d8e0; }
  .whatyouget-item:last-child:after {
    display: none; }

.whatyouget__punkt {
  color: #dcdde3;
  font-size: 38px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -40px;
  right: 45px; }

.whatyouget-item__icon {
  height: 140px; }

.whatyouget-item__title {
  font-size: 22px;
  font-family: "Fira Sans Condensed", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #383845; }

.s-whatyouget--2 {
  border-bottom: 1px solid #d7d8e0;
  margin-bottom: 10px; }
  .s-whatyouget--2::before, .s-whatyouget--2::after {
    display: none; }
  .s-whatyouget--2 .container {
    position: relative; }
    .s-whatyouget--2 .container:after, .s-whatyouget--2 .container:before {
      width: 32px;
      height: 1px;
      display: inline-block;
      position: absolute;
      content: '';
      left: 0;
      bottom: -1px;
      background-color: #736bfa; }
    .s-whatyouget--2 .container:after {
      right: 0;
      left: auto; }
  .s-whatyouget--2 .whatyouget-item__icon {
    height: 125px; }
  .s-whatyouget--2 .whatyouget {
    padding: 50px 0 40px;
    margin-top: 45px;
    position: relative; }
    .s-whatyouget--2 .whatyouget:after, .s-whatyouget--2 .whatyouget:before {
      width: 32px;
      height: 1px;
      display: inline-block;
      position: absolute;
      content: '';
      left: 0;
      top: -1px;
      background-color: #736bfa; }
    .s-whatyouget--2 .whatyouget:after {
      right: 0;
      left: auto; }
  .s-whatyouget--2 .whatyouget-item:after {
    top: 0px;
    bottom: 50px; }
  .s-whatyouget--2 .whatyouget-item:before {
    width: 1px;
    height: 32px;
    display: inline-block;
    position: absolute;
    content: '';
    left: -1px;
    top: 35px;
    background-color: #736bfa; }
  .s-whatyouget--2 .whatyouget-item:first-child:before {
    display: none; }

.s-delivery {
  padding: 60px 0 0; }

.s-delivery__text {
  font-size: 21px;
  margin-top: 20px;
  text-align: center; }

.s-reviews {
  padding: 50px 0 40px;
  background-color: #f5f6fc; }

.s-reviews__sect-header {
  position: relative;
  display: inline-block;
  padding: 25px 32px 15px; }
  .s-reviews__sect-header:before, .s-reviews__sect-header:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid #736bfa;
    border-bottom: none;
    top: 0; }
  .s-reviews__sect-header:before {
    border-right: none;
    left: 0; }
  .s-reviews__sect-header:after {
    border-left: none;
    right: 0; }

.reviews-slider {
  position: relative;
  margin-top: 20px; }
  .reviews-slider:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #4640a9;
    top: -18px;
    left: 50%;
    margin-left: -25px; }

.js-reviews-slider .slick-dots {
  text-align: center;
  margin-top: 10px; }
  .js-reviews-slider .slick-dots li {
    display: inline-block;
    margin: 0 2.5px;
    width: 8px;
    height: 8px;
    background-color: #d7d8e0;
    cursor: pointer;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .js-reviews-slider .slick-dots li.slick-active {
      background-color: #736bfa; }

.review-item {
  text-align: center;
  position: relative; }
  .review-item:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f6fc), to(rgba(245, 246, 252, 0.6)));
    background-image: -webkit-linear-gradient(left, #f5f6fc, rgba(245, 246, 252, 0.6));
    background-image: linear-gradient(to right, #f5f6fc, rgba(245, 246, 252, 0.6)); }

.slick-center:before {
  background-image: none; }

.slick-center + .review-item:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f6fc), to(rgba(245, 246, 252, 0.6)));
  background-image: -webkit-linear-gradient(right, #f5f6fc, rgba(245, 246, 252, 0.6));
  background-image: linear-gradient(to left, #f5f6fc, rgba(245, 246, 252, 0.6)); }

.slick-center .review-item__text {
  border-left: 1px solid #dfe1e8;
  border-right: 1px solid #dfe1e8; }

.review-item__text {
  font-weight: 400;
  font-size: 17px;
  padding: 0 50px;
  display: block; }

.review-item__photo {
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid #d3d4db;
  padding: 3px;
  margin: 20px auto 15px; }
  .review-item__photo img {
    width: 100%;
    height: 100%; }

.review-item__name {
  font-size: 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #383845;
  font-weight: 400;
  display: block;
  text-align: center; }

.review-item__city {
  font-size: 17px;
  font-family: "Fira Sans Condensed", sans-serif;
  display: block;
  text-align: center;
  margin-top: -5px; }

.s-purchase-table {
  background-color: #f7fcfc;
  padding: 45px 0;
  text-align: center; }

.s-purchase__offer {
  color: #ff5533;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  padding: 4px 10px;
  background-color: #ffe5e0;
  margin-top: 10px; }

.s-purchase-table__table-wrap {
  width: 100%;
  max-width: 865px;
  display: inline-block; }

.s-purchase-table__table {
  position: relative;
  margin-top: 35px;
  width: 100%;
  display: inline-block;
  overflow: auto; }
  .s-purchase-table__table th:last-child {
    border-right: 1px solid #6b6b85; }
  .s-purchase-table__table tr {
    height: 50px; }
  .s-purchase-table__table thead tr {
    height: 58px; }
  .s-purchase-table__table th, .s-purchase-table__table td {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 133px; }
    .s-purchase-table__table th:first-child, .s-purchase-table__table td:first-child {
      text-align: left; }
  .s-purchase-table__table .select-row {
    height: 100px; }
    .s-purchase-table__table .select-row td {
      padding-left: 10px;
      padding-right: 10px; }
      .s-purchase-table__table .select-row td:first-child {
        padding-left: 20px;
        padding-right: 20px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        font-family: "Fira Sans Condensed", sans-serif;
        min-width: 200px; }

.table-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 2px; }

.table-icon--yes {
  background-image: url(../img/yes-icon.png); }

.table-icon--no {
  background-image: url(../img/no-icon.png); }

.table__btn {
  display: inline-block;
  background-color: #6fba18;
  width: 107px;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
  margin-top: 10px; }

.old-price {
  font-size: 16px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 300;
  color: #6b6b85;
  position: relative; }
  .old-price::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/cross-line.png) 0 0 no-repeat;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: -9px; }

.price {
  font-size: 22px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  margin-right: 3px; }

.rub {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/rub.png) 0 0 no-repeat; }

.rub-white {
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(../img/rub-white.png) 0 0 no-repeat; }

.table__arrow {
  width: 54px;
  height: 25px;
  display: inline-block;
  position: absolute;
  margin-left: 35px;
  margin-top: -2px;
  background: url(../img/arrow-table.png) 0 0 no-repeat; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1500px) {
  .icon--back,
  .icon--next {
    display: none; }
    .icon--back::after,
    .icon--next::after {
      display: none; }
  .scroll-top {
    margin-right: 0; }
  .scroll-top--show {
    right: 30px; }
  .screenshots-slider-nav {
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0; }
    .screenshots-slider-nav .left-arrow {
      left: 40px; }
    .screenshots-slider-nav .right-arrow {
      right: 40px; }
  .s-functions:after, .s-functions:before,
  .s-whatyouget:after,
  .s-whatyouget:before {
    display: none; }
  .s-requirements,
  .s-benefits {
    background-image: none; } }

@media only screen and (max-width: 1300px) {
  .s-index-banner--2 .imac {
    right: -90px; } }

@media only screen and (max-width: 1199px) {
  .tutorial-banner__video-wrap:before, .tutorial-banner__video-wrap:after {
    display: none; }
  .benefits-bg {
    display: none; }
  .s-benefits {
    background-color: #f5fcfc;
    padding-bottom: 80px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
    .s-benefits.sect--with-arrow-down:after {
      margin-bottom: -30px; }
    .s-benefits.sect--with-arrow-down:before {
      margin-bottom: -15px; }
  .download-banner__pic {
    right: 10px; }
  .js-reviews-slider .slick-dots {
    margin-top: 20px; }
    .js-reviews-slider .slick-dots li {
      margin: 0 5px;
      width: 16px;
      height: 16px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
  .review-item:before {
    background-image: none; }
  .s-index-banner--2 .imac {
    width: 300px;
    right: 20px;
    top: 0; }
  .s-formats {
    padding-bottom: 100px; }
  .duga {
    display: none; }
  .s-details .duga-2 {
    display: none; }
  .s-functions__download {
    -webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, 0.06);
            box-shadow: 5px 0 30px rgba(0, 0, 0, 0.06);
    padding-bottom: 80px; }
    .s-functions__download .functions:before {
      margin-bottom: -97px; }
    .s-functions__download .functions:after {
      margin-bottom: -113px; }
  .s-details {
    padding-top: 70px; }
  .purchase-banner {
    padding-bottom: 50px;
    border-bottom: 6px solid #acc0de; }
    .purchase-banner.sect--with-arrow-down::after {
      margin-bottom: -35px; }
    .purchase-banner.sect--with-arrow-down:before {
      margin-bottom: -20px; }
  .purchase-banner--2 {
    border-bottom: none;
    padding-bottom: 20px; } }

@media only screen and (max-width: 999px) {
  .sect-descr-list{
    flex-direction: column;
  }

  .scroll-top {
    background-color: rgba(245, 252, 252, 0.75); }
    .scroll-top:hover {
      background-color: #e0e0ff; }
  .index-banner__tizers {
    padding-left: 0;
    padding-right: 0;
    display: inline-block; }
  .s-index-banner--2 {
    text-align: center;
    padding-bottom: 50px; }
    .s-index-banner--2 .index-banner__tizers {
      padding-left: 0;
      padding-right: 0; }
    .s-index-banner--2 .tizer-item {
      padding: 0; }
    .s-index-banner--2 .banner-cta {
      padding-left: 0; }
    .s-index-banner--2 .imac {
      display: none; }
    .s-index-banner--2 .index-banner__tizers {
      margin-top: 40px; }
  .tizer-item {
    margin-bottom: 5px;
    width: 100%;
    padding: 0; }
    .tizer-item:nth-child(2) {
      border-left: none;
      border-right: none; }
  .s-benefits__sect-descr br {
    display: none; }
  .benefits {
    display: -webkit-box;
    display: -webkit-flex;
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .benefits-item {
    margin-bottom: 80px;
    float: none;
    margin-right: 0; }
    .benefits-item:last-child {
      margin-bottom: 0; }
    .benefits-item::after {
      top: 100%;
      right: auto;
      left: 50%;
      margin-left: -10.5px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .perfect-video__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
    .perfect-video__item:nth-child(2n) .perfect-video__pic {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin-right: 0; }
    .perfect-video__item:nth-child(2n) .perfect-video__info {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      padding: 0; }
  .perfect-video__pic {
    margin-right: 0;
    margin-left: 0;
    max-width: 350px; }
  .perfect-video__info {
    padding: 0;
    margin-top: 10px;
    max-width: 700px; }
  .perfect-video__header {
    text-align: center;
    display: block; }
    .perfect-video__header::before {
      left: 50%;
      margin-left: -25px; }
  .functions__item {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mockup__pic {
    display: none; }
  .mockup-info {
    position: relative;
    width: 25%; }
    .mockup-info::after {
      display: none; }
    .mockup-info:nth-child(2), .mockup-info:nth-child(3), .mockup-info:nth-child(4), .mockup-info:nth-child(5) {
      top: auto;
      left: auto;
      right: auto; }
  .screenshot-slide {
    width: 100%;
    max-width: 100%;
    margin: 0 15px; }
  .screenshots-slider-nav .left-arrow,
  .screenshots-slider-nav .right-arrow {
    background-color: rgba(245, 252, 252, 0.5);
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease; }
    .screenshots-slider-nav .left-arrow:hover,
    .screenshots-slider-nav .right-arrow:hover {
      background-color: #e0e0ff; }
  .screenshot-slide__pic {
    width: 100%; }
    .screenshot-slide__pic img {
      width: 100%; }
  .download-banner__pic {
    display: none; }
  .download__btn {
    margin-left: 0; }
  .download-banner {
    text-align: center;
    padding-top: 60px; }
    .download-banner .banner-list:after {
      left: 120px; }
  .download-banner__tizers {
    margin-top: 40px;
    display: inline-block;
    padding: 0; }
  .download-banner__tizer-item {
    margin-left: 0; }
  .article-banner__pic {
    display: none; }
  .article-banner {
    text-align: center; }
  .s-article__block-left,
  .s-article__block-right {
    float: none; }
  .article,
  .side-banner {
    margin-left: auto;
    margin-right: auto; }
  .side-banner {
    margin-top: 50px; }
  .s-tutorial .container {
    display: block; }
  .tutorial {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .tutorial:nth-child(2) .tutorial__icon-wrap {
      border-top: none; }
  .price-plans {
    margin-top: 50px; }
  .price-plan {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    min-height: auto; }
  .price-plan__header {
    right: -5px;
    width: auto; }
  .price-plan__list {
    min-height: auto;
    display: inline-block; }
  .whatyouget__punkt {
    right: 15px; }
  .s-whatyouget--2 .container {
    padding-left: 0;
    padding-right: 0; }
  .s-details .sect-descr {
    padding: 0 20px; }
    .s-details .sect-descr br {
      display: none; }
  .purchase-banner--2 .box-vm {
    right: 0; }
  .article-banner {
    background-image: url(../img/article-banner.jpg) !important; } }

@media only screen and (max-width: 955px) {
  .purchase-banner {
    text-align: center;
    padding-bottom: 80px; }
  .purchase-banner--2 {
    padding-bottom: 60px; }
    .purchase-banner--2 .box-vm {
      max-width: 271px; }
    .purchase-banner--2 .purchase-banner__info {
      max-width: 650px; }
  .purchase-banner__info {
    float: none;
    display: inline-block; }
  .purchase-banner__page-header {
    text-align: left; }
  .box-vm {
    float: none;
    top: 50px; }
  .purchase-banner__note {
    text-align: left; }
  .product-info-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50px; }
  .pr-info-item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .product-info-bottom--2 {
    top: 0;
    margin-top: 40px; }
    .product-info-bottom--2 .pr-info-item {
      max-width: 500px;
      width: 100%;
      margin-bottom: 10px; }
      .product-info-bottom--2 .pr-info-item:last-child {
        margin-bottom: 0; } }

@media only screen and (max-width: 899px) {
  .main-head .hamburger {
    display: inline-block; }
  .main-head .main-menu {
    display: none; }
  .main-head.main-head--is-fixed .main-menu {
    background-color: transparent;
    float: none; }
  .main-head.main-head--is-fixed .main-menu__list {
    padding-top: 10px; }
  .main-head.main-head--is-fixed .main-menu__item {
    margin-right: 0; }
  .main-menu {
    top: 100%;
    clear: both;
    float: none;
    margin-right: 0; }
  .main-menu__list {
    top: 100px;
    width: 100%;
    text-align: center;
    padding-top: 20px; }
    .main-menu__list a {
      -webkit-transition: background-color, color .25s ease;
      transition: background-color, color .25s ease;
      padding: 10px; }
      .main-menu__list a:hover, .main-menu__list a.active {
        background-color: #eedd75;
        color: #23232b; }
      .main-menu__list a:after {
        display: none; }
  .main-menu__item {
    display: block;
    text-align: center;
    margin-right: 0; }
    .main-menu__item:first-child {
      border-top: 1px solid rgba(238, 221, 117, 0.5); }
  .s-mockup {
    padding-bottom: 0; }
  .mockup-info {
    width: 50%;
    margin-bottom: 50px; }
  .methods {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .method-item {
    width: 50%;
    max-width: 315px;
    margin-right: 8px;
    margin-left: 8px; }
  .table__arrow {
    display: none; }
  .tarif {
    max-width: 500px; }
    .tarif .hidden-md {
      display: inline-block; }
    .tarif .hidden-sm {
      display: none; }
    .tarif .btn--buy {
      margin-top: 15px; }
  .tarif__header {
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    height: 120px;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    padding-top: 15px; }
    .tarif__header:before {
      display: none; }
  .tarif__body {
    margin-right: 0;
    padding-top: 135px;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .index-banner__text br {
    display: none; }
  .index-banner__btn {
    margin-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .s-index-banner--2 .btn {
    margin-left: auto;
    margin-right: auto; }
    .s-index-banner--2 .btn:first-child {
      margin-left: auto; }
  .offer {
    max-width: 100%; }
    .offer:after {
      right: auto;
      left: 50%;
      margin-left: 175px;
      margin-top: -10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .screenshots-slider-nav .left-arrow,
  .screenshots-slider-nav .right-arrow {
    width: 70px;
    height: 70px; }
    .screenshots-slider-nav .left-arrow img,
    .screenshots-slider-nav .right-arrow img {
      width: 30px; }
  .s-requirements {
    text-align: center; }
  .requirements {
    max-width: 470px;
    width: 100%;
    margin-left: 0;
    float: none; }
    .requirements:first-child {
      margin-bottom: 50px; }
  .requirements__list {
    text-align: left; }
  .block-header {
    text-align: left; }
  .links {
    display: block;
    padding: 0; }
  .links-group__block-header {
    text-align: center;
    margin-bottom: 20px; }
    .links-group__block-header:after {
      left: 50%;
      margin-left: -25px; }
  .links-group {
    width: 100%;
    padding: 20px 0;
    display: block;
    text-align: center; }
    .links-group:nth-child(2) {
      border-left: none;
      border-right: none;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    .links-group:last-child {
      padding-left: 0;
      padding-right: 0; }
  .banner-with-video {
    height: auto;
    padding-bottom: 10px; }
  .banner-with-video__video-wrap {
    height: 0;
    padding-bottom: 56.25%; }
  .banner-with-video__video-link .img-svg {
    width: 100px;
    height: 100px; }
  .s-tutorial {
    padding-top: 60px; }
  .article__blockquote {
    margin: 45px 0 0 55px; }
    .article__blockquote:before {
      font-size: 90px;
      left: -50px; }
  .article__info {
    display: block; }
  .article__author {
    display: block; }
  .article__date {
    display: block; }
  .s-methods {
    padding-top: 60px; }
  .s-is-questions__btn:after {
    display: none; }
  .tabs {
    overflow: visible;
    height: auto;
    border: none; }
  .tab {
    max-width: 300px;
    border: 1px solid #d3d4db;
    width: 100%; }
  .method-item {
    width: 100%; }
  .whatyouget-item {
    float: none;
    width: 200px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto; }
    .whatyouget-item:after {
      display: none; }
    .whatyouget-item:last-child {
      margin-bottom: 0; }
  .whatyouget-item__icon {
    height: auto;
    margin-bottom: 10px; }
  .s-whatyouget--2 {
    border-bottom: none; }
    .s-whatyouget--2 .container:after, .s-whatyouget--2 .container:before {
      display: none; }
    .s-whatyouget--2 .whatyouget {
      border-top: none;
      padding: 0; }
      .s-whatyouget--2 .whatyouget:after, .s-whatyouget--2 .whatyouget:before {
        display: none; }
    .s-whatyouget--2 .whatyouget-item:after, .s-whatyouget--2 .whatyouget-item:before {
      display: none; }
    .s-whatyouget--2 .whatyouget-item__icon {
      height: auto; } }

@media only screen and (max-width: 599px) {
  .link-to-table a {
    display: block; }
  .review-item__text {
    padding: 0 15px; }
  .download-banner .banner-list:after {
    left: 50px; } }

@media only screen and (max-width: 550px) {
  .main-head {
    padding-bottom: 15px; }
    .main-head .main-head__logo {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 15px; }
    .main-head .hamburger {
      float: left; }
    .main-head .btn {
      display: block; }
    .main-head.main-head--is-fixed .main-head__btn {
      width: 110px; }
      .main-head.main-head--is-fixed .main-head__btn span {
        display: none; }
      .main-head.main-head--is-fixed .main-head__btn.btn--load {
        padding-left: 13px; }
        .main-head.main-head--is-fixed .main-head__btn.btn--load:after {
          margin-left: 12px; }
    .main-head.main-head--is-fixed .hamburger {
      float: left;
      margin-top: 0px;
      margin-right: 0; }
  .offer {
    width: 260px;
    height: auto;
    line-height: 1.5;
    padding: 15px; }
    .offer:after {
      right: auto;
      left: auto;
      margin-left: 0;
      margin-top: 0;
      top: -40px;
      right: -40px;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); } }

@media only screen and (max-width: 479px) {
  .page-header {
    font-size: 42px; }
  .index-banner__text {
    font-size: 20px; }
  .index-banner__text-2 {
    font-size: 20px;
    margin-top: 30px; }
  .sect-header {
    font-size: 32px; }
  .sect-descr {
    font-size: 18px; }
  .s-functions {
    padding: 60px 0; }
  .functions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px 20px; }
  .functions__pic {
    width: 100%;
    margin-bottom: 10px; }
  .functions__header {
    display: block;
    text-align: center; }
  .requirements__item {
    font-size: 16px; }
  .screenshot-slide {
    padding-bottom: 150px; }
  .screenshots-slider-nav {
    bottom: 130px;
    left: 50%;
    right: 50%;
    margin-left: -130px;
    margin-right: -130px; }
    .screenshots-slider-nav .left-arrow,
    .screenshots-slider-nav .right-arrow {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent; }
      .screenshots-slider-nav .left-arrow img,
      .screenshots-slider-nav .right-arrow img {
        width: 30px; }
  .s-cta-big {
    padding-top: 75px; }
  .links-group__block-header {
    text-align: left; }
    .links-group__block-header:after {
      left: 0;
      margin-left: 0; }
  .links-group {
    text-align: left; }
  .copyright {
    font-size: 13px; }
  .s-cta__btn,
  .welcome-cta__btn {
    width: 290px;
    padding-right: 50px;
    font-size: 20px;
    margin-top: 20px; }
    .s-cta__btn:after,
    .welcome-cta__btn:after {
      width: 60px; }
    .s-cta__btn::before,
    .welcome-cta__btn::before {
      right: 15px; }
  .s-cta__text {
    font-size: 32px; }
  .s-cta__text-2 {
    font-size: 20px; }
    .s-cta__text-2:after {
      display: none; }
  .tizer-item.s-cta__tizer-item {
    font-size: 14px; }
  .mockup-info {
    width: 100%; }
  .screenshot-slide__pic {
    border-width: 10px; }
  .banner-with-video__header {
    font-size: 36px; }
  .banner-with-video__descr {
    font-size: 20px; }
  .banner-with-video__video-link .img-svg {
    width: 70px;
    height: 70px; }
  .article__blockquote {
    padding: 5px 15px;
    margin: 45px 0 0 45px; }
    .article__blockquote:before {
      font-size: 60px;
      left: -45px; }
  .article__footer small span {
    display: block; }
  .tutorial {
    padding-left: 15px;
    padding-right: 15px; }
  .welcome-cta__btn {
    font-size: 18px;
    padding-top: 20px; }
    .welcome-cta__btn span {
      font-size: 14px; }
    .welcome-cta__btn:after {
      width: 65px; }
    .welcome-cta__btn::before {
      width: 26px;
      height: 26px;
      background-image: url(../img/svg/cart.svg);
      right: 14px; }
    .welcome-cta__btn:hover::before {
      right: 12.5px; }
  .s-is-questions__btn {
    width: 290px;
    line-height: 1;
    padding-top: 10px; }
  .s-delivery__text {
    font-size: 18px; }
  .download-banner .banner-list:after {
    left: 0px; }
  .s-functions__download .functions::after {
    margin-bottom: -95px; }
  .s-functions__download .functions::before {
    margin-bottom: -80px; } }

@media only screen and (max-width: 359px) {
  .offer:after {
    right: -25px; }
  .tizer-item {
    font-size: 15px;
    margin-bottom: 0px; }
  .article-banner__text-2:after {
    display: none; }
  .download-banner .banner-list:after {
    display: none; } }

@media only screen and (min-width: 1921px) {
  .benefits-bg {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .benefits-bg img {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      display: block;
      height: 964px; }
  .s-details .duga-2 {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .s-details .duga-2 img {
      position: absolute;
      left: 0;
      right: 0;
      height: 215px;
      width: 100%;
      display: block; }
  .duga {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .duga img {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 147px; } }


#breadcrumbs { max-width: 960px; font-size: 13px; margin: 20px auto 0; }
@media only screen and (max-width: 999px) {
  #breadcrumbs {
    max-width: 750px;
    padding: 0 15px;
  }
}
  #breadcrumbs > [itemprop="itemListElement"]::after,
  #breadcrumbs [itemscope] > [itemprop="itemListElement"]::after {
    content: ">";
    position: relative; top: 1px;
    display: inline-block;
    margin: 0 5px;
    color: #000; }

  #breadcrumbs > span:last-of-type { position: relative; top: 1px; display: inline-block; }
#breadcrumbs + .s-article .article { padding-top: 1rem; }

/* Spoilers */
.spoilers {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .spoilers {
    padding: 30px 0;
  }
}
.article__right .spoilers .container {
  padding: 0;
}
.spoilers .section-title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .spoilers .section-title {
    font-size: 31px;
  }
}
.spoilers-block {
  margin-top: 40px; 
}
@media only screen and (max-width: 767px) {
  .spoilers-block {
    margin-top: 25px;
  }
}
.spoiler__toggle {
  border: none;
  display: inline-block;
  width: 40px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 26px;
  z-index: 2;
  top: 50%;
  margin-top: -5px;
  background: url("../img/down.png") 0 0 no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; 
}
@media only screen and (max-width: 767px) {
  .spoiler__toggle {
    background-size: 20px;
    width: 20px;
    height: 12px;
    right: 3px;
  }
}
.spoiler__question {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  border-top: 1px solid #E1DCDA;
  cursor: pointer;
  padding: 35px 70px 35px 20px; 
}
@media only screen and (max-width: 767px) {
  .spoiler__question {
    padding: 15px 45px 15px 0px;
    font-size: 22px;
  }
}
.spoiler:last-child {
  border-bottom: 1px solid #E1DCDA;
}
.spoiler__question.close .spoiler__toggle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); 
}
.spoiler__answer {
  opacity: 0;
  display: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 0 30px 35px 20px;
  font-size: 16px;
  line-height: 1.75; 
}
@media only screen and (max-width: 767px) {
  .spoiler__answer {
    padding: 0 0px 15px 0px;
  }
}
.spoiler__answer.active {
  display: block; 
}
.spoiler__answer.visible {
  opacity: 1; 
}
.spoiler-list {
  counter-reset: li;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.spoiler-list > li {
  position: relative;
  list-style: none;
  padding-left: 45px;
  font-size: 16px;
  line-height: 24px;
}
.spoiler-list > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -3px;
  left: 0px;
  margin-right: 8px;
  padding: 0px;
  font-weight: 700;
  color: #C5BEBD;
  font-size: 24px;
  line-height: 24px;
  background: url(../img/dot.png) bottom 3px right 0px no-repeat;
  width: 18px;
}
@media only screen and (max-width: 767px) {
  .spoiler-list li:before {
    font-size: 23px;
    width: 18px;
    background-position: bottom 3px right 0px;
  }
}
.spoiler-list li {
  position: relative;
  padding-bottom: 30px;
  padding-left: 27px;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .spoiler-list li {
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
.spoiler-instruction {
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  border-left: 5px solid #9994FF;
  margin-left: 8px;
  padding-left: 19px;
}
@media only screen and (max-width: 767px) {
  .spoiler-instruction {
    margin-left: 0px;
    font-size: 16px;
    padding-left: 12px;
  }
}
.spoiler-link {
  color: #9994FF;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  margin-top: 14px;
  display: inline-block;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .spoiler-link {
    font-size: 16px;
    margin-top: 6px;
  }
}
.spoiler-link:hover {
  text-decoration: underline;
}
/* End Spoilers */
.article-banner.article-banner--new {
  padding: 42px 0 68px 0;
}
.article-banner__content-img{
  position: relative;
  transform: translate(-25px, 22px);
  
}
.article-banner__content-img:hover:before{
  opacity: .3;
}
.article-banner__content-img:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .3s linear;
}
.article-banner__content-img .img-svg{
  width: 85px;
  height: 85px;
}



.article-banner--new .article-banner__header--new{
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 52px;
  letter-spacing: -0.4px;
}
.article-banner--new .banner-list__title{
  font-size: 20px;
  line-height: 30px
}
.article-banner__content--new{
  display: flex;
  justify-content: space-between;
}
.article-banner__content-wrap{
  flex: 0 0 59%;
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: bottom 0 right 95px;
}

.article-banner__content-img img{ 
  height: auto;
  width: 413px;
  height: 273px;
  display: block;
}
.new-tabs{
  margin-top: -21px;
}
.new-tabs-triggers{
  background-color: #fff;
  position: relative;
  box-shadow: 0 5px 30px rgba(35, 35, 43, 0.05);
}
.new-tabs-triggers__item {
  text-align: center;
  height: 110px;
  padding: 20px;
  position: relative;
  flex: 1 0 25%;
  max-width: 25%;
  width: 100%;
  font-size: 17px;
  color: #383845
}
.new-tabs-triggers__item:hover{
  color: #706cbd
}
.new-tabs-triggers__item:hover::before{
  background-color: #706cbd
}
.new-tabs.is-transform .new-tabs-triggers__item:hover::before{
  background-color: #706cbd
}
.new-tabs-triggers__item::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #d3d4db;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.new-tabs-triggers__item.is-active{
  color: #706cbd

}
.new-tabs-triggers__item::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;

}
.new-tabs-triggers__item.is-active::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #706cbd;

}
.new-tabs.is-transform .new-tabs-triggers{
  animation: trleft .7s linear;
  min-width: 235px;
  position: absolute;
  top: 0;
  left: -140px;
  height: 100%;
}
@keyframes trleft {
  from {
    left: -700px;
    opacity: 0;
  }
  to{
    left: -140px;
    opacity: 1;
  }
}
.new-tabs.is-transform .new-tabs-triggers__item.is-active::before{
  background-color: #736bfa;
}
.new-tabs.is-transform .new-tabs-triggers__item::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background-color: #d3d4db;

}

.new-tabs-triggers__item:last-child::after{
  display: none;
}
.new-tabs-triggers__wrap{
  display: flex;
  align-items: center;
  min-height: 90px;
}
 
.new-tabs-triggers__item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.new-tabs-triggers__item img{
  margin: 0 auto 10px auto;
}

 
 /* .new-tabs.is-transform .s-questions{
   margin-left: -90px;
 }
  */
 /* .new-tabs.is-transform .tutorial{
   padding-left: 30px;
   width: 47%;
   padding-top: 22px;
   padding-bottom: 0;
 } */
 .new-tabs .new-tabs-content{
   padding-left: 112px;
   position: relative;
 }

 /* .new-tabs.is-transform .new-tabs-triggers__item{
   padding: 20px 0 40px 0;
 }
  */ 

 .new-tabs-triggers.is-fixed{
   position: fixed;
   top: 50px;
   left: 0;
   bottom: 0;
   padding-bottom: 1200px;
 }
.new-tabs-triggers__item span{
  display: block;
}
.new-tabs-content{
 background-color: #f5f6fc;
 padding: 30px 0 0 0;
}
.new-tabs-content__item{
  visibility: hidden;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.new-tabs-content__item.is-active{
  visibility: visible;
  height: auto;
  position: relative;
}
 
.new-tabs-triggers .container{
  max-width: 1150px;
}
.new-tabs-triggers__title{
  display: none;
  text-align: center;
  color: #383845;
  font-weight: 500;
  padding: 90px 0 30px 0;
}

@media(max-width: 1380px){
  .new-tabs .new-tabs-content{
    padding-left: 130px;
  }
  /* .new-tabs.is-transform .s-questions{
    margin-left: 0;
  } */
 
  /* .new-tabs.is-transform .new-tabs-content{
    padding-left: 0;
  } */
  @keyframes trleft {
    from {
      left: -700px;
      opacity: 0;
    }
    to{
      left: -80px;
      opacity: 1;
    }
  }
  /* .new-tabs.is-transform{
    margin-left: 230px;
  } */
}
@media(max-width: 1270px){
 
  .new-tabs-triggers__item{
    padding-right: 0;
  }
}
@media(max-width: 1199px){
  .new-tabs .new-tabs-content{
    padding-left: 0;
  }
}
 
@media(max-width: 991px){
  .article-banner__content-img{
    transform: translate(0, 0);
  }
  .article-banner__content-img img{
    width: auto;
    max-width: 100%;
    height: auto;
  }
   
  .article-banner__content--new{
    flex-wrap: wrap;
    justify-content: center
  }
  .article-banner__content-wrap{
    background-image: none!important;
  }
  .article-banner__content-wrap{
    flex: 0 0 100%
  }
  .new-tabs-triggers__wrap{
    flex-wrap: wrap;
  }
  .new-tabs-triggers__item{
    flex: 1 0 50%;
    max-width: 50%;
    min-height: 120px;
    display: flex!important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .new-tabs-triggers__item.is-current::before{
    bottom: 0
  }
  .new-tabs-triggers__item::after{
    display: none;
  }
}

@media(max-width: 767px){
  .new-tabs-triggers__item{
    padding: 0 10px;
  }
}
@media(max-width: 350px){
  .new-tabs-triggers__item{
    flex: 1 0 100%
  }
}
.article-banner--new .article-banner__content-img .play-btn{
  border-radius: 50%
}
.article-banner--new .article-banner__content-img .play-btn:hover{
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  
  
}
/* .article-banner--new .article-banner__content-img .play-btn:hover svg path{
  fill: rgba(238, 221, 117, );

  
} */
  .play-btn.img-svg {
    width: 70px;
    height: 70px; }

.new-tabs-content .tutorial:nth-child(1) .tutorial__icon-wrap, .tutorial:nth-child(2) .tutorial__icon-wrap {
  border-top: none;
}
.text-center {
  text-align: center;
}
/* awards */
.awards-top {
  padding-top: 55px;
  padding-bottom: 77px;
  background-position: center bottom;
}
.awards-top .page-header {
  font-weight: 700;
}
.awards-top .awards-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.awards-top .awards-stars .tizer-item {
  width: initial;
}
@media (max-width: 767px) {
  .awards-top {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.awards-stars #page-rating-block .rating-img {
  margin: 0 4.5px;
  border: none;
  width: 19px;
}
.awards-stars #page-rating-info {
  top: 7px;
  color: #fff;
}
.awards-stars #page-rating-value {
  display: none;
}
.awards {
  padding: 55px 0 70px;
  background: #fafafa;
  border-bottom: 1px solid rgb(223, 223, 230);
}
@media (max-width: 767px) {
  .awards {
    padding: 30px 0 30px;
  }
}
.awards .container {
  max-width: 976px;
  margin: 0 auto;
}
.awards-h2 {
  font-size: 36px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.awards-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.awards-row {
  display: flex;
  padding: 0 8px;
  width: 33.333%;
  min-width: 320px;
  margin-bottom: 28px;
}
.awards-row.awards-row-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .awards-row,
  .awards-row.awards-row-50 {
    min-width: 200px;
    width: 100%;
  }
}
.awards-column {
  display: flex;
}
.awards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f2f2f5;
  padding: 25px 30px;
  transition: ease .3s;
}
.awards-item:hover,
.awards-item:active {
  color: #444454;
  box-shadow: 0px 7px 20px rgb(20 41 94 / 20%);
}
@media (max-width: 767px) {
  .awards-item {
    width: 100%;
    padding: 15px;
  }
}
.awards-text {
  font-size: 18px;
  line-height: 1.889;
  margin: 0 0 30px;
}
.awards-item-img {
  display: flex;
}
.awards-desctriptions {
  border-bottom: 2px solid rgb(245, 246, 252);
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.awards-desctriptions-img {
  transition: ease .3s;
}
.awards-desctriptions-img:hover {
  transform: scale(1.02);
}
/* format page */
.wrap.format-wrap .container {
  max-width: 1170px;
  color: #373744;
  font-size: 18px;
}
/* table-prog */
.table-prog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: left;
  box-shadow: 0px 4px 55px rgb(182 178 205 / 20%); }
  .table__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    border: 1px solid #C1C1C1;
    padding-right: 956px; }
  .table__btn {
    background-color: #2198e3;
    box-shadow: none;
    padding: 0 70px;
    box-shadow: 0px 12px 22px 0px rgba(33, 152, 227, 0.35);
    margin-top: 45px; }
    .table__btn:hover {
      background-color: #0b7ac0; }
      .table__btn:hover:after {
        border-color: transparent; }
    .table__btn:after {
      position: absolute;
      content: '';
      bottom: 19px;
      left: 70px;
      right: 70px;
      height: 1px;
      border-bottom: 1px dashed #fff;
      -webkit-transition: border-color .3s;
      transition: border-color .3s; }
  .table-prog .slick-disabled {
    display: none !important; }
  .table__slide, .table__th-slide {
    width: 160px !important; }
  .table__body {
    margin-top: 89px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* height: 630px; */
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    position: relative;
    -webkit-overflow-scrolling: touch; }
  .table__programs {
    display: inline-block;
    width: 182px;
    border-right: 1px solid #C1C1C1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .table__programs .table__td {
      text-align: center; }
      .table__programs .table__td .app {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;}
  .table__th-slider, .table__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 840px;
    width: calc(100% - 182px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
  .table__info {
    bottom: auto;
    border-right: 1px solid #C1C1C1; }
  .table__th, .table__td {
    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;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .table__th {
    background-color: #EBE9FF;
    align-items: start;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    height: 88px;
    color: #373744;
    border-right: 1px solid #E3E3E3;
    line-height: 1.4; }
  .table__th-1 {
    border-right: 1px solid #C1C1C1;
  }
  .table__td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #373744;
    background-color: #FAFAFE;
    border: 1px solid #E3E3E3;
    border-top: none;
    border-left: none;
    height: 105px; }
    .table__td:nth-child(2n+1) {
      background-color: #fefefe; }
    .table__td-app {
      justify-content: center;
      padding: 0 15px; }
    .table__td-gold {
      border-bottom: 1px solid gold;
      border-top: 1px solid gold;
    }
    .table__td-app .app__info {
      margin-top: 5px;
      font-weight: 500;
      text-align: center;
      color: #373744;
    }
  .table__td.table__td-green {
    color: #4cac1f;
  }
  .table__td.table__td-red {
    color: #d96d6d ;
  }
  .table-prog .table__arrow {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0;
    background: #FBFBFB;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 24px;
    z-index: 3; }
    .table-prog .table__arrow.prev {
      background-image: url("../img/format/arrow.svg");
      left: -15px; }
      .table-prog .table__arrow.next {
        transform: rotate(180deg);
        background-image: url("../img/format/arrow.svg");
        right: -15px; }
      .table-prog .table__arrow.prev:hover,
      .table-prog .table__arrow.next:hover {
        background-image: url("../img/format/arrow-hover.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
      }
      .table-prog .table__arrow.next:hover {
        transform: rotate(0deg);
      }

.mCustomScrollBox {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.mCSB_container {
  width: 100% !important; }
.mCSB_scrollTools {
  width: 20px;
  background-color: #fefefe;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #C1C1C1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6E72FA !important;
    width: 8px;
    height: 85px;
    border-radius: 70px; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }
    .mCSB_scrollTools .mCSB_dragger {
      height: 85px !important;
    }
@media only screen and (min-width: 1200px) {
  .table-prog .table__arrow:hover {
    background: #fff; } }
@media only screen and (max-width: 1199px) {
  .table-prog {
    width: 960px;
    margin: 0 auto;
  }
  .table__slide, .table__th-slide {
    width: 156px !important; }
  .table__th-slider, .table__info {
    width: 777px; }
  .table__head {
    padding-right: 777px; }
  .table__th-1 {
    min-width: 182px;
    z-index: 2;}
  }
@media only screen and (max-width: 991px) {
  .table-prog {
    width: 720px;}
  .table__slide, .table__th-slide {
    width: 179px !important; }
  .table__th-slider, .table__info {
    width: 537px; }
  .table__head {
    padding-right: 537px; } }
@media only screen and (max-width: 767px) {
  .table-prog {
    width: 540px;}
  .app__title {
    font-size: 14px; }
  .table__th {
    font-size: 12px; }
  .table__td {
    font-size: 13px; }
    .table__td_app {
      padding: 0 15px; }
      .table-prog .table__arrow {
    width: 30px;
    height: 30px; }
  .table__th-slider, .table__info {
    width: 408px; }
  .table__slide, .table__th-slide {
    width: 204px !important; }
  .table__th-1 {
    min-width: 130px;
    width: 130px; }
  .table__head {
    padding-right: 409px; }
  .table__programs {
    width: 130px; }
    .table__programs .table__th,
    .table__programs .table__td {
      width: 100%; }
  .mCSB_scrollTools {
    width: 8px; }
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 4px; } }
@media only screen and (max-width: 575px) {
  .table-prog {
    width: 290px;} 
  .table__th-slider, .table__info {
    width: calc(100% - 130px); }
  .table__slide, .table__th-slide {
    width: 158px !important; }
  .table__head {
    padding-right: 130px; }}
    
.section-format {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section-format {
    padding: 30px 0;
  }
}

.format-banner {
  padding: 60px 0 50px 0;
  background-image: url(../img/format/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.format-h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .format-h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
.format-desctription {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.format-rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .format-rating {
    flex-direction: column;
  }
}
.format-autor {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.format-autor-name {
  font-weight: 300;
}
.format-rating .tizer-item {
  font-family: "Roboto";
  border: none;
  font-weight: bold;
  font-size: 14px;
  padding: 0 30px;
  width: auto;
}
@media (max-width: 767px) {
  .format-rating .tizer-item {
    padding: 20px 0 0;
  }
}
.format-rating #page-rating-info {
  font-weight: 300;
  color: #FFFFFF;
}
.section-format #breadcrumbs {
  max-width: 100%;
  font-size: 14px;
  padding: 0;
  margin-top: 0;
}
.format-h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .format-h2 {
    font-size: 30px;
  }
}
.format-h3 {
  font-weight: normal;
  font-size: 36px;
  margin: 0 0 20px;
}
.format-h4 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
} 
.format-p {
  margin-bottom: 20px;
}
.format-a { 
  font-weight: 500;
  color: #6e72fa;
  transition: ease .3s;
  text-decoration: underline;
}
.format-a:hover {
  color: #8286f3;
  text-decoration: none;
}
.format-block {
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top: 10px solid #C5C5DF;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .format-block {
    padding: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .format-block {
    padding: 50px 15px 15px;
  }
}
.format-title-block {
  display: flex;
  height: 90px;
}
.format-title {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.format-title .format-h3 {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  line-height: 1;
}
.format-number {
  width: 360px;
  height: 360px;
  background: #C5C5DF;
  position: absolute;
  top: -270px;
  left: -240px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}
.format-number span {
  position: absolute;
  right: 22%;
  bottom: 12%;
}
@media (max-width: 767px) {
  .format-number {
    width: 300px;
    height: 300px;
    top: -230px;
    left: -210px;
    font-size: 29px;
  }
  .format-number span {
    right: 20%;
    bottom: 10%;
  }
}
.format-img-block {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 46%;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .format-img-block {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .format-img-block {
    padding-bottom: 65%;
  }
}
.format-img {
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: auto;
  right: auto;
  top: 0;
}
.format-img.format-img__left {
  left: 0;
}
.advantages {
  background: #FAFCFA;
  border: 1px solid #37B03C;
  border-radius: 4px;
  padding: 30px;
  max-width: 623px;
}
.disadvantages {
  background: #FEF8F8;
  border: 1px solid #D96D6D;
  border-radius: 4px;
  padding: 30px;
}
@media (max-width: 991px) {
  .advantages,
  .disadvantages {
    max-width: 100%;
    padding: 15px;
  }
}
.advantages-name,
.disadvantages-name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.format-list li {
  background: url(../img/format/plus.png) no-repeat 0px 5px;
  line-height: 22px;
  padding-left: 20px;
  padding-bottom: 15px;
}
.format-list.format-list-minus li {
  background: url(../img/format/minus.png) no-repeat 0px 9px;
}
.format-list-block {
  display: flex;
  margin: 0 -11px;
}
@media (max-width: 991px) {
  .format-list-block {
    flex-wrap: wrap;
  }
}
.format-list-block.format-list-block-top {
  align-items: start;
}
.format-list-block .advantages,
.format-list-block .disadvantages {
  margin: 0 11px;
  width: 50%;
}
@media (max-width: 991px) {
  .format-list-block .advantages,
  .format-list-block .disadvantages {
    margin: 0 11px 20px;
    width: 100%;
  }
}