@font-face {
  font-family: Lifehack;
  font-weight: normal;
  src: url("../fonts/DEARTYPE - LIFEHACK SANS.woff2"), url("../fonts/DEARTYPE - LIFEHACK SANS.woff"), url("../fonts/DEARTYPE - LIFEHACK SANS.OTF");
}

@font-face {
  font-family: Lifehack;
  font-weight: bold;
  src: url("../fonts/DEARTYPE - LIFEHACK SANS BOLD.woff2"), url("../fonts/DEARTYPE - LIFEHACK SANS BOLD.woff"), url("../fonts/DEARTYPE - LIFEHACK SANS BOLD.OTF");
}

body {
  font-size: 16px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  line-height: 1.3333333;
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

section {
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  color: inherit;
}

a:hover, a:active, a:visited {
  color: inherit;
}

.section_transition {
  padding: 130px 0 150px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.text-accent {
  color: #ffa608;
}

.text-biger {
  font-size: 1.56em;
  font-weight: 500;
}

.heading {
  font-family: Lifehack, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  line-height: 1;
}

@media (min-width: 500px) {
  .heading {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .heading {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .heading {
    font-size: 4.375rem;
  }
}

.heading-2 {
  font-size: 2.5rem;
  line-height: 1.8;
}

.heading-3 {
  font-weight: bold;
  font-size: 1.222222222rem;
  line-height: 1.27888888;
}

.main-heading {
  margin-top: 1.3888888889rem;
  margin-bottom: 1.944444444rem;
  font-size: 3rem;
  font-weight: normal;
  line-height: 0.88235294118;
}

@media (min-width: 375px) {
  .main-heading {
    font-size: 3.7rem;
  }
}

@media (min-width: 500px) {
  .main-heading {
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  .main-heading {
    font-size: 5.3rem;
  }
}

.sub-heading {
  font-family: Lifehack, "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) {
  list-style: none;
  padding-left: 34px;
}

ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li {
  position: relative;
}

ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li + li {
  margin-top: 0.8em;
}

ul:not(.list-unstyled):not(.navbar-nav):not(.nav):not(.list_bultits) li:before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0.34em;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ffa608;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.list_bultits {
  list-style: none;
  display: inline-block;
  margin-left: 7%;
}

@media (min-width: 500px) {
  .list_bultits {
    margin-left: 20%;
  }
}

@media (min-width: 768px) {
  .list_bultits {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .list_bultits {
    font-size: 22px;
    margin-left: 0;
  }
}

.list_bultits li {
  position: relative;
}

.list_bultits li + li {
  margin-top: 1em;
}

.list_bultits li:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 1px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/bullit.png");
  -moz-background-size: contain;
       background-size: contain;
}

@media (min-width: 992px) {
  .list_bultits li:before {
    left: -60px;
  }
}

.list_bultits-outer {
  padding-left: 0;
}

.btn.button {
  -moz-border-radius: 1.8em;
       border-radius: 1.8em;
  line-height: 1;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 23px 41px 19px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 400px) {
  .btn.button {
    width: 100%;
  }
}

.btn.button_primary {
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f36e16), to(#ffa608));
  background-image: -webkit-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background-image: -moz-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background-image: linear-gradient(0deg, #f36e16 0%, #ffa608 100%);
  background-color: #ffa608;
  -moz-box-shadow: 0px 4px 0px 0px #cc5100, 0px 0px 20px 0px rgba(255, 151, 0, 0.4);
       box-shadow: 0px 4px 0px 0px #cc5100, 0px 0px 20px 0px rgba(255, 151, 0, 0.4);
  color: #fff;
}

.btn.button_primary:hover {
  -webkit-transform: scale(1.02);
     -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.btn.button:active,
.btn.button_primary:active {
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.btn.button_outline {
  color: #ffa608;
  border: 1px solid #ffa608;
}

.btn.button_outline:hover {
  background-color: #ffa608;
  color: #fff;
}

.btn.button_small {
  -moz-border-radius: 1.5em;
       border-radius: 1.5em;
  padding: 15px 55px 16px;
}

.btn.button_large {
  font-size: 1rem;
  padding: 31px 89px 28px;
  -moz-border-radius: 2.1em;
       border-radius: 2.1em;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-6 {
  padding-bottom: 6rem;
}

.header {
  font-size: 0.88888888889rem;
  border-bottom: 1px solid #f4f2f1;
}

.header__logo {
  margin-right: 27px;
  height: 70px;
}

.header__title {
  float: right;
  margin-top: 0.8em;
  line-height: 20px;
  font-weight: 300;
  color: #4b4641;
}

.header .header__contacts a:last-of-type {
  margin-left: 10px;
  padding-top: 0.2em;
  font-weight: 500;
  font-size: 1.1111111111rem;
  color: #4b4641;
}

.whatsapp__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url(../images/whatsapp.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 19px;
       background-size: 19px;
  border-bottom: 0;
  -moz-border-radius: 100%;
       border-radius: 100%;
  -moz-box-shadow: 0px 0px 10px #1cd742;
       box-shadow: 0px 0px 10px #1cd742;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.whatsapp__icon:hover {
  -moz-box-shadow: none;
       box-shadow: none;
}

.button-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  border: none;
  background-color: #ffa608;
  color: #fff;
  padding: 0.5em 0.7em;
  -moz-border-radius: 5px;
       border-radius: 5px;
  z-index: 999;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#navigation-menu {
  padding-bottom: 0;
  background-color: #fff;
  font-weight: 400;
}

#navigation-menu li a {
  border-bottom: 3px solid transparent;
  color: #3a3735;
  -webkit-transition: border-color 0.2s 0.1s, -webkit-transform 0.2s ease-out;
  transition: border-color 0.2s 0.1s, -webkit-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, border-color 0.2s 0.1s, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, border-color 0.2s 0.1s;
  transition: transform 0.2s ease-out, border-color 0.2s 0.1s, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out;
}

#navigation-menu li a:active {
  -webkit-transform: translateY(2px);
     -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

#navigation-menu li:hover a {
  border-bottom-color: #ffa608;
}

.navigation__list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-right: auto;
}

@media (min-width: 992px) {
  .navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navigation__list li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.navigation__mobile-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navigation__mobile-phones {
    display: none;
  }
}

.menu-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  #navigation-menu:not(.fixed) {
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #navigation-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #navigation-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  #navigation-menu.fixed .menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #navigation-menu.fixed .navigation__mobile-phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.5em;
  }
}

@media (max-width: 500px) {
  .navigation__list li {
    margin-bottom: 0;
  }
  .navigation__list a {
    font-size: 0.85em;
    line-height: 0.8;
  }
}

@media (max-width: 992px) {
  #navigation-menu {
    display: none;
    padding: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0.6s;
    transition: -webkit-transform 0.5s ease-in-out 0.6s;
    -moz-transition: transform 0.5s ease-in-out 0.6s, -moz-transform 0.5s ease-in-out 0.6s;
    transition: transform 0.5s ease-in-out 0.6s;
    transition: transform 0.5s ease-in-out 0.6s, -webkit-transform 0.5s ease-in-out 0.6s, -moz-transform 0.5s ease-in-out 0.6s;
  }
  #navigation-menu .navigation__menu {
    width: auto;
    -webkit-transform: translateX(100vw);
       -moz-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  #navigation-menu .navigation__menu > .row {
    margin-left: 0;
    margin-right: 0%;
  }
  #navigation-menu .menu-wrap {
    padding: 0;
  }
  #navigation-menu.opened {
    display: block;
  }
  #navigation-menu.opened .navigation__menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 150px 35px 40px;
    font-size: 1.2rem;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 100;
    background-color: rgba(243, 240, 240, 0.95);
  }
  #navigation-menu.opened .navigation__mobile-phones {
    font-size: 0.85em;
    position: absolute;
    left: 0;
    top: -60px;
  }
  #navigation-menu.opened .navigation__mobile-phones a:last-of-type {
    margin-left: 0.5rem;
  }
  #navigation-menu.opened li {
    margin-right: auto;
    margin-bottom: 0.7em;
  }
  #navigation-menu.opened .navigation__drawer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  #navigation-menu .navigation__list {
    display: block;
  }
}

