.compare {
  padding: 30px 0 148px;
}
.compare .section__header h2 {
  margin-bottom: 27px;
}
.compare__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}
.compare__text {
  width: 432px;
  height: 598px;
  background: url('../img/img-8.png') no-repeat center top;
  padding: 76px 50px 70px 53px;
  position: relative;
  margin-left: -20px;
}
.compare__text h5 {
  margin-bottom: 3px;
}
.compare__text ul {
  margin-bottom: 10px;
}
.compare__price {
  margin: 12px 0 27px;
  padding: 18px 0 11px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.compare__date {
  font-size: 12px;
  line-height: 12px;
}
.compare__sale {
  width: 300px;
  height: 300px;
  position: absolute;
  right: -90px;
  bottom: -30px;
  color: #fff;
  background: #ff0033;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff0033), color-stop(100%, #a200ff));
  background: linear-gradient(45deg, #ff0033 0%, #a200ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0033', endColorstr='#a200ff', GradientType=1);
  border-radius: 50% 50%;
  padding: 81px 20px 0 30px;
}
.compare__sale h5 {
  margin-bottom: 13px;
}
.compare__sale ul {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 20px;
}
.compare__sale ul li {
  margin-bottom: 4px;
}
.compare__sale h2 {
  margin-bottom: -5px;
}
.compare__product {
  padding-left: 62px;
}
.compare__product h5 {
  margin-bottom: 25px;
}
.compare__product ul {
  margin-bottom: 20px;
}
.compare__img {
  margin-bottom: 16px;
}
.compare__img img {
  max-width: 999px;
}
@media screen and (max-width: 1023px) {
  .compare__img img {
    max-width: 100%;
  }
  .compare__sale {
    right: 0px;
    bottom: -90px;
  }
}
@media screen and (max-width: 767px) {
  .compare .row {
    margin: 0;
  }
  .compare .column-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .compare .column-6:last-of-type {
    margin-bottom: 0;
  }
  .compare__sale {
    position: static;
    margin: 30px auto;
  }
  .compare__text {
    width: auto;
    background: none;
    padding: 0;
    margin-left: 0;
  }
  .compare__product {
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .compare__sale {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
  }
}

.consultation {
  background: #191921;
  padding: 0 0 25px;
}
.consultation .section__content {
  padding-top: 65px;
}
.consultation .section__content h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.consultation .section__content h5 {
  margin-bottom: 45px;
  position: relative;
  display: inline-block;
  color: #fff;
  opacity: .33;
}
.consultation .section__content h5:before {
  content: url('../img/31.05.2018/arrow_bottom-1.png');
  width: 22px;
  height: 74px;
  position: absolute;
  right: 25px;
  top: 50px;
}
.consultation .section__media img {
  margin-top: -120px;
  margin-bottom: -100px;
  margin-left: -33px;
  max-width: 99999px;
  height: auto;
}
.consultation .button_normal {
  max-width: 355px;
  padding-right: 12px;
}
.consultation .button em {
  font-size: 12px;
}
.author {
  width: 100%;
  position: relative;
  height: 500px;
}

.author__photo {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.author__info {
  position: absolute;
  bottom: 85px;
  right: 50px;
  width: 200px;
  font-size: 11px;
  line-height: 12px;
  font-family: 'Roboto';
  font-style: italic;
  color: #fff;
}
.author__info h5 {
  font-family: 'Roboto';
  font-size: 14px;
  color: #ede9df;
  font-style: normal;
  opacity: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.author__info p {
  opacity: .55;
  margin-bottom: 7px;
}
.author__podpis {
  position: absolute;
  right: 0;
  bottom: 0;
}
.author__video-link {
  position: absolute;
  right: 310px;
  bottom: 80px;
  z-index: 100;
}
.author__video-line-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 69px;
  height: 91px;
  background: url('../img/31.05.2018/ellipse-1.png') no-repeat center center;
  margin: -45px 0 0 -35px;
  animation: rotate 6s linear infinite;
  -webkit-animation: rotate 6s linear infinite;
}
.author__video-line-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 91px;
  height: 70px;
  background: url('../img/31.05.2018/ellipse-2.png') no-repeat center center;
  margin: -35px 0 0 -45px;
  animation: rotate 6s linear infinite;
  -webkit-animation: rotate 6s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.author__video-play {
  display: block;
}
@media screen and (max-width: 1023px) {
  .consultation {
    padding: 30px 0;
    /* text-align: center; */
  }
  .consultation .section__content h5:before {
    right: -65px;
    top: 20px;
  }
  /* .consultation .column-8 {
    width: 100%;
  }
  .consultation .section__content h5:before {
    display: none;
  }
  .consultation .section__content .button {
    text-align: center;
  }
  .consultation .section__media {
    display: none;
  } */
}

@media screen and (max-width: 768px) {
  .consultation .column-6 {
    width: 100%;
    float: none;
  }
  .consultation .section__content {
    max-width: 500px;
    margin: 0 auto !important;
    text-align: center;
  }
  .consultation .section__content h2 br,
  .consultation .section__content h5 br {
    display: none;
  }
  .consultation .section__content h5:before {
    display: none;
  }
  .author {
    height: auto;
    padding-top: 40px;
    max-width: 500px;
    margin: 0 auto;
  }
  .author__photo {
    position: static;
    text-align: right;
  }
  .author__info {
    left: 0px;
    right: auto;
    top: 100px;
    bottom: auto;
  }
  .author__podpis {
    left: 0px;
    right: auto;
    bottom:  auto;
    top: 250px;
  }
  .author__video-link {
    top: 400px;
    bottom:  auto;
    right: auto;
    left: 70px;
  }
}

@media screen and (max-width: 520px) {
  .author {
    padding-bottom: 200px;
  }
  .author__photo {
    text-align: center;
  }
  .author__info {
    top: auto;
    bottom: 100px;
  }
  .author__podpis {
    top: auto;
    bottom: 0;
  }
  .author__video-link {
    right: 50px;
    bottom: 100px;
    left: auto;
    top: auto;
  }
}

@media screen and (max-width: 400px) {
  .author__video-link {
    right: 50%;
    bottom: 250px;
    margin-right: -30px;
  }
}

.first {
  padding-top: 82px;
  padding-bottom: 121px;
  position: relative;
  z-index: 90;
}
.first h1 {
  text-transform: uppercase;
  margin-bottom: 83px;
  font-size: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
}
.first h1 span,
.first h1 b {
  /* background: rgba(256, 256, 256, .7); */
}
.first h1 span {
  /* font-family: 'Proxima Nova'; */
}
.first h1 p {
  margin: 15px 0 20px;
  text-align: center;
  max-width: 490px;
}
.first h1 .color {
  color: #7206b0;
  font-weight: bold;
}
.first h1 b {
  font-weight: 900;
}
.first h1:before {
  /* content: url('../img/icon-11.png');
  width: 75px;
  height: 116px;
  position: absolute;
  left: 322px;
  top: 100%;
  margin-top: -12px; */
}
.first .button_medium {
  font-size: 16px;
  line-height: 15px;
}
.first__button {
  position: relative;
  display: inline-block;
}
.first__button:after {
  content: url('../img/arrow-color.png');
  width: 47px;
  height: 91px;
  position: absolute;
  left: 100%;
  bottom: 40px;
  margin: 0 0 0px 48px;
}
.first__offer-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

.footer {
  /* background: #191921 url('../img/bg-3.png') no-repeat center center; */
  background: #191921;
  padding: 25px 0 50px;
}
.footer__address.address {
  margin-bottom: 35px;
  color: #Fff;
  font-size: 14px;
}
.footer__address.address b {
  font-weight: bold;
}
.footer__quest.quest {
  padding-left: 11px;
  color: #fff;
  font-size: 14px;
}
.footer__phones {
  margin-bottom: 30px;
  position: relative;
  /* left: -8px; */
}
.footer__menu {
  margin-left: -16px;
}
.footer__order-call {
  position: relative;
  /* left: -13px; */
}
.footer .logo__description {
  font-size: 12px;
  color: #fff;
  opacity: .51;
  margin-top: 20px;
}
.menu ul {
  font-size: 18px;
  line-height: 18px;
}
.menu li {
  padding-left: 0;
  margin-bottom: 0;
}
.menu li:after {
  display: none;
}
.menu a {
  color: #fff;
}
.copyright {
  font-size: 12px;
  color: #5e5e6c;
  padding-top: 51px;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 30px 0;
  }
  .footer__address,
  .footer__quest {
    display: none;
  }
  .footer .column-3 {
    width: 33.333336%;
  }
}
@media screen and (max-width: 767px) {
  .footer .row {
    margin: 0;
  }
  .footer .column-3 {
    width: 100%;
    padding: 0;
  }
  .footer__logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__phones {
    font-size: 24px !important;
  }
  .footer__phones,
  .footer__order-call {
    width: 100%;
    float: left;
    left: 0;
    text-align: center;
  }
  .footer__menu {
    display: none;
  }
}

.header {
  padding-top: 30px;
  padding-bottom: 35px;
}
.header__dev {
  font-size: 12px;
  line-height: 12px;
  color: #646464;
  margin-bottom: 5px;
}
.header__logo {
  margin-right: 75px;
}
.header__logo,
.header__address {
  display: inline-block;
  vertical-align: middle;
}
.header__address {
  /* margin-bottom: 35px; */
}
.header__quest {
  /* padding-left: 11px; */
}
.header__phones {
  position: relative;
  margin-bottom: 5px;
  /* left: -8px; */
}
.header__phones.phones a {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.header__phones.phones a:hover {
  color: #000;
}
.header__order-call.order-call {
  position: relative;
  /* left: -13px; */
  font-size: 14px;
  color: #000;
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: normal;
  line-height: 18px;
  border-bottom: 1px dotted #000;
}
.logo {
  text-decoration: none;
}
.logo__description {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  display: block;
  padding-top: 3px;
}
.logo img {
  width: 140px;
  height: auto;
}
.address {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.address b {
  font-weight: bold;
}
.address:after {
  content: url('../images/map_marker.svg');
  width: 20px;
  height: 27px;
  position: absolute;
  left: -23px;
  top: 0;
}
.quest {
  color: #000000;
  font-size: 12px;
}
.quest span,
.quest img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.quest img {
  margin-right: 10px;
}
.phones {
  font-size: 24px;
  line-height: 24px;
}
.phones a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}
.phones a:hover {
  color: #f10051;
}
.order-call {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.order-call:hover {
  color: #f10051;
  border-color: #f10051;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 20px 0;
  }
  /* .header .column-3 {
    width: 33.333336%;
  } */
  /* .header .column-offset-3 {
    margin-left: 0;
  } */
  .header__phones.phones a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
    .header__logo{
        margin-right: 50px;
    }
}
@media screen and (max-width: 767px) {
  .header {
    /* padding-bottom: 0px; */
  }
  .header__address,
  .header__quest {
    display: none;
  }
  .header .row {
    margin: 0;
  }
  .header .column-6 {
    width: 35%;
  }
  .header__dev {
    display: none;
  }
  .header .column-3:nth-child(2) {
    display: none;
  }
  .header .column-3 {
    /* width: 100%; */
    padding: 0;
    margin-bottom: 5px;
  }
  .header__logo img {
    max-width: 100px;
  }
  /* .header__phones,
  .header__order-call {
    width: 50%;
    float: left;
    left: 0;
  } */
  .logo__description {
    display: none;
  }
  .phones {
    font-size: 14px;
    line-height: 20px;
    /* padding-top: 11px; */
  }
  .order-call {
    font-size: 14px;
    text-align: center;
  }
  .first h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 520px) {
  .first .button_medium {
    margin-top: 30px;
  }
  .first__button:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  /* .header__phones,
  .header__order-call {
    width: 100%;
    float: none;
  } */
  .phones {
    text-align: center;
    font-size: 24px;
  }
  .header .column-6 {
    width: 30%;
    padding-right: 20px;
  }
  .header__logo img {
    max-width: 100%;
  }
  .header__logo {
    margin-right: 0;
    margin-top: 10px;
  }
  .header__phones {
    margin-bottom: 0;
  }
  .header .container {
    padding: 0 5px;
  }
}

.nav {
  background: #000000;
  position: relative;
  z-index: 5;
}
.nav li {
  display: inline-block;
  margin-right: 100px;
  padding-left: 0;
}
.nav li:after {
  display: none;
}
.nav li:last-of-type {
  margin-right: 0;
}
.nav li.selected a {
  color: #f10051;
}
.nav li.active a:before {
  left: 0;
  right: 0;
}
.nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.nav a:before {
  content: '';
  left: 50%;
  right: 50%;
  background: #f10051;
  height: 3px;
  bottom: -3px;
  position: absolute;
  transition: all .3s;
}
.nav-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav li.active a:hover:before {
    right: 0;
    left: 0;
  }
  .nav li a:hover:before {
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 101;
  }
  .nav-mobile span {
    display: block;
    height: 3px;
    background: #f10051;
    margin: 5px 0;
    position: relative;
    top: 0;
    transition: all .4s;
  }
  .nav-mobile.active span:nth-child(1) {
    top: 11px;
  }
  .nav-mobile.active span:nth-child(2) {
    top: 6px;
  }
  .nav-mobile.active span:nth-child(3) {
    top: -4px;
  }
  .nav-mobile.active span:nth-child(4) {
    top: -10px;
  }
  .nav {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
    z-index: 100;
    transition: all .4s;
  }
  .nav li {
    display: block;
  }
  .nav.active {
    left: 0;
  }
}
.section_start {
  position: relative;
}
.section__animate {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 20px;
  z-index: 120;
}
.section__animate img {
  max-width: 9999px;
}
.animate_1 {
    cursor: pointer;
  position: absolute;
  /* right: 50%; */
  opacity: 0;
  right: 45%;
  bottom: 120px;
  z-index: 200;
  margin-right: -635px;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.animate_1.animate-one {
  right: 50%;
  opacity: 1;
}
.animate_1.animate {
  /* opacity: 1; */
  /* -webkit-transform: scale(1); */
  /* transform: scale(1); */
  animation: monitor 8s ease-in-out infinite;
  -webkit-animation: monitor 8s ease-in-out infinite;
}
.animate_1.animate {
  /* right: 50%; */
}
@-webkit-keyframes monitor {
  0% {
    opacity: 0;
  }
  1% {
    right: 45%;
  }
  25% {
    opacity: 0;
  }
  26% {
    right: 45%;
  }
  40% {
    right: 50%;
    opacity: 1;
  }
  75% {
    right: 50%;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  99% {
    right: 50%;
  }
  100% {
    right: 45%;
  }
}

@keyframes monitor {
  0% {
    opacity: 0;
  }
  1% {
    right: 45%;
  }
  25% {
    opacity: 0;
  }
  26% {
    right: 45%;
  }
  40% {
    right: 50%;
    opacity: 1;
  }
  75% {
    right: 50%;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  99% {
    right: 50%;
  }
  100% {
    right: 45%;
  }
}
.animate_2 {
  position: absolute;
  right: 50%;
  opacity: 1;
  /* right: 50%; */
  bottom: 0;
  z-index: 100;
  margin-right: -810px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.animate_3 {
  position: absolute;
  right: 50%;
  opacity: 1;
  /* right: 50%; */
  bottom: 0;
  z-index: 10;
  margin-right: -670px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.section__parallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section__parallax .parallax__1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.section__parallax .parallax__1 div {
  position: absolute;
  width: 100%;
  top: -75%;
  height: 150%;
  left: 0;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .section__parallax .parallax__1 div {
    top: 0;
    height: 100%;
  }
}
.section__parallax .parallax {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.section__parallax .parallax .parallax__2,
.section__parallax .parallax .parallax__3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup {
  display: none;
}
.popup .fancybox-close-small {
  display: none;
}
.popup .popup-close {
  position: absolute;
  right: 23px;
  top: 23px;
}
.order-call-popup {
  border-radius: 5px;
  background: #fff url('../img/img-11.png') no-repeat right bottom;
  width: 873px;
  padding: 35px 43px 50px 43px;
}
.order-call-popup .form__description {
  max-width: 320px;
}
.order-call-popup .form__field {
  max-width: 290px;
}
.order-call-popup .form__submit {
  float: left;
  margin-right: 32px;
  padding-top: 7px;
}
.order-call-popup .form__write {
  width: 102px;
  float: left;
  margin-top: 13px;
  line-height: 18px;
}
.order-call-popup .form__write img {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px 0;
}
.order-call-popup .form__checkbox {
  display: block;
  clear: both;
  max-width: 415px;
  font-style: italic;
  font-size: 10px;
  line-height: 11px;
}
.order-call-popup .form__checkbox a {
  color: #2b80c1;
}
@media screen and (max-width: 1023px) {
  .order-call-popup {
    width: 100%;
    max-width: 870px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #order-call {
    margin: 0 20px;
  }
  .order-call-popup .form__submit {
    float: none;
    margin-right: 0;
  }
  .order-call-popup .form__write {
    float: none;
    width: 100%;
  }
  .order-call-popup .form__write img {
    margin: 0 4px;
  }
}
@media screen and (max-width: 450px) {
  .order-call-popup {
    padding: 20px;
  }
  .order-call-popup .form__header {
    font-size: 30px;
    line-height: 36px;
  }
  .order-call-popup .form__field {
    max-width: 100%;
  }
}

section {
  position: relative;
}
.section {
  position: relative;
  padding: 70px 0 50px;
}
.section .container {
  z-index: 2;
}
.section_white {
  color: #fff;
}
.section_white a {
  color: #fff;
}
.section_white a:hover {
  color: #f10051;
}
.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section__bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.67);
}
.section__header {
  text-align: center;
  padding-bottom: 30px;
}
.section__header h2 {
  text-transform: uppercase;
  margin-bottom: 33px;
}
.section__header .h5 {
  padding-right: 46px;
}
.section__content {
  position: relative;
}
.section_1 .section__media {
  padding-right: 8px;
}
.section_1 .section__content {
  padding-top: 2px;
  margin-left: -8px;
}
.section_1 .section__content h5 {
  margin-bottom: 11px;
}
.section_1 .section__content h5 .border {
  margin-bottom: -4px;
}
.section_1 .section__content ul {
  margin-bottom: 2px;
}
.section_1 .section__content .button {
  margin: 8px 0 25px;
}
.section_2 .section__header h2 {
  margin-bottom: 37px;
}
.section_2 .section__media {
  padding-right: 28px;
  margin-left: -18px;
}
.section_2 .section__content {
  padding-top: 2px;
  margin-left: 1px;
}
.section_2 .section__content h5 {
  margin-bottom: 11px;
}
.section_2 .section__content h5 .border {
  margin-bottom: -4px;
}
.section_2 .section__content ul {
  margin-bottom: 2px;
}
.section_2 .section__content .button {
  margin: 8px 0 25px;
}
.step {
  padding: 30px 0 40px;
  background: url('../img/wave.png') repeat-x center bottom;
}
.step__header {
  position: relative;
  min-height: 55px;
  padding: 13px 0 0 90px;
  margin-bottom: 30px;
  margin-top: 6px;
}
.step__header .step__number {
  position: absolute;
  left: 0;
  top: 0;
}
.step__header h3 {
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}
.step__number {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 55px;
  border: 4px solid #f10051;
  line-height: 48px;
  color: #f10051;
  font-size: 24px;
  font-weight: 900;
}
.step__next {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 30px;
  font-size: 12px;
  line-height: 12px;
  color: #6f6f6f;
  text-decoration: none;
}
.step__next:after {
  content: url('../img/icon-6.png');
  width: 9px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 0px;
  transition: margin-top 0.4s ease-in-out;
}
.step__next:hover:after {
  margin-top: 10px;
}
.step_1 {
  padding-top: 80px;
  padding-bottom: 54px;
}
.step_1 .step__header {
  padding-left: 80px;
  margin-bottom: 37px;
}
.step_1 .section__content {
  margin-right: -1px;
}
.step_1 .section__content h2 {
  margin-bottom: 2px;
}
.step_1 .section__media img {
  max-width: 9999px;
  margin-right: -4px;
  float: right;
  margin-top: -5px;
}
.step_1 .step__next {
  margin: 12px 0 0 3px;
}
.step_2 {
  padding-bottom: 90px;
}
.step_2 .step__header {
  margin-bottom: 72px;
}
.step_2 .section__media {
  margin-left: -4px;
}
.step_2 .section__content {
  margin-left: -10px;
  padding-top: 40px;
}
.step_2 .step__next {
  margin: -4px 0 0 2px;
}
.step_3 {
  padding-bottom: 52px;
}
.step_3 .step__header {
  padding-left: 80px;
}
.step_3 .section__content {
  padding-left: 5px;
  padding-top: 65px;
}
.step_3 .section__media img {
  max-width: 999px;
  float: right;
  margin: -3px 17px 0 0;
}
.step_4 {
  padding-top: 25px;
  padding-bottom: 7px;
}
.step_4 .step__header {
  padding-left: 90px;
  margin-bottom: 54px;
}
.step_4 .section__media .offer {
  padding-left: 27px;
  padding-top: 14px;
}
.step_4 .section__content {
  padding-top: 7px;
  margin-left: -9px;
}
.step_4 .section__content .offer {
  padding-bottom: 29px;
}
.step_5 {
  padding-top: 60px;
  padding-bottom: 44px;
}
.step_5 .step__header {
  padding-left: 80px;
  margin-bottom: 39px;
}
.step_5 .section__content {
  padding-top: 71px;
  padding-left: 3px;
  padding-right: 75px;
}
.step_5 .section__content h5 {
  margin-bottom: 4px;
}
.step_5 .section__content .offer {
  padding-top: 43px;
}
.step_5 .section__media img {
  max-width: 999px;
  margin-left: -19px;
}
.offer {
  font-size: 18px;
  line-height: 15px;
  color: #f10051;
  padding: 34px 0 39px;
  display: table;
}
.offer > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 19px;
}
.offer > span:first-of-type {
  padding-left: 0;
}
.offer_orange {
  color: #ff4800;
}
.offer img {
  max-width: 99999px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .step {
    padding: 30px 0 40px !important;
  }
  .section__content {
    padding-top: 0 !important;
  }
  .section__media img {
    max-width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section,
  .step {
    padding: 30px 0;
  }
  .section__header br,
  .step__header br {
    display: none;
  }
  .section__header .h5,
  .step__header .h5 {
    padding-right: 0;
  }
  .section__content,
  .step__content {
    margin: 0 !important;
  }
  .section__media,
  .step__media {
    margin: 0 !important;
    padding: 0 !important;
  }
  .section__media img,
  .step__media img {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .section .row,
  .step .row {
    margin: 0;
  }
  .section .column-6,
  .step .column-6 {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
  }
  .section .column-6:last-of-type,
  .step .column-6:last-of-type {
    margin-bottom: 0;
  }
  .step__header {
    padding-left: 0 !important;
  }
  .step__header .step__number {
    display: block;
    position: static;
    margin: 0 auto 30px !important;
  }
  .step__next {
    display: none;
  }
  .offer img {
    max-width: 999px !important;
  }
}

.video {
  position: relative;
}
.video__iframe {
  border: 3px solid #f10051;
  width: 100%;
  height: 322px;
}
.video__iframe iframe {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
.video__prevu {
  border: 3px solid #f10051;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.video__prevu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 1px 58px 226px rgba(0, 0, 0, 0.84);
}
.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -26px;
  z-index: 3;
  transition: all .4s;
}
.video__play:hover {
  opacity: .8;
}


/* Новые стили */

.quizes {
  padding-top: 75px;
  margin-bottom: 40px;
}

.quizes__header {
  text-align: center;
}

.quizes__header h2 {
  text-transform: uppercase;
}

.quiz {
  padding: 60px 0 60px;
  background: url('../img/wave.png') repeat-x center bottom;
}

.quiz:before,
.quiz:after {
  content: '';
  display: table;
  clear: both;
}

.quiz__header {
  position: relative;
  min-height: 55px;
  padding-left: 85px;
  margin-bottom: 20px;
}

.quiz__header h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.quiz__header .quiz__number {
  position: absolute;
  left: 0;
  top: 0;
}

.quiz__number {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 55px;
  border: 4px solid #f10051;
  line-height: 48px;
  color: #f10051;
  font-size: 24px;
  font-weight: 900;
}

.quiz__header-description {
  font-size: 14px;
  line-height: 18px;
}

.quiz__header-description h5 {
  margin-bottom: 0;
}

.quiz__title {
  font-size: 18px;
  text-transform: uppercase;
  color: #f10051;
  margin-bottom: 20px;
}

.quiz__media {
  background: #000;
  height: 397px;
  margin-bottom: 30px;
}

.quiz__media:before,
.quiz__media:after {
  content: '';
  display: table;
  clear: both;
}

.quiz__photo {
  width: 50%;
  height: 100%;
  float: left;
  border-right: 1px solid #fff;
  position: relative;
  overflow: hidden;
}

.quiz__video {
  width: 50%;
  float: left;
  position: relative;
}

.quiz__media-icon {
  z-index: 90;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.quiz__photo .quiz__media-icon {
  position: absolute;
  right: 21px;
  top: 18px;
  background: #f10051;
  color: #fff;
  height: 23px;
  padding: 1px 5px 0;
  border-radius: 5px;
}

.quiz__photo .quiz__media-icon .icon-type-img {
  margin-right: 5px;
  vertical-align: middle;
}

.quiz__video .quiz__media-icon {
  position: absolute;
  top: 18px;
  left: 21px;
  background: #fff;
  color: #f10051;
  height: 23px;
  padding: 1px 5px 0;
  border-radius: 5px;
}

.quiz__video .quiz__media-icon .icon-type-video {
  margin-right: 5px;
  /* vertical-align: middle; */
}

.quiz__media-type {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  z-index: 90;
}

.quiz__photo .quiz__media-type {
  position: absolute;
  top: 50px;
  right: 21px;
}

.quiz__video .quiz__media-type {
  position: absolute;
  top: 50px;
  left: 21px;
}

.quiz__photo-bg {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent 53%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .9), transparent 53%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 53%);
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 30;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.quiz__photo-prevu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 20;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.quiz__photo-link {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

.quiz__photo-title {
  position: absolute;
  bottom: -100%;
  left: 0;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  padding: 40px;
  z-index: 40;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

@media screen and (min-width: 769px){

  .quiz__photo-link:hover .quiz__photo-bg {
    top: 0;
    bottom: 0;
  }

  .quiz__photo-link:hover .quiz__photo-prevu {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  .quiz__photo-link:hover .quiz__photo-title {
    bottom: 0;
  }

}

@media screen and (max-width: 768px){

  .quiz__photo-link .quiz__photo-bg {
    top: 0;
    bottom: 0;
  }

  .quiz__photo-link .quiz__photo-prevu {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
  }

  .quiz__photo-link .quiz__photo-title {
    bottom: 0;
  }

}

.quiz__photo-list .owl-prev {
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -13px;
}

.quiz__photo-list .owl-next {
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -13px;
}

.quiz__photo-list .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.quiz__photo-list .owl-dot {
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-radius: 50% 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.quiz__photo-list .owl-dot.active {
  background: #f10051;
  width: 8px;
  height: 8px;
}

.quiz__photo-item {
  width: 100%;
  height: 397px;
  position: relative;
}

.quiz__photo-item-big {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  box-shadow: inset 0 0 150px 40px rgba(0, 0, 0, 1.0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.quiz__photo-item-big:before {
  content: url('../img/icon-zoom.png');
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -17px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.quiz__photo:hover .quiz__photo-item-big {
  box-shadow: inset 0 0 400px 40px rgba(0, 0, 0, 1.0);
}

.quiz__photo:hover .quiz__photo-item-big:before {
  opacity: 1;
}

.quiz__photo-item-img {
  display: none;
}

.quiz__photo-item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quiz__video-player {
  width: 100%;
  height: 397px;
  position: relative;
}

.quiz__video-player .quiz__video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  box-shadow: inset 0 0 150px 40px rgba(0, 0, 0, 1.0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.quiz__video-player .quiz__video-play:after {
  /* content: '';
  width: 42px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -21px;
  background: url('../img/icon-play.png') no-repeat center center; */
}

.quiz__video-player .quiz__video-play {

}

.icon-cursor-click {
  background: url('../img/icon-cursor.png') no-repeat center center;
  width: 28px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: 75px;
  left: 50%;
  margin-left: -14px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.quiz__video-player .quiz__video-play:hover .icon-cursor-click {
  margin-top: 0;
  opacity: 1;
}

.quiz__video-player:hover .quiz__video-play:before {
  opacity: 1;
}

.quiz__video-player:hover .quiz__video-play {
  box-shadow: inset 0 0 400px 40px rgba(0, 0, 0, 1.0);
}

.quiz__video-prevu {
  position: absolute;
  left: 0;
  z-index: 30;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quiz__video-iframe {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}

.quiz__description {
  font-size: 14px;
  line-height: 18px;
  width: 640px;
  float: left;
}

.quiz__description h5 {
  font-size: 14px;
  color: #f10051;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
}

.quiz__description h5:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #f10051;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quiz__button {
  float: right;
  height: 50px;
  line-height: 47px;
  padding: 0 23px;
  background: #fff;
  color: #f10051;
  border: 2px solid #f10051;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.quiz__button:hover {
  background: #f10051;
  color: #fff;
}

/* Цены */

.prices {
  padding-bottom: 80px;
  background: url('../img/wave.png') repeat-x center bottom;
}

.prices__header {
  text-align: center;
  margin-bottom: 50px;
}

.prices__header h2 {
  text-transform: uppercase;
}

.prices__packages {
  margin: 0 -10px;
}

.prices__packages:after,
.prices__packages:before {
  content: '';
  display: table;
  clear: both;
}

.package {
  float: left;
  width: 33.333335%;
  padding: 0 10px;
  /* position: relative; */
  /* z-index: 10; */
}

/* .package:hover {
  z-index: 100;
} */

.package__wrap {
  border: 2px solid #000000;
  margin-bottom: 20px;
}

.package_top {
  margin-top: -14px;
}

.package__header {
  height: 120px;
  border-bottom: 2px solid #000;
  font-size: 14px;
  line-height: 16px;
}

.package__header-wrap {
  text-align: center;
  width: 100%;
  padding: 0 25px;
}

.package__header:after,
.package__header .package__header-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}

.package__header:after {
  content: '';
  width: 0;
  height: 100%;
}

.package:last-of-type .package__header-wrap {
  text-align: left;
}

.package:last-of-type .package__header-wrap . {

}

.package__header h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
}

.package__header p {
  margin-bottom: 0;
}

.package__list {

}

.package__list ul {
  list-style-type: none;
}

.package__list li {
  padding: 3px 30px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #000000;
  /* position: relative; */
  /* z-index: 10; */
}

.package__list li.hover {
  background: #ebebeb;
}

.package__list li:hover {
  /* z-index: 100; */
}

.package__list li .help {
  float: right;
  margin-right: -23px;
  margin-top: 3px;
}

.package__list li:after {
  left: 14px;
  top: 3px;
}

.package__time {
  background: #24c8ba;
  color: #fff;
  padding: 8px 16px;
}

.package__price {
  padding: 5px 0;
}

.package__price td {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 16px;
}

.package__price td:last-of-type {
  text-align: right;
  white-space: nowrap;
}

.package__button {
  height: 48px;
  text-align: center;
  background: #f10051;
  border: 2px solid #f10051;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 45px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.package__button:hover {
  background: #fff;
  color: #f10051;
}

.package_top .package__wrap {
  border-color: #f10051;
}

.package_top .package__header {
  border-bottom-color: #f10051;
  background: url('../img/top-label.png') no-repeat right top;
}

.help {
  position: relative;
  z-index: 1000;
}

.help__icon {
    cursor: pointer;
}

.help__ballon {
  position: absolute;
  width: 442px;
  height: 253px;
  background: url('../img/bg-ballon.png') no-repeat center top;
  top: -78px;
  left: 6px;
  padding: 16px 50px 0 55px;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.help__ballon-text {
  max-height: 120px;
  overflow: auto;
}

.help__ballon h5 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.help__ballon h5:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #f10051;
  position: absolute;
  left: 0;
  bottom: 0;
}

.help__ballon.active {
  display: block;
}

.help__close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 50px;
  top: 10px;
  background: url('../img/icon-15.png') no-repeat center center;
  z-index: 20;
}

.help_left .help__ballon {
  background-image: url('../img/bg-ballon-left.png');
  right: -15px;
  left: auto;
  padding: 16px 55px 0 50px;
}

.help_left .help__close {
  right: 65px;
}

/* Мы думаем за вас */

.about {
  padding: 75px 0 200px;
}

.about__top {
  font-size: 18px;
  margin-bottom: 65px;
  text-align: center;
}

.about__title {
  text-align: center;
  font-size: 72px;
  line-height: 66px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 85px;
}

.about__subtitle {
  text-align: center;
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 75px;
}

.about__text {
  font-size: 16px;
  line-height: 18px;
  padding: 0 80px;
  color: #7c7c7c;
}

.about__text p {
  margin-bottom: 20px;
}

.about__text b {
  color: #000;
}

@media screen and (max-width: 991px){

  .quiz__description {
    width: 100%;
    margin-bottom: 20px;
  }

  .quiz__button {
    float: none;
    display: inline-block;
  }

  .about {
    padding-bottom: 40px;
  }

}

@media screen and (max-width: 768px){

  .quiz__media {
    height: auto;
    background: #fff;
  }

  .quiz__photo,
  .quiz__video {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .quiz__photo {
      height: 450px;
      margin-bottom: 10px;
  }

  .prices__packages {
      /* text-align: center; */
  }

  .package {
    width: 100%;
    float: none;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .package:last-of-type .package__header-wrap {
      text-align: left;
  }

  .package_top {
    margin-top: 0;
  }

  .help {
      position: static;
    /* display: none; */
  }

  .help_left .help__ballon,
  .help__ballon {
      position: fixed;
      right: auto;
      left: 50%;
      top: 50%;
      z-index: 1200;
      margin: -122px 0 0 -221px;
  }

  .about__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .about__top {
    margin-bottom: 20px;
  }

  .about__text {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

}

@media screen and (max-width: 530px){

  .package {
    float: none;
    width: 100%;
  }

  .quiz__header {
    padding-left: 0;
  }

  .quiz__header .quiz__number {
    position: static;
    margin-bottom: 15px;
  }

  a.button,
  .button {
    width: auto;
    padding: 10px 20px;
  }

  .button_medium {
    width: auto;
  }

}

@media screen and (max-width: 1366px) {

  .first .container {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
  .section__animate {
    right: -60px;
  }
  .animate_1 {
    right: 100px;
    margin-right: 0;
  }
  .animate_1.animate-one {
    right: 200px;
    opacity: 1;
  }
  .animate_2 {
    right: 0;
    margin-right: 0;
  }
  .animate_3 {
    right: 150px;
    margin-right: 0;
  }
  .animate_1.animate {
    /* right: 200px; */
  }
  @-webkit-keyframes monitor {
    0% {
      opacity: 0;
    }
    1% {
      right: 100px;
    }
    25% {
      opacity: 0;
    }
    26% {
      right: 100px;
    }
    40% {
      right: 200px;
      opacity: 1;
    }
    75% {
      right: 200px;
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    99% {
      right: 200px;
    }
    100% {
      right: 100px;
    }
  }

  @keyframes monitor {
    0% {
      opacity: 0;
    }
    1% {
      right: 100px;
    }
    25% {
      opacity: 0;
    }
    26% {
      right: 100px;
    }
    40% {
      right: 200px;
      opacity: 1;
    }
    75% {
      right: 200px;
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    99% {
      right: 200px;
    }
    100% {
      right: 100px;
    }
  }
}
@media screen and (max-width: 1200px){

  .first h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .animate_1 {
    right: 70px;
  }
  .animate_1.animate-one {
    right: 150px;
    opacity: 1;
  }
  .animate_3 {
    right: 120px;
  }

  .animate_3 img {
    width: auto;
    height: 540px;
  }

  .animate_2 img {
    width: auto;
    height: 270px;
  }

  .animate_1 img {
    width: auto;
    height: 420px;
  }

  @-webkit-keyframes monitor {
    0% {
      opacity: 0;
    }
    1% {
      right: 70px;
    }
    25% {
      opacity: 0;
    }
    26% {
      right: 70px;
    }
    40% {
      right: 150px;
      opacity: 1;
    }
    75% {
      right: 150px;
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    99% {
      right: 150px;
    }
    100% {
      right: 70px;
    }
  }

  @keyframes monitor {
    0% {
      opacity: 0;
    }
    1% {
      right: 70px;
    }
    25% {
      opacity: 0;
    }
    26% {
      right: 70px;
    }
    40% {
      right: 150px;
      opacity: 1;
    }
    75% {
      right: 150px;
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    99% {
      right: 150px;
    }
    100% {
      right: 70px;
    }
  }

}
@media screen and (max-width: 1023px) {
  .section__animate {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .first {
    padding: 20px 0;
    /* text-align: center; */
  }
  .first .container {
      padding: 0 20px;
  }
  .first h1 p {
    max-width: 100%;
  }
  .first h1 {
    margin-bottom: 20px;
  }
  .first h1:before {
    display: none;
  }
  .first br {
    display: none;
  }
  .first .button_medium {
    margin-top: 60px;
  }
}

.main {
  background: #202027;
  padding: 40px 0 90px;
}

.main h1 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.cases__filter {
  margin-bottom: 35px;
}

.cases__filter-button,
.cases__filter a {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #4b4b5c;
  color: #4b4b5c;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.cases__filter-button:hover,
.cases__filter a:hover {
  border-color: #f10051;
  color: #f10051;
}

.cases__filter-button.active,
.cases__filter a.active {
  color: #fff;
  border-color: #fff;
}

.cases__list:after,
.cases__list:before {
  content: '';
  display: table;
  clear: both;
}

.cases__list {
  margin-bottom: 90px;
  position: relative;
  width: 100%;
}

.cases__list .quiz__photo {
  /* display: inline-block; */
  /* vertical-align: top; */
  /* margin-right: -5px; */
  /* float: none; */
  width: 25%;
  /* overflow: auto; */
  height: auto;
  border: none;
}

.cases__list .quiz__photo .quiz__photo-prevu {
  position: static;
}

/* .cases__list .quiz__photo:after,
.cases__list .quiz__photo:before {
  content: '';
  display: table;
  clear: both;
} */

.cases__list .quiz__photo .quiz__photo-link {
  position: static;
  display: block;
}

.cases__list .quiz__photo .quiz__photo-prevu img {
  display: block;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.cases__list .quiz__photo:hover .quiz__photo-prevu img {
  transform: scale(1.4);
}

.cases__more {
  text-align: center;
}

.cases__more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Roboto';
  height: 63px;
  line-height: 63px;
  padding: 0 44px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
}

.cases__more a:hover {
  border-color: #f10051;
  color: #f10051;
}

@media screen and (max-width: 1366px){

  .cases__list .quiz__photo {
    width: 33.33335%;
  }

}

@media screen and (max-width: 1024px){

  .main h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .cases__list .quiz__photo {
    width: 50%;
    float: left;
  }

}

@media screen and (max-width: 645px){
  .cases__list .quiz__photo {
    width: 100%;
    float: none;
  }
}
