/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 :root {
  --font-family: "Open Sans", sans-serif;
  --second-family: "Poppins", sans-serif;
  --third-family: "Roboto Condensed", sans-serif;
  --vydelenie: #f60;
}

/* sidebar */



.ftm_side_bar.show {
  opacity: 1;
  transform: translateX(0);
}

.ftm_side_bar {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1s ease-in-out 2s, opacity 1s ease-in-out 2s;
  border-radius: 20px;
  width: 365px;
  height: 698px;
  box-shadow: 0 0 48px 0 rgba(11, 36, 71, 0.15);
  background: #fff;
  justify-content: center;
  row-gap: 20px;
}

.head_side_bar {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #0b2447;
  
  row-gap: 16px;

}

.ftm_side_bar .list_item {
  font-size: 16px !important;
  line-height: 150%;
  align-items: center;
}

.ftm_side_bar .list_block_downLoadMacWin {
  padding: 0px !important;
}

.ftm_side_bar .list_downLoadMacWin {
  row-gap: 10px;
}

.buttons_side_bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
}

.ftm_side_bar #download_win {
  border-radius: 10px;
  /* padding: 12px 83px; */
  height: 47px;
  background: #00ab47;
  width: 315px;
}
.ftm_side_bar #download_mac {
  border-radius: 10px;
  /* padding: 12px 83px; */
  height: 47px;
  box-shadow: 0 0 48px 0 rgba(11, 36, 71, 0.15);
  background: #fff;
  width: 315px;
}


.second_head_side_bar {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #0b2447;
}

.second_head_side_bar span {
  color: var(--vydelenie);
}

.buttons_side_bar {
  row-gap: 8px;
}

/* new head_btn  v2*/

.download-link-new-v2{
 

}
.upload_buttons-text {
  text-wrap: nowrap;
}
.download_content-v2 {
  border-radius: 10px;
  /* width: 207px; */
  height: 52px;
  background: #00ab47;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 28px;
  padding: 0 8px 0 28px;
}
.d_text_block-v2 {display: flex;flex-direction: column;}

.d_icon_block-v2 {display: flex;border-radius: 7px;background: #00913d;}
.download-link-new-v2  svg {
  transition: transform 0.3s ease;
}

.full-v2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  text-wrap: nowrap;
}

.pro-v2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  text-wrap: nowrap;
}



.download-link-new-v2:hover .download_content-v2{
  background: #00cc55;
}
.download-link-new-v2:hover svg{
  transform: translateY(5px); /* ÐŸÑ€Ð¾Ð¿Ð»Ñ‹Ñ‚ÑŒ Ð²Ð½Ð¸Ð· Ð½Ð° 5 Ð¿Ð¸ÐºÑÐµÐ»ÐµÐ¹ */
}

/* new head_btn */

.download-link-new {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.download-link-new#download_mac{
  margin-left: 12px;
}

.download-link-new .d_icon_block svg {
  transition: transform 0.3s ease;
}

.download-link-new:hover .download_content{
  background: #00cc55;
}

.download-link-new:hover .d_icon_block svg{
  transform: translateY(5px); /* ÐŸÑ€Ð¾Ð¿Ð»Ñ‹Ñ‚ÑŒ Ð²Ð½Ð¸Ð· Ð½Ð° 5 Ð¿Ð¸ÐºÑÐµÐ»ÐµÐ¹ */
}

.download_content {
  display: flex;
  flex-direction: row;
  background: #00ab47;
  /* width: 185px; */
  height: 52px;
}

.mac_content {
  background: transparent;
 
}

.mac_border {
  border: 1px solid #00ab47;
}

.d_text_block {
  display: flex;
  flex-direction: column;
  padding: 10px 18px;
  justify-content: center;
  width: 158px;
}

.d_icon_block {
  background: #00913d;
  padding: 10px 14px;
  display: flex;
  align-items: center;
}

.d_text_block .full {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #e6f2eb;
  text-wrap: nowrap;
  text-align: center;
}

.d_text_block .pro {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
  text-wrap: nowrap;
}

.d_text_block .pro svg{
  min-width: 17px;
}


.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--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: transparent;
}

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

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

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: transparent;
}

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

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

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  background-color: transparent;
}

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

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

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background-color: transparent;
}

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

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

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s 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.12s 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.12s 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.12s 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--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
  transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s 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.12s 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.12s 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.12s 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--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
  transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
  transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
  transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  -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-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.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: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
  transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
  transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 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;
  cursor: hand;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

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

.twentytwenty-after-label {
  opacity: 0;
}

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

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

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

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

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

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "Ã—";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  color: #5b555e;
  font-family: "RobotoRegular", sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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;
}

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

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

.clearfix:after {
  clear: both;
}

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

.nowrap {
  white-space: nowrap;
}

.slick-slide {
  outline: none;
}

.svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

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

.wrap {
  overflow: hidden;
}

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

section {
  position: relative;
}

section.with-bottom-border {
  border-bottom: 1px solid #e1dee3;
}

section.with-bottom-border:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e1dee3;
  border-top: none;
  border-left: none;
  background-color: #f6f5fc;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.with-bottom-border {
  border-bottom: 1px solid #e1dee3;
  position: relative;
}

.with-bottom-border:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e1dee3;
  border-top: none;
  border-left: none;
  background-color: #f6f5fc;
  bottom: -9px;
  padding-bottom: 15px;
  left: 50%;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.scroll-down {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  margin-bottom: -30px;
  z-index: 2;
  padding-top: 20px;
}

.scroll-down .svg {
  width: 40px;
  height: 34px;
}

.scroll-down .svg path {
  fill: #4a3c97;
}

.sect-header {
  color: #423e45;
  font-size: 42px;
  font-family: "RobotoRegular", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  margin: 0;
}