#first-screen {
  background-image: url("../images/bg-transition-bottom.png"), url("../images/background-1.png");
  background-repeat: no-repeat;
  background-position: center bottom, center top;
  -moz-background-size: 100%, cover;
       background-size: 100%, cover;
}

#first-screen .container {
  position: relative;
}

#first-screen .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 517px;
  display: block;
  background-repeat: no-repeat, no-repeat;
  -moz-background-size: auto 352px, contain;
       background-size: auto 352px, contain;
  background-position: 0 200px, center -20px;
}

#first-screen .heading-preview {
  text-transform: none;
  font-size: 1.2222222222rem;
  line-height: 1.2727272727273;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#first-screen .first-screen__body {
  position: relative;
  padding-top: 60px;
  z-index: 2;
}

@media (min-width: 992px) {
  #first-screen .first-screen__body {
    padding-top: 10px;
  }
}

#first-screen .first-screen__text {
  display: inline-block;
  width: 90%;
  font-size: 1.3888888889rem;
  line-height: 1.2;
}

#first-screen .first-screen__pictures {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
}

@media (min-width: 992px) {
  #first-screen .first-screen__pictures {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
       -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

@media (min-width: 1200px) {
  #first-screen .first-screen__pictures {
    top: -50px;
  }
}

#first-screen .first-screen__picture-main {
  top: -50px;
  margin-top: 30px;
  width: 90%;
  height: auto;
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media (min-width: 992px) {
  #first-screen .first-screen__picture-main {
    position: absolute;
    bottom: 200px;
    right: 0;
    margin-top: 0;
    width: 110%;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
}

