/* stylelint-disable */
::-ms-clear {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
  display: none !important;
  height: 0px !important;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner
option::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:invalid {
  box-shadow: none;
}

.page {
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: 700;
}

button {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
textarea {
  font: inherit;
  color: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn,
i {
  font-style: italic;
}

mark {
  color: #000;
  background: transparent;
}

progress {
  vertical-align: baseline;
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

small {
  font-size: .8em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

textarea {
  overflow: auto;
}

hr {
  height: 0;
  overflow: visible;
}

table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
  text-align: left;
}

template,
[hidden] {
  display: none;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* stylelint-disable */

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 25px 46px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.container {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_fluid {
  max-width: 100% !important;
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
    url('../fonts/montserrat-v25-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
    url('../fonts/montserrat-v25-latin-700.woff') format('woff');
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section_face {
  padding-top: 30px;
  background-position: center bottom;
  background-size: cover;
}

.no-webp .section_face {
  background-image: url("../images/face.jpg");
}

.webp .section_face {
  background-image: url("../images/face.webp");
}

.section_cards {
  padding-top: 0;
}

.section_help {
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.no-webp .section_help {
  background-image: url("../images/help.jpg");
}

.webp .section_help {
  background-image: url("../images/help.webp");
}

.section_sostav {
  background-position: center top;
  background-size: cover;
}

.no-webp .section_sostav {
  background-image: url("../images/sostav.jpg");
}

.webp .section_sostav {
  background-image: url("../images/sostav.webp");
}

.section_plus {
  padding-top: 150px;
  padding-bottom: 90px;
  background-position: center center;
  background-size: cover;
}

.no-webp .section_plus {
  background-image: url("../images/plus.jpg");
}

.webp .section_plus {
  background-image: url("../images/plus.webp");
}

.section_effect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_professional {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.no-webp .section_professional {
  background-image: url("../images/professional.jpg");
}

.webp .section_professional {
  background-image: url("../images/professional.webp");
}

.section_commits {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section__title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;

}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */


.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.cards__title {
  margin-bottom: 10px;
  text-align: center;
}

.cards__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.cards__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 470px;
  padding: 250px 30px 30px;
  margin: 20px;
  overflow: hidden;
}

.cards__item::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-box-shadow: 0 0 140px 150px #000;
  box-shadow: 0 0 140px 150px #000;
}

.cards__item>ul li {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  font-weight: 300;
  color: #fff;
  list-style-type: none;
}

.cards__item>ul li+li {
  margin-top: 15px;
}

.cards__item>ul li::before {
  position: absolute;
  left: 0;
  content: "—";
}

.no-webp .cards__item:nth-child(1) {
  background-image: url("../images/img-1-1.jpg");
}

.webp .cards__item:nth-child(1) {
  background-image: url("../images/img-1-1.webp");
}

.no-webp .cards__item:nth-child(2) {
  background-image: url("../images/img-2-1.jpg");
}

.webp .cards__item:nth-child(2) {
  background-image: url("../images/img-2-1.webp");
}

.no-webp .cards__item:nth-child(3) {
  background-image: url("../images/img-3-1.jpg");
}

.webp .cards__item:nth-child(3) {
  background-image: url("../images/img-3-1.webp");
}

.no-webp .cards__item:nth-child(4) {
  background-image: url("../images/img-4.jpg");
}

.webp .cards__item:nth-child(4) {
  background-image: url("../images/img-4.webp");
}

.no-webp .cards__item:nth-child(5) {
  background-image: url("../images/img-5.jpg");
}

.webp .cards__item:nth-child(5) {
  background-image: url("../images/img-5.webp");
}

.cards__name {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 800;
  color: #fff;
}

.cards__footer {
  max-width: 960px;
  padding: 20px 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  border: 5px solid #f6f6f6;
}

.cards__footer mark {
  display: block;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700;
  color: #f43d3d;
}

.causes__head {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f65833;
  background-position: right center;
  background-size: auto 100%;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
}

.no-webp .causes__head {
  background-image: url("../images/head-bg.jpg");
}

.webp .causes__head {
  background-image: url("../images/head-bg.webp");
}

.causes__head-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px #f65833;
  background-color: rgba(246, 88, 51, .5);
  padding: 5px;
}

.causes__head-title span {
  display: block;
}

.causes__head-description {
  max-width: 820px;
  color: #fff;
  background-color: rgba(246, 88, 51, .5);
  padding: 5px;
}

.causes__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.causes__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 75px;
}

.causes__title {
  margin-top: 60px;
  margin-bottom: 30px;
}

.causes__list {
  margin-bottom: 20px;
}

.causes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #f54839;
  background-image: -o-linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  background-image: linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  border-radius: 3px;
}

.causes__item+.causes__item {
  margin-top: 8px;
}

.causes__item span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 36px;
  min-height: 36px;
  background-color: #2b2a2a;
  background-position: center;
}

.no-webp .causes__item span {
  background-image: url("../images/close.png");
}

.webp .causes__item span {
  background-image: url("../images/close.webp");
}

.causes__item p {
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.causes__footer {
  position: relative;
  padding: 20px 25px 20px 33px;
  font-size: 18px;
  font-weight: 300;
  background-color: #f5f5f5;
}

.causes__footer b {
  font-weight: 700;
}

.causes__footer::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  content: '';
  background-color: #f54839;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f54739), to(#fa702a));
  background-image: -o-linear-gradient(bottom, #f54739 0%, #fa702a 100%);
  background-image: linear-gradient(0deg, #f54739 0%, #fa702a 100%);
  border-radius: 2px;
}

.commits__title {
  margin-bottom: 30px;
  text-align: center;
}

.commits__title span {
  display: block;
}

.commits__box .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px !important;
}

.commits__box .owl-dot {
  width: 15px !important;
  height: 15px !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
}

.commits__box .owl-dot.active {
  background-color: #75ba8e !important;
  border-color: #75ba8e !important;
}

.commits__box .owl-dot:focus {
  outline: none;
}

.commits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 85px 50px 50px;
  margin: 60px 10px 0;
  background-color: #f5f5f5;
}

.commits__face {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: #e96771;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.commits__name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.commits__name span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.commits__description {
  width: 100%;
  margin-bottom: 20px;
  line-height: 21px;
}

.commits__star {
  max-width: 150px;
}

.effect__title {
  max-width: 675px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.effect__description {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.effect__subtitle {
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
}

.effect__list {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.effect__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 60px 25px 25px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.13);
}

.effect__item>span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
  font-size: 36px;
  color: #fff;
}

.effect__item>span:last-child {
  max-width: 400px;
  color: #fff;
}

.effect__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: '';
  background-color: #606060;
}

.effect__item+.effect__item {
  margin-top: 35px;
}

.effect__item:nth-child(1) {
  background-color: #fb8833;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb8833), to(#f95821));
  background-image: -o-linear-gradient(top, #fb8833 0%, #f95821 100%);
  background-image: linear-gradient(180deg, #fb8833 0%, #f95821 100%);
}

.effect__item:nth-child(1)::before {
  width: 40px;
}

.effect__item:nth-child(2) {
  background: #f75446;
  background: -webkit-gradient(linear, left top, left bottom, from(#f75446), to(#f3362e));
  background: -o-linear-gradient(top, #f75446 0%, #f3362e 100%);
  background: linear-gradient(180deg, #f75446 0%, #f3362e 100%);
}

.effect__item:nth-child(2)::before {
  width: 60px;
}

.effect__item:nth-child(3) {
  background: #f43d68;
  background: -webkit-gradient(linear, left top, left bottom, from(#f43d68), to(#ee2845));
  background: -o-linear-gradient(top, #f43d68 0%, #ee2845 100%);
  background: linear-gradient(180deg, #f43d68 0%, #ee2845 100%);
}

.effect__item:nth-child(3)::before {
  width: 80px;
}

.face__logo {
  width: 100%;
  text-align: center;
}

.face__logo img {
  display: inline-block;
}

.face__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.face__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.face__title {
  max-width: 411px;
  margin-bottom: 30px;
  font-size: 56px;
  color: #fff;
}

.face__list {
  max-width: 340px;
}

.face__item {
  position: relative;
  padding-left: 65px;
  overflow: hidden;
  font-size: 18px;
  background-color: #fff;
  border-radius: 3px;
}

.face__item span {
  display: block;
}

.face__item>p {
  padding: 8px;
}

.face__item+.face__item {
  margin-top: 30px;
}

.face__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 65px;
  height: 100%;
  padding: 8px;
  background-color: #f6d23e;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .face__media {
  background-image: url("../images/icon-1.png");
}

.webp .face__media {
  background-image: url("../images/icon-1.webp");
}

.face__product {
  position: absolute;
  bottom: -170px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.face__product::before {
  right: -165px;
  bottom: -17px;
  width: 339px;
  height: 139px;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  padding: 20px 0;
  color: #000;
  text-align: center;
  background-color: #fff;
}

.footer a {
  color: #000;
}

.form {
  width: 100%;
  max-width: 335px;
  padding: 40px;
  margin-left: auto;
  background-color: #fff;
}

.form__title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #670420;
  text-align: center;
}

.form__title span {
  display: block;
}

.form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.form__price-old {
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.form__price-old::before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  content: '';
  background-color: #000;
}

.form__price-new {
  font-size: 25px;
  font-weight: 600;
  line-height: 19px;
  color: #ba4254;
}

.form__label {
  position: relative;
  display: block;
  margin-top: 25px;
}

.form__field {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #000;
}

.form__field:focus {
  outline: none;
}

.form__label span {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 16px;
  -webkit-transition: .1s transform;
  -o-transition: .1s transform;
  transition: .1s transform;
  -webkit-transform: translateY(17px);
  -ms-transform: translateY(17px);
  transform: translateY(17px);
}

.form__field_active+span {
  left: 0;
  font-size: 14px;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
}

.form__time {
  margin-top: 20px;
  margin-bottom: 40px;
}

.form__time-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.form__time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form__time-box>span {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 28px;
  font-weight: 500;
  line-height: 49px;
  color: #000;
}

.form__time-count {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 68px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #000;
}

.form__time-count span {
  display: block;
}

.form__time-count span:first-child {
  font-size: 32px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
}

.form__time-count span:last-child {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.form__btn {
  width: 100%;
  padding: 15px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background-color: #fa6f2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa6f2a), to(#f5443a));
  background-image: -o-linear-gradient(top, #fa6f2a 0%, #f5443a 100%);
  background-image: linear-gradient(180deg, #fa6f2a 0%, #f5443a 100%);
  border: 0;
}

.help {
  position: relative;
}

.help__body {
  max-width: 450px;
}

.help__title {
  margin-bottom: 30px;
}

.help__item {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}

.help__item>span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 100%;
  background-color: #2b2a2a;
  background-position: center 10px;
}

.no-webp .help__item>span {
  background-image: url("../images/check.png");
}

.webp .help__item>span {
  background-image: url("../images/check.webp");
}

.help__item p {
  display: inline-block;
  padding: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #fa702a;
}

.help__item p+p {
  margin-top: -8px;
}

.help__item+.help__item {
  margin-top: 15px;
}

.help__product {
  position: absolute;
  top: 25%;
  right: 35px;
  max-width: 300px;
}

.help__product::before {
  position: absolute;
  right: -71px;
  bottom: -145px;
  width: 280px;
  height: 239px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.no-webp .help__product::before {
  background-image: url("../images/product-before.png");
}

.webp .help__product::before {
  background-image: url("../images/product-before.webp");
}

.help__btn {
  display: inline-block;
  padding: 15px 80px;
  margin-top: 40px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #fa6f2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa6f2a), to(#f5443a));
  background-image: -o-linear-gradient(top, #fa6f2a 0%, #f5443a 100%);
  background-image: linear-gradient(180deg, #fa6f2a 0%, #f5443a 100%);
  border: 0;
  border-radius: 3px;
}

.plus {
  position: relative;
}

.plus__human {
  position: absolute;
  bottom: -90px;
  left: 50%;
  margin-left: 90px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.plus__body {
  max-width: 490px;
}

.plus__title {
  margin-bottom: 30px;
}

.plus__list {
  position: relative;
  z-index: 1;
}

.plus__item {
  position: relative;
  padding: 15px 15px 15px 95px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 3px;
}

.plus__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 100%;
  content: '';
  background-color: #f54839;
  background-image: -o-linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  background-image: linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.plus__item+.plus__item {
  margin-top: 15px;
}

.no-webp .plus__item:nth-child(1)::before {
  background-image: url("../images/img-11.png");
}

.webp .plus__item:nth-child(1)::before {
  background-image: url("../images/img-11.webp");
}

.no-webp .plus__item:nth-child(2)::before {
  background-image: url("../images/img-21.png");
}

.webp .plus__item:nth-child(2)::before {
  background-image: url("../images/img-21.webp");
}

.no-webp .plus__item:nth-child(3)::before {
  background-image: url("../images/img-31.png");
}

.webp .plus__item:nth-child(3)::before {
  background-image: url("../images/img-31.webp");
}

.no-webp .plus__item:nth-child(4)::before {
  background-image: url("../images/img-41.png");
}

.webp .plus__item:nth-child(4)::before {
  background-image: url("../images/img-41.webp");
}

.no-webp .plus__item:nth-child(5)::before {
  background-image: url("../images/img-51.png");
}

.webp .plus__item:nth-child(5)::before {
  background-image: url("../images/img-51.webp");
}

.professional {
  position: relative;
}

.professional__title {
  margin-bottom: 30px;
  color: #fff;
}

.professional__body {
  padding: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.no-webp .professional__body {
  background-image: url("../images/bg.jpg");
}

.webp .professional__body {
  background-image: url("../images/bg.webp");
}

.professional__info {
  max-width: 520px;
}

.professional__info p {
  font-size: 18px;
  font-weight: 300;
}

.professional__info p+p {
  margin-top: 20px;
}

.professional__info p:nth-child(2) {
  font-size: 20px;
  color: #da1834;
}

.professional__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  color: #fff;
  flex-direction: column;
}

.professional__name {
  margin-right: 25px;
  font-size: 24px;
  font-weight: 700;
}

.professional__job {
  margin-right: 25px;
  font-weight: 300;
}

.professional__job span {
  display: block;
}

.professional__human {
  position: absolute;
  right: -245px;
  bottom: -60px;
}

.sostav {
  position: relative;
}

.sostav__title {
  margin-bottom: 30px;
  text-align: center;
}

.sostav__title span {
  display: block;
}

.sostav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -60px;
}

.sostav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 60px;
}

.sostav__item:nth-child(2n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.no-webp .sostav__item:nth-child(1) .sostav__media::before {
  background-image: url("../images/img-1-2.jpeg");
}

.webp .sostav__item:nth-child(1) .sostav__media::before {
  background-image: url("../images/img-1-2.webp");
}

.no-webp .sostav__item:nth-child(2) .sostav__media::before {
  background-image: url("../images/img-2-2.jpeg");
}

.webp .sostav__item:nth-child(2) .sostav__media::before {
  background-image: url("../images/img-2-2.webp");
}

.no-webp .sostav__item:nth-child(3) .sostav__media::before {
  background-image: url("../images/img-3-2.jpeg");
}

.webp .sostav__item:nth-child(3) .sostav__media::before {
  background-image: url("../images/img-3-2.webp");
}

.no-webp .sostav__item:nth-child(4) .sostav__media::before {
  background-image: url("../images/img-4-1.jpeg");
}

.webp .sostav__item:nth-child(4) .sostav__media::before {
  background-image: url("../images/img-4-1.webp");
}

.sostav__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 430px;
}

.sostav__item-head_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.sostav__media {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  height: 160px;
  margin-right: 20px;
  background-color: #f54839;
  background-image: -o-linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  background-image: linear-gradient(45deg, #f54739 0%, #fa702a 100%);
  border-radius: 50%;
}

.sostav__media::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 145px;
  content: '';
  background-color: #fff;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sostav__media_right {
  margin-right: 0;
  margin-left: 20px;
}

.sostav__name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #e41748;
}

.sostav__description {
  font-size: 17px;
  font-weight: 300;
}

.sostav__product {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 265px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1529px) {
  .cards__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 900px;
  }
}

.professional__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.professional__name {
  margin-right: 0;
  margin-bottom: 5px;
}

.professional__job {
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 1310px) {
  .container {
    max-width: 1023px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_help {
    background: #dedede;
  }

  .section__title {
    font-size: 44px;
  }

  .cards__item {
    margin: 15px;
  }

  .cards__footer {
    font-size: 18px;
  }

  .cards__footer mark {
    margin-top: 5px;
    font-size: 26px;
    line-height: 1;
  }

  .causes__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .causes__media {
    max-width: 300px;
    margin-right: 30px;
  }

  .causes__item p {
    font-size: 16px;
  }

  .causes__head-title {
    max-width: 470px;
    font-size: 19px;
  }

  .causes__head-description {
    max-width: 470px;
  }

  .causes__title {
    margin-top: 30px;
  }

  .commits__item {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .face__title {
    font-size: 34px;
  }

  .face__product {
    bottom: 0px;
    max-width: 300px;
    margin-left: -15px;
  }

  .face__product::before {
    right: -105px;
    bottom: -70px;
    width: 230px;
    height: 125px;
  }

  .face__item {
    font-size: 18px;
  }

  .face__item+.face__item {
    margin-top: 15px;
  }

  .face__logo {
    margin-bottom: 30px;
  }

  .face__list {
    max-width: 240px;
  }

  .form {
    max-width: 270px;
    padding: 25px 15px;
  }

  .no-webp .section_help,
  .webp .section_help {
    background-image: none;
  }
  
  .help__body {
    width: 72%;
    text-align: center;
    max-width: 100%;
  }

  .help__item {
    padding: 8px 8px 8px 48px;
    background-color: #fa6f2a;
    text-align: left;
  }

  .help__item p {
    display: inline;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    background-color: transparent;
  }

  .help__item p+p {
    margin-top: 0;
  }

  .help__product {
    top: auto;
    right: 0;
    bottom: 170px;
    width: 50%;
  }

  .help__product::before {
    right: 4px;
    bottom: -47px;
    width: 230px;
    height: 125px;
  }



  .plus__item {
    font-size: 18px;
  }

  .plus__body {
    max-width: 400px;
  }

  .professional__body {
    background-position: left center;
  }



  .professional__human {
    right: -110px;
    bottom: -60px;
    max-width: 435px;
  }

  .sostav__product {
    display: none;
  }

  .sostav__item-head {
    max-width: 100%;
  }

  .sostav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }

  .plus__human {
    bottom: -60px;
    left: auto;
    right: 0;
    max-width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .plus__human {
    display: none;
  }

  .container {
    max-width: 768px;
  }

  .help__body {
    width: 61%;}
}

@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_face {
    overflow: hidden;
  }

  .no-webp .section_face {
    background-image: url("../images/face-768.jpg");
  }
  
  .webp .section_face {
    background-image: url("../images/face-768.webp");
  }

  .section__title {
    font-size: 38px;
  }

  .cards__box {
    margin-right: -5px;
    margin-left: -5px;
  }

  .cards__item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 5px;
    background-size: cover;
  }

  .cards__item>ul li+li {
    margin-top: 10px;
  }

  .cards__item::before {
    -webkit-box-shadow: 0 0 200px 270px #000;
    box-shadow: 0 0 200px 270px #000;
  }

  .cards__name {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .causes__head-title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .causes__head {
    background-size: cover;
  }

  .no-webp .causes__head {
    background-image: url("../images/head-bg-768.jpg");
  }
  
  .webp .causes__head {
    background-image: url("../images/head-bg-768.webp");
  }

  .causes__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .causes__media {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .causes__title {
    margin-top: 0;
    text-align: center;
  }

  .face__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }

  .face__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .face__title {
    width: 100%;
    max-width: 100%;
  }

  .face__product {
    position: static;
    width: 45%;
    margin-top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .face__box_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .face__item {
    font-size: 16px;
  }

  .face__list {
    width: calc(100% - 220px);
  }

  .form {
    max-width: 100%;
  }

  .help__body {
    width: 100%;
  }

  .help__product {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .help__list {
    margin-bottom: 25px;
  }

  .help__btn {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .help__title {
    padding: 10px;
    background-color: #fff;
  }

  .professional__human {
    bottom: -40px;
    max-width: 310px;
  }

  .no-webp .section_plus,
  .webp .section_plus {
    background-image: none;
    background-color: #f9cc47;
  }


  .professional__body {
    padding: 15px 15px 50px;
  }

  .professional__footer {
    padding: 15px;
  }

  .professional__name {
    font-size: 20px;
  }

  .sostav__body {
    margin-top: -30px;
  }

  .sostav__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 120px;
  }

  .sostav__media::before {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 100%;
  }

  .section_cards {
    padding-top: 0;
  }

  .section__title {
    font-size: 30px;
  }

  .cards__item {
    min-height: 0;
    padding: 250px 30px 30px;
  }

  .cards__item::before {
    -webkit-box-shadow: 0 0 200px 230px #000;
    box-shadow: 0 0 200px 230px #000;
  }

  .no-webp .cards__item:nth-child(1) {
    background-image: url("../images/img-1-1.jpg");
  }
  
  .webp .cards__item:nth-child(1) {
    background-image: url("../images/img-1-1.webp");
  }

  .no-webp .cards__item:nth-child(2) {
    background-image: url("../images/img-2-1.jpg");
  }
  
  .webp .cards__item:nth-child(2) {
    background-image: url("../images/img-2-1.webp");
  }

  .no-webp .cards__item:nth-child(3) {
    background-image: url("../images/img-3-1.jpg");
  }
  
  .webp .cards__item:nth-child(3) {
    background-image: url("../images/img-3-1.webp");
  }

  .no-webp .cards__item:nth-child(4) {
    background-image: url("../images/img-4.jpg");
  }
  
  .webp .cards__item:nth-child(4) {
    background-image: url("../images/img-4.webp");
  }
  
  .no-webp .cards__item:nth-child(5) {
    background-image: url("../images/img-5.jpg");
  }
  
  .webp .cards__item:nth-child(5) {
    background-image: url("../images/img-5.webp");
  }

  .cards__item>ul li {
    font-size: 18px;
  }

  .cards__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards__footer {
    font-size: 18px;
  }

  .cards__footer mark {
    font-size: 22px;
  }

  .commits__item {
    padding: 75px 15px 15px;
  }

  .effect__item {
    padding: 15px;
  }

  .effect__item>span:first-child {
    margin-right: 15px;
    font-size: 26px;
  }

  .effect__item>span:last-child {
    max-width: 100%;
  }

  .effect__item::before {
    display: none;
  }

  .effect__item+.effect__item {
    margin-top: 15px;
  }

  .effect__subtitle {
    font-size: 19px;
  }

  .effect__title {
    margin-bottom: 20px;
  }

  .face__item {
    padding-left: 45px;
    font-size: 14px;
  }

  .face__item span {
    display: inline;
  }

  .face__list {
    width: 100%;
  }

  .face__product {
    width: 100%;
  }

  .face__media {
    width: 45px;
    min-width: 0;
    background-size: 70%;
  }

  .form {
    padding: 20px 15px;
  }

  .form__title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1;
  }

  .plus__item {
    padding: 10px 10px 10px 70px;
    font-size: 17px;
  }

  .plus__item::before {
    width: 60px;
    background-size: 60%;
  }

  .professional__job {
    max-width: 160px;
  }

  .professional__id {
    max-width: 130px;
  }

  .professional__human {
    right: -80px;
    max-width: 225px;
  }

  .sostav__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    height: 95px;
    margin-right: 15px;
    margin-left: 0;
  }

  .sostav__media::before {
    width: 85px;
    height: 85px;
  }

  .sostav__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .sostav__name {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .face__item {
    font-size: 13px;
  }

  .face__product::before {
    right: -25px;
    bottom: -35px;
    width: 120px;
    height: 65px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}


/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.popup {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .popup__product {
    flex-shrink: 0;
    max-width: 200px;
    width: 100%;
  }

}

.popup__form {
  background: #eee;
}

.commits__btn {
  padding: 15px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background-color: #fa6f2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa6f2a), to(#f5443a));
  background-image: -o-linear-gradient(top, #fa6f2a 0%, #f5443a 100%);
  background-image: linear-gradient(180deg, #fa6f2a 0%, #f5443a 100%);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.commits__star {
  margin-bottom: 15px;
}

.commits__btn:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.commits__description {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: all 400ms;
}

.commits__description:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(245, 245, 245);
  background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  z-index: 1;
  transition: all 400ms;
  pointer-events: none;
}

.commits__item--open .commits__description:before {
  opacity: 0;
}

.commits__item--open .commits__btn:before {
  content: "-";
}

.commits__item--open .commits__description {
  max-height: 700px;
}

.face__logo {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
}

@media screen and (max-width: 480px) {
  .face__box {
    flex-direction: column;
    align-items: center;
  }

  .face__title {
    text-align: center;
  }

  .face__list {
    margin-bottom: 25px;
  }
}

.slick-arrow {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #da1834;
  z-index: 2;
}

.slick-arrow:hover {
  background-color: #870f21;
}

.commits__box {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 60px;
  }

  .commits__box {
    margin: 0;
  }

  .slick-next {
    right: -5px;
  }

  .slick-prev {
    left: -5px;
  }
}

.cards__name {
  text-shadow: 5px 5px 5px #000;
}

@media screen and (min-width: 1311px) {
  .professional__human {
    right: 90px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 481px) {
  .effect__item {
    padding-right: 20%;
  }
}

.causes__media {
  max-width: 400px;
}

@media screen and (min-width: 1311px) {
  .face__product {
    max-width: 300px;
    bottom: 10px;
  }

  .face__title {
    max-width: 500px;
  }
}

.inL_903568 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .popup__product {
    display: none;
  }

  .professional__human {
    display: none;
  }

  .face__logo,
  .inL_903568 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .section_face {
    background: rgb(250, 111, 44);
    background: linear-gradient(94deg, rgba(250, 111, 44, 1) 0%, rgba(241, 32, 71, 1) 100%);
  }

  .section_professional {
    background: rgb(241, 32, 71);
    background: linear-gradient(90deg, rgba(241, 32, 71, 1) 0%, rgba(249, 106, 45, 1) 100%);
  }

  .help__product::before {
    left: 50%;
    transform: translateX(-30%);
    width: 180px;
    bottom: -68px;
  }
  .help__product, .face__product {
    max-width: 200px;
    width: 100%;
  }
}

.form__btn:hover, .help__btn:hover {
  background: rgba(241, 32, 71, 1);
}

.x_country_select {
    display: none !important;
}

#order-in-progress__popup span {color: #000 !important;}
