

/* Start:/local/templates/main/assets/css/main.css?149797414226631*/
@font-face {
  font-family: 'KaushanScriptRegular';
  src: url('../../../../../../local/templates/main/assets/fonts/KaushanScriptRegular/kaushanscript-regular.eot');
  src: url('../../../../../../local/templates/main/assets/fonts/KaushanScriptRegular/kaushanscript-regular.eot@') format('embedded-opentype'), url('../../../../../../local/templates/main/assets/fonts/KaushanScriptRegular/kaushanscript-regular.woff') format('woff'), url('../../../../../../local/templates/main/assets/fonts/KaushanScriptRegular/kaushanscript-regular.ttf') format('truetype'), url('../../../../../../local/templates/main/assets/fonts/KaushanScriptRegular/kaushanscript-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamProRegular";
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProRegular/GothamProRegular.eot@") format("embedded-opentype"), url("../../../../../../local/templates/main/assets/fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../../../../../../local/templates/main/assets/fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProBold";
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProBold/GothamProBold.eot");
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProBold/GothamProBold.eot@") format("embedded-opentype"), url("../../../../../../local/templates/main/assets/fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../../../../../../local/templates/main/assets/fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "GothamProBlack";
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProBlack/GothamProBlack.eot");
  src: url("../../../../../../local/templates/main/assets/fonts/GothamProBlack/GothamProBlack.eot@") format("embedded-opentype"), url("../../../../../../local/templates/main/assets/fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../../../../../../local/templates/main/assets/fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a:hover,
a:active {
  outline: none;
}
blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: none;
  outline: none;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
[tabindex] {
  outline: none;
}
input,
button {
  outline: none;
  box-shadow: none;
}
[required] {
  text-shadow: none;
}
body {
  background: #ffffff;
  position: relative;
  font: 16px/1.2 'GothamProRegular';
  color: #2c2b2f;
}
@keyframes fadeTransform {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes fadeInUpMin {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.slick-dots button {
  font-size: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ffc869;
  background: #ffffff;
  outline: none;
  transition: .3s;
}
.slick-dots li.slick-active button,
.slick-dots button:hover {
  background: #ffc869;
}
.Button {
  padding: 23px 35px;
  color: #6c5f94;
  background: #ffffff;
  font: 14px 'GothamProBlack';
  border-radius: 30px;
  text-transform: uppercase;
  transition: .3s;
  cursor: pointer;
  box-shadow: 0px 6px 14px 0px rgba(96, 69, 186, 0.36);
}
.Button.__blue {
  color: #445f89;
}
.Button.__shadow-white {
  box-shadow: 0px 0 0 11px rgba(255, 255, 255, 0.15);
}
.Button.__shadow-blue {
  box-shadow: 0px 0 0 11px rgba(76, 106, 153, 0.27);
}
.Button.__padding-large {
  padding-left: 45px;
  padding-right: 45px;
}
.Button.__bg-blue {
  background: #4882db;
  color: #ffffff;
}
.Button.__bg-blue:hover {
  background-color: #303a56;
}
.Button:hover {
  background-color: rgba(48, 58, 86, 0.6);
  color: #ffffff;
}
.Button:active {
  background-color: #303a56;
}
.Contact {
  position: relative;
  height: 480px;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .Contact {
    height: auto;
  }
}
.Contact_map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1170px) {
  .Contact_map {
    position: static;
    height: 250px;
  }
}
.Contact_wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 481px) {
  .Contact_wrapper {
    background: #32af77;
  }
}
.Contact_block {
  padding: 40px 50px;
  background: #32af77;
  width: 470px;
  margin-top: 55px;
  pointer-events: auto;
  box-shadow: 0 0 20px 0 rgba(58, 70, 88, 0.35);
}
@media (max-width: 1170px) {
  .Contact_block {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .Contact_block {
    width: 440px;
  }
}
@media (max-width: 481px) {
  .Contact_block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
}
.Footer {
  padding: 40px 0;
  background: #32af77;
}
.Footer_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1170px) {
  .Footer_wrapper {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Footer_center {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1170px) {
  .Footer_center {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .Footer_nav {
    display: none;
  }
}
.Footer_copy {
  font: 14px/1 'GothamProRegular';
  color: #cec0ff;
  text-align: center;
  margin-top: 21px;
}
.Footer_phone {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.Form_slogan {
  font: 17px/1.35 'GothamProRegular';
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.Form_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .Form_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.Form_col {
  width: 48%;
  margin-right: 2%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 768px) {
  .Form_col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.Form_col:last-child {
  margin-right: 0;
}
.Form_label {
  position: relative;
  pointer-events: none;
  display: block;
}
.Form_label.active:before {
  width: 50%;
}
.Form_label.active:after {
  width: 50%;
}
.Form_label:before {
  content: '';
  width: 0;
  left: 50%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: rgba(48, 58, 86, 0.95);
  transition: .3s;
}
.Form_label.__blue:before,
.Form_label.__blue:after {
  background: #4882db;
}
.Form_label:after {
  content: '';
  width: 0;
  right: 50%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: rgba(48, 58, 86, 0.95);
  transition: .3s;
}
.Form_input {
  width: 100%;
  height: 31px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #ffffff;
  pointer-events: auto;
}
.Form_input.__black {
  border-bottom: 2px solid #414141;
  color: #414141;
}
.Form_input.__black::-webkit-input-placeholder {
  color: #929292;
}
.Form_input.__black:-moz-placeholder {
  color: #929292;
}
.Form_input.__black::-moz-placeholder {
  color: #929292;
}
.Form_input.__black:-ms-input-placeholder {
  color: #929292;
}
.Form_input::-webkit-input-placeholder {
  color: #bec8d9;
}
.Form_input:-moz-placeholder {
  color: #bec8d9;
}
.Form_input::-moz-placeholder {
  color: #bec8d9;
}
.Form_input:-ms-input-placeholder {
  color: #bec8d9;
}
.Form_submit {
  text-align: center;
}
.Header {
  height: 60px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
}
.Header.__fixed {
  position: fixed;
  padding: 10px 0;
  height: 80px;
  background-color: rgba(48, 58, 86, 0.95);
  animation: fadeTransform .6s;
  top: 0;
  z-index: 999;
}
@media (max-width: 1170px) {
  .Header.__fixed {
    height: 70px;
    padding: 5px 0;
  }
}
.Header_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Header_logo {
  margin-right: 75px;
}
@media (max-width: 1170px) {
  .Header_nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #ccc;
  }
}
.Header_nav.active {
  display: block;
}
.Header_open-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .Header_open-btn {
    display: block;
  }
}
.Header_open-btn svg {
  display: block;
}
.Heading-2 {
  font: 36px/1.2 'GothamProBlack';
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.Heading-2.__white {
  color: #ffffff;
}
@media (max-width: 768px) {
  .Heading-2 {
    font-size: 30px;
  }
}
.Heading-2.__font-min {
  font-size: 24px;
}
@media (max-width: 768px) {
  .Heading-2.__font-min {
    font-size: 22px;
  }
}
.Heading-2.__font-medium {
  font-size: 26px;
}
@media (max-width: 768px) {
  .Heading-2.__font-medium {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .Heading-2.__font-medium br {
    display: none;
  }
}
.Heading-2.__left {
  text-align: left;
}
@media (max-width: 1170px) {
  .Heading-2.__left {
    text-align: center;
  }
}
.Heading-2_color-1 {
  color: #ffeb3f;
}
.How {
  background: #9a85ef;
  padding: 80px 0 110px;
}
@media (max-width: 768px) {
  .How {
    padding: 30px 0 0;
  }
}
.How_name {
  text-align: center;
  font: 46px/1 'KaushanScriptRegular';
  color: #b8a7ff;
  margin-bottom: -5px;
}
.How_items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1170px) {
  .How_items {
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.How_item {
  width: 370px;
  min-height: 280px;
  background: #ffffff;
  box-shadow: 0px 14px 14px 0px rgba(132, 177, 233, 0.09);
  text-align: center;
  padding: 30px 10px 15px;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 481px) {
  .How_item {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    padding-bottom: 30px;
  }
}
.How_image {
  height: 162px;
  margin-bottom: 20px;
}
.How_image img {
  max-width: 100%;
}
.How_title {
  font: 16px 'GothamProBold';
  text-transform: uppercase;
}
@media (max-width: 481px) {
  .How_title {
    font-size: 15px;
  }
}
@media (max-width: 481px) {
  .How_title br {
    display: none;
  }
}
.Logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Logo_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.Logo_text {
  font: 16px/1.18 'GothamProBlack';
  text-transform: uppercase;
  color: #ffffff;
}
.Logo_text.__desktop-hidden {
  display: none;
}
@media (max-width: 1170px) {
  .Logo_text.__desktop-hidden {
    display: block;
  }
}
@media (max-width: 481px) {
  .Logo_text.__desktop-hidden {
    display: none;
  }
}
.Logo_color-1 {
  color: #ffd630;
}
.Main {
  min-height: 640px;
  background-image: url("../../../../../../local/templates/main/assets/img/bg/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .Main {
    min-height: 0;
    padding-bottom: 30px;
  }
}
.Main_phone {
  text-align: right;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .Main_phone {
    margin-bottom: 50px;
  }
}
.Main_text {
  font: 43px/1.16 'GothamProBlack';
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .Main_text {
    font-size: 24px;
  }
}
@media (max-width: 481px) {
  .Main_text br {
    display: none;
  }
}
.Main_color-1 {
  color: #ffe360;
}
.Nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.Nav_ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1170px) {
  .Nav_ul {
    display: block;
    padding: 10px 0;
  }
}
.Nav_ul a {
  font: 13px 'GothamProBold';
  text-transform: uppercase;
  color: #fefefe;
  text-decoration: none;
  transition: .3s;
}
@media (max-width: 1170px) {
  .Nav_ul a {
    color: #8c7adf;
    padding: 10px 15px;
    display: block;
  }
}
.Nav_ul a:hover {
  color: #ffd630;
}
.Nav_ul a:before {
  content: '•';
  margin-right: 13px;
}
@media (max-width: 1170px) {
  .Nav_ul a:before {
    content: none;
  }
}
.Nav_ul li:first-child a:before {
  content: none;
}
.Phone {
  padding: 12px 30px;
  background-color: rgba(48, 58, 86, 0.4);
  border-radius: 20px;
  font: 14px 'GothamProBold';
  color: #ffffff;
  cursor: pointer;
  transition: .3s;
}
.Phone:hover {
  background-color: rgba(48, 58, 86, 0.6);
}
.Phone:active {
  background-color: #303a56;
}
.Plus_items {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 481px) {
  .Plus_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Plus_item {
  min-height: 220px;
  width: 34%;
  text-align: center;
  padding: 61px 10px 10px;
}
@media (max-width: 768px) {
  .Plus_item {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 481px) {
  .Plus_item {
    padding: 15px 3px;
    width: 100%;
  }
}
.Plus_item.__1 {
  background-image: url("../../../../../../local/templates/main/assets/img/plus/1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #32af77;
  background-size: 235px 147px;
}
@media (max-width: 768px) {
  .Plus_item.__1 {
    background-size: 180px 100px;
  }
}
.Plus_item.__2 {
  background-image: url("../../../../../../local/templates/main/assets/img/plus/2.svg");
  background-position: 47% 50%;
  background-repeat: no-repeat;
  background-color: #6b6bd9;
  background-size: 200px 155px;
}
@media (max-width: 768px) {
  .Plus_item.__2 {
    background-size: 180px 100px;
  }
}
.Plus_item.__3 {
  background-image: url("../../../../../../local/templates/main/assets/img/plus/3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #a18aff;
  background-size: 211px 155px;
}
@media (max-width: 768px) {
  .Plus_item.__3 {
    background-size: 180px 100px;
  }
}
.Plus_num {
  font: 72px/1 'GothamProBlack';
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .Plus_num {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .Plus_num {
    font-size: 36px;
  }
}
@media (max-width: 481px) {
  .Plus_num {
    font-size: 30px;
  }
}
.Plus_text {
  font: 16px/1.2 'GothamProBold';
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .Plus_text {
    font-size: 15px;
  }
}
@media (max-width: 481px) {
  .Plus_text {
    font-size: 12px;
  }
}
.Popup {
  position: absolute;
  width: 830px;
  padding: 40px 55px 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99
;
  background: #ffffff;
  border-radius: 3px;
  display: none;
}
@media (max-width: 1170px) {
  .Popup {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .Popup {
    width: 90%;
    padding: 30px 20px;
  }
}
@media (max-width: 481px) {
  .Popup {
    width: 95%;
  }
}
.Popup_close {
  width: 27px;
  height: 27px;
  background-image: url(../../../../../../local/templates/main/assets/img/ico/close.svg);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -48px;
  cursor: pointer;
}
@media (max-width: 1170px) {
  .Popup_close {
    top: -48px;
    right: 0;
  }
}
.Recall {
  padding: 80px 0;
  background: #32af77;
}
@media (max-width: 768px) {
  .Recall {
    padding: 30px 0;
  }
}
.Recall_form {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1170px) {
  .Recall_form {
    width: 100%;
  }
}
.Review {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .Review {
    padding: 30px 0;
  }
}
.Review_items {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1170px) {
  .Review_items {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .Review_items {
    width: 100%;
  }
}
.Review_item {
  width: 570px;
  background-color: #eeecff;
  transition: all .3s;
  padding: 140px 70px 80px;
  transform: scaleY(0.9);
  transform-origin: 50% 50%;
  background-image: url("../../../../../../local/templates/main/assets/img/ico/quotes.svg");
  background-position: top 60px center;
  background-repeat: no-repeat;
  background-size: 50px 34px;
  position: relative;
  margin-bottom: 35px;
  min-height: 352px;
}
@media (max-width: 1170px) {
  .Review_item {
    width: 460px;
  }
}
@media (max-width: 768px) {
  .Review_item {
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    padding-top: 90px;
    background-position: top 30px center;
    padding-bottom: 50px;
  }
}
@media (max-width: 481px) {
  .Review_item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.Review_item:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #eeecff;
  left: 50%;
  bottom: -7px;
  transform: rotate(45deg);
  margin-left: -7px;
  transform-origin: 50% 50%;
  transition: .3s;
}
.slick-center .Review_item {
  background-color: #d1cdff;
  transform: scaleX(1) scaleY(1);
  transform-origin: 50% 50%;
}
.slick-center .Review_item:after {
  background: #d1cdff;
}
.Review_text {
  font: 17px/1.35 'GothamProBold';
  color: #525165;
}
@media (max-width: 481px) {
  .Review_text {
    font-size: 15px;
  }
}
.Review_title {
  color: #5f5d76;
  font: 18px/1.1 'GothamProBlack';
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
.slick-center .Review_title {
  display: block;
}
.Review_name {
  text-align: center;
  font: 46px/1 'KaushanScriptRegular';
  color: #ece7ff;
  margin-bottom: -5px;
}
.Service {
  padding: 80px 0 50px;
}
@media (max-width: 768px) {
  .Service {
    padding: 30px 0 0;
  }
}
.Service_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1170px) {
  .Service_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.Service_item {
  text-decoration: none;
  margin-bottom: 30px;
}
@media (max-width: 1170px) {
  .Service_item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 481px) {
  .Service_item {
    width: 100%;
    text-align: center;
  }
}
.Service_image {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.Service_image object {
  max-width: 100%;
  pointer-events: none;
}
.Service_title {
  text-transform: uppercase;
  font: 14px/1.57 'GothamProBold';
  color: #2c2b2f;
}
.Service_title:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: transparent;
  margin: 13px auto 0;
  transition: .3s;
}
.Service_item:hover .Service_title:after {
  background: #ffe360;
}
.Video {
  background-image: url("../../../../../../local/templates/main/assets/img/bg/video.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .Video {
    padding: 30px 0;
  }
}
.Video_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1170px) {
  .Video_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Video_left {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media (max-width: 1170px) {
  .Video_left {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 1170px) {
  .Video_right {
    width: 100%;
  }
}
.Video_name {
  font: 46px/1 'KaushanScriptRegular';
  color: #ded6fe;
  margin-bottom: 5px;
}
.Video_laptop {
  background-image: url("../../../../../../local/templates/main/assets/img/bg/laptop.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 790px;
  height: 440px;
  position: relative;
}
@media (max-width: 1170px) {
  .Video_laptop {
    width: 680px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .Video_laptop {
    width: 460px;
    height: 260px;
  }
}
@media (max-width: 481px) {
  .Video_laptop {
    width: 300px;
    height: 170px;
  }
}
.Video_laptop iframe {
  width: 599px;
  height: 373px;
  margin: 24px 0 0 95px;
  display: none;
}
@media (max-width: 1170px) {
  .Video_laptop iframe {
    width: 516px;
    height: 321px;
    margin: 20px 0 0 82px;
  }
}
@media (max-width: 768px) {
  .Video_laptop iframe {
    width: 349px;
    height: 217px;
    margin: 14px 0 0 55px;
  }
}
@media (max-width: 481px) {
  .Video_laptop iframe {
    width: 228px;
    height: 142px;
    margin: 9px 0 0 35px;
  }
}
.Video_laptop iframe.__visible {
  display: inline-block;
}
.Video_text {
  font: 17px/1.35 'GothamProRegular';
  color: #6a6a6a;
}
.Video_play {
  background-image: url("../../../../../../local/templates/main/assets/img/ico/video-play.svg");
  background-position: 52px 44px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 27px 32px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: .3s;
}
@media (max-width: 768px) {
  .Video_play {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
.Video_play:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 768px) {
  .Video_play:hover {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.Video_play.__hidden {
  display: none;
}
.Why {
  padding: 120px 0 20px;
}
@media (max-width: 768px) {
  .Why {
    padding: 30px 0 0;
  }
}
.Why_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Why_item {
  width: 33.333%;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .Why_item {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 481px) {
  .Why_item {
    width: 100%;
  }
}
.Why_image {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.Why_image img {
  max-width: 100%;
}
.Why_text {
  text-align: center;
  font: 16px/1.25 'GothamProBold';
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .Why_text {
    font-size: 15px;
  }
}
.Why_text:after {
  content: '';
  width: 33px;
  height: 3px;
  background: #ffe360;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
}
.Wrapper {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.Zigzag {
  width: 57px;
  height: 11px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
}
.Zigzag.__left {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1170px) {
  .Zigzag.__left {
    margin-left: auto;
    margin-right: auto;
  }
}
.Zigzag.__mb-min {
  margin-bottom: 12px;
}

/* End */
/* /local/templates/main/assets/css/main.css?149797414226631 */