#first-screen .first-screen__picture-secondary {
  position: absolute;
  top: 100px;
  right: 0;
  height: 180px;
}

@media (min-width: 450px) {
  #first-screen .first-screen__picture-secondary {
    right: 20px;
    top: 180px;
  }
}

@media (min-width: 768px) {
  #first-screen .first-screen__picture-secondary {
    height: 250px;
    top: 250px;
  }
}

@media (min-width: 992px) {
  #first-screen .first-screen__picture-secondary {
    top: 80px;
    right: -20px;
  }
}

@media (min-width: 1230px) {
  #first-screen .first-screen__picture-secondary {
    right: -40px;
    height: 320px;
  }
}

.webp #first-screen {
  background-image: url("../images/bg-transition-bottom.webp"), url("../images/background-1.webp");
}

@media (min-width: 1901px) {
  #first-screen {
    background-image: url("../images/bg-transition-bottom.png"), url("../images/background-1-2x-scale.jpg");
  }
  .webp #first-screen {
    background-image: url("../images/bg-transition-bottom.webp"), url("../images/background-1-2x-scale.webp");
  }
}

.adventages {
  padding-top: 50px;
  padding-bottom: 40px;
}

#grafika-more {
  background-image: url("../images/bg-transition-top.png"), url("../images/bg-transition-bottom.png"), url("../images/background-6.png");
  -moz-background-size: 100%, 100%, cover;
       background-size: 100%, 100%, cover;
  background-position: center top, center bottom, center center;
  padding: 60px 0;
}

@media (min-width: 992px) {
  #grafika-more {
    padding-top: 120px;
    padding-bottom: 225px;
  }
}

.grafika-more__item {
  position: relative;
  padding: 47px 40px;
}

.grafika-more__item:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 25px;
  width: 70px;
  height: 70px;
  background-image: url("../images/bullit.png");
  background-repeat: no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.grafika-more__text {
  font-size: 1.222222222222rem;
  line-height: 1.363636363636364;
}

.grafika-more__text_bold {
  font-size: 1.3333333333333rem;
  font-weight: bold;
}

.webp #grafika-more {
  background-image: url("../images/bg-transition-top.webp"), url("../images/bg-transition-bottom.webp"), url("../images/background-6.webp");
}

@media (min-width: 1900px) {
  #grafika-more {
    background-image: url("../images/bg-transition-top.png"), url("../images/bg-transition-bottom.png"), url("../images/background-6-2x-scale.jpg");
  }
  .webp #grafika-more {
    background-image: url("../images/bg-transition-top.webp"), url("../images/bg-transition-bottom.webp"), url("../images/background-6-2x-scale.webp");
  }
}