.sect-descr {
  font-size: 17px;
  text-align: center;
  margin: 0;
  margin-top: 5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.sect-descr .ic-arrow-down {
  font-style: normal;
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(../img/arrow-down.png) 0 0 no-repeat;
  margin-left: 10px;
  position: relative;
  top: 8px;
}

.btn {
  display: inline-block;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 74px;
  line-height: 72px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.008em;
  padding: 0 55px 0 30px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}

.btn:before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1px;
  top: 15px;
  bottom: 15px;
  right: 37px;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn.btn--load {
  background-color: #5bbc2e;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(69, 179, 18, 0.45)), to(rgba(37, 222, 0, 0.45)));
  background-image: linear-gradient(90deg, rgba(69, 179, 18, 0.45) 0%, rgba(37, 222, 0, 0.45) 100%);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(91, 188, 46, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(91, 188, 46, 0.2);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.btn.btn--load:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 31px;
  background: url(../img/load-icon.png) 0 0 no-repeat;
  background-size: 100%;
  top: 23px;
  right: 14px;
  -webkit-transition: top .15s linear;
  transition: top .15s linear;
}

.btn.btn--load:hover {
  background-color: #48de1b;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn--load:hover:after {
  top: 30px;
}

.btn.btn--load.btn--darker {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(69, 179, 18, 0.6)), to(rgba(37, 222, 0, 0.6)));
  background-image: linear-gradient(90deg, rgba(69, 179, 18, 0.6) 0%, rgba(37, 222, 0, 0.6) 100%);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

.btn.btn--load.btn--darker:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn--load.btn--two-rows {
  padding-right: 20px;
}

.btn.btn--buy {
  background-color: #f28a22;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(225, 120, 15, 0.8)), to(rgba(255, 145, 35, 0.8)));
  background-image: linear-gradient(90deg, rgba(225, 120, 15, 0.8) 0%, rgba(255, 145, 35, 0.8) 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.btn.btn--buy:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(../img/cart-icon.png) 0 0 no-repeat;
  background-size: 100%;
  top: 50%;
  margin-top: -9.5px;
  right: 13px;
}

.btn.btn--buy:hover {
  background-color: #f79e45;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn--buy.btn--two-rows {
  padding-right: 32px;
}

.btn.btn--two-rows {
  width: 226px;
  line-height: 1.4;
  font-size: 18px;
  padding: 0;
  padding-top: 16px;
}

.btn.btn--two-rows small {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.tab {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eeedf0), color-stop(75%, rgba(247, 246, 248, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #eeedf0 0%, rgba(247, 246, 248, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.12);
  height: 66px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 66px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  font-weight: normal;
}

.tab:hover,
.tab.active {
  background-color: #5b555e;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(85%, rgba(128, 128, 128, 0.15)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(128, 128, 128, 0.15) 85%, rgba(255, 255, 255, 0) 100%);
}

.img-content {
  height: 485px;
  max-width: 850px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.img-shadow {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

.img-shadow:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fafafc;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
}

.img-frame {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
}

.img-box {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.img-box.active {
  opacity: 1;
}

.twentytwenty-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
  left: 0;
  right: 0;
}

.twentytwenty-wrapper .twentytwenty-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
}

.twentytwenty-wrapper .twentytwenty-container img {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  right: 0;
}

.twentytwenty-container {
  z-index: 2;
}

.twentytwenty-overlay {
  display: none;
}

.twentytwenty-handle {
  width: 55px;
  height: 55px;
  border: none;
  background: url(../img/handle.png) 0 0 no-repeat;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -27px;
}

.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  border-color: transparent;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 28px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 28px;
}

.before,
.after {
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(36, 36, 36, 0.45);
  width: 85px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #f6f5fc;
  top: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.before {
  left: 40px;
}

.after {
  right: 40px;
}

.slider__nav {
  top: 50%;
  margin-top: -45px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  text-align: left;
}

.arrow-prev,
.arrow-next {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.08);
  width: 63px;
  height: 73px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  position: absolute;
}

.arrow-prev:hover,
.arrow-next:hover {
  background-color: #ede6f2;
}

.arrow-prev:before,
.arrow-next:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 22px;
}

.arrow-prev {
  left: -44px;
}

.arrow-prev:before {
  background-image: url(../img/arrow-prev.png);
  margin-left: 20px;
}

.arrow-next {
  right: -44px;
}

.arrow-next:before {
  background-image: url(../img/arrow-next.png);
  margin-left: 25px;
}

img {
  max-width: 100%;
}


.main-head {
  height: 75px;
  z-index: 9;
  background-color: #1d1d24;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  position: absolute;
}

.main-head .container {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.main-nav {
  display: inline-block;
}

.main-nav__item {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}

.main-nav__link {
  font-size: 16px;
  color: #cbcbd1;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  display: block;
  line-height: 75px;
  height: 75px;
  letter-spacing: 0.01em;
  position: relative;
  display: flex;
  align-items: center;
}

.main-nav__link .icon {
  fill: #cbcbd1;
  width: 16px;
  height: 11px;
  margin-left: 0;
  position: relative;
  top: 1px;
  -webkit-transition: .25s ease fill;
  transition: .25s ease fill;
}

.main-nav__item-toggle {
  margin-right: -1px;
  position: relative;
}

.main-nav__item-toggle a:after {
  display: none;
}

.main-nav__submenu {
  background-color: #27272b;
  -webkit-box-shadow: 17.207px 24.575px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 17.207px 24.575px 50px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 74px;
  opacity: 0;
  visibility: hidden;
  padding: 32px 25px;
  border-top: 1px solid rgba(255, 103, 0, 0.4);
  z-index: 10;
}

.main-nav__submenu li {
  margin-bottom: 12px;
}

.main-nav__submenu li:last-child {
  margin-bottom: 0;
}

.main-nav__submenu li a {
  color: #cbccd1;
  font-size: 16px;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.main-nav__submenu li a:hover {
  color: #ff6700;
}

.main-nav__submenu--1 {
  left: 0;
  right: 0;
  padding-top: 40px;
}

.main-nav__item-toggle--1 {
  position: static;
}

.main-nav__submenu--2 {
  left: -15px;
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}

.main-nav__submenu--2 .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-nav__submenu--2 li a {
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.main-nav__submenu--2-2 {
  padding-left: 15px;
  padding-right: 30px;
}

.main-nav__submenu--2-2 li {
  position: relative;
  padding-left: 25px;
}

.main-nav__submenu--2-2 li a:hover .icon,
.main-nav__submenu--2-2 li a.active .icon {
  fill: #ff6700;
}

.main-nav__submenu--2-2 li .icon {
  fill: #cbcbd1;
  width: 16px;
  height: 11px;
  left: 0;
  top: 7px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease;
}

.main-nav__submenu-part-title {
  font-size: 24px;
  color: #fafafc;
  font-family: "RobotoCondensedBold";
  line-height: 1;
}

.main-nav__submenu-part-title .icon {
  display: none;
}

.main-nav__submenu-part {
  width: 292.5px;
  border-left: 1px solid rgba(255, 103, 0, 0.2);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.main-nav__submenu-part>div {
  display: inline-block;
  text-align: left;
}

.main-nav__submenu-part:last-child {
  border-right: 1px solid rgba(255, 103, 0, 0.2);
}

.main-nav__submenu-part ul {
  margin-top: 28px;
}

.main-nav__submenu-part li {
  margin-bottom: 20px;
  line-height: 1;
}

.all-apps {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #fafafc;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration-color .25s ease;
  transition: -webkit-text-decoration-color .25s ease;
  transition: text-decoration-color .25s ease;
  transition: text-decoration-color .25s ease, -webkit-text-decoration-color .25s ease;
  font-family: "RobotoCondensedBold";
  font-size: 15px;
  margin-top: 45px;
  position: relative;
  padding-right: 32px;
}

.all-apps:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.all-apps .icon {
  fill: #fafafc;
  width: 18px;
  height: 14px;
  position: absolute;
  right: 2px;
  top: 4px;
}

.toggle-menu {
  background-color: #27272b;
  height: 75px;
  width: 75px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 26px 25px;
  z-index: 20;
}

.hamburger {
  cursor: pointer;
  padding: 0;
  height: 21px;
}

.hamburger .hamburger-box {
  width: 27px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  background-color: #ededf5;
  height: 3px;
  width: 27px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
  background-color: #ededf5;
}

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

.hamburger .hamburger-inner::after {
  top: 18px;
}

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

.hamburger.is-active .hamburger-inner {
  top: 1px;
}

.mobile-nav {
  display: none;
  background-color: #27272b;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  padding: 20px 0 30px;
}

.mobile-nav .main-nav__item {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.mobile-nav .main-nav__link {
  height: auto;
  line-height: 1;
  padding: 13px 15px;
}

.mobile-nav .main-nav__link:after {
  display: none;
}

.mobile-nav .main-nav__link .icon {
  right: 28px;
  position: absolute;
  top: 16px;
}

.mobile-nav .main-nav__link.main-nav__link--active {
  color: #ff6700;
}

.mobile-nav .main-nav__submenu {
  background-color: #2f2f33;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  top: auto;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 0;
  -webkit-transition: height .15s ease;
  transition: height .15s ease;
}

.mobile-nav .main-nav__submenu.visible {
  height: auto;
  margin: 10px 0;
}

.mobile-nav .main-nav__submenu ul {
  border-top: 1px solid #523422;
  border-bottom: 1px solid #523422;
  padding: 20px 0;
}

.mobile-nav .main-nav__submenu ul li {
  margin: 0;
}

.mobile-nav .main-nav__submenu ul a {
  display: block;
  padding: 5px 15px;
}

.mobile-nav .main-nav__submenu ul a:hover {
  color: #fff;
  font-family: "RobotoRegular", sans-serif;
  font-weight: 500;
}

.mobile-nav .main-nav__submenu ul a .icon {
  display: none;
}

.mobile-nav .main-nav__submenu--2 {
  left: 0;
  right: 0;
}

.mobile-nav .main-nav__submenu--1 {
  left: 0;
  right: 0;
}

.mobile-nav .main-nav__submenu--1 .container {
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  border-top: 1px solid #523422;
}

.mobile-nav .main-nav__submenu--1 .container+.txt-center {
  border-bottom: 1px solid #523422;
  padding-bottom: 20px;
}

.mobile-nav .main-nav__submenu--1 .container+.txt-center .all-apps {
  text-decoration: none;
  padding: 0;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  padding: 0 20px;
  border: 1px solid #525255;
}

.mobile-nav .main-nav__submenu--1 .container+.txt-center .all-apps span {
  display: none;
}

.mobile-nav .main-nav__submenu--1 .container+.txt-center .all-apps .icon {
  display: none;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part {
  border: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part .main-nav__submenu-part-title {
  font-size: 21px;
  padding: 0 15px 15px;
  position: relative;
  cursor: pointer;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part .main-nav__submenu-part-title .icon {
  display: inline-block;
  fill: #cbcbd1;
  width: 16px;
  height: 11px;
  margin-left: 0;
  position: relative;
  top: 1px;
  -webkit-transition: .25s ease fill;
  transition: .25s ease fill;
  right: 28px;
  position: absolute;
  top: 6px;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part .main-nav__submenu-part-title.active {
  color: #ff6700;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part .main-nav__submenu-part-title.active .icon {
  fill: #ff6700;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part>div {
  display: block;
  width: 100%;
  text-align: center;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part>div ul {
  border: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part>div ul.visible {
  height: auto;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part>div ul li {
  margin: 0;
}

.mobile-nav .main-nav__submenu--1 .container .main-nav__submenu-part>div ul li a {
  padding: 10px 15px;
}

@media only screen and (min-width: 1200px) {
  .main-nav__link:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-color: transparent;
    bottom: 0;
  }

  .main-nav__link:hover,
  .main-nav__link.hover {
    color: #ff6700;
  }

  .main-nav__link:hover:after,
  .main-nav__link.hover:after {
    background-color: #ff6700;
  }

  .main-nav__link:hover .icon,
  .main-nav__link.hover .icon {
    fill: #ff6700;
  }

  .main-nav__submenu--2 li a.active {
    color: #ff6700;
  }

  .mobile-nav,
  .program-nav-mob {
    display: none !important;
  }

  .main-nav__item-toggle.hover .main-nav__submenu {
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    visibility: visible;
  }

  .reviews-slider .slick-dots li:hover {
    background-color: #434354;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

}

@media only screen and (max-width: 1199px) {
  .toggle-menu {
    display: inline-block;
  }

  .main-nav {
    display: none;
  }

  .main-nav__submenu--2-2 li {
    padding-left: 0;
  }
}

/* dropdown */
.dropdown {
  height: 75px;
  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
}

.dropdown .dropdown__content:hover {
  opacity: 1;
  -webkit-transform: translateY(100%) translateX(-55%);
  -ms-transform: translateY(100%) translateX(-55%);
  transform: translateY(100%) translateX(-55%);
  visibility: visible
}

.dropdown:hover .dropdown__content {
  opacity: 1;
  -webkit-transform: translateY(100%) translateX(-55%);
  -ms-transform: translateY(100%) translateX(-55%);
  transform: translateY(100%) translateX(-55%);
  visibility: visible
}

@media (max-width:1199.98px) {
  .dropdown {
    margin-top: 20px;
    height: auto;
    padding-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .dropdown .dropdown__title {
    padding-right: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .dropdown .dropdown__content {
    display: none;
    -webkit-animation: Fade .2s;
    animation: Fade .2s
  }

  .dropdown:hover .dropdown__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .dropdown.dropdown--active .dropdown__content {
    display: block;
    max-width: 115px;
    margin: 15px auto 0;
    position: relative;
    left: -13px;
  }
}

.dropdown__title {
  color: #fff;
  cursor: default;
  color: #fff;
  cursor: default;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 5px;

}

@media (max-width:1199.98px) {
  .dropdown__title {
    width: 100%;
    display: block
  }
}

.dropdown__title-icon {
  position: relative;

}

.dropdown__content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 127px;
  height: auto;
  bottom: 10px;
  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-transform: translateY(105%) translateX(-55%);
  -ms-transform: translateY(105%) translateX(-55%);
  transform: translateY(105%) translateX(-55%);
  background-color: #fcfcfd;
  z-index: 10;
  -webkit-transition: opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
  transition: transform .3s, opacity .3s, margin .3s, visibility .3s;
  transition: transform .3s, opacity .3s, margin .3s, visibility .3s, -webkit-transform .3s;
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 12px;
  padding-top: 7px
}

@media (max-width:1199.98px) {
  .dropdown__content {
    opacity: 1;
    margin: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    visibility: visible;
    position: static;
    margin-top: 10px
  }
}

.dropdown__link {
  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-left: 16px;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-right: 10px;
  color: #21292d;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.dropdown__link:last-child {
  border-bottom: none;
}

.dropdown__link:focus,
.dropdown__link:hover {
  font-weight: 700;
  color: #21292d
}

.dropdown__icon {
  width: 29px;
  height: auto;
  display: inline-block;
  margin-right: 15px
}

.head-banner {
  height: 500px;
  margin-top: 80px;
  background: url(../img/banner-bg.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.head-banner .btn-group {
  margin-top: 35px;
  text-align: left;
}

.head-banner .btn:first-child {
  margin-right: 10px;
}

.head-banner .win-support {
  margin-top: 20px;
  width: 100%;
  max-width: 460px;
}

.site-title {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.125;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.site-slogan {
  margin: 0;
  font-size: 18px;
  color: #fffefe;
  font-weight: 700;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 30px;
}

.head-banner__cnt {
  max-width: 500px;
  text-align: center;
}

.banner-list {
  margin-top: 20px;
  text-align: left;
}

.banner-list li {
  color: #f2f5fa;
  font-size: 18px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.banner-list li:last-child {
  margin-bottom: 0;
}

.banner-list li:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #5ec42f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.banner-list li:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(../img/checkmark.png) 0 0 no-repeat;
  z-index: 2;
  left: 5px;
  top: 10px;
}

.s-tizers {
  background-color: #fcfcfc;
  position: relative;
  z-index: 2;
}

.s-tizers:after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 16px;
  left: 0;
  right: 0;
  background: url(../img/block-shadow.png) 0 0 repeat-x;
  bottom: -16px;
}

.tizers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tizer-item {
  text-align: center;
  width: 33.33%;
  border-left: 1px solid #e1dee3;
  padding: 15px 0 5px;
  min-height: 135px;
}

.tizer-item:last-child {
  border-right: 1px solid #e1dee3;
}

.tizer-item:nth-child(1) .tizer-item__head {
  padding-left: 38px;
}

.tizer-item:nth-child(1) .tizer-item__head:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  top: -2px;
  background: url(../img/best-icon.png) 0 0 no-repeat;
  width: 28px;
  height: 36px;
}

.tizer-item:nth-child(3) .tizer-item__head {
  padding-left: 45px;
}

.tizer-item:nth-child(3) .tizer-item__head:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  top: -4px;
  background: url(../img/users-icon.png) 0 0 no-repeat;
  width: 38px;
  height: 38px;
}

.tizer-item img {
  margin-top: 10px;
}

.tizer-item img+.tizer-item__head {
  display: block;
  margin-top: -10px;
}

.tizer-item__head {
  font-size: 35px;
  color: #423e45;
  font-family: "FiraSansBold";
  position: relative;
}

.tizer-item__text-1 {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: block;
}

.tizer-item__text-2 {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: block;
  margin-top: -3px;
}

.s-improvement {
  padding: 85px 0 50px;
}

.s-improvement .sect-header {
  text-align: left;
  z-index: 2;
  position: relative;
}

.s-improvement .btn-wrap {
  top: -30px;
  left: 10px;
}

.s-improvement .btn-wrap.with-arrow--dark {
  padding-left: 78px;
  padding-right: 0;
}

.s-improvement .btn-wrap.with-arrow--dark:after {
  -webkit-transform: scale(1, -1) rotate(180deg);
  -ms-transform: scale(1, -1) rotate(180deg);
  transform: scale(1, -1) rotate(180deg);
  right: auto;
  left: 0;
  top: -5px;
}

.s-improvement .btn--load {
  font-size: 18px;
  padding-left: 20px;
}

.improvement-text {
  z-index: 2;
  display: inline-block;
  position: relative;
  float: left;
  width: 55%;
}

.improvement-text:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 5px;
  top: 35px;
  bottom: 4px;
  left: 0;
  background-color: #ffd26d;
}

.improvement-text p {
  margin: 0;
  margin-top: 25px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.improvement-text p b {
  font-weight: 700;
  color: #423e45;
}

.improvement__right {
  float: right;
  display: inline-block;
  display: inline-block;
  margin-right: -70px;
  margin-top: -75px;
  position: relative;
  z-index: 0;
}

.btn-wrap {
  display: inline-block;
  position: relative;
}

.btn-wrap.with-arrow {
  padding-right: 83px;
  margin-right: -83px;
}

.btn-wrap.with-arrow:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 66px;
  height: 62px;
  right: 0;
  top: -20px;
  background: url(../img/arrow-to-btn.png) 0 0 no-repeat;
}

.btn-wrap.with-arrow--dark {
  position: relative;
  padding-right: 83px;
  margin-right: -83px;
}

.btn-wrap.with-arrow--dark:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 66px;
  height: 62px;
  right: 0;
  top: -10px;
  background: url(../img/arrow-to-btn-light.png) 0 0 no-repeat;
}

.btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0 30px;
}

.btn-block .btn-wrap {
  margin-bottom: 15px;
}

.btn-block .btn.btn--load {
  color: #fff;
}

.btn-block .win-support {
  color: #5b555e;
}

.longread .text-btn {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

.s-transformation {
  padding: 60px 0 75px;
}

.transform-slider {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.cta {
  background: url(../img/cta-bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 75px 0 40px;
  position: relative;
  overflow: hidden;
}

.cta:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 35px;
  background: url(../img/triangle.png) 0 0 no-repeat;
}

.cta .btn-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
}

.cta .btn {
  width: 370px;
  padding-left: 18px;
}

.cta .btn:after {
  right: 20px;
}

.cta .btn:before {
  right: 50px;
}

.cta .btn .xs-hidden {
  display: none;
}

.cta.cta--2 .btn {
  padding-left: 30px;
}

.cta.cta--last {
  padding: 85px 0 50px;
  background: url(../img/cta-bg-2.jpg) center top no-repeat;
  background-size: cover;
}

.cta.cta--last .btn-group {
  margin-top: 50px;
}

.cta.cta--last .btn-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.cta.cta--last .btn {
  width: 225px;
  margin-left: 2px;
  margin-right: 2px;
}

.cta.cta--last .btn.btn--load {
  padding-left: 0px;
}

.cta.cta--last .btn.btn--load:before {
  right: 36px;
}

.cta.cta--last .btn.btn--load:after {
  right: 13px;
}

.cta.cta--last .btn.btn--buy {
  padding-left: 0;
}

.cta.cta--last .btn.btn--buy:before {
  right: 36px;
}

.cta.cta--last .btn.btn--buy:after {
  right: 10px;
}

.cta.cta--last .win-support {
  margin-top: 20px;
}

.cta.cta--light {
  background: url(../img/cta-light-bg.png) center bottom no-repeat;
  background-size: auto;
  padding: 70px 0;
}

.cta.cta--light:before {
  display: none;
}

.cta.cta--light .cta__text {
  color: #423e45;
}

.cta.cta--light .btn-wrap {
  margin-top: 30px;
  margin-bottom: 15px;
}

.cta.cta--light .btn {
  width: 330px;
  padding-left: 25px;
}

.cta.cta--light .win-support {
  color: #5b555e;
}

.cta__text {
  font-family: "RobotoCondensedBold";
  font-weight: normal;
  margin: 0;
  color: #fff;
  line-height: 1.3;
  font-size: 38px;
}

.win-support {
  display: block;
  font-size: 14px;
  color: #f3f2fa;
  line-height: 1.6;
}

.cta-light-bg {
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -717px;
  top: -100px;
}

.s-replace-bg {
  padding: 50px 0 10px;
  text-align: center;
}

.replace-bg {
  text-align: center;
  max-width: 850px;
  width: 100%;
  display: inline-block;
}

.replace-bg .tab {
  width: 205px;
}

.s-effects {
  padding: 40px 0 0;
  text-align: center;
}

.examples {
  margin-top: 55px;
  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;
}

.example {
  max-width: 16.6667%;
  display: inline-block;
  position: relative;
  margin-bottom: -8px;
}

.example>img {
  width: 100%;
  height: auto;
}

.example:hover .example-effect {
  opacity: 1;
  visibility: visible;
}

.icon-zoom {
  display: inline-block;
  width: 57px;
  height: 57px;
  margin-bottom: 35px;
}

.example-effect {
  position: absolute;
  padding: 15px;
  top: 0px;
  bottom: 8px;
  left: 0px;
  right: 0px;
  text-align: center;
  border: 2px solid #ffd26d;
  visibility: HIDDEN;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.effect-title {
  color: #fff;
  font-size: 19px;
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.click-text {
  font-size: 13px;
  display: block;
  font-weight: 500;
  color: #ffd26d;
  margin-top: 7px;
  line-height: 1.2;
}

.s-tools {
  border-top: 1px solid #e1dee3;
  border-bottom: 1px solid #e1dee3;
  padding: 60px 0 85px;
}

.tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}

.tool {
  text-align: center;
  display: inline-block;
  width: 33.33%;
  border-right: 1px solid #e1dee3;
  border-bottom: 1px solid #e1dee3;
  padding-bottom: 25px;
}

.tool:nth-child(4),
.tool:nth-child(5),
.tool:nth-child(6) {
  border-bottom: none;
}

.tool:nth-child(4) .tool__pic,
.tool:nth-child(5) .tool__pic,
.tool:nth-child(6) .tool__pic {
  height: 180px;
}

.tool:nth-child(3),
.tool:nth-child(6) {
  border-right: none;
}

.tool:nth-child(1) .tool__pic {
  top: 45px;
}

.tool:nth-child(2) .tool__pic {
  top: 30px;
}

.tool:nth-child(3) .tool__pic {
  top: 38px;
}

.tool:nth-child(4) .tool__pic {
  top: 50px;
}

.tool:nth-child(5) .tool__pic {
  top: 50px;
}

.tool:nth-child(6) .tool__pic {
  top: 58px;
}

.tool__pic {
  height: 165px;
  position: relative;
}

.tool__title {
  display: inline-block;
  font-weight: normal;
  color: #423e45;
  font-size: 29px;
}

.s-functions {
  padding: 60px 0 50px;
}

.functions {
  margin-top: 30px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.function {
  display: inline-block;
  margin-bottom: 20px;
  width: 370px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.function-top-section {
  padding-top: 50px;
}

.function-top-section .article-header {
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #212129;
  font-size: 36px;
  text-align: center;
}

.functions-top {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px;
  text-align: left;
}

.function-top {
  border-bottom: 1px solid #cbccd1;
  display: inline-block;
  width: 470px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 15px;
}

@media only screen and (max-width: 1199px) {
  .function-top {
    width: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .function-top {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .function-top {
    width: 100%;
  }
}

.function-top:before,
.function-top:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  background-color: #cbccd1;
}

.function-top:after {
  bottom: 0;
  height: 10px;
  right: 0;
}

.function-top:before {
  bottom: 0;
  top: 15px;
  left: 0;
}

.function-top__title {
  font-size: 21px;
  color: #212129;
  font-family: "RobotoCondensedBold", sans-serif;
  line-height: 1.2;
}

.function-top p {
  margin: 5px 0 0;
}

.function__title {
  font-family: "RobotoCondensedBold", sans-serif;
  font-size: 28px;
  display: inline-block;
  line-height: 38px;
  color: #423e45;
  padding: 0 15px;
  background-color: #fff1d1;
  margin-top: 5px;
}

.function__punkt {
  font-size: 30px;
  color: #ff6700;
  font-family: "RobotoCondensedBold", sans-serif;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  margin-right: 15px;
  text-align: center;
  padding-top: 25px;
  padding-left: 3px;
  border-top: 1px solid #cbccd1;
  position: relative;
  top: -5px;
}

.function__punkt:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  background-color: #cbccd1;
  top: 0;
  height: 10px;
  right: 0;
}

.function__punkt:after {
  top: 0;
  height: 10px;
  right: 0;
}

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

.s-retush {
  padding: 60px 0 80px;
  text-align: center;
}

.retush {
  text-align: center;
  width: 100%;
  max-width: 850px;
  display: inline-block;
}

.retush .tab {
  width: 405px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.s-reviews {
  padding: 60px 0 40px;
}

.common-rating {
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  color: #423e45;
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}

.reviews-slider {
  margin-top: 40px;
}

.review-item {
  text-align: center;
  padding: 35px 37px 20px;
  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.4)));
  background-image: linear-gradient(to right, #f5f6fc, rgba(245, 246, 252, 0.4));
}

.slick-center {
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.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.4)));
  background-image: linear-gradient(to left, #f5f6fc, rgba(245, 246, 252, 0.4));
}

.slick-center:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #ffd26d;
  top: 0;
  left: 50%;
  margin-left: -25px;
}

.review-item__text {
  margin: 0;
}

.review-item__photo {
  display: inline-block !important;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 10px;
}

.review-item__name {
  display: block;
  color: #423e45;
  font-weight: 500;
  margin-top: -5px;
}

.review-item__info {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.review-item__rating {
  display: inline-block !important;
  width: 110px;
  height: auto;
  margin-top: 10px;
}

.js-reviews-slider .slick-dots {
  text-align: center;
  margin-top: -5px;
}

.js-reviews-slider .slick-dots li {
  display: inline-block;
  margin: 0 1.5px;
  width: 8px;
  height: 8px;
  background-color: #e6e4e9;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.js-reviews-slider .slick-dots li:hover,
.js-reviews-slider .slick-dots li.slick-active {
  background-color: #78757c;
}

.js-reviews-slider .slick-list {
  padding: 0 !important;
}

.s-info {
  border-top: 1px solid #e1dee3;
  padding: 65px 0 50px;
  text-align: center;
}

.s-info .more-info-all {
  margin-top: 5px;
}

.s-info .more-info-single {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
}



.screenshots__slider {
  display: inline-block;
  margin-top: 55px;
}

.slider {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  margin-top: 40px;
  margin-bottom: 70px;
}

.js-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: top center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 14px 14px 0px 0px #dfdfe2;
  box-shadow: 14px 14px 0px 0px #dfdfe2;
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

.js-slider .slide p {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 0;
  right: 0;
  z-index: 3;
  left: -40px;
  right: -40px;
}

.slider-nav .next,
.slider-nav .back {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  padding: 0;
  background-color: #fafafc;
  width: 70px;
  height: 80px;
  text-align: center;
  -webkit-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-box-shadow: 4.243px 4.243px 0px 0px rgba(29, 29, 36, 0.12);
  box-shadow: 4.243px 4.243px 0px 0px rgba(29, 29, 36, 0.12);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.slider-nav .next:hover,
.slider-nav .back:hover {
  background-color: #fcf0e8;
  -webkit-box-shadow: 4.243px 4.243px 0px 0px #ffa76c;
  box-shadow: 4.243px 4.243px 0px 0px #ffa76c;
}

.slider-nav .next:hover .icon,
.slider-nav .back:hover .icon {
  fill: #ff6700;
}

.slider-nav .next .icon,
.slider-nav .back .icon {
  fill: #434354;
  width: 63px;
  height: 25px;
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease;
}

.slider-nav .back {
  left: 0;
}

.slider-nav .back .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-nav .next {
  right: 0;
}

.slider-dots {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

.slider-dots .dot {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -9999px;
  background-color: #a4a4a3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: none;
  cursor: pointer;
  margin: 0 2px;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  padding: 0;
}

.slider-dots .dot.active,
.slider-dots .dot:hover {
  background-color: #fafafa;
}

@media (max-width: 991px) {
  .slide {
    box-shadow: none;
    padding: 0 30px;
  }

  .slider-nav .next,
  .slider-nav .back {
    width: 50px;
    height: 50px;
  }

  .slider-nav .next .icon,
  .slider-nav .back .icon {
    width: 56px;
    height: 19px;
  }

  .slider-nav .next {
    right: 50px;
  }

  .slider-nav .back {
    left: 43px;
  }

  .slider-dots {
    display: none;
  }
}

@media (max-width: 499px) {
  .slider {
    margin-bottom: 50px;
  }
}

.info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.block-header {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  color: #423e45;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.requirements,
.what-new {
  width: 48%;
}

.requirements .hidden,
.what-new .hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.requirements .hidden.active,
.what-new .hidden.active {
  display: block;
}

.requirements .hidden.visible,
.what-new .hidden.visible {
  opacity: 1;
}

.requirements {
  margin-right: 4%;
}

.requirements__item,
.what-new__item {
  position: relative;
  padding-left: 55px;
  font-size: 17px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.requirements__item img,
.requirements__item .flag,
.what-new__item img,
.what-new__item .flag {
  position: absolute;
  left: 0;
  top: 0;
}

.requirements__item .accent,
.what-new__item .accent {
  color: #f1373a;
}

.requirements__item:nth-child(5) img,
.what-new__item:nth-child(5) img {
  top: -2px;
}

.requirements__item:nth-child(6) img,
.what-new__item:nth-child(6) img {
  top: -5px;
}

.requirements__item:nth-child(7) img,
.what-new__item:nth-child(7) img {
  top: -1px;
  left: 5px;
}

.requirements__item:nth-child(8) img,
.what-new__item:nth-child(8) img {
  left: 5px;
}

.what-new__item {
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 25px;
}

.what-new__item:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #5ec42f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 2px;
}

.what-new__item:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../img/checkmark-2.png) 0 0 no-repeat;
  z-index: 2;
  left: 6px;
  top: 10px;
}

.what-new__item b {
  font-weight: bold;
  color: #423e45;
}

.flag {
  display: inline-block;
  width: 30px;
  background-color: #2c72b0;
  border: 1px solid #d3d4db;
}

.flag span {
  display: block;
  width: 100%;
  height: 8px;
}

.flag span:first-child {
  background-color: #fff;
}

.flag span:last-child {
  background-color: #fe0000;
}

.more-info {
  color: #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 18px;
  border-bottom: 1px dashed #5c43bf;
  display: inline-block;
  padding-bottom: 2px;
}

.more-info:hover {
  color: #8c70fa;
  border-color: #8c70fa;
}

.main-foot {
  background-color: #1a121f;
  padding: 20px 0 60px;
}

.links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links-group__header {
  margin: 0;
  color: #efedf5;
  font-size: 29px;
  font-weight: normal;
  font-family: "RobotoCondensedBold", sans-serif;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.links-group__header:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #ffd26d;
  bottom: 0;
  left: 0;
}

.links-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 32%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 30px;
  padding-left: 30px;
}

.links-group:first-child {
  padding-left: 0;
}

.links-group:nth-child(2) {
  width: 37%;
  padding-left: 35px;
}

.links-group:last-child {
  border: none;
  padding-left: 25px;
  width: 32.5%;
}

.links-group a {
  color: #aaa5ad;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  margin-bottom: 5px;
  font-size: 15px;
}

.links-group a:last-child {
  margin-bottom: 15px;
}

.links-group a:hover {
  color: #fff;
}

.copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #a9a6ab;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright br {
  display: none;
}

.scroll-top {
  display: inline-block;
  width: 85px;
  height: 85px;
  background-color: rgba(255, 210, 109, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 11;
  bottom: 50px;
  right: 50px;
  margin-right: -100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  user-select: none;
}

.scroll-top.is-visible {
  margin-right: 0;
}

.scroll-top:hover {
  background-color: #ffd26d;
}

.scroll-top:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.scroll-top:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 48px;
  height: 26px;
  background: url(../img/up.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 10;
  top: 22px;
  left: 19px;
}

.is-download-page .s-reviews {
  padding-bottom: 60px;
}

.is-download-page .head-banner {
  background: url(../img/download-bg.jpg) center top no-repeat;
  background-size: cover;
}

.is-download-page .head-banner .container {
  position: relative;
  padding-left: 340px;
}

.is-download-page .site-slogan {
  text-align: left;
}

.is-download-page .site-title {
  font-size: 46px;
  text-align: left;
}

.is-download-page .head-banner__cnt {
  max-width: 100%;
}

.is-download-page .head-banner__cnt .btn-wrap {
  margin-top: 35px;
  left: -15px;
}

.is-download-page .head-banner__cnt .btn-wrap.with-arrow {
  margin-right: 0;
  padding-right: 0;
  padding-left: 85px;
  margin-left: -85px;
}

.is-download-page .head-banner__cnt .btn-wrap.with-arrow:after {
  right: auto;
  left: 0;
  -webkit-transform: scale(1, -1) rotate(-180deg);
  -ms-transform: scale(1, -1) rotate(-180deg);
  transform: scale(1, -1) rotate(-180deg);
}

.is-download-page .head-banner__cnt .btn--load {
  padding-left: 40px;
  padding-right: 70px;
  margin-right: 0;
}

.is-download-page .head-banner__cnt .btn--load:first-child {
  margin-bottom: 0;
}

.is-download-page .head-banner__cnt .win-support {
  display: inline-block;
  margin-top: 20px;
  left: -15px;
  position: relative;
}

.is-download-page .box {
  position: absolute;
  left: 0;
  margin-left: -200px;
  top: -140px;
}

.is-download-page .box img {
  display: inline-block;
}

.is-download-page .tizer-item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 70px;
  position: relative;
}

.is-download-page .tizer-item:first-child .tizer-item__icon {
  padding-top: 16px;
}

.is-download-page .tizer-item__icon {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding-top: 10px;
}

.is-download-page .tizer-item__text-1 {
  line-height: 1.4;
}

.s-advs {
  padding: 60px 0 50px;
}

.s-advs .sect-descr {
  margin-bottom: 55px;
  margin-top: 10px;
}

.advs {
  margin-top: 45px;
}

.h3 {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #423e45;
  font-weight: normal;
  font-size: 31px;
  line-height: 1.2;
}

.info-block {
  padding: 15px 0 20px;
}

.info-block.reverse {
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-block.reverse .info-block__pic {
  float: right;
  margin-right: 0;
}

.info-block.reverse .info-block__text {
  float: left;
}

.info-block__pic {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  margin-right: 30px;
  display: inline-block;
  float: left;
  padding-bottom: 2px;
}

.info-block__pic img {
  width: 440px;
  display: inline-block;
}

.info-block__text {
  padding-top: 5px;
  float: right;
  margin-right: 15px;
  display: inline-block;
  width: 460px;
  line-height: 1.6;
}

.info-block__text b {
  font-weight: bold;
}

.is-purchase-page .main-head.is-fixed,
.is-form .main-head.is-fixed,
.is-ok .main-head.is-fixed {
  position: absolute;
}

.is-purchase-page .head-banner,
.is-form .head-banner,
.is-ok .head-banner {
  height: 355px;
  padding-top: 40px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#efedf5), to(#f8f7ff));
  background-image: linear-gradient(0deg, #efedf5 0%, #f8f7ff 100%);
}

.is-purchase-page .head-banner .container,
.is-form .head-banner .container,
.is-ok .head-banner .container {
  padding-left: 305px;
  position: relative;
}

.is-purchase-page .head-banner__cnt,
.is-form .head-banner__cnt,
.is-ok .head-banner__cnt {
  color: #5b555e;
  max-width: 100%;
  text-align: left;
}

.is-purchase-page .site-title,
.is-form .site-title,
.is-ok .site-title {
  color: #423e45;
  font-size: 36px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.is-purchase-page .site-slogan,
.is-form .site-slogan,
.is-ok .site-slogan {
  font-size: 16px;
  font-weight: 500;
  color: #423e45;
  margin-top: 0px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.is-purchase-page .banner-list,
.is-form .banner-list,
.is-ok .banner-list {
  margin-top: 11px;
}

.is-purchase-page .banner-list li,
.is-form .banner-list li,
.is-ok .banner-list li {
  color: #5b555e;
  font-size: 17px;
  margin-bottom: 7px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
  padding-left: 31px;
}

.is-purchase-page .banner-list li:before,
.is-form .banner-list li:before,
.is-ok .banner-list li:before {
  width: 16px;
  height: 16px;
  top: 5.5px;
}

.is-purchase-page .banner-list li:after,
.is-form .banner-list li:after,
.is-ok .banner-list li:after {
  left: 3px;
}

.is-purchase-page .payment-info,
.is-form .payment-info,
.is-ok .payment-info {
  color: #807785;
  font-size: 13px;
  display: block;
  line-height: 1.45;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

.is-purchase-page .box,
.is-form .box,
.is-ok .box {
  position: absolute;
  top: -120px;
  left: -170px;
}

.brends {
  width: 100%;
  max-width: 575px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.brends img {
  display: inline-block;
  padding-bottom: 10px;
}

.s-price-plans {
  padding: 45px 0 55px;
}

.s-price-plans .sect-header {
  font-size: 36px;
}

.s-price-plans .sect-header .accent {
  color: #ff5533;
}

.s-price-plans .sm-info {
  color: #807785;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}

.price-plans {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-plan {
  width: 280px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  -webkit-box-shadow: 0px 5px 19.6px 0.4px rgba(36, 34, 34, 0.07);
  box-shadow: 0px 5px 19.6px 0.4px rgba(36, 34, 34, 0.07);
  padding-bottom: 100px;
  background-color: #fff;
  border: 2px solid rgba(122, 153, 152, 0.5);
  margin-bottom: 15px;
}

.price-plan .btn {
  font-size: 16px;
  letter-spacing: 0.01em;
  width: 142px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#45b312), to(#25de00));
  background-image: linear-gradient(0deg, #45b312 0%, #25de00 100%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  position: relative;
  padding: 0;
  margin-top: -3px;
}

.price-plan .btn:after,
.price-plan .btn:before {
  display: none;
}

.price-plan .btn img {
  display: inline-block;
  width: 17px;
  height: 19px;
  position: relative;
  background: url(../img/cart-icon.png) 0 0 no-repeat;
  top: 5px;
  right: -22px;
}

.price-plan__body {
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  border-top: none;
  height: 100%;
  margin-top: 95px;
}

.price-plan__header {
  left: -2px;
  right: -2px;
  background-color: #7a9998;
  height: 98px;
  padding-top: 15px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -2px;
}

.price-plan__list {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.price-plan__list li {
  line-height: 1.4;
  margin-bottom: 7px;
  padding-left: 22px;
  font-size: 14px;
  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/basic-check.png) 0 0 no-repeat;
  left: 0;
  top: 5px;
}

.price-plan--standart {
  border: 2px solid rgba(92, 67, 191, 0.5);
}

.price-plan--standart .price-plan__header {
  background-color: #5c43bf;
}

.price-plan--standart .price-plan__list li:before {
  background-image: url(../img/standart-check.png);
}

.price-plan--premium {
  border: 2px solid rgba(222, 131, 33, 0.5);
}

.price-plan--premium .price-plan__header {
  background-color: #de8321;
}

.price-plan--premium .price-plan__list li:before {
  background-image: url(../img/premium-check.png);
}

.price-plan__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.price-plan__price {
  display: block;
  padding: 7px 0;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #e1dee3;
}

.price-plan__price .old-price {
  font-size: 18px;
  color: #807785;
  position: relative;
  display: inline-block;
}

.price-plan__price .old-price:after,
.price-plan__price .old-price:before {
  width: 35px;
  height: 1px;
  background-color: #bebcbf;
  position: absolute;
  content: '';
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -19px;
}

.price-plan__price .old-price:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.price-plan__price .price {
  font-size: 24px;
  font-weight: 700;
  color: #423e45;
}

.price-plan__price .rub {
  width: 13px;
  height: 17px;
  display: inline-block;
  background-size: cover;
  margin-left: 5px;
  background-image: url(../img/ruble.svg);
}

.price-plan__title {
  font-size: 36px;
  color: #fff;
  line-height: 1.1;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
}

.price-plan__discount {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #f5fcfc;
  display: block;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  text-align: left;
  padding-left: 32px;
  left: -50px;
  top: -30px;
  height: 54px;
  width: 155px;
  padding-top: 22px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.s-whatyouget {
  padding-bottom: 40px;
}

.whatyouget {
  border-top: 1px solid #e1dee3;
  border-bottom: 1px solid #e1dee3;
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.whatyouget-item {
  width: 33.33%;
  text-align: center;
}

.whatyouget-item:nth-child(2) .whatyouget-item__icon {
  border-left: 1px solid #e1dee3;
  border-right: 1px solid #e1dee3;
}

.whatyouget-item:nth-child(3) .whatyouget-item__icon {
  position: relative;
  top: -15px;
}

.whatyouget-item__icon {
  height: 100px;
  margin-bottom: 20px;
}

.whatyouget-item__title {
  font-size: 20px;
  font-weight: 500;
  color: #423e45;
  line-height: 1.2;
}

.delivery .h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 31px;
  margin-top: 20px;
}

.delivery p {
  margin: 0;
}

.delivery a {
  font-size: 18px;
  font-weight: 700;
  color: #5c43bf;
  border-bottom: 1px solid #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.delivery a:hover {
  border-color: #8c70fa;
  color: #8c70fa;
}

.is-possibilities-page .site-title {
  font-size: 42px;
  color: #fff;
  text-shadow: none;
}

.is-possibilities-page .head-banner {
  height: auto;
  padding-top: 35px;
  padding-bottom: 63px;
  background: url(../img/possibilities-bg.jpg) center top no-repeat;
  background-size: cover;
}

.is-possibilities-page .head-banner p {
  color: #f2f5fa;
  margin: 0;
  margin-top: 10px;
  line-height: 1.55;
  text-align: left;
}

.s-possiblities {
  padding: 35px 0 85px;
}

.s-possiblities .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-tabs__toggle {
  display: none;
}

.sidebar-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.09);
  width: 265px;
  padding: 27px 14px 20px;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar-tab {
  font-size: 13px;
  color: #423e45;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  border-bottom: 1px solid #e1dee3;
  padding: 0 30px 0 10px;
  position: relative;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

.sidebar-tab:first-child {
  border-top: 1px solid #e1dee3;
}

.sidebar-tab.active {
  cursor: default;
}

.sidebar-tab:hover,
.sidebar-tab.active {
  background-color: #5c43bf;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3d2d80), color-stop(85%, rgba(158, 150, 192, 0.15)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, #3d2d80 0%, rgba(158, 150, 192, 0.15) 85%, rgba(255, 255, 255, 0) 100%);
  color: #f6f5fc;
}

.sidebar-tab:hover:after,
.sidebar-tab.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}

.sidebar-tab:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../img/triangle-bdr.png) 0 0 no-repeat;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.possiblities {
  padding-left: 30px;
}

.possiblity {
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.possiblity.active {
  display: block;
}

.possiblity.visible {
  opacity: 1;
}

.possiblity p {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.55;
}

.possiblity img {
  display: block;
  max-width: 100%;
  margin-bottom: 22px;
  margin-top: 22px;
}

.possiblity-title {
  font-size: 31px;
  color: #423e45;
  font-family: "RobotoCondensedBold", sans-serif;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

input:required {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #807785;
  opacity: 1;
  font-size: 15px;
}

*:-moz-placeholder {
  color: #807785;
  opacity: 1;
  font-size: 15px;
}

*::-moz-placeholder {
  color: #807785;
  opacity: 1;
  font-size: 15px;
}

*:-ms-input-placeholder {
  color: #807785;
  opacity: 1;
  font-size: 15px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.s-form {
  background: url(../img/form-bg.jpg) center 80px no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 70px;
}

.form-header {
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  font-size: 42px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 3px;
}

.form-descr {
  color: #f6f5fc;
  font-size: 15px;
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  line-height: 1.5;
}

.form {
  width: 100%;
  max-width: 500px;
  background-color: #f6f5fc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 0 60px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 0 60px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-top: 33px;
  text-align: left;
  padding: 26px 30px 45px;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25);
}

.form-text1 {
  display: block;
  font-weight: 700;
  color: #423e45;
  font-size: 19px;
}

.input {
  height: 60px;
  line-height: 58px;
  width: 100%;
  border: 1px solid #d3d4db;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-top: 8px;
  padding: 0 15px;
  color: #423e45;
  font-size: 15px;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.input:focus {
  border-color: #74bd53;
  -webkit-box-shadow: 0 0 12px #74bd53;
  box-shadow: 0 0 12px #74bd53;
}

.input:focus+.ic-input {
  background-position: -21px 0;
}

.input.error {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f05050;
}

.input.error::-webkit-input-placeholder {
  color: #f4462e;
}

.input.error:-moz-placeholder {
  color: #f4462e;
}

.input.error::-moz-placeholder {
  color: #f4462e;
}

.input.error:-ms-input-placeholder {
  color: #f4462e;
}

.input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #423e45 !important;
  color: #423e45 !important;
}

.form .btn {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 68px;
  line-height: 68px;
  padding: 0;
}

.form .btn:before {
  display: none;
}

.form .btn:after {
  width: 23px;
  height: 14px;
  background: url(../img/arrow-right.png) 0 0 no-repeat;
  top: 50%;
  margin-top: -7px;
  right: 26px;
  -webkit-transition: right .25s linear;
  transition: right .25s linear;
}

.form .btn:hover:after {
  right: 20px;
  top: 50%;
}

.is-ok-page .site-title {
  font-size: 36px;
  text-align: center;
}

.is-ok-page .head-banner {
  text-align: center;
  padding-top: 35px;
  height: auto;
  background-image: none;
  position: relative;
}

.is-ok-page .head-banner:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 495px;
  background: url(../img/ok-bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: -1;
}

.is-ok-page .head-banner p {
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}

.tutorial-video-wrap {
  width: 739px;
  height: 417px;
  display: inline-block;
  position: relative;
}

.tutorial-video-wrap .tutorial-video {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.tutorial-video-wrap .video-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/video-poster.jpg) center top no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 30px 30px 0px rgba(35, 35, 43, 0.15);
  box-shadow: 0px 30px 30px 0px rgba(35, 35, 43, 0.15);
}

.tutorial-video-wrap .video-title {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 15px 0 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.tutorial-video-wrap .video-title b {
  display: block;
  color: #000;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  font-size: 62px;
  text-transform: none;
  color: #ffe573;
}

.tutorial-video-wrap .play-btn {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

.s-other-products {
  padding-top: 50px;
  padding-bottom: 85px;
  text-align: center;
}

.s-other-products .sect-header {
  font-size: 36px;
}

.other-products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.other-product {
  display: inline-block;
  width: 256px;
  padding-top: 23px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;
  -webkit-box-shadow: 2.5px 4.33px 15px 0px rgba(36, 34, 34, 0.07);
  box-shadow: 2.5px 4.33px 15px 0px rgba(36, 34, 34, 0.07);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  line-height: 1.45;
}

.other-product__box {
  height: 105px;
}

.other-product__title {
  font-size: 19px;
  font-weight: 800;
  color: #423e45;
  display: block;
  margin-bottom: 0px;
}

.other-product__descr {
  color: #5c43bf;
  border-bottom: 1px solid #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 16px;
}

.other-product__descr:hover {
  border-color: #8c70fa;
  color: #8c70fa;
}

.is-tutorial-page .head-banner {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  height: auto;
  background-image: none;
  position: relative;
  background-color: #f1f0f7;
}

.is-tutorial-page .head-banner:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 495px;
  background-image: url(../img/ok-bg.jpg);
  background-size: cover;
  z-index: 2;
}

.is-tutorial-page .head-banner .container {
  position: relative;
  z-index: 3;
}

.is-tutorial-page .head-banner p {
  color: #fff;
  margin: 0;
  display: inline-block;
  max-width: 900px;
  margin-top: 3px;
  line-height: 1.6;
}

.is-tutorial-page .site-title {
  text-align: center;
  font-size: 42px;
}

.is-tutorial-page .tutorial-video-wrap {
  margin-top: 30px;
}

.is-tutorial-page .tutorial-video-wrap:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 77px;
  height: 102px;
  background: url(../img/arrow-to-video.png) 0 0 no-repeat;
  right: 0;
  top: -18px;
  margin-right: -105px;
}

.s-tutorial {
  background-color: #f1f0f7;
  text-align: center;
}

.s-tutorial .sect-descr {
  margin: 0;
  margin-top: 10px;
  line-height: 1.6;
  display: inline-block;
}

.search-form {
  width: 100%;
  max-width: 740px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
  position: relative;
  height: 70px;
  display: inline-block;
  position: relative;
  margin-top: 28px;
  margin-bottom: 55px;
}

.search-form:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  background: url(../img/search-icon.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 2;
  right: 160px;
  top: 50%;
  margin-top: -13px;
}

.search-form *::-webkit-input-placeholder {
  font-size: 18px;
}

.search-form *:-moz-placeholder {
  font-size: 18px;
}

.search-form *::-moz-placeholder {
  font-size: 18px;
}

.search-form *:-ms-input-placeholder {
  font-size: 18px;
}

.search-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #dcd9de;
  padding: 0 200px 0 20px;
  color: #423e45;
}

.search-btn {
  background-color: #5c43bf;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 145px;
  z-index: 2;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.search-btn:hover {
  background-color: #6750C3;
}

.autocomplete-suggestions {
  background-color: #fff;
  padding: 25px 20px 30px;
  border: 1px solid #dcd9de;
  border-top: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
}

.autocomplete-suggestion {
  color: #423e45;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 15px;
  line-height: 1.3;
}

.autocomplete-suggestion strong {
  color: #5c43bf;
  font-weight: normal;
}

.autocomplete-suggestion.autocomplete-selected {
  color: #5c43bf;
}

.autocomplete-suggestion:last-child {
  margin-bottom: 0;
}

.lessons {
  background-color: #f6f5fc;
  padding-top: 45px;
  padding-bottom: 70px;
}

.lessons-slider {
  position: relative;
}

.lessons-slider .slider__nav {
  left: -40px;
  right: -40px;
}

.lessons-slider.lessons-slider--top .lessons-slider-title {
  padding-right: 130px;
}

.lessons-slider.lessons-slider--top .lessons-slider-title:after {
  width: 110px;
  height: 18px;
  background: url(../img/stars-3.png) 0 0 no-repeat;
  margin-top: -9px;
}

.lessons-slider.lessons-slider--new {
  margin-top: -10px;
  margin-bottom: -35px;
}

.lessons-slider.lessons-slider--new .lessons-slider-title {
  padding-right: 60px;
}

.lessons-slider.lessons-slider--new .lessons-slider-title:after {
  width: 41px;
  height: 39px;
  background: url(../img/books.png) 0 0 no-repeat;
  margin-top: -20px;
}

.js-lessons-slider {
  padding-top: 25px;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}

.js-lessons-slider .slick-list {
  overflow: visible;
}

.lessons-slider-title {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  color: #423e45;
  line-height: 1.2;
  text-align: left;
  font-size: 36px;
  position: relative;
}

.lessons-slider-title:after {
  position: absolute;
  content: '';
  display: inline-block;
  right: 0;
  top: 50%;
}

.lesson-slide {
  text-align: center;
  padding-bottom: 50px;
}

.lesson-slide a {
  display: inline-block;
  top: 0;
  width: 230px;
  background-color: #fafafa;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(36, 34, 34, 0.08);
  position: relative;
}

.lesson-slide a img {
  width: 100%;
}

.lesson-slide a:hover {
  -webkit-box-shadow: 0px 20px 25px 0px rgba(36, 34, 34, 0.09);
  box-shadow: 0px 20px 25px 0px rgba(36, 34, 34, 0.09);
  top: -2px;
}

.lesson-slide a:hover .lesson-slide-title {
  color: #5c43bf;
}

.new-label {
  display: inline-block;
  background-color: #f1373a;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  padding: 4px 7px;
}

.lesson-slide-title {
  display: inline-block;
  font-size: 16px;
  color: #423e45;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
  height: 83px;
  overflow: hidden;
  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-transition: color .25s ease;
  transition: color .25s ease;
}

.lesson-slide-title span {
  position: relative;
  top: -3px;
}

.lessons-cat {
  text-align: left;
}

.lessons-cat-title {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  font-weight: normal;
  color: #423e45;
  line-height: 1.2;
  font-size: 36px;
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e1dee3;
  position: relative;
  padding-right: 70px;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  cursor: pointer;
}

.lessons-cat-title.active,
.lessons-cat-title:hover {
  color: #5c43bf;
}

.lessons-cat-title.active .lessons-toggle path,
.lessons-cat-title:hover .lessons-toggle path {
  fill: #5c43bf;
}

.lessons-cat-title.active .lessons-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lessons-cat-title .lessons-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  font-style: normal;
  cursor: pointer;
  height: 30px;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform .25s linear;
  transition: -webkit-transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
}

.lessons-cat-title .lessons-toggle path {
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease;
}

.lessons-cat-info {
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
  line-height: 1.5;
}

.lessons-cat-cnt {
  opacity: 0;
  display: none;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.lessons-cat-cnt.active {
  display: block;
}

.lessons-cat-cnt.visible {
  opacity: 1;
}

.lessons-list {
  margin-top: 20px;
}

.lesson {
  color: #423e45;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.lesson a {
  font-weight: normal;
  color: #5c43bf;
  border-bottom: 1px solid #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.lesson a:hover {
  color: #8c70fa;
  border-color: #8c70fa;
}

.is-article-page .head-banner {
  text-align: center;
  height: auto;
  padding-top: 45px;
  padding-bottom: 65px;
}

.is-article-page .head-banner .btn-wrap {
  margin-top: 50px;
}

.is-article-page .head-banner .btn {
  padding-left: 45px;
  padding-right: 65px;
}

.is-article-page .head-banner .btn:first-child {
  margin-right: 0;
}

.is-article-page .banner-header {
  font-weight: normal;
  margin: 0;
  font-size: 46px;
  line-height: 1.15;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #ffffff;
}

.is-article-page .banner-slogan {
  font-size: 18px;
  color: #f6f5fc;
  margin: 0;
  display: inline-block;
  max-width: 700px;
  margin-top: 15px;
}

.is-article-page .banner-slogan b {
  font-weight: 700;
}

.article {
  padding-bottom: 25px;
}

.article .container {
  max-width: 840px;
}

.article .article-header {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #423e45;
  font-size: 42px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 55px;
}

/* .article .article-header:after {
      position: absolute;
      content: '***';
      font-family: "RobotoRegular", sans-serif;
      font-size: 20px;
      left: 50%;
      color: #5b555e;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0; } */

#page-rating-block {
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  cursor: default;
}

#page-rating-block .hidden {
  visibility: hidden;
}

.rating-img {
  cursor: pointer;
  vertical-align: middle;
  /* ÃÂ´ÃÂ»Ã‘Â Ã‘Æ’Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂµÃÂ½ÃÂ¸Ã‘Â ÃÂ¼ÃÂµÃ‘â‚¬Ã‘â€ ÃÂ°ÃÂ½ÃÂ¸Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂµÃÂ¼ÃÂµÃ‘â€°ÃÂµÃÂ½ÃÂ¸ÃÂ¸ ÃÂºÃ‘Æ’Ã‘â‚¬Ã‘ÂÃÂ¾Ã‘â‚¬ÃÂ° ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */
  margin: 0 -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  /* ÃÂ¿ÃÂ¾ÃÂ¿Ã‘â‚¬ÃÂ°ÃÂ²ÃÂºÃÂ° ÃÂ´ÃÂ»Ã‘Â ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€šÃÂ¸ÃÂºÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ ÃÂ²Ã‘â€¹Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ½ÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸Ã‘Â */
  margin-top: -3px;
}

.rating-img.hover {
  /* content: url('../img/ratingStarHover.png');*/
  /* ÃÂ½ÃÂµ Ã‘â‚¬ÃÂ°ÃÂ±ÃÂ¾Ã‘â€šÃÂ°ÃÂµÃ‘â€š ÃÂ² IE */
  padding: 16px 16px 0 0;
  width: 0;
  height: 0;
  background: url('../img/ratingStarHover.png');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.rating-img.nocursor {
  cursor: default;
}

#page-rating-value {
  vertical-align: top;
  font-size: 1.5em;
  margin-left: 2px;
}

#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.2em;
  color: #7f7f7f;
}

#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}

/* Customizations */
/* #page-rating-block { margin: -10px 0 12px 0; } */
#page-rating-block {
  display: inline-block;
  transform: translateY(-2px);
}

#page-rating-block .hidden {
  visibility: visible;
  display: none;
}

/*  */
.pluso-top {
  margin: 6px 10px 0 0 !important;
}

.article-author-rating {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-author,
.article-rating {
  font-size: 14px;
  color: #949499;
  display: inline-block;
  font-family: "RobotoRegular";
}

.article-author b,
.article-rating b {
  font-weight: normal;
  color: #434354;
  margin-left: 2px;
}

.article-author .icon {
  fill: #949499;
  width: 14px;
  height: 20px;
  position: relative;
  top: 4px;
}

.article-rating {
  margin-left: 2px;
}

.article-rating img {
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .article-author-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-author {
    margin-bottom: 15px;
  }
}

.article .article-h2 {
  margin: 0;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #423e45;
  font-size: 36px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 28px;
  line-height: 1.2;
}

.article p {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  margin-bottom: 20px;
}

.article p.with-pic {
  margin-bottom: 42px;
}

.article p.with-pic img {
  float: right;
  margin-right: 15px;
  position: relative;
  margin-left: 8px;
  margin-bottom: 5px;
  display: inline-block;
  margin-top: 6px;
}

.article b {
  font-weight: 700;
  color: #423e45;
}

.article a {
  color: #5c43bf;
  border-bottom: 1px solid #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.article a:hover {
  border-color: #8c70fa;
  color: #8c70fa;
}

.article blockquote {
  position: relative;
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  color: #423e45;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 40px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.article blockquote:after,
.article blockquote:before {
  position: absolute;
  content: '***';
  font-family: "RobotoRegular", sans-serif;
  font-size: 20px;
  left: 50%;
  color: #5b555e;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-style: normal;
  font-weight: normal;
}

.article blockquote:after {
  top: 0;
}

.article .focus-text {
  padding: 0 3px 2px;
  background-color: #fff1d1;
}

.article .article-video-wrap {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.article .article-video {
  display: inline-block;
  position: relative;
  width: 739px;
  height: 417px;
  margin-top: 10px;
}

.article .article-video iframe {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.article .advs-list {
  display: inline-block;
  float: right;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 2px;
}

.article .advs-list li {
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  padding-left: 32px;
  margin-bottom: 21px;
}

.article .advs-list li:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #5ec42f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.article .advs-list li:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(../img/checkmark.png) 0 0 no-repeat;
  z-index: 2;
  left: 5px;
  top: 10px;
}

.article .article-list {
  margin-top: -10px;
}

.article .article-list ul {
  max-width: 700px;
  padding-top: 23px;
  position: relative;
  margin-bottom: 35px;
}

.article .article-list ul:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 3px;
  width: 50px;
  background-color: #e1dee3;
  top: 0;
  left: 0;
}

.article .article-list ul li {
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}

.article .article-list ul li:last-child {
  margin-bottom: 0;
}

.article .article-list ul li:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 5px;
  width: 18px;
  height: 17px;
  background: url(../img/checkmark-green.png) 0 0 no-repeat;
}

.article .focus-info {
  font-size: 16px;
  font-weight: normal;
  color: #423e45;
  line-height: 1.55;
  background-color: #fff1d1;
  padding: 15px 25px;
  margin-bottom: 10px;
}

.article .small-text {
  font-size: 13px;
  font-weight: 500;
  color: #807785;
  display: block;
  background-color: #f0edf2;
  padding: 15px 15px 20px 25px;
  line-height: 1.55;
}

.article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.article table tr {
  height: 52px;
}

.article table tr:nth-child(2n+1) {
  background-color: #f1f0f7;
}

.article table thead th {
  font-size: 20px;
  height: 58px;
  background-color: #5b555e;
  color: #f6f5fc;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.article table td {
  font-size: 15px;
  font-weight: normal;
  color: #423e45;
  border: 1px solid #e1dee3;
  padding: 0 10px;
  line-height: 1.2;
}

.article .yes,
.article .no {
  display: inline-block;
  font-style: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}

.article .yes {
  background-image: url(../img/yes-icon.png);
  width: 20px;
  height: 19px;
  top: 3px;
}

.article .no {
  background-image: url(../img/no-icon.png);
  width: 25px;
  height: 25px;
  top: 3px;
}

.article .compare-table-box {
  margin-top: 45px;
}

.article .compare-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.article .compare-block {
  position: relative;
  width: 50%;
  background-color: #eaffe0;
  text-align: center;
  padding: 25px;
  padding-top: 60px;
}

.article .compare-block:nth-child(2) {
  background-color: #ffeeeb;
}

.article .compare-block:nth-child(2) .compare-block-title:before {
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: url(../img/no-icon-2.png) 0 0 no-repeat;
}

.article .compare-block ul li {
  font-size: 15px;
  color: #423e45;
  font-weight: normal;
  line-height: 49px;
  border-bottom: 1px solid #e1dee3;
}

.article .compare-block-title {
  font-family: "RobotoCondensedBold", sans-serif;
  color: #423e45;
  font-size: 28px;
  position: absolute;
  height: 60px;
  line-height: 65px;
  left: 25px;
  top: 0;
  right: 25px;
  display: block;
  border-bottom: 1px solid #e1dee3;
}

.article .compare-block-title:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 19px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../img/yes-icon.png) 0 0 no-repeat;
}

.article .other-articles-box {
  margin-top: 35px;
  margin-bottom: 55px;
}

.article .other-articles {
  line-height: 1.85;
  margin-top: 10px;
}

.article .other-articles a {
  font-size: 18px;
}

.article .article-before-after-slider,
.article .article-before-after {
  margin-bottom: 20px;
  position: relative;
}

.article .article-before-after-slider .twentytwenty-handle:before,
.article .article-before-after-slider .twentytwenty-handle:after,
.article .article-before-after .twentytwenty-handle:before,
.article .article-before-after .twentytwenty-handle:after {
  width: 2px;
}

.article .article-before-after-slider .img-content,
.article .article-before-after .img-content {
  height: 445px;
}

.article .article-before-after-slider .img-shadow .before,
.article .article-before-after-slider .img-shadow .after,
.article .article-before-after .img-shadow .before,
.article .article-before-after .img-shadow .after {
  width: 80px;
  height: 44px;
  font-size: 15px;
  line-height: 44px;
  top: 23px;
  text-align: center;
}

.article .article-before-after-slider .img-shadow .before,
.article .article-before-after .img-shadow .before {
  left: 33px;
}

.article .article-before-after-slider .img-shadow .after,
.article .article-before-after .img-shadow .after {
  right: 33px;
}

.article .article-before-after-slider .slider__nav,
.article .article-before-after .slider__nav {
  left: -40px;
  right: -40px;
}

.article .article-before-after {
  width: 100%;
  margin-bottom: 30px;
}

.article .article-before-after .img-content {
  height: 435px;
}

.article .article-before-after .img-shadow {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
}

.article .article-before-after .img-shadow:before {
  display: none;
}

.article .article-before-after .img-shadow .before {
  left: 23px;
}

.article .article-before-after .img-shadow .after {
  right: 23px;
}

/* .is-longread-page .main-head {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 90px; } */
.is-longread-page .main-head .container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.is-longread-page .main-head.is-fixed {
  background-color: rgba(26, 18, 31, 0.9);
  height: 70px;
}

.is-longread-page .main-head.is-visible {
  background-color: rgba(26, 18, 31, 0.9);
  height: 70px;
}

.is-longread-page .main-head.is-visible .mobile-menu {
  border-top: 1px solid rgba(62, 217, 20, 0.75);
}

.is-longread-page .main-head.is-visible .mobile-menu .main-menu__item a {
  color: #aaa5ad;
}

.is-longread-page .main-head.is-visible .mobile-menu .main-menu__item a:hover {
  color: #fff;
}

.is-longread-page .main-head.is-visible .mobile-menu .main-menu__item.active a {
  color: #fff;
}

.is-longread-page .main-menu {
  margin-right: 15px;
}

.is-longread-page .main-menu__item a {
  color: #fff;
}

.is-longread-page .main-menu__item a:hover {
  color: #ffd26d;
  border-color: #ffd26d;
}

.is-longread-page .main-menu__item.active a {
  color: #ffd26d;
  border-color: #ffd26d;
}

.is-longread-page .mobile-menu {
  background-color: #fff;
  border-top: none;
}

.is-longread-page .mobile-menu .main-menu__item a {
  color: #5b555e;
}

.is-longread-page .mobile-menu .main-menu__item a:hover {
  color: #fff;
}

.is-longread-page .mobile-menu .main-menu__item.active a {
  color: #fff;
}

.is-longread-page .main-head__btn {
  font-weight: normal;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.is-longread-page .main-head__btn.btn--load {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-longread-page .main-head__btn:hover {
  background-color: transparent;
  border-color: rgba(255, 210, 109, 0.7);
}

.is-longread-page .head-banner {
  text-align: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 90px;
  margin-top: 74px;
  position: relative;
  background-position: center;
  background-image: none;
}

.is-longread-page .head-banner .btn-wrap {
  margin-top: 45px;
}

.is-longread-page .head-banner .btn {
  padding-left: 45px;
  padding-right: 65px;
}

.is-longread-page .head-banner .btn:first-child {
  margin-right: 0;
}

.is-longread-page .head-banner .win-support {
  max-width: 100%;
  font-size: 13px;
  color: #e0dfe5;
}

.is-longread-page .banner-header {
  font-weight: normal;
  margin: 0;
  font-size: 46px;
  line-height: 1.15;
  font-family: "RobotoCondensedBold", sans-serif;
  color: #ffffff;
}

.is-longread-page .banner-slogan {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  display: inline-block;
  max-width: 800px;
  margin-top: 15px;
  font-family: "RobotoRegular";
  font-weight: normal;
}

.is-longread-page .cta.cta--last {
  padding-top: 80px;
  padding-bottom: 60px;
}

.is-longread-page .cta.cta--last .btn-wrap {
  margin-top: 50px;
}

.is-longread-page .cta.cta--last .btn {
  width: 300px;
  padding-left: 30px;
}

.is-longread-page .cta.cta--last .btn-group {
  margin-top: 45px;
}

.is-longread-page .cta.cta--last .btn-group .btn {
  width: 225px;
}

.is-longread-page .cta.cta--last .btn-group .btn.btn--load {
  padding-left: 5px;
}

.is-longread-page .cta.cta--last .btn-group .btn.btn--buy {
  padding-left: 5px;
}

.is-longread-page .cta.cta--last .win-support {
  font-size: 13px;
  color: #f3f2fa;
}

.longread {
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #f6f5fc;
}

.longread .container {
  max-width: 840px;
}

.longread .article-header {
  margin: 0;
  font-family: "RobotoCondensedBold";
  color: #423e45;
  font-size: 42px;
  text-align: center;
  line-height: 1.15;
  font-weight: normal;
  margin-top: 45px;
}

.longread .article-descr {
  margin: 0;
  font-family: "RobotoRegular", sans-serif;
  font-size: 22px;
  text-align: center;
  line-height: 1.65;
  margin-top: 90px;
  margin-bottom: 60px;
  position: relative;
}

.longread .article-descr:after {
  position: absolute;
  content: '***';
  font-family: "RobotoRegular", sans-serif;
  font-size: 26px;
  letter-spacing: 0.25em;
  left: 50%;
  color: #423e45;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
  background-color: #f6f5fc;
  padding-left: 35px;
  padding-right: 35px;
}

.longread .article-descr:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1px;
  background-color: #e1dee3;
  left: 21%;
  right: 21%;
  top: -47px;
}

.longread .article-descr+.tutorial-video-wrap {
  margin-top: 0;
}

.longread .article-h2,
.longread .article-h3,
.longread .article-h4,
.longread .article-h5,
.longread .article-h6 {
  margin: 0;
  font-family: "RobotoCondensedBold";
  color: #423e45;
  line-height: 1.2;
  font-weight: normal;
}

.longread .article-h2 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.longread .article-h2 .accent {
  background-color: #fff1d1;
  display: inline-block;
  padding-left: 5px;
  padding-right: 3px;
  margin-right: 2px;
  margin-left: -5px;
}

.longread .article-h3 {
  font-size: 29px;
}

.longread .article-h4 {
  font-size: 26px;
  margin-bottom: 13px;
}

.longread .article-h5 {
  font-size: 23px;
}

.longread .article-h6 {
  font-size: 20px;
}

.longread p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 30px;
}

.longread p img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 5px;
}

.longread p .accent {
  background-color: #fff1d1;
  padding: 1px;
}

.longread .note {
  border-bottom: 1px solid #e1dee3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  padding-bottom: 18px;
  margin-top: 43px;
  margin-bottom: 30px;
}

.longread .note-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.longread .note .article-h3 {
  margin-bottom: 15px;
}

.longread .note p {
  color: #807785;
  font-size: 17px;
  width: 47%;
  line-height: 1.6;
  align-self: flex-start;
}

.longread .note-text {
  width: 47%;
  align-self: flex-start;
}

.longread .note-text p {
  width: 100%;
}

.longread .note img {
  width: 50%;
  margin-bottom: 33px;
}

.longread .note-text img {
  width: 100%;
}

.longread .note.single {
  padding-bottom: 5px;
  margin-bottom: 43px;
}

.longread .note.single img {
  margin-top: -11px;
}

.longread .note b {
  color: #5b555e;
}

.longread b {
  font-weight: 700;
}

.longread i {
  font-style: italic;
}

.longread a {
  color: #5c43bf;
  border-bottom: 1px solid #5c43bf;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.longread a:hover {
  border-color: #8c70fa;
  color: #8c70fa;
}

.longread .two-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.longread .two-columns>p {
  width: 48%;
}

.longread .two-columns>p img {
  max-width: 100%;
  margin-top: 25px;
}

.longread .big-pic {
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.longread blockquote {
  position: relative;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #5b555e;
  line-height: 1.45;
  text-align: left;
  padding-left: 25px;
  margin-top: 25px;
  margin-left: 0px;
  margin-bottom: 50px;
}

.longread blockquote:before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  top: -5px;
  bottom: -5px;
  background-color: #ffd26d;
  display: inline-block;
}

.longread .longread-tutorial {
  margin-bottom: 47px;
}

.longread .longread-tutorial .article-h4 {
  margin-top: 25px;
}

.longread .longread-tutorial p {
  margin-bottom: 22px;
}

.longread .longread-tutorial ul {
  margin-top: -5px;
}

.longread .longread-tutorial ul li {
  font-size: 18px;
  font-family: "RobotoCondensedBold";
  font-weight: 700;
  color: #423e45;
  margin-bottom: 5px;
}

.longread .longread-tutorial ul li:last-child {
  margin-bottom: 0;
}

.longread .longread-tutorial ul li a {
  font-weight: normal;
}

.longread .longread-other-articles {
  border-top: 1px solid #e1dee3;
  margin-top: 22px;
  margin-bottom: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
}

.longread .longread-other-articles .other-article {
  margin-top: 30px;
  width: 48%;
  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;
  position: relative;
}

.longread .longread-other-articles .other-article:after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1px;
  left: 85px;
  right: 0;
  background-color: #e1dee3;
  bottom: 0;
}

.longread .longread-other-articles .other-article .other-article__pic {
  margin-right: 15px;
  border-bottom: none;
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.longread .longread-other-articles .other-article .other-article__pic img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.longread .longread-other-articles .other-article .other-article__descr {
  color: #5b555e;
  font-size: 17px;
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  border-bottom: none;
  line-height: 1.4;
  margin-top: -10px;
}

.longread .longread-other-articles .other-article .other-article__descr:hover {
  color: #5c43bf;
}

.longread .longread-other-articles-2,
.longread .longread-other-articles-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -152px;
  margin-right: -152px;
  margin-top: 38px;
  margin-bottom: 55px;
}

.longread .longread-other-articles-2 .other-article,
.longread .longread-other-articles-3 .other-article {
  margin-left: 7px;
  margin-right: 7px;
}

.longread .longread-other-articles-2 .other-article .other-article__pic,
.longread .longread-other-articles-3 .other-article .other-article__pic {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: none;
  height: 211px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.longread .longread-other-articles-2 .other-article .other-article__pic img,
.longread .longread-other-articles-3 .other-article .other-article__pic img {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
}

.longread .longread-other-articles-2 .other-article p,
.longread .longread-other-articles-3 .other-article p {
  font-size: 17px;
  margin: 0;
  margin-top: 7px;
  line-height: 1.55;
  margin-bottom: -10px;
}

.longread .longread-other-articles-2 .other-article .other-article__title,
.longread .longread-other-articles-3 .other-article .other-article__title {
  font-family: "RobotoCondensedBold", sans-serif;
  color: #423e45;
  font-size: 29px;
  border-color: transparent;
  line-height: 1.2;
}

.longread .longread-other-articles-2 .other-article .other-article__title:hover,
.longread .longread-other-articles-3 .other-article .other-article__title:hover {
  border-color: #8c70fa;
  color: #8c70fa;
}

.longread .longread-other-articles-3 .other-article .other-article__title {
  font-size: 27px;
}

.longread .article-list {
  padding-top: 20px;
  position: relative;
  margin-bottom: 43px;
}

.longread .article-list:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: 3px;
  width: 50px;
  background-color: #e1dee3;
  top: -8px;
  left: 0;
}

.longread .article-list li {
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
  font-family: "RobotoRegular", sans-serif;
}

.longread .article-list li:last-child {
  margin-bottom: 0;
}

.longread .article-list li:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 5px;
  width: 18px;
  height: 17px;
  background: url(../img/checkmark-green.png) 0 0 no-repeat;
}

.longread .focus-info {
  font-size: 17px;
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  color: #423e45;
  line-height: 1.5;
  background-color: #fff1d1;
  padding: 15px 15px 15px 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.longread table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 55px;
}

.longread table tr {
  height: 52px;
}

.longread table tr:nth-child(2n+1) {
  background-color: #f1f0f7;
}

.longread table thead th {
  font-size: 20px;
  background-color: #5b555e;
  color: #f6f5fc;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 58px;
}

.longread table td {
  font-size: 15px;
  font-weight: normal;
  color: #423e45;
  border: 1px solid #e1dee3;
  padding: 0 10px;
  line-height: 1.2;
}

.longread .p-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -145px;
  margin-right: -145px;
}

.longread .p-img .p {
  padding-right: 30px;
  width: 53%;
  font-size: 18px;
}

.longread .p-img .img {
  width: 47%;
  height: auto;
  margin-top: 5px;
  position: relative;
}

.longread .longread-advs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -145px;
  margin-right: -145px;
  margin-top: 43px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-top: 1px solid #e1dee3;
  border-bottom: 1px solid #e1dee3;
}

.longread .l-adv {
  text-align: center;
  width: 360px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  position: relative;
}

.longread .l-adv:nth-child(1) {
  left: -7px;
}

.longread .l-adv:nth-child(1) .l-adv__icon img {
  position: relative;
  top: -5px;
}

.longread .l-adv:nth-child(2) {
  width: 380px;
  border-left: 1px solid #e1dee3;
  border-right: 1px solid #e1dee3;
  padding-left: 25px;
  padding-right: 25px;
}

.longread .l-adv:nth-child(3) {
  left: 8px;
}

.longread .l-adv p {
  font-size: 17px;
  font-family: "RobotoRegular", sans-serif;
  line-height: 1.55;
  margin-top: 10px;
  margin-bottom: 20px;
}

.longread .l-adv__icon {
  height: 80px;
  display: inline-block;
  position: relative;
}

.longread .l-adv__icon:after {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  height: 1px;
  width: 60px;
  background-color: #ff9123;
}

.longread .l-adv__title {
  display: block;
  font-size: 29px;
  font-family: "RobotoCondensedBold";
  color: #423e45;
  margin-top: 18px;
  line-height: 1.2;
}

.longread .longread-advs-block {
  margin-bottom: 53px;
}

.longread .longread-advs-block>p {
  text-align: center;
  line-height: 1.45;
  margin-top: 7px;
}

.longread .longread-advs-block.longread-advs-block-2 {
  margin-bottom: 55px;
}

.longread .longread-advs-block.longread-advs-block-2 .longread-advs {
  padding-top: 48px;
  padding-bottom: 40px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv {
  padding-top: 20px;
  padding-bottom: 37px;
  width: 350px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv:nth-child(1) {
  left: 8px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv:nth-child(2) {
  width: 370px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv:nth-child(3) {
  width: 350px;
  left: -8px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv__icon {
  height: 79px;
}

.longread .longread-advs-block.longread-advs-block-2 .l-adv__title {
  font-size: 24px;
  font-weight: 400;
  color: #5b555e;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 {
  margin-bottom: 70px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs {
  margin-top: 37px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv {
  width: 260px;
  padding-top: 27px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv:nth-child(1) {
  left: -18px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv:nth-child(2) {
  width: 290px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv:nth-child(3) {
  width: 290px;
  border-right: 1px solid #e1dee3;
  left: 5px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv:nth-child(4) {
  left: 15px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv:nth-child(4) .l-adv__icon img {
  position: relative;
  top: -4px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv .l-adv__icon {
  height: 81px;
}

.longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .l-adv__title {
  font-weight: 400;
  font-size: 24px;
  color: #5b555e;
  margin-top: 20px;
}

.longread .replace-bg {
  margin-top: 0;
  margin-bottom: 30px;
}

.longread .replace-bg .tabs {
  margin-top: 0;
  margin-bottom: 15px;
}

.longread .replace-bg .img-content {
  height: 435px;
}

.longread .replace-bg .img-shadow {
  padding: 0;
}

.longread .examples {
  margin-bottom: 40px;
}

.longread .examples a {
  border-bottom: none;
}

.longread .s-reviews {
  padding-top: 0;
  margin-top: -5px;
  padding-bottom: 0;
}

.longread .s-reviews .sect-descr {
  margin-bottom: 0px;
}

.longread .s-reviews .reviews-slider {
  margin-top: 35px;
}

.longread .s-reviews .review-item__text {
  font-family: "RobotoRegular", sans-serif;
  font-size: 17px;
  margin-bottom: 0;
}

.longread .s-reviews .review-item__name {
  margin-top: 0;
}

.longread.longread-lp {
  padding-bottom: 53px;
}

.longread.longread-lp .article-descr {
  margin-top: 78px;
  margin-bottom: 52px;
}

.longread.longread-lp .article-descr:after {
  top: -55px;
}

.longread.longread-lp .article-descr:before {
  top: -37px;
}

.longread.longread-lp .big-pic {
  margin-top: 45px;
  margin-bottom: 28px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1599px) {
  .example {
    min-width: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .tizer-item:nth-child(1) {
    border-left: none;
  }

  .tizer-item:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 1199px) {
  .review-item {
    background-color: #fff;
    margin: 0 50px 30px;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
  }

  .review-item:before {
    background-image: none;
  }

  .review-item:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #ffd26d;
    top: 0;
    left: 50%;
    margin-left: -25px;
  }

  .js-reviews-slider .slick-dots li {
    margin: 0 5px;
  }

  .arrow-prev {
    left: -15px;
  }

  .arrow-next {
    right: -15px;
  }

  .icon-zoom {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .effect-title {
    font-size: 16px;
  }

  .click-text {
    font-size: 10px;
  }

  .article .article-before-after-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .article .article-before-after-slider .slider__nav {
    left: 0px;
    right: 0px;
  }

  .article .article-before-after-slider .img-content {
    height: 0;
    padding-bottom: 56.25%;
  }

  .article .article-before-after .img-content {
    height: 0;
    padding-bottom: 56.25%;
  }

  .lessons-slider {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lessons-slider .slider__nav {
    left: 20px;
    right: 20px;
  }

  .js-lessons-slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .is-longread-page .main-head {
    height: 80px;
  }

  .is-longread-page .main-head .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .longread .longread-other-articles-2,
  .longread .longread-other-articles-3 {
    margin-left: -7px;
    margin-right: -7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .longread .longread-other-articles-2 .other-article,
  .longread .longread-other-articles-3 .other-article {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    max-width: 360px;
  }

  .longread .longread-other-articles-2 .other-article img,
  .longread .longread-other-articles-3 .other-article img {
    display: block;
    max-width: 100%;
  }

  .longread .longread-advs {
    margin-left: 0px;
    margin-right: 0px;
  }

  .longread .p-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .longread .p-img .p {
    padding-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }

  .longread .p-img .img {
    width: auto;
  }

  .longread .p-img .img img {
    max-width: 100%;
  }

  .longread .l-adv:nth-child(1) {
    left: auto;
  }

  .longread .l-adv:nth-child(3) {
    left: auto;
  }

  .longread .longread-advs-block.longread-advs-block-2 .l-adv:nth-child(1) {
    left: auto;
  }

  .longread .longread-advs-block.longread-advs-block-2 .l-adv:nth-child(3) {
    left: auto;
  }
}

@media only screen and (max-width: 999px) {
  .is-download-page .head-banner {
    height: auto;
    padding-bottom: 50px;
  }

  .is-download-page .head-banner .container {
    padding-left: 15px;
    text-align: center;
  }

  .is-download-page .head-banner__cnt {
    display: inline-block;
    position: relative;
    padding-top: 400px;
  }

  .is-download-page .head-banner__cnt .btn-wrap {
    left: 0;
  }

  .is-download-page .head-banner__cnt .win-support {
    left: 0;
  }

  .is-download-page .box {
    left: 50%;
    margin-left: -365px;
    top: -120px;
  }

  .info-block {
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }

  .info-block.reverse {
    margin-top: 10px;
  }

  .info-block.reverse .info-block__text {
    float: none;
  }

  .info-block.reverse .info-block__pic {
    float: none;
  }

  .info-block:last-child {
    margin-bottom: 0;
  }

  .info-block__pic {
    margin-right: 0;
    float: none;
    display: inline-block;
    margin-bottom: 25px;
  }

  .info-block__pic img {
    max-width: 100%;
  }

  .info-block__text {
    padding-top: 0;
    float: none;
    width: 100%;
  }

  .info-block__text p {
    text-align: left;
  }

  .scroll-top {
    width: 65px;
    height: 65px;
    bottom: 15px;
    right: 15px;
  }

  .scroll-top:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }

  .scroll-top:before {
    top: 12px;
    left: 10px;
  }

  .is-purchase-page .head-banner {
    height: auto;
    padding-bottom: 20px;
  }

  .is-purchase-page .site-title {
    margin-bottom: 10px;
  }

  .whatyouget-item__title {
    font-size: 18px;
  }

  .possiblities {
    padding-left: 0;
  }

  .possiblity {
    text-align: left;
  }

  .s-possiblities .container {
    -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;
  }

  .sidebar-tabs {
    width: auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 0;
    text-align: left;
  }

  .sidebar-tabs__list {
    height: 0;
    overflow: hidden;
  }

  .sidebar-tabs__list.visible {
    height: 100%;
  }

  .sidebar-tab {
    padding-left: 30px;
    padding-right: 50px;
  }

  .sidebar-tab:hover,
  .sidebar-tab.active {
    background-image: none;
    background-color: #8B7AD1;
  }

  .sidebar-tab:first-child {
    border-top: none;
  }

  .sidebar-tab:last-child {
    border-bottom: none;
  }

  .sidebar-tabs__toggle {
    padding-left: 30px;
    padding-right: 50px;
    display: block;
    position: absolute;
    top: 0;
    color: #f6f5fc;
    height: 50px;
    line-height: 48px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background-color: #5c43bf;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3d2d80), color-stop(85%, rgba(158, 150, 192, 0.15)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #3d2d80 0%, rgba(158, 150, 192, 0.15) 85%, rgba(255, 255, 255, 0) 100%);
  }

  .sidebar-tabs__toggle:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
  }

  .sidebar-tabs__toggle.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .is-tutorial-page .tutorial-video-wrap:after {
    display: none;
  }

  .lessons-slider {
    padding-left: 110px;
    padding-right: 110px;
  }

  .lessons-slider .slider__nav {
    left: 20px;
    right: 20px;
  }

  .lessons-slider.lessons-slider--top .lessons-slider-title {
    padding-right: 0;
  }

  .lessons-slider.lessons-slider--top .lessons-slider-title:after {
    display: none;
  }

  .lessons-slider.lessons-slider--new .lessons-slider-title {
    padding-right: 0;
  }

  .lessons-slider.lessons-slider--new .lessons-slider-title:after {
    display: none;
  }

  .lessons-slider-title {
    text-align: center;
  }

  .longread .big-pic {
    margin-left: -15px;
    margin-right: -15px;
  }

  .longread .big-pic img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .main-head.is-fixed .main-head__right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-menu {
    display: none;
  }

  .mobile-menu {
    padding: 0;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.07);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.07);
  }

  .mobile-menu .main-menu__list {
    display: block;
  }

  .mobile-menu .main-menu__item {
    width: 100%;
  }

  .mobile-menu .main-menu__item.active a {
    background-color: #3ed914;
  }

  .mobile-menu .main-menu__link {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    border: none;
  }

  .mobile-menu .main-menu__link:hover {
    background-color: #3ed914;
  }

  .hamburger {
    display: inline-block;
    top: 1px;
    position: relative;
  }

  .s-tizers .container {
    padding: 0;
  }

  .tizer-item {
    width: 50%;
  }

  .tizer-item:nth-child(3) {
    border-left: none;
    border-top: 1px solid #e1dee3;
    width: 100%;
  }

  .transform-slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .img-content {
    max-width: 100%;
    height: 0;
    padding-bottom: 60%;
  }

  .replace-bg .tab {
    width: 24%;
  }

  .example {
    min-width: 33.3334%;
  }

  .is-download-page .tizer-item {
    width: 50%;
  }

  .is-download-page .tizer-item:nth-child(4) {
    border-top: 1px solid #e1dee3;
  }
}

@media only screen and (max-width: 959px) {
  .head-banner {
    background-position: 39% top;
  }

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

  .s-improvement .sect-header {
    text-align: center;
  }

  .s-improvement .btn-wrap {
    left: 0px;
    top: -15px;
  }

  .s-improvement .btn-wrap.with-arrow--dark {
    margin-left: -150px;
  }

  .improvement-text {
    width: 100%;
    float: none;
    text-align: left;
  }

  .improvement__right {
    float: none;
    margin-top: 40px;
    display: inline-block;
  }

  .function {
    width: 280px;
  }

  .s-info .more-info-all {
    display: none;
  }

  .s-info .more-info-single {
    display: inline-block;
  }

  .info {
    -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;
  }

  .info .block-header {
    text-align: center;
  }

  .requirements,
  .what-new {
    width: 100%;
    max-width: 460px;
    text-align: center;
  }

  .requirements ul,
  .what-new ul {
    text-align: left;
  }

  .requirements {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .main-foot {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .links {
    display: block;
  }

  .links-group__header {
    margin-top: 5px;
  }

  .links-group__header:after {
    left: 50%;
    margin-left: -25px;
  }

  .links-group {
    width: 100%;
    border: none;
    display: inline-block;
    text-align: left;
    padding: 0;
    padding-top: 5px;
    text-align: center;
    border-bottom: 1px solid #383c3f;
  }

  .links-group:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }

  .links-group:last-child {
    width: 100%;
    padding-left: 0;
  }

  .links-group a {
    display: block;
  }

  .links-group a:last-child {
    margin-bottom: 25px;
  }

  .price-plans {
    -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;
  }

  .price-plan {
    width: 100%;
    max-width: 300px;
  }
}

@media only screen and (max-width: 839px) {
  .longread .note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .longread .note .article-h3 {
    text-align: left;
  }

  .longread .note p {
    width: 100%;
    text-align: left;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }

  .longread .note-text {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .longread .note p+img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .longread .note-text+img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .longread .note img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 30px;
  }

  .longread .two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .longread .two-columns>p {
    width: 100%;
    margin-bottom: 20px;
  }

  .longread .two-columns>p img {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }

  .longread .longread-advs {
    -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;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .longread .l-adv {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .longread .l-adv:nth-child(2) {
    width: 70%;
    border-left: none;
    border-right: none;
  }

  .longread .longread-advs-block.longread-advs-block-2 .longread-advs {
    padding-bottom: 0;
  }

  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs {
    padding-bottom: 0;
  }

  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs .l-adv:nth-child(3) {
    border-right: none;
  }

  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs .l-adv:nth-child(1),
  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs .l-adv:nth-child(3),
  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs .l-adv:nth-child(4) {
    left: auto;
  }

  .longread .replace-bg .img-content {
    height: auto;
  }

  .longread .s-reviews .sect-descr {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .longread .s-reviews .review-item__text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 799px) {
  .head-banner {
    background-position: 41% top;
  }

  .before,
  .after {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    top: 20px;
  }

  .before {
    left: 30px;
  }

  .after {
    right: 30px;
  }

  .article .article-before-after-slider .img-shadow .before,
  .article .article-before-after-slider .img-shadow .after,
  .article .article-before-after .img-shadow .before,
  .article .article-before-after .img-shadow .after {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    top: 20px;
  }

  .article .article-before-after-slider .img-shadow .before,
  .article .article-before-after .img-shadow .before {
    left: 30px;
  }

  .article .article-before-after-slider .img-shadow .after,
  .article .article-before-after .img-shadow .after {
    right: 30px;
  }

  .article .article-before-after .img-shadow .before {
    left: 20px;
  }

  .article .article-before-after .img-shadow .after {
    right: 20px;
  }

  .is-ok-page .head-banner,
  .is-tutorial-page .head-banner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .is-ok-page .head-banner:before,
  .is-tutorial-page .head-banner:before {
    height: auto;
    bottom: 0;
  }

  .tutorial-video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }

  .tutorial-video-wrap .video-title {
    bottom: 0;
    font-size: 18px;
  }

  .tutorial-video-wrap .video-title b {
    font-size: 50px;
  }

  .tutorial-video-wrap .play-btn {
    width: 86px;
    margin-left: 0;
    left: 39%;
    margin-top: -10%;
  }

  .tutorial-video-wrap .play-btn img {
    width: 100%;
  }

  .other-products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .other-product {
    width: 100%;
    max-width: 400px;
  }

  .s-tutorial {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .head-banner {
    background-position: left top;
    text-align: center;
  }

  .head-banner__cnt {
    display: inline-block;
  }

  .tizer-item {
    width: 100%;
    border-top: 1px solid #e1dee3;
  }

  .tizer-item:nth-child(1) {
    border-top: none;
  }

  .tizer-item:nth-child(2) {
    border-left: none;
  }

  .tool {
    width: 50%;
  }

  .tool:nth-child(1),
  .tool:nth-child(3),
  .tool:nth-child(5) {
    border-right: 1px solid #e1dee3;
  }

  .tool:nth-child(2),
  .tool:nth-child(4),
  .tool:nth-child(6) {
    border-right: none;
  }

  .tool:nth-child(1),
  .tool:nth-child(2),
  .tool:nth-child(3),
  .tool:nth-child(4) {
    border-bottom: 1px solid #e1dee3;
  }

  .tool:nth-child(5),
  .tool:nth-child(6) {
    border-bottom: none;
  }

  .tool:nth-child(1) .tool__pic {
    top: 50px;
  }

  .tool:nth-child(3) .tool__pic {
    top: 50px;
  }

  .tool__pic {
    height: 180px;
  }

  .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .replace-bg .tab,
  .retush .tab {
    width: 48%;
    margin-bottom: 10px;
  }

  .cta.cta--last .btn-wrap.with-arrow:after {
    display: none;
  }

  .is-download-page .tizer-item:nth-child(2) {
    border-left: 1px solid #e1dee3;
  }

  .is-purchase-page .head-banner .container {
    padding-left: 15px;
    padding-top: 320px;
  }

  .is-purchase-page .box {
    left: 50%;
    top: -100px;
    margin-left: -318px;
  }

  .whatyouget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .whatyouget-item__icon {
    height: auto;
    margin-bottom: 10px;
  }

  .whatyouget-item {
    margin-bottom: 50px;
    width: 100%;
  }

  .whatyouget-item:last-child {
    margin-bottom: 0;
  }

  .whatyouget-item:nth-child(2) .whatyouget-item__icon {
    border: none;
  }

  .whatyouget-item:nth-child(3) .whatyouget-item__icon {
    top: 0;
  }

  .delivery {
    text-align: center;
  }

  .delivery p {
    text-align: left;
  }

  .article .article-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }

  .article .advs-list {
    float: none;
    margin: 0;
  }

  .article p.with-pic img {
    float: none;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .article .compare-table {
    -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;
  }

  .article .compare-block {
    width: 100%;
    max-width: 400px;
  }

  .search-form:after {
    display: none;
  }

  .search-input {
    padding-right: 90px;
  }

  .search-btn {
    width: 70px;
    text-indent: -9999px;
  }

  .search-btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    right: 50%;
    margin-top: -4px;
    margin-right: -15px;
    background: url(../img/zoom.svg) 0 0 no-repeat;
    background-size: cover;
  }

  .lessons-cat-title {
    font-size: 30px;
  }

  .lessons-cat-info {
    font-size: 15px;
  }

  .lesson {
    font-size: 16px;
  }

  .tutorial-video-wrap .play-btn {
    width: 72px;
  }
}

@media only screen and (max-width: 599px) {
  .main-head {
    text-align: center;
    padding: 10px 0;
    /* height: 145px;  */
  }

  .main-head .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .main-head.is-fixed {
    height: 70px;
  }

  .main-head.is-fixed .container {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo-wrap {
    margin-bottom: 5px;
  }

  .logo {
    margin-left: -10px;
  }

  .main-head__btn {
    float: none;
  }

  .mobile-menu {
    top: 145px;
  }

  .btn.with-arrow:before {
    display: none;
  }

  .head-banner {
    margin-top: 140px;
    padding-bottom: 50px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .head-banner .btn-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .head-banner .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .review-item {
    background-color: transparent;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .s-transformation {
    padding-bottom: 150px;
  }

  .slider__nav {
    margin-top: 10px;
    top: auto;
  }

  .arrow-prev {
    left: 50%;
    margin-left: -70px;
  }

  .arrow-next {
    right: 50%;
    margin-right: -70px;
  }

  .transform-slider {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 70px;
  }

  .replace-bg .tab,
  .retush .tab {
    width: 47%;
  }

  .tab {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }

  .twentytwenty-handle {
    width: 40px;
    height: 40px;
    background: url(../img/handle-sm.png) 0 0 no-repeat;
    margin-left: -20px;
  }

  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 20px;
  }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 20px;
  }

  .btn-wrap.with-arrow {
    padding-right: 0;
    margin-right: 0;
  }

  .btn-wrap.with-arrow:after {
    display: none;
  }

  .btn-wrap.with-arrow--dark {
    padding-right: 0;
    margin-right: 0;
  }

  .btn-wrap.with-arrow--dark:after {
    display: none;
  }

  .example {
    min-width: 50%;
  }

  .cta.cta--last .btn-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta.cta--last .btn-wrap .btn {
    margin-top: 10px;
  }

  .cta.cta--last .btn {
    margin-right: 0;
    margin-left: 0;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
  }

  .copyright br {
    display: inline;
  }

  .is-download-page .head-banner__cnt .btn-wrap {
    margin-top: 35px;
  }

  .is-download-page .head-banner__cnt .btn-wrap.with-arrow {
    padding-left: 0;
    margin-left: 0;
  }

  .is-download-page .tizer-item {
    padding-bottom: 10px;
  }

  .s-form {
    padding-top: 175px;
  }

  .tutorial-video-wrap .video-title {
    font-size: 16px;
    padding: 10px;
  }

  .tutorial-video-wrap .video-title b {
    font-size: 46px;
  }

  .article table thead th {
    font-size: 18px;
  }

  .article .article-before-after-slider {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-form {
    height: 50px;
  }

  .search-form *::-webkit-input-placeholder {
    font-size: 16px;
  }

  .search-form *:-moz-placeholder {
    font-size: 16px;
  }

  .search-form *::-moz-placeholder {
    font-size: 16px;
  }

  .search-form *:-ms-input-placeholder {
    font-size: 16px;
  }

  .search-input,
  .autocomplete-suggestion {
    font-size: 16px;
  }

  .search-input {
    padding-right: 70px;
  }

  .search-btn {
    width: 50px;
  }

  .lessons-slider .slider__nav {
    bottom: auto;
    top: 45%;
    margin-top: 0;
    left: 0;
    right: 0;
  }

  .lessons-slider .slider__nav .arrow-prev {
    left: 0;
    margin-left: 0;
  }

  .lessons-slider .slider__nav .arrow-next {
    right: 0;
    margin-right: 0;
  }

  .is-longread-page .head-banner .win-support {
    margin-top: 10px;
  }

  .longread .longread-other-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .longread .longread-other-articles .other-article {
    width: 100%;
  }

  .is-longread-page .cta.cta--last .btn-group .btn {
    margin-bottom: 10px;
  }

  .is-longread-page .cta.cta--last .btn-group .btn:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .sect-header {
    font-size: 36px;
  }

  .sect-descr {
    font-size: 15px;
  }

  .site-title {
    font-size: 42px;
  }

  .head-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-list li {
    font-size: 17px;
  }

  .improvement-text {
    padding-left: 0;
  }

  .improvement-text p {
    font-size: 15px;
  }

  .cta__text {
    font-size: 32px;
  }

  .cta .btn-wrap {
    margin-top: 30px;
  }

  .improvement__text {
    font-size: 15px;
  }

  .review-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-item__text {
    font-size: 15px;
  }

  .functions {
    margin-top: 20px;
  }

  .function {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .tools {
    display: block;
  }

  .tool {
    width: 100%;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .tool:last-child {
    margin-bottom: 0;
  }

  .tool__pic {
    height: auto !important;
    top: 0 !important;
    margin-bottom: 10px;
  }

  .img-shadow {
    padding: 0;
  }

  .replace-bg,
  .retush {
    margin-left: 0px;
    margin-right: 0px;
  }

  .s-retush {
    padding-bottom: 60px;
  }

  .s-transformation {
    padding-bottom: 100px;
  }

  .arrow-prev {
    left: 50%;
    margin-left: -50px;
  }

  .arrow-next {
    right: 50%;
    margin-right: -50px;
  }

  .arrow-prev,
  .arrow-next {
    width: 43px;
    height: 53px;
  }

  .arrow-prev:before,
  .arrow-next:before {
    width: 12px;
    height: 24px;
    background-size: 100%;
    top: 15px;
    left: -7px;
  }

  .before {
    left: 20px;
  }

  .after {
    right: 20px;
  }

  .tabs {
    margin-left: -10px;
    margin-right: -10px;
  }

  .more-info {
    font-size: 16px;
  }

  .block-header {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .requirements__item,
  .what-new__item {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .cta.cta--last {
    padding-top: 80px;
  }

  .cta.cta--last .btn-group {
    margin-top: 30px;
  }

  .links-group:last-child {
    padding-bottom: 10px;
  }

  .input {
    height: 50px;
    line-height: 48px;
  }

  .form-header {
    font-size: 36px;
  }

  .site-slogan {
    font-size: 17px;
  }

  .is-download-page .site-title,
  .is-possibilities-page .site-title {
    font-size: 40px;
  }

  .is-download-page .tizer-item,
  .is-possibilities-page .tizer-item {
    width: 100%;
  }

  .is-download-page .tizer-item:nth-child(2),
  .is-download-page .tizer-item:nth-child(4),
  .is-possibilities-page .tizer-item:nth-child(2),
  .is-possibilities-page .tizer-item:nth-child(4) {
    border-left: 0;
  }

  .h3 {
    font-size: 28px;
  }

  .info-block__text p {
    font-size: 15px;
    text-align: justify;
  }

  .is-purchase-page .brends {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-purchase-page .brends .brend {
    margin-left: 8px;
    margin-right: 8px;
  }

  .delivery p {
    font-size: 15px;
  }

  .possiblity {
    text-align: center;
  }

  .possiblity p {
    font-size: 15px;
    text-align: justify;
  }

  .is-ok-page .head-banner,
  .is-tutorial-page .head-banner {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .tutorial-video-wrap .video-title {
    font-size: 14px;
    padding: 7px;
  }

  .tutorial-video-wrap .video-title b {
    font-size: 40px;
  }

  .is-article-page .banner-header,
  .is-longread-page .banner-header {
    font-size: 40px;
  }

  .is-article-page .banner-slogan,
  .is-longread-page .banner-slogan {
    font-size: 16px;
  }

  .article .article-header,
  .longread .article-header {
    font-size: 38px;
  }

  .article .article-h2,
  .longread .article-h2 {
    font-size: 32px;
  }

  .article .article-descr,
  .longread .article-descr {
    font-size: 18px;
  }

  .article p,
  .longread p {
    font-size: 15px;
    text-align: justify;
  }

  .article blockquote,
  .longread blockquote {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .article .advs-list li,
  .longread .advs-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .article .advs-list li:before,
  .longread .advs-list li:before {
    top: 3px;
  }

  .article .advs-list li:after,
  .longread .advs-list li:after {
    top: 9px;
  }

  .article .article-list li,
  .longread .article-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .article .focus-info,
  .longread .focus-info {
    font-size: 15px;
    padding: 15px;
  }

  .article .small-text,
  .longread .small-text {
    font-size: 12px;
    font-weight: normal;
    padding: 15px;
  }

  .article .table-wrap,
  .longread .table-wrap {
    overflow-x: scroll;
  }

  .article table,
  .longread table {
    width: 450px;
  }

  .article .compare-block ul li,
  .longread .compare-block ul li {
    font-size: 14px;
  }

  .article .other-articles a,
  .longread .other-articles a {
    font-size: 16px;
  }

  .article .article-before-after-slider,
  .longread .article-before-after-slider {
    padding-bottom: 70px;
  }

  .article .article-before-after-slider .img-shadow .before,
  .longread .article-before-after-slider .img-shadow .before {
    left: 20px;
  }

  .article .article-before-after-slider .img-shadow .after,
  .longread .article-before-after-slider .img-shadow .after {
    right: 20px;
  }

  .sect-descr {
    font-size: 15px;
  }

  .search-form {
    margin-bottom: 100px;
  }

  .search-input {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-btn {
    position: relative;
    top: 60px;
    height: 50px;
  }

  .lessons-cat-title {
    font-size: 26px;
  }

  .lessons-slider {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .lessons-slider.lessons-slider--new {
    margin-bottom: 70px;
  }

  .lessons-slider .slider__nav {
    bottom: 20px;
    top: auto;
    margin-top: 0;
  }

  .lessons-slider .slider__nav .arrow-prev {
    left: 50%;
    margin-left: -50px;
  }

  .lessons-slider .slider__nav .arrow-next {
    right: 50%;
    margin-right: -50px;
  }

  .is-longread-page .head-banner {
    padding-bottom: 75px;
  }

  .is-longread-page .head-banner .btn-wrap {
    margin-top: 30px;
  }

  .longread .note p {
    font-size: 15px;
  }

  .longread blockquote {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .longread .longread-tutorial ul li {
    font-size: 17px;
  }

  .longread .longread-other-articles-2 .other-article p,
  .longread .longread-other-articles-3 .other-article p {
    font-size: 15px;
  }

  .longread .longread-other-articles-2 .other-article .other-article__title,
  .longread .longread-other-articles-3 .other-article .other-article__title {
    font-size: 24px;
  }

  .longread .article-h3 {
    font-size: 29px;
  }

  .longread .article-h4 {
    font-size: 20px;
  }

  .longread .article-h5 {
    font-size: 18px;
  }

  .longread .article-h6 {
    font-size: 16px;
  }

  .longread .longread-advs {
    -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;
  }

  .longread .l-adv {
    width: 100%;
  }

  .longread .l-adv:nth-child(2) {
    width: 100%;
  }

  .longread .l-adv p {
    text-align: center;
    font-size: 15px;
  }

  .longread .p-img p {
    font-size: 16px;
  }

  .longread .longread-advs-block.longread-advs-block-2 .longread-advs {
    padding-top: 0;
  }

  .longread .longread-advs-block.longread-advs-block-2.longread-advs-block-3 .longread-advs {
    padding-top: 0;
  }
}

@media only screen and (max-width: 399px) {
  .cta .btn-wrap {
    width: 100%;
  }

  .cta .btn {
    width: 100%;
  }

  .cta .btn .sm-hidden {
    display: none;
  }

  .cta .btn .xs-hidden {
    display: inline-block;
  }

  .cta.cta--light .btn {
    width: 100%;
  }

  .replace-bg .tab,
  .retush .tab {
    width: 45%;
  }

  .s-retush .tab {
    line-height: 1.2;
    padding: 7px 30px;
    font-size: 15px;
  }

  .example {
    min-width: 100%;
  }

  .is-download-page .head-banner__cnt .btn-wrap {
    width: 100%;
  }

  .is-download-page .head-banner__cnt .btn-wrap .btn--load {
    width: 100%;
  }

  .form {
    padding: 20px 15px 30px;
  }

  .form .btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .tutorial-video-wrap .video-title {
    font-size: 10px;
  }

  .tutorial-video-wrap .video-title b {
    font-size: 28px;
  }

  .is-article-page .head-banner .btn-wrap,
  .is-longread-page .head-banner .btn-wrap {
    width: 100%;
  }

  .is-article-page .head-banner .btn,
  .is-longread-page .head-banner .btn {
    width: 100%;
    padding-left: 0px;
    padding-right: 30px;
  }

  .is-longread-page .cta.cta--last .btn-wrap {
    margin-top: 20px;
    width: 100%;
  }

  .is-longread-page .cta.cta--last .btn-wrap .btn {
    width: 100%;
  }

  .is-longread-page .cta.cta--last .btn-group {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 359px) {
  .is-download-page .head-banner__cnt .btn--load {
    padding-left: 15px;
    padding-right: 45px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 993px) {
  .mobile-menu {
    display: none !important;
  }
}

@media only screen and (min-height: 850px) {
  .s-form {
    height: -webkit-calc(100vh - 265px);
    height: calc(100vh - 265px);
  }
}

@media only screen and (min-width: 2000px) {
  .examples {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .reviews-slider {
    max-width: 2500px;
    display: inline-block;
  }
}


.is-longread-page.footer-fix {}

.is-longread-page.footer-fix .main-foot {
  padding: 0;
}

.is-longread-page.footer-fix .main-foot .copyright {
  position: static;
}


.foot-nav {
  background-color: #27272b;
  position: relative;
  border-top: 1px solid #434346;
  border-bottom: 1px solid #434346;
}

.foot-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 0 43px;
}

.foot-menu .container {
  max-width: 1170px;
}

.foot-menu__part-title {
  font-size: 24px;
  font-family: "RobotoRegular";
  font-weight: 700;
  color: #fafafc;
  line-height: 1;
  margin-bottom: 25px;
  display: none;
}

.foot-menu__part-title .icon {
  display: none;
}

.foot-menu__part {
  display: inline-block;
  width: 281px;
  border-left: 1px solid #434346;
  text-align: center;
}

.foot-menu__part>div {
  display: inline-block;
  text-align: left;
}

.foot-menu__part:last-child {
  border-right: 1px solid #434346;
}

.foot-menu__part ul {
  text-align: left;
}

.foot-menu__part li {
  margin-bottom: 11px;
  position: relative;
}

.foot-menu__part li:last-child {
  margin-bottom: 0;
}

.foot-menu__part li a {
  font-size: 16px;
  color: #cbccd1;
  line-height: 1;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.foot-menu__part li a:hover {
  color: #ff6700;
}

.bottom-menu {
  height: 50px;
  border-top: 1px solid #434346;
}

.bottom-menu .container {
  max-width: 1170px;
  height: 100%;
}

.bottom-menu__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.bottom-menu__list li {
  display: inline-block;
  height: 100%;
  width: 200px;
  text-align: center;
  border-left: 1px solid #434346;
}

.bottom-menu__list li:last-child {
  border-right: 1px solid #434346;
}

.bottom-menu__list li a {
  color: #cbcbd1;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.bottom-menu__list li a:hover {
  background-color: #48484B;
}

header {
  padding: 10px 15px !important;
}

.copyrights {
  background-color: rgba(26, 26, 26, 0.7);
  text-align: center;
  font-size: 11px;
  font-family: "RobotoRegular";
  font-weight: 400;
  color: #99999e;
  line-height: 1.1;
  height: 37px;
  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;
}

@media only screen and (max-width: 1199px) {
  .foot-menu .container {
    max-width: 960px;
  }

  .foot-menu__part {
    width: 229px;
  }

  .bottom-menu .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 992px) {
  .foot-nav {
    border-bottom: none;
  }

  .bottom-menu .container {
    max-width: 100%;
  }

  .bottom-menu__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 18px;
  }

  .bottom-menu__list li {
    border: none;
    width: auto;
  }

  .bottom-menu__list li:last-child {
    border: none;
  }

  .bottom-menu__list li a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    height: auto;
    font-size: 13px;
  }

  .bottom-menu__list li a:hover {
    background-color: transparent;
    color: #fff;
  }

  .foot-menu {
    padding: 30px 0;
  }

  .foot-menu .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .foot-menu__part {
    width: 100%;
    text-align: center;
    border: none;
    margin-bottom: 10px;
  }

  .foot-menu__part:last-child {
    border: none;
    margin-bottom: 0;
  }

  .foot-menu__part>div {
    text-align: center;
    width: 100%;
  }

  .foot-menu__part>div ul {
    text-align: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .15s ease;
    transition: height .15s ease;
  }

  .foot-menu__part>div ul.visible {
    height: auto;
    margin: 15px 0 0;
  }

  .foot-menu__part>div a:hover {
    color: #fff;
    font-family: "RobotoRegular";
    font-weight: 500;
  }

  .foot-menu__part-title {
    font-size: 21px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
    height: 30px;
    display: block;
  }

  .foot-menu__part-title .icon {
    display: inline-block;
    fill: #cbcbd1;
    width: 30px;
    height: 30px;
    margin-left: 0;
    position: relative;
    top: 1px;
    -webkit-transition: .25s ease fill;
    transition: .25s ease fill;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    position: absolute;
  }

  .foot-menu__part-title.active {
    color: #ff6700;
  }

  .foot-menu__part-title.active .icon {
    fill: #ff6700;
    -webkit-transform: rotate(180deg) translateX(50%);
    -ms-transform: rotate(180deg) translateX(50%);
    transform: rotate(180deg) translateX(50%);
  }
}

@media only screen and (max-width: 767px) {
  .bottom-menu {
    height: auto;
    padding: 30px 0;
  }

  .bottom-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .bottom-menu__list li {
    display: block;
    margin-bottom: 7px;
  }

  .bottom-menu__list li:last-child {
    margin-bottom: 0;
  }

  .bottom-menu__list li a {
    font-size: 14px;
    display: inline;
  }
}

/* breadcrumbs */
#breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

#breadcrumbs span a {
  font-size: 14px;
  color: #6534ac;
  color: #434354;
  font-family: "RobotoRegular";
  font-weight: 300;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#breadcrumbs span a:hover {
  color: #ae76ff;
}

/* Spoilers */
.spoilers {
  padding: 10px 0 30px;
  text-align: left;
}

.spoilers-block {
  margin-top: 20px;
}

.spoiler__question {
  font-size: 18px;
  line-height: 1.611;
  position: relative;
  cursor: pointer;
  padding: 20px 25px 20px 25px;
  font-family: "RobotoRegular";
  font-weight: 700;
  transition: ease .3s;
}

.spoiler__question:hover,
.spoiler__question.close {
  color: rgb(82, 66, 166);
}

.spoiler__question.close .spoiler__toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spoiler__toggle {
  position: relative;
  cursor: pointer;
  left: -25px;
  top: 7px;
  z-index: 2;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.spoiler__toggle:before,
.spoiler__toggle:after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 2px;
  height: 8px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  transform: rotate(45deg);
  background: #434354;
}

.spoiler__question:hover .spoiler__toggle:after {
  background: rgb(82, 66, 166);
}

.spoiler__question.close .spoiler__toggle:after {
  top: -1px;
  background: rgb(82, 66, 166);
}

.spoiler__toggle:before {
  top: -1px;
  transform: rotate(-45deg);
}

.spoiler__question:hover .spoiler__toggle:before {
  background: rgb(82, 66, 166);
}

.spoiler__question.close .spoiler__toggle:before {
  left: 2px;
  background: rgb(82, 66, 166);
}

.spoiler__answer {
  opacity: 0;
  display: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.spoiler__answer p {
  line-height: 1.611;
  margin: 0;
}

.spoiler__answer.active {
  display: block;
}

.spoiler__answer.visible {
  opacity: 1;
}

/* End Spoilers */

.function__title {
  font-size: 21px;
  color: #212129;
  font-family: "RobotoCondensedBold", sans-serif;
  line-height: 1.2;
}

.s-video {
  background-color: #f2f2f5;
  border-top: 1px solid #dfdfe6;
  border-bottom: 1px solid #dfdfe6;
  padding: 55px 0;
  height: 580px;
  margin-bottom: 150px;
  text-align: center;
}

.s-video .container {
  max-width: 1035px;
}

.tutorial-video-wrap {
  width: 100%;
  height: 564px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 15px 15px 0px 0px #dfdfe2;
  box-shadow: 15px 15px 0px 0px #dfdfe2;
  margin-top: 45px;
}

.video-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.video-row__item {
  flex: 1 0 40%;
  margin-left: 15px;
  margin-right: 15px;
}

.tutorial-video-wrap--auto-height {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 56.25%;
}

.tutorial-video {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}

.video-poster {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.video-title {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: "RobotoBold";
  letter-spacing: -0.035em;
}

.video-title b {
  display: block;
  color: #ffbd66;
  font-family: "YanoneKaffeesatz-Bold";
  font-weight: normal;
  font-size: 66px;
  text-transform: none;
  letter-spacing: -0.02em;
}

.play-btn {
  display: inline-block;
  cursor: pointer;
  z-index: 3;
  width: 110px;
  height: 110px;
  background-color: #fafafa;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(29, 29, 36, 0.2);
  box-shadow: 7px 7px 0px 0px rgba(29, 29, 36, 0.2);
  margin-top: -18px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.play-btn--top {
  margin-top: -43px;
}

.play-btn:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 40px;
  border-color: transparent transparent transparent #212129;
  left: 40px;
  top: 30px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.play-btn:hover {
  background-color: #ffe8d9;
}

.play-btn:hover:after {
  border-color: transparent transparent transparent #ff6700;
}

.play-btn:hover+.video-overlay {
  background-color: rgba(223, 223, 229, 0.1);
}

@media only screen and (max-width: 1500px) {
  .play-btn {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .play-btn {
    height: 90px;
    width: 90px;
    margin-top: -20px;
  }

  .play-btn:after {
    border-width: 20px 0 20px 30px;
    left: 35px;
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .play-btn {
    height: 70px;
    width: 70px;
  }

  .play-btn:after {
    border-width: 15px 0 15px 20px;
    left: 30px;
    top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .play-btn {
    height: 50px;
    width: 50px;
  }

  .play-btn:after {
    border-width: 10px 0 10px 15px;
    left: 20px;
    top: 15px;
  }

  .tutorial-video-wrap .play-btn {
    width: 50px;
  }
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð»Ð¾Ð¶ÐºÐ¸ */

.modal.active.tutorial-video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 840px;
  height: 500px;
  z-index: 40;
  padding: 30px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
}

.right_block {
  width: 50%;
  transform: translateX(-66px);
}

.left_block {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.banner_container {
  display: flex;
  background: #fff;
  position: relative;
  top: 80px;
  justify-content: center;
  height: 819px;
  align-items: center;
  min-width: 220px;
}

.banner {
  border: 1px solid #dbe9fa;
  border-radius: 20px;
  width: 1110px;
  height: 614px;
  background: url(../img/banner-bg.png);

}

.banner_bg {
  background: linear-gradient(90deg,
      rgba(242, 244, 246, 0.3) 0%,
      rgba(255, 255, 255, 0) 52.3%,
      rgba(242, 244, 246, 0.3) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 20px;
}

.advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.advantages_block {
  display: flex;
  flex-direction: column;
  border: 1px solid #f2f4f6;
  border-radius: 4px;
  padding: 12px 10px;
  width: 199px;
  height: 103px;
  row-gap: 10px;
}

.banner_header_block {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}

.banner_header_subtext {
  font-family: "OpenSans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #0b2447;
}

.banner_header_main {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #0b2447;
}

.desc_icon_container {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #0b2447;
}

.icon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.download_bnts_block {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}


#download_win {

  background: #00ab47;
  color: white;
  /* align-content: center; */
  border-color: transparent;
}

#download_win:hover {
  background: #009733;

}

.download_bnts_block button {
  border-radius: 10px;
  padding: 12px 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-wrap: nowrap;
  cursor: pointer;
  width: 236px;
  height: 51px;
  outline-color: transparent;
  /* border-color: transparent; */
  border: 1px solid #00AB47;
  color: #00ab47;
  background-color: transparent;
}
.download_bnts_block button#download_mac:hover {
  background: #009733;
  color: white;

}

.download_bnts_block button#download_mac:hover path {
  fill: white;
}

.buttons_side_bar #download_mac {
  border: 1px solid #00ab47;
  color: #00ab47;
  background-color: transparent;
}

.buttons_side_bar #download_mac path {
  fill: #00AB47;

}

.buttons_side_bar #download_mac:hover {
  background: #009733;
  color: white;
}

.buttons_side_bar #download_mac:hover path {
  fill: white;

}

.uniq_themes {
  font-family: Open Sans;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 15px;
  width: 85px;
  height: 85px;
  background-color: #0f70e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  cursor: pointer;
  /* padding: 8px; */
}

.uniq_themes:hover {
  background: linear-gradient(226deg, #ff8a00 38.9%, #f60 100%);
}

.uniq_themes:hover .uniq_pro_bnt {
  background: #0f70e6;
}

.uniq_text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  /* padding: 1px; */
}

.uniq_pro_bnt {
  box-shadow: 0 2px 5px 0 rgba(5, 6, 15, 0.3);
  background: linear-gradient(226deg, #ff8a00 38.9%, #f60 100%);
  border-radius: 5px;
  width: 44px;
  height: 22px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  /* background: #FFFFFF; */
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}


.downLoadMacWin-popup {
  background: #fff;
  border-radius: 20px;
  width: 854px;
  height: 561px;
  position: relative;
  margin: 0 auto;
  padding: 40px 99px 55px 88px;
}

.image_block_downLoadMacWin img {
  width: 327px;
  height: 262px;
}

.downLoadMacWin-popup-title {
  padding: 0 50px;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
  color: #0B2447;
}

.downLoadMacWin-popup-title span {
  color: #FF6600;
}

.downLoadMacWin-popup-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 20px;
}

.image_block_downLoadMacWin {}

.list_block_downLoadMacWin {
  padding-top: 38px;
}

.list_downLoadMacWin {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.list_item {
  text-wrap: nowrap;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #0B2447;
  display: flex;
  column-gap: 10px;
}

/* .modal.active.tutorial-video {
  position: relative;
}
.modal.active.tutorial-video:before {
  content: 'x';
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 30px;
  width: 20px;
  height: 20px;
} */

@media only screen and (max-width: 800px) {
  .upload_button_new {
    padding: 14px 10px 14px 10px !important;
    width:auto !important;

  }
}


@media only screen and (max-width: 767px) {
  .modal.active.tutorial-video {
    padding: 15px;
    height: 44%;
  }
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
.js-overlay-modal .container {
  height: 100%;
  max-width: 540px;
}

@media only screen and (max-width: 860px) {
  .js-overlay-modal .container {
    max-width: 100%;
  }
}

.modal__cross {
  position: relative;
  transform: translate(-50%, -50%);
  font-size: 30px;
  right: -134%;
  top: 20%;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .modal__cross {
    right: -129%;
    top: 19%;
  }
}

@media only screen and (max-width: 860px) {
  .modal__cross {
    right: -99%;
  }
}




@media only screen and (max-height: 950px) {
  .modal__cross {
    top: 15%;
  }
}

@media only screen and (max-height: 900px) {
  .modal__cross {
    top: 12%;
  }
}

@media only screen and (max-height: 750px) {
  .modal__cross {
    top: 10%;
  }
}

@media only screen and (max-height: 720px) {
  .modal__cross {
    top: 8%;
  }
}

@media only screen and (max-height: 680px) {
  .modal__cross {
    top: 6%;
  }
}



@media only screen and (max-height: 650px) {
  .modal__cross {
    top: 4%;
  }
}

@media only screen and (max-height: 620px) {
  .modal__cross {
    top: 4%;
  }
}

.cta.cta-download .cta__text {
  font-weight: normal;
  text-align: center;
  margin: 0;
  color: #fff;
  line-height: 1.3;
  font-size: 38px;
}

.cta.cta-download .btn {
  color: #fff;
}

.cta.cta-download .container {
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .cta.cta-download .cta__text {
    font-size: 32px;
    line-height: 1.1;
  }
}

@media (max-width: 1200px) {

  .right_block,
  .left_block {
    width: auto
  }

  .banner_bg {
    padding: 0 10px;
  }

  .image_block {
    display: none;
  }

}

@media only screen and (max-width: 725px) {

  .download_bnts_block {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }

  header .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 500px) {

  .banner_header_main {
    font-size: 25px;

  }

  .desc_icon_container {
    font-size: 10px;
  }

  .advantages_block {
    width: 180px;
    height: auto;
  }
}

@media only screen and (max-width: 390px) {

  .left_block {
    row-gap: 5px;
  }

  .banner_header_subtext {
    text-wrap: balance;
    font-size: 12px;
  }

  .banner_header_main {
    font-size: 16px;
    text-wrap: balance;
  }

  .download_bnts_block {
    margin-top: 10px;
  }

  .advantages {
    align-items: center;
    justify-content: center;
  }

  .banner_bg {
    min-width: 220px
  }

}

@media only screen and (max-width: 854px) {
  .downLoadMacWin-popup {
    padding: 20px 10px;
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .image_block_downLoadMacWin {
    display: none;
  }

}


@media only screen and (max-width: 350px) {
  .list_item {
    font-size: 12px
  }

  .downLoadMacWin-popup-title {
    font-size: 20px;
    line-height: normal;
    padding: 0 10px;
  }

  .list_block_downLoadMacWin {
    padding-top: 10px;
  }

}