#materials {
  background-image: url("../images/bg-transition-top.png"), url("../images/bg8.png");
  background-position: center top, center center;
  -moz-background-size: 100%, cover;
       background-size: 100%, cover;
  font-size: 1.22222222222rem;
  line-height: 1.1818181818182;
}

@media (min-width: 992px) {
  #materials {
    background-image: url("../images/bg-transition-top.png"), url("../images/Ivan8.png"), url("../images/bg8.png");
    background-position: center top, right center, center center;
    -moz-background-size: 100%, 550px, cover;
         background-size: 100%, 550px, cover;
  }
}

@media (min-width: 1200px) {
  #materials {
    -moz-background-size: 100%, contain, cover;
         background-size: 100%, contain, cover;
  }
}

.materials__header {
  padding-top: 70px;
}

@media (min-width: 2000px) {
  .materials__header {
    padding-top: 100px;
  }
}

.webp #materials {
  background-image: url("../images/bg-transition-top.webp"), url("../images/bg8.webp");
}

@media (min-width: 992px) {
  .webp #materials {
    background-image: url("../images/bg-transition-top.webp"), url("../images/Ivan8.webp"), url("../images/bg8.webp");
  }
}

@media (min-width: 1900px) {
  #materials {
    background-image: url("../images/bg-transition-top.png"), url("../images/Ivan8-scale-2x.png"), url("../images/bg8-scale-2x.png");
  }
  .webp #materials {
    background-image: url("../images/bg-transition-top.png"), url("../images/Ivan8-scale-2x.webp"), url("../images/bg8-scale-2x.webp");
  }
}

#teacher {
  background-color: #f4f0e9;
  background-image: url("../images/bg-transition-top.png"), url("../images/bg-transition-bottom.png");
  -moz-background-size: 100%, 100%;
       background-size: 100%, 100%;
  background-position: center -50px, center bottom;
}

.teacher__photo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .teacher__photo {
    position: absolute;
    right: 0;
    bottom: -50px;
    max-width: 100%;
  }
}

.teacher__cover {
  position: relative;
}

@media (min-width: 992px) {
  .teacher__desc {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}

.teacher__portfolio .card {
  -moz-border-radius: 20px;
       border-radius: 20px;
}

.teacher__gallery {
  background-color: #fff;
  padding: 27px 52px;
  -moz-border-radius: 14px;
       border-radius: 14px;
}

.teacher__labels {
  position: absolute;
  left: 300px;
  bottom: 80px;
}

@media (min-width: 768px) {
  .teacher__labels {
    left: 380px;
  }
}

.teacher__label {
  position: absolute;
  right: 50px;
  display: inline-block;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1.333333333;
  font-weight: 300;
}

.teacher__label span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.teacher__label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -webkit-transform: skew(-15deg);
     -moz-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: 0;
}

.teacher__label_primary {
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}

.teacher__label_primary::before {
  background-color: #ffa608;
}

@media (min-width: 992px) {
  .teacher__header {
    margin-bottom: 170px;
  }
}

.webp #teacher {
  background-image: url("../images/bg-transition-top.webp"), url("../images/bg-transition-bottom.webp");
}

@media (min-width: 992px) {
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.gallery__item {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .gallery__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery figure {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -moz-border-radius: 0.25rem;
       border-radius: 0.25rem;
}

.gallery figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  #carouselReviews .gallery__item,
  #carouselStudentsWork .gallery__item {
    width: 50%;
  }
  #carouselReviews figure,
  #carouselStudentsWork figure {
    position: relative;
    height: 300px;
  }
  #carouselReviews figure img,
  #carouselStudentsWork figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    object-fit: cover;
    height: 300px;
  }
}

@media (min-width: 1200px) {
  #carouselReviews figure,
  #carouselStudentsWork figure {
    height: 400px;
  }
  #carouselReviews figure img,
  #carouselStudentsWork figure img {
    height: 400px;
  }
}

.faq__item {
  background-color: #fff;
  -moz-border-radius: 12px;
       border-radius: 12px;
  -moz-box-shadow: 4px 3px 30px 0px rgba(75, 63, 42, 0.1);
       box-shadow: 4px 3px 30px 0px rgba(75, 63, 42, 0.1);
}

.faq__item + .faq__item {
  margin-top: 35px;
  margin-bottom: 0;
}

.faq__question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  padding: 30px;
  padding-right: 60px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 578px) {
  .faq__question {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .faq__question {
    padding-right: 160px;
  }
}

@media (min-width: 992px) {
  .faq__question {
    padding: 53px 160px 55px 77px;
  }
}

.faq__question:before, .faq__question:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__question:before {
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #ffa608;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f36e16), to(#ffa608));
  background-image: -webkit-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background-image: -moz-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background-image: linear-gradient(0deg, #f36e16 0%, #ffa608 100%);
  -moz-box-shadow: 0px 4px 0px 0px #cc5100;
       box-shadow: 0px 4px 0px 0px #cc5100;
  -moz-border-radius: 50%;
       border-radius: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 578px) {
  .faq__question:before {
    right: 30px;
  }
}

@media (min-width: 768px) {
  .faq__question:before {
    right: 60px;
  }
}

.faq__question:after {
  width: 1px;
  height: 2px;
  border: 7px solid transparent;
  border-left-color: #fff;
  right: 18px;
  top: -webkit-calc(50% + 2px);
  top: -moz-calc(50% + 2px);
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 3px 0;
     -moz-transform-origin: 3px 0;
      -ms-transform-origin: 3px 0;
          transform-origin: 3px 0;
}

@media (min-width: 578px) {
  .faq__question:after {
    right: 38px;
  }
}

@media (min-width: 768px) {
  .faq__question:after {
    right: 68px;
  }
}

.faq__question.opened {
  font-weight: 500;
  color: #ffa608;
}

.faq__question.opened:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
     -moz-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

.faq__answer {
  margin-top: -20px;
  padding: 0 15px 50px 30px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .faq__answer {
    padding: 0 77px 55px;
  }
}

footer {
  background-color: #27272e;
  padding-top: 85px;
  color: #fff;
  font-weight: 300;
  font-size: 0.88888888889rem;
  line-height: 1.25;
}

footer a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.dog-n-cloud {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  height: 266px;
  max-width: 380px;
  padding: 70px 40px 80px 30px;
  background-image: url("../images/crazy_dog/cloud5.png");
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.dog-n-cloud:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -100px;
  left: 50%;
  width: 125px;
  height: 119px;
  background-image: url("../images/crazy_dog/dog5.png");
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .dog-n-cloud {
    position: absolute;
  }
}

.webp .dog-n-cloud {
  background-image: url("../images/crazy_dog/@webp/cloud5.webp");
}

.webp .dog-n-cloud:after {
  background-image: url("../images/crazy_dog/@webp/dog5.webp");
}

.dog-n-cloud-1 {
  height: 266px;
  margin-bottom: 150px;
  padding: 50px 40px 80px 30px;
  background-image: url("../images/crazy_dog/cloud5.png");
  font-size: 20px;
}

@media (min-width: 330px) {
  .dog-n-cloud-1 {
    padding-top: 65px;
  }
}

@media (min-width: 700px) {
  .dog-n-cloud-1 {
    width: 451px;
    margin-bottom: 50px;
    padding: 65px 110px 80px 50px;
    background-image: url("../images/crazy_dog/cloud3.png");
  }
  .dog-n-cloud-1:after {
    top: 100px;
    left: unset;
    right: -90px;
    background-image: url("../images/crazy_dog/dog3.png");
  }
}

@media (min-width: 992px) {
  .dog-n-cloud-1 {
    position: absolute;
    top: -90px;
    right: 80px;
  }
}

@media (min-width: 1200px) {
  .dog-n-cloud-1 {
    right: 250px;
  }
}

@media (min-width: 700px) {
  .webp .dog-n-cloud-1 {
    background-image: url("../images/crazy_dog/@webp/cloud3.webp");
  }
  .webp .dog-n-cloud-1:after {
    background-image: url("../images/crazy_dog/@webp/dog3.webp");
  }
}

.dog-n-cloud-2 {
  font-size: 18px;
  padding: 60px 40px;
}

@media (min-width: 380px) {
  .dog-n-cloud-2 {
    padding: 65px;
  }
}

@media (min-width: 700px) {
  .dog-n-cloud-2 {
    width: 440px;
    height: 316px;
    margin-bottom: 30px;
    padding: 85px 70px 80px 60px;
    font-size: 22px;
    background-image: url("../images/crazy_dog/cloud4.png");
    -webkit-transform: translateX(-20%);
       -moz-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  .dog-n-cloud-2:after {
    background-image: url("../images/crazy_dog/dog4.png");
    width: 140px;
    height: 149px;
    right: -150px;
    left: unset;
    bottom: 10px;
  }
}

@media (min-width: 992px) {
  .dog-n-cloud-2 {
    top: -150px;
    right: 70px;
  }
  .dog-n-cloud-2:after {
    right: -150px;
  }
}

@media (min-width: 1200px) {
  .dog-n-cloud-2 {
    left: -200px;
  }
  .dog-n-cloud-2:after {
    width: 153px;
  }
}

@media (min-width: 700px) {
  .webp .dog-n-cloud-2 {
    background-image: url("../images/crazy_dog/@webp/cloud4.webp");
  }
  .webp .dog-n-cloud-2:after {
    background-image: url("../images/crazy_dog/@webp/dog4.webp");
  }
}

/*talks*/
.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  -moz-border-radius: 50%;
       border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  -moz-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
       box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.talks-widget-button .comments-icon {
  position: absolute;
  top: 10px;
  left: 13px;
}

/**********/
/*flip*/
.flip-container .clock_timer {
  display: table;
  max-width: 630px;
  margin: 60px auto 60px;
}

.flip-container .flip-clock-divider .flip-clock-label {
  font-size: 21px;
  color: #333;
}

.flip-container .flip-clock-label {
  right: -99px !important;
}

@media (max-width: 767px) {
  .flip-container {
    width: 100%;
    overflow: hidden;
  }
  .flip-container .flip-clock-wrapper {
    font-size: 21px;
    max-width: 1000px !important;
    width: 1000px;
  }
  .flip-container .flip-clock-divider .flip-clock-label {
    font-size: 26px;
  }
  .flip-container .flip-clock-label {
    right: -108px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .flip-container .flip-clock-wrapper {
    -webkit-transform: scale(0.65);
       -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    margin-left: -117px !important;
  }
}

@media (max-width: 575px) {
  .flip-container {
    margin: 0 auto;
    width: 405px;
  }
  .flip-container .flip-clock-wrapper {
    -webkit-transform: scale(0.65);
       -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
    max-width: 250% !important;
    margin-left: -175px !important;
  }
}

@media (max-width: 445px) {
  .flip-container {
    width: 301px;
  }
  .flip-container .flip-clock-wrapper {
    -webkit-transform: scale(0.48);
       -moz-transform: scale(0.48);
        -ms-transform: scale(0.48);
            transform: scale(0.48);
    margin-left: -195px !important;
  }
  .flip-container .flip-clock-divider .flip-clock-label {
    font-size: 32px;
  }
  .flip-container .flip-clock-label {
    right: -117px !important;
  }
}

@media (max-width: 350px) {
  .flip-container {
    width: 250px;
  }
  .flip-container .flip-clock-wrapper {
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    margin-left: -187px !important;
  }
}

.codes > a.active,
.codes > a:hover {
  text-decoration: none;
  color: #fff;
  background: #ffa608;
}

.codes > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #ffa608;
  background: #f5eaee;
  -moz-border-radius: 6px;
       border-radius: 6px;
}

/**********/
/*upsell*/
.modal-open .modal {
  background: rgba(255, 166, 8, 0.8);
}

.modal-content {
  overflow: hidden;
  -moz-border-radius: 12px;
       border-radius: 12px;
}

.modal-open .modal-close {
  position: fixed;
  z-index: 500;
  display: block;
  top: 5px;
  right: 25px;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ffa608;
  /* Old browsers */
  background: -webkit-gradient(linear, left bottom, left top, from(#f36e16), to(#ffa608));
  background: -webkit-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background: -moz-linear-gradient(bottom, #f36e16 0%, #ffa608 100%);
  background: linear-gradient(0deg, #f36e16 0%, #ffa608 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dbf2', endColorstr='#3da4be',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 42px;
       border-radius: 42px;
  -moz-box-shadow: 0 0 7px 1px #5a5a5a;
       box-shadow: 0 0 7px 1px #5a5a5a;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.modal-open .modal-close:hover {
  opacity: 0.7;
}

#upsell .modal-p {
  padding-left: 15px;
  padding-right: 15px;
}

#upsell .width-small {
  margin: 0 auto;
  max-width: 500px;
}

#upsell .width-small-2 {
  margin: 0 auto;
  max-width: 650px;
}

#upsell img {
  max-width: 100%;
}

/*header*/
#upsell-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url("https://sobakarisovaka.ru/pages/akvarel2/images/block-1_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

#upsell-header:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url("https://sobakarisovaka.ru/pages/akvarel2/images/block-1_bg_transition.png");
  background-repeat: repeat-x;
  background-position: center top;
}

#upsell-header .special-title {
  background-image: url("https://sobakarisovaka.ru/pages/akvarel2/images/upsell/header-title.jpg");
  -moz-background-size: cover;
       background-size: cover;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: normal;
  color: #fff;
  -moz-border-radius: 12px;
       border-radius: 12px;
}

#upsell-header h2 {
  font-size: 80px;
}

@media (max-width: 991px) {
  #upsell-header h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  #upsell-header h2 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  #upsell-header .special-title {
    font-size: 28px;
  }
}

#upsell-learn .items .item {
  width: 23%;
}

#upsell-learn .items .item .title.h3 {
  font-weight: normal;
  line-height: 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
  #upsell-learn .items .item {
    width: 30%;
  }
}

@media (max-width: 767px) {
  #upsell-learn .items .item {
    width: 45%;
  }
}

/*sale*/
#upsell-sale .price-container {
  margin: 0 auto;
  max-width: 400px;
  font-weight: normal;
  font-size: 48px;
  line-height: 0.95em;
  color: #ffa608;
}

#upsell-sale .price-container .price-old {
  font-size: 36px;
  text-decoration: line-through;
  color: #7c8195;
}

.blockWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.blockWrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 380px;
  min-height: 320px;
  padding: 1rem;
  padding-bottom: 2rem;
  background-color: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

@media (min-width: 992px) {
  .subscribe {
    margin-top: 50px;
  }
}

.subscribe .card-body {
  padding: 30px 40px 50px;
}

.subscribe .form__header {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.subscribe .btn,
.subscribe input {
  width: 100%;
}

.subscribe input {
  padding: 15px 30px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  border-color: #cacaca;
  outline: none;
}

.subscribe input::-webkit-input-placeholder {
  color: #cacaca;
}

.subscribe input:-moz-placeholder {
  color: #cacaca;
}

.subscribe input::-moz-placeholder {
  color: #cacaca;
}

.subscribe input:-ms-input-placeholder {
  color: #cacaca;
}

.subscribe input::placeholder {
  color: #cacaca;
}

.subscribe-promo {
  margin-top: 300px;
  position: relative;
}

.subscribe-promo:before, .subscribe-promo:after {
  position: absolute;
  content: "";
  display: block;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
}

.subscribe-promo:after {
  top: -300px;
  left: 50%;
  width: 260px;
  height: 280px;
  background-image: url("../images/Bonus1.png");
  -webkit-transform: translateX(-45%);
     -moz-transform: translateX(-45%);
      -ms-transform: translateX(-45%);
          transform: translateX(-45%);
}

@media (min-width: 768px) {
  .subscribe-promo {
    margin-top: 50px;
    margin-left: 0;
  }
  .subscribe-promo:before {
    right: -100px;
    top: -50px;
    width: 62px;
    height: 62px;
    background-image: url("../images/arrow1.png");
  }
  .subscribe-promo:after {
    top: unset;
    left: unset;
    right: -280px;
    bottom: 10px;
    height: 310px;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .subscribe-promo {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .subscribe-promo {
    bottom: -2rem;
  }
}

.webp .subscribe-promo:after {
  background-image: url("../images/Bonus1.webp");
}

.subscribe-bottom {
  margin-top: 0;
}

.promise-1__list li {
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

.promise-1__list li img {
  max-width: 200px;
}

.promise {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .promise {
    padding-bottom: 80px;
  }
}

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

@media (min-width: 992px) {
  .promise__list {
    margin-top: 5rem;
  }
}

.promise__list li {
  position: relative;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
       box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .promise__list li {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
  .promise__list li:nth-child(2n) {
    margin-left: 30px;
  }
}

@media (max-width: 992px) {
  .promise__list li {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .promise__list li {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .promise__list li:nth-child(1n) {
    margin: 0;
  }
  .promise__list li:nth-child(1) {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    -webkit-transform: rotate(-5deg);
       -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .promise__list li:nth-child(2) {
    margin-left: 0.75rem;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    -webkit-transform: rotate(5deg);
       -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .promise__list li:nth-child(3) {
    -webkit-transform: rotate(4deg);
       -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  .promise__list li:nth-child(4) {
    top: -30px;
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  .promise__list li:nth-child(5) {
    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

.promise__list li .label {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 10px 20px;
  background-color: #ffa608;
  color: #fff;
  -moz-border-radius: 0 0 5px 5px;
       border-radius: 0 0 5px 5px;
  font-family: Lifehack, "Times New Roman", Times, serif;
  font-size: 30px;
}

.promise__list li img {
  max-width: 100%;
}

.bonus__pictures {
  position: relative;
}

.bonus__main-picture {
  -webkit-transform: rotate(-4deg);
     -moz-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.bonus__secondary-picture {
  position: absolute;
  bottom: 15px;
  left: -20px;
  height: 236px;
}

.bonus__desc {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .bonus__desc {
    padding-top: 200px;
  }
}

.you-can-more {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/bg-transition-top.png"), url("../images/you-can-more/bg9+.png"), url("../images/you-can-more/bg9.png");
  -moz-background-size: 100%, 40%, cover;
       background-size: 100%, 40%, cover;
  background-position: center top, right bottom, center center;
}

@media (min-width: 768px) {
  .you-can-more {
    background-position: center top, right bottom, center center;
  }
}

@media (min-width: 992px) {
  .you-can-more {
    background-position: center top, right bottom, center center;
  }
}

@media (min-width: 1200px) {
  .you-can-more {
    background-position: center top, right bottom, center center;
  }
}

.you-can-more .main-heading {
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .you-can-more .main-heading {
    font-size: 130px;
  }
}

.you-can-more .lead {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 2.8rem;
}

.you-can-more .lead b {
  font-weight: bold;
}

.you-can-more strong {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 15px;
}

.you-can-more .slogan {
  font-size: 25px;
  line-height: 30px;
}

.webp .you-can-more {
  overflow: hidden;
}

@media (min-width: 1900px) {
  .you-can-more {
    background-image: url("../images/bg-transition-top.png"), url("../images/you-can-more/bg9+.png"), url("../images/you-can-more/bg9-scale-2x.png");
  }
  .webp .you-can-more {
    background-image: url("../images/bg-transition-top.webp"), url("../images/you-can-more/@webp/bg9+.webp"), url("../images/you-can-more/@webp/bg9-scale-2x.webp");
  }
}

.you-can-more__cta {
  position: relative;
  font-size: 25px;
  line-height: 30px;
}

.webp .you-can-more__cta:after {
  background-image: url("../images/you-can-more/@webp/1_2.webp");
}

.you-can-more__bonus {
  text-align: center;
  padding: 20px 0;
}

.you-can-more__bonus:before, .you-can-more__bonus:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
}

.you-can-more__bonus:before {
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background-image: url("../images/you-can-more/blic.png");
  -moz-background-size: cover;
       background-size: cover;
  background-position: -20px -50px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .you-can-more__bonus {
    padding: 0;
  }
  .you-can-more__bonus:after {
    left: -30px;
    top: 120px;
    width: 80px;
    height: 80px;
    background-image: url("../images/you-can-more/arrow2.png");
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@media (min-width: 992px) {
  .you-can-more__bonus {
    position: relative;
    left: 30px;
    text-align: unset;
  }
  .you-can-more__bonus:before {
    background-position: -100px 0;
  }
  .you-can-more__bonus:after {
    top: 150px;
    left: -100px;
  }
}

.you-can-more__bonus img {
  position: relative;
  top: -15px;
  height: 300px;
}

@media (min-width: 768px) {
  .you-can-more__bonus img {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .you-can-more__bonus img {
    height: 300px;
  }
}
