

/* Start:/markup/build/build.css?1613447137179043*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #90aabd; color: #fff; text-shadow: none; }
::selection { background: #90aabd; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor:default; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

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

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

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

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

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

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

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

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

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

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

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  display: none; }

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

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("/markup/build/../font/raleway-medium-webfont-lining.eot?#iefix") format("embedded-opentype"), url("/markup/build/../font/raleway-medium-webfont-lining.woff2") format("woff2"), url("/markup/build/../font/raleway-medium-webfont-lining.woff") format("woff"), url("/markup/build/../font/raleway-medium-webfont-lining.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("/markup/build/../font/raleway-semibold-webfont-lining.eot?#iefix") format("embedded-opentype"), url("/markup/build/../font/raleway-semibold-webfont-lining.woff2") format("woff2"), url("/markup/build/../font/raleway-semibold-webfont-lining.woff") format("woff"), url("/markup/build/../font/raleway-semibold-webfont-lining.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/markup/build/../font/raleway-bold-webfont-lining.eot?#iefix") format("embedded-opentype"), url("/markup/build/../font/raleway-bold-webfont-lining.woff2") format("woff2"), url("/markup/build/../font/raleway-bold-webfont-lining.woff") format("woff"), url("/markup/build/../font/raleway-bold-webfont-lining.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("/markup/build/../font/raleway-extrabold-webfont-lining.eot?#iefix") format("embedded-opentype"), url("/markup/build/../font/raleway-extrabold-webfont-lining.woff2") format("woff2"), url("/markup/build/../font/raleway-extrabold-webfont-lining.woff") format("woff"), url("/markup/build/../font/raleway-extrabold-webfont-lining.svg#Raleway") format("svg");
}

a, .link {
  outline: none;
  color: #EA3769;
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.link-bordered {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #e5e5e5;
}

.link-bordered:hover {
  border-bottom-color: #EA3769;
}

sub, sup {
  font-size: 65%;
}

img {
  max-width: 100%;
}

img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

.title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  margin: 40px 0 0;
  color: #290340;
}

@media (max-width: 1023px) {
  .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}

.title--smaller {
  font-size: 42px;
}

@media (max-width: 1259px) {
  .title--smaller {
    font-size: 38px;
  }
}

@media (max-width: 1023px) {
  .title--smaller {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .title--smaller {
    font-size: 24px;
  }
}

.title:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin: 50px 0 0;
  color: #333;
}

@media (max-width: 1259px) {
  h1, .h1 {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 1.16667;
  }
}

h1:first-child, .h1:first-child {
  margin-top: 0;
}

h1--larger, .h1--larger {
  font-size: 44px;
  line-height: 1.18182;
}

@media (max-width: 1023px) {
  h1--larger, .h1--larger {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media (max-width: 767px) {
  h1--larger, .h1--larger {
    font-size: 24px;
    line-height: 1.16667;
  }
}

h1 + h1, .h1 + h1, h1 + .h1, .h1 + .h1 {
  margin-top: 10px;
}

@media (max-width: 1023px) {
  h1 + h1, .h1 + h1, h1 + .h1, .h1 + .h1 {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  h1 + h1, .h1 + h1, h1 + .h1, .h1 + .h1 {
    margin-top: 0;
  }
}

h2 + h1, .h2 + h1, h2 + .h1, .h2 + .h1 {
  margin-top: 5px;
}

h2, .h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.28125;
  margin: 50px 0 0;
  color: #333;
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 1.29167;
  }
}

h2:first-child, .h2:first-child {
  margin-top: 0;
}

h2--larger, .h2--larger {
  font-size: 36px;
  line-height: 1.16667;
}

@media (max-width: 1023px) {
  h2--larger, .h2--larger {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media (max-width: 767px) {
  h2--larger, .h2--larger {
    font-size: 28px;
    line-height: 1.14286;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.29167;
  margin: 35px 0 0;
}

@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h3:first-child, .h3:first-child {
  margin-top: 0;
}

h3 + p, .h3 + p {
  margin-top: 5px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 35px 0 0;
}

@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h4:first-child, .h4:first-child {
  margin-top: 0;
}

p {
  margin: 30px 0 0;
  -webkit-text-size-adjust: 100%;
}

p:first-child {
  margin-top: 0;
}

ol, ul {
  margin: 30px 0 0;
  padding: 0;
}

ol:first-child, ul:first-child {
  margin-top: 0;
}

ol li, ul li {
  margin: 15px 0 0;
  padding: 0 0 0 30px;
}

ol li:first-child, ul li:first-child {
  margin-top: 0;
}

li ul, li ol {
  margin-top: 12px;
}

li li {
  margin-top: 6px;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  text-indent: -30px;
}

ul li * {
  text-indent: 0;
}

ul li:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-radius: 0;
  margin-right: 23px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: 0;
  content: "";
}

.summary {
  margin-top: 15px;
}

.summary:first-child {
  margin-top: 0;
}

.summary--medium {
  font-size: 16px;
}

@media (max-width: 767px) {
  .summary--medium {
    font-size: 14px;
  }
}

.summary--smaller {
  font-size: 14px;
}

@media (max-width: 767px) {
  .summary--smaller {
    font-size: 12px;
  }
}

blockquote {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 55px 0 60px 60px;
  margin: 70px 0 75px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 767px) {
  blockquote {
    font-size: 18px;
    margin: 40px 0;
    padding: 30px 0 30px 40px;
  }
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote:before {
  position: absolute;
  top: 60px;
  left: 0;
  height: 12px;
  width: 20px;
  background: url("/markup/build/../img/svg/icon-quotes.svg") center center no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  blockquote:before {
    top: 35px;
  }
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav li:before {
  display: none;
}

table th, table td {
  padding: 3px 10px;
}

figure {
  margin-top: 30px;
}

figure:first-child {
  margin-top: 0;
}

figcaption {
  font-size: 18px;
  line-height: 1.38889;
  color: #8D929A;
  margin-top: 20px;
}

figcaption:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  figcaption {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  figcaption {
    font-size: 14px;
  }
}

/*

Icons

*/
.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

.icon--vk {
  width: 1.64286em;
}

.icon--youtube {
  width: 1.42857em;
}

.icon--google-plus {
  width: 1.71429em;
}

.icon--twitter {
  width: 1.25em;
}

.icon--facebook {
  width: 0.5em;
}

/*

Column Layout

*/
.cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cols--auto {
  table-layout: auto;
}

.cols--fullheight {
  height: 100%;
}

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}

.col:first-child {
  padding-left: 0;
}

.col:last-child {
  padding-right: 0;
}

.cols-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.cols-wrapper > .cols > .col:first-child {
  padding-left: 10px;
}

.cols-wrapper > .cols > .col:last-child {
  padding-right: 10px;
}

.cols--reverse {
  direction: rtl;
}

.cols--reverse > .col {
  direction: ltr;
}

.col--fit {
  width: 1px;
}

.col--1-4 {
  width: 25%;
}

.col--3-4 {
  width: 75%;
}

.col--1-3 {
  width: 33.33%;
}

.col--2-3 {
  width: 66.66%;
}

.col--1-2 {
  width: 50%;
}

.cols--floats {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.cols--floats:after {
  content: "";
  display: table;
  clear: both;
}

.cols--floats > .cols__inner {
  display: block;
  float: left;
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.cols--floats > .cols__inner > .col {
  float: left;
  display: block;
  padding: 10px;
}

.cols--floats > .cols__inner > .col--right {
  float: right;
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 40px;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form {
    margin-top: 30px;
  }
}

.form__items {
  position: relative;
  margin-top: 25px;
}

.form__items:after {
  content: "";
  display: table;
  clear: both;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin-top: 25px;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.form__item:first-child {
  margin-top: 0;
}

.form__item-label {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 7px;
}

.form__item-label:first-child {
  margin-top: 0;
}

.form__item-field {
  position: relative;
  margin-top: 7px;
}

.form__item-field:first-child {
  margin-top: 0;
}

.form__item-tip {
  margin-top: 7px;
  font-size: 13px;
}

.form__item-tip:first-child {
  margin-top: 0;
}

.form__actions {
  position: relative;
  margin-top: 25px;
}

.form__actions:first-child {
  margin-top: 0;
}

.form__tip {
  padding: 10px 0 0;
  margin-bottom: -10px;
  font-size: 13px;
  line-height: 1.53846;
  color: #fff;
}

.form__item-field--error-absolute .form__tip {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.form__error {
  padding: 10px 0 0;
  margin-bottom: -10px;
  font-size: 13px;
  line-height: 1.53846;
  color: #E84646;
  -webkit-animation: 0.5s ease-out;
          animation: 0.5s ease-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.form__item-field--error-absolute .form__error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.form__error.active {
  -webkit-animation-name: pulsateError;
          animation-name: pulsateError;
}

@-webkit-keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes pulsateError {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1.0;
  }
}

/*

Textfields

*/
textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  outline: none;
  line-height: 1.25;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.textfield {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.285714285714286;
  background: #fff;
  color: #EA3769;
  padding: 21px 25px;
  height: 64px;
  width: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 1px #e5e5e5;
  border-radius: 100px;
  -webkit-appearance: none !important;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

@media (max-width: 767px) {
  .textfield {
    font-size: 16px;
    height: 48px;
    padding: 13px 20px;
  }
}

.textfield:focus {
  outline: none;
}

.textfield:-webkit-autofill {
  color: #000;
  -webkit-box-shadow: inset 0 0 1px #e5e5e5, 0 0 0 100px #ffeb99 inset;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  color: #EA3769;
  opacity: 1;
}

.textfield::-moz-placeholder {
  color: #EA3769;
  opacity: 1;
}

.textfield:-moz-placeholder {
  color: #EA3769;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #EA3769;
  opacity: 1;
}

.textfield:invalid {
  background-color: #fff;
}

.textfield.error {
  border-color: #E84646;
  color: #E84646;
}

.textfield.error + .textfield-placeholder {
  color: #E84646 !important;
}

.textfield[disabled], .textfield.disabled {
  color: #000;
  opacity: 0.6;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  z-index: 2;
}

.textfield--autowidth {
  width: auto;
}

.textfield--darker {
  background-color: rgba(0, 0, 0, 0.17);
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.textfield--darker:invalid {
  background-color: rgba(0, 0, 0, 0.17);
}

.textfield--darker.error {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.17);
}

.textfield--darker::-webkit-input-placeholder {
  color: #FFEFF4;
}

.textfield--darker::-moz-placeholder {
  color: #FFEFF4;
}

.textfield--darker:-moz-placeholder {
  color: #FFEFF4;
}

.textfield--darker:-ms-input-placeholder {
  color: #FFEFF4;
}

.textfield-wrapper {
  position: relative;
}

.textfield-wrapper--autowidth {
  display: inline-block;
  width: auto;
}

.textfield-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
  color: #9dabbb;
  font-size: 16px;
  z-index: 1;
}

@media (max-width: 767px) {
  .textfield-icon {
    line-height: 46px;
  }
}

.textfield-icon .icon {
  vertical-align: -0.15em;
}

.textfield-icon + .textfield {
  padding-right: 40px;
}

textarea.textfield {
  white-space: normal;
  overflow: auto;
  height: auto;
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  border: none;
  padding: 0 35px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 66px;
  height: 64px;
  min-width: 64px;
  border-radius: 100px;
  color: #fff !important;
  -webkit-appearance: none;
  background: #EA3769;
  background-image: -webkit-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: -o-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: linear-gradient(64.29deg, #EC5D3B 7.82%, #EA3572 95.14%);
  -webkit-box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
          box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn {
    line-height: 50px;
    height: 48px;
    min-width: 48px;
  }
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  color: #fff !important;
  background: #EA3769;
  text-decoration: none;
}

.btn:active {
  background: #EA3769;
  text-decoration: none;
}

.btn[disabled], .btn.disabled {
  opacity: 0.5;
  color: #fff !important;
  cursor: default;
  cursor: not-allowed;
}

.btn + .btn {
  margin-left: 20px;
}

.btn > input[type='file'] {
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 120px;
  position: absolute;
  top: -20px;
  right: -10px;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn--smaller {
  font-size: 14px;
  font-weight: 700;
  line-height: 55px;
  height: 55px;
  min-width: 55px;
  padding: 0 25px;
}

.btn--small {
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0 20px;
}

.btn--larger-text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .btn--larger-text {
    font-size: 16px;
  }
}

.btn--white {
  color: #333 !important;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--white:hover {
  color: #EA3769 !important;
  background: #fff;
}

.btn--white:active {
  color: #EA3769 !important;
  background: #fff;
}

.btn--google-play {
  padding: 0 26px 0 17px;
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .btn--google-play {
    line-height: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0 17px 0 11px;
  }
}

.btn--google-play:hover {
  background: #222;
}

.btn--google-play:active {
  background: #222;
}

.btn--google-play img {
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .btn--google-play img {
    max-height: 27px;
    width: auto;
  }
}

.btn--google-play.btn--small {
  padding: 0 19px 0 14px;
}

@media (max-width: 767px) {
  .btn--google-play.btn--small {
    line-height: 48px;
    height: 48px;
  }
}

.btn--google-play.btn--small img {
  max-height: 33px;
  width: auto;
}

.btn--google-play-larger {
  padding: 0 38px 0 27px;
  height: 72px;
  line-height: 72px;
}

@media (max-width: 767px) {
  .btn--google-play-larger {
    padding: 0 26px 0 18px;
    height: 48px;
    line-height: 48px;
  }
}

.btn--google-play-larger img {
  width: 195px;
  top: -1px;
}

@media (max-width: 767px) {
  .btn--google-play-larger img {
    max-height: 33px;
    top: -2px;
    width: auto;
  }
}

.btn--fullwidth {
  width: 100%;
  margin-top: 20px;
}

.btn--fullwidth:first-child {
  margin-top: 0;
}

.btn .icon {
  vertical-align: -0.15em;
}

/*

Loaders

*/
.loader {
  text-indent: 0;
}

.loader svg {
  max-width: 100%;
  max-height: 100%;
}

/*

Checkboxes

*/
.checkboxes {
  margin-top: 20px;
  margin-right: -25px;
}

.checkboxes:first-child {
  margin-top: 0;
}

.checkboxes:after {
  content: "";
  display: table;
  clear: both;
}

.checkboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -13px;
}

.checkboxes--w-title .checkboxes__inner {
  margin-bottom: -25px;
}

@media (max-width: 767px) {
  .checkboxes--w-title .checkboxes__inner {
    margin-bottom: -20px;
  }
}

.checkbox {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 30px;
  margin-bottom: 13px;
  margin-right: 25px;
  min-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox .text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .checkbox .text {
    font-size: 14px;
  }
}

.checkbox:before {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: '';
  z-index: -1;
}

.touchevents .checkbox:before {
  display: block;
}

.checkbox__icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 11px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
  content: '';
}

.checkbox__icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid #bdb5bd;
  content: '';
}

.checkbox__icon .icon {
  position: relative;
  vertical-align: -0.15em;
  width: 1.34em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.checkbox__title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 12px;
}

.checkbox__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .checkbox__title {
    font-size: 18px;
  }
}

.checkbox__summary {
  margin-top: 12px;
}

.checkbox__summary:first-child {
  margin-top: 0;
}

.checkbox__input,
.checkbox > input[type='radio'],
.checkbox > input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox:hover .checkbox__icon {
  background-color: #FFBFD1;
}

.checkbox:hover .checkbox__icon:before {
  border-color: #FFBFD1;
}

.checkbox:hover .checkbox__icon .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox.checked .checkbox__icon {
  background-color: #EA3769;
}

.checkbox.checked .checkbox__icon:before {
  border-color: #EA3769;
}

.checkbox.checked .checkbox__icon .icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox.disabled {
  cursor: default;
  cursor: not-allowed;
  color: #949b9f;
}

.checkbox.disabled .checkbox__icon {
  background-color: #dedade !important;
  border-color: #dedade !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkbox.disabled .checkbox__icon:before {
  border-color: #dedade !important;
}

.checkbox.disabled .checkbox__icon .icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.checkbox--noinput {
  padding-left: 0;
}

.checkbox--noinput:before {
  display: none !important;
}

.checkbox--radio .checkbox__icon {
  border-radius: 100%;
  background: transparent;
}

.checkbox--radio .checkbox__icon .icon {
  display: none;
}

.checkbox--radio .checkbox__icon:before {
  border-radius: 100%;
}

.checkbox--radio .checkbox__icon:after {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #fff;
  border-radius: 100%;
  content: '';
  opacity: 0;
  visibility: hidden;
}

.checkbox--radio:hover .checkbox__icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox--radio.checked .checkbox__icon {
  background-color: #8D929A;
}

.checkbox--radio.checked .checkbox__icon:before {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox--radio.disabled .checkbox__icon:after {
  opacity: 0;
  visibility: hidden;
}

.checkbox--block {
  display: block;
}

@media (max-width: 767px) {
  .checkbox--block-mobile {
    display: block;
  }
}

.checkbox--separate {
  width: 21px;
  height: 21px;
  padding-left: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox--w-title {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .checkbox--w-title {
    margin-bottom: 20px;
  }
}

.checkbox--w-title .checkbox__icon {
  top: 0;
}

/*

Tabs

 */
.tabs-wrapper {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.tabs-wrapper:first-child {
  margin-top: 0;
}

.tabs {
  position: relative;
  margin-top: 20px;
}

.tabs:first-child {
  margin-top: 0;
}

.tabs:after {
  content: "";
  display: table;
  clear: both;
}

.tabs:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(41, 3, 64, 0.35);
  content: '';
}

.tabs ul {
  font-size: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

.tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  margin-right: 50px;
}

@media (max-width: 479px) {
  .tabs li {
    margin-right: 30px;
  }
}

.tabs li:last-child {
  margin-right: 0;
}

.tabs li > a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 100%;
  line-height: 72px;
  height: 70px;
  text-decoration: none;
}

@media (max-width: 479px) {
  .tabs li > a {
    line-height: 52px;
    height: 50px;
  }
}

.tabs li > a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: transparent;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tabs li > a:hover:before {
  background-color: #fff;
}

.tabs__inner {
  position: relative;
  float: left;
  width: 100%;
}

.tabs__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  content: "";
  z-index: 2;
  pointer-events: none;
}

.tabs__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  content: "";
  z-index: 2;
  pointer-events: none;
}

.tabs__inner.on-black:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#171819), color-stop(70%, rgba(23, 24, 25, 0.7)), to(rgba(23, 24, 25, 0)));
  background-image: -webkit-linear-gradient(left, #171819 0%, rgba(23, 24, 25, 0.7) 70%, rgba(23, 24, 25, 0) 100%);
  background-image: -o-linear-gradient(left, #171819 0%, rgba(23, 24, 25, 0.7) 70%, rgba(23, 24, 25, 0) 100%);
  background-image: linear-gradient(to right, #171819 0%, rgba(23, 24, 25, 0.7) 70%, rgba(23, 24, 25, 0) 100%);
}

.tabs__inner.on-black:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 24, 25, 0)), color-stop(30%, rgba(23, 24, 25, 0.7)), to(#171819));
  background-image: -webkit-linear-gradient(left, rgba(23, 24, 25, 0) 0%, rgba(23, 24, 25, 0.7) 30%, #171819 100%);
  background-image: -o-linear-gradient(left, rgba(23, 24, 25, 0) 0%, rgba(23, 24, 25, 0.7) 30%, #171819 100%);
  background-image: linear-gradient(to right, rgba(23, 24, 25, 0) 0%, rgba(23, 24, 25, 0.7) 30%, #171819 100%);
}

.tabs__inner:before, .tabs__inner:after {
  opacity: 0;
}

.ready .tabs__inner:before, .ready .tabs__inner:after {
  opacity: 1;
}

.tabs__inner.scroll-in-start:before {
  opacity: 0;
  visibility: hidden;
}

.tabs__inner.scroll-in-end:after {
  opacity: 0;
  visibility: hidden;
}

.tabs__pointer {
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tabs__pointer:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #290340;
  content: '';
}

.ready .tabs__pointer {
  visibility: visible;
}

.tabs__scroll {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.touchevents .tabs__scroll {
  overflow-x: auto;
}

.touchevents .tabs__scroll::-webkit-scrollbar {
  display: none;
}

.tabs__scroll-prev,
.tabs__scroll-next {
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5) !important;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
}

.ready .tabs__scroll-prev, .ready
.tabs__scroll-next {
  visibility: visible;
}

.tabs__scroll-prev:hover,
.tabs__scroll-next:hover {
  color: #fff !important;
}

.tabs__scroll-prev:active,
.tabs__scroll-next:active {
  color: #fff !important;
}

.tabs__scroll-prev .icon,
.tabs__scroll-next .icon {
  vertical-align: -0.15em;
}

.tabs__scroll-prev:before,
.tabs__scroll-next:before {
  position: absolute;
  top: -10px;
  right: -5px;
  bottom: -10px;
  left: -5px;
  content: '';
}

.tabs__scroll-prev {
  left: 0;
}

.scroll-in-start .tabs__scroll-prev {
  visibility: hidden;
}

.tabs__scroll-next {
  right: 0;
}

.scroll-in-end .tabs__scroll-next {
  visibility: hidden;
}

.tabs__scroll-inner {
  position: relative;
  display: inline-block;
  min-width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.tabs__inner {
  position: relative;
}

.tab-panes {
  position: relative;
  margin-top: 35px;
}

.tab-panes:first-child {
  margin-top: 0;
}

.tab-pane {
  position: absolute;
  top: -9999px;
}

.tab-pane.active {
  position: relative;
  top: 0;
}

.tab-pane--smoothly {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}

.tab-pane--smoothly.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/*

Sliders

 */
.swiper-slider {
  position: relative;
  margin-top: 50px;
}

.swiper-slider:first-child {
  margin-top: 0;
}

.swiper-lazy-preloader {
  top: 50% !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  position: absolute;
  margin-top: -45px;
  margin-left: 0 !important;
  height: 90px;
  width: 90px;
  font-size: 0;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: #EA3769;
  background-image: -webkit-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: -o-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: linear-gradient(64.29deg, #EC5D3B 7.82%, #EA3572 95.14%);
  -webkit-box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
          box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
  color: #fff;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.lt-ie9 .swiper-button-prev, .lt-ie9
.swiper-button-next {
  display: none;
}

.swiper-button-prev *,
.swiper-button-next * {
  vertical-align: middle;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  font-size: 21px;
}

.swiper-button-prev {
  left: -45px;
}

.swiper-button-prev .icon {
  left: 18px;
}

@media (min-width: 1024px) {
  .swiper-button-prev--default {
    left: 0;
  }
  .swiper-button-prev--default .icon {
    left: 0;
  }
}

.swiper-button-next {
  background-image: -webkit-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: -o-linear-gradient(25.71deg, #EC5D3B 7.82%, #EA3572 95.14%);
  background-image: linear-gradient(64.29deg, #EC5D3B 7.82%, #EA3572 95.14%);
  right: -45px;
}

.swiper-button-next .icon {
  right: 18px;
}

@media (min-width: 1024px) {
  .swiper-button-next--default {
    right: 0;
  }
  .swiper-button-next--default .icon {
    right: 0;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  color: #fff;
  opacity: 1;
}

.swiper-button-next.swiper-button-unneeded, .swiper-button-prev.swiper-button-unneeded {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .swiper-slider--default {
    padding: 0 110px;
  }
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide img.swiper-lazy {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-slide img.swiper-lazy-loaded {
  opacity: 1;
}

/*

Popups

 */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-thumbs > ul > li:before {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}

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

.fancybox-container {
  z-index: 9993;
}

.fancybox-container--popup {
  opacity: 0;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

.fancybox-container--popup .fancybox-inner {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

.fancybox-container--popup .fancybox-bg {
  background-color: #000;
}

.fancybox-container--popup.fancybox-is-open {
  opacity: 1;
}

.fancybox-container--popup.fancybox-is-open .fancybox-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fancybox-container--popup.fancybox-is-open .fancybox-bg {
  opacity: .8;
}

.fancybox-container--popup .fancybox-slide {
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-container--popup .fancybox-slide > * {
  white-space: normal;
  font-size: 16px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

.fancybox-container--popup .fancybox-slide > div {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}

@media (max-width: 767px) {
  .fancybox-container--popup .fancybox-slide > div {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 50px;
  margin-top: -25px;
}

.fancybox-container--popup .fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #EA3769;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .fancybox-container--popup .fancybox-close {
    top: 20px;
    right: 20px;
  }
}

.fancybox-container--popup .fancybox-close:before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  content: '';
}

.fancybox-container--popup .fancybox-close:hover {
  color: #8D929A;
}

.fancybox-container--popup .container > .fancybox-close {
  right: 55px;
}

@media (max-width: 767px) {
  .fancybox-container--popup .container > .fancybox-close {
    right: 45px;
  }
}

.fancybox-thumbs {
  background-color: #000;
}

.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-thumbs > ul > li:before {
  border-color: #290340;
  border-width: 2px;
}

.fancybox-show-thumbs .fancybox-button--thumbs {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1259px) {
  .fancybox-caption-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 1259px) {
  .fancybox-caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .fancybox-slide > div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  background: #f3f3f3;
  height: 100%;
}

body {
  position: relative;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8D929A;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  background: #f3f3f3;
  min-width: 320px;
}

@media (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 319px) {
  body {
    overflow-x: auto;
  }
}

.notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.touchevents body {
  cursor: pointer;
}

.touchevents .touch-focused {
  cursor: pointer;
}

.no-touchevents body ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-touchevents body ::-webkit-scrollbar:vertical {
  width: 5px;
}

.no-touchevents body ::-webkit-scrollbar:horizontal {
  height: 5px;
}

.no-touchevents body ::-webkit-scrollbar-thumb {
  background-color: rgba(141, 146, 154, 0.3) !important;
  border-radius: 0;
  border: none;
}

.no-touchevents body ::-webkit-scrollbar-track {
  border-radius: 0;
  margin: 0;
  border: none;
  background-color: rgba(141, 146, 154, 0.1) !important;
}

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

.no-animation *, .no-animation *:before, .no-animation *:after {
  -webkit-animation: none !important;
          animation: none !important;
}

.no-transition *, .no-transition *:before, .no-transition *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

::-moz-selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

/*
*
* Skeleton elements
*
*/
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-x {
  overflow-y: hidden;
  overflow-x: auto;
}

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

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 359px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-anti {
  margin: 0 -9999px;
}

.container-100vw {
  width: 100vw;
  margin: 0 auto;
}

.wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
  background: #f3f3f3;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*

Responsive Helpers

 */
.respon-meter {
  position: absolute;
  z-index: 9999;
}

@media (max-width: 1259px) {
  .respon-meter {
    z-index: 1259;
  }
}

@media (max-width: 1023px) {
  .respon-meter {
    z-index: 1023;
  }
}

@media (max-width: 767px) {
  .respon-meter {
    z-index: 767;
  }
}

@media (max-width: 479px) {
  .respon-meter {
    z-index: 479;
  }
}

@media (max-width: 414px) {
  .respon-meter {
    z-index: 414;
  }
}

@media (max-width: 374px) {
  .respon-meter {
    z-index: 374;
  }
}

@media (max-width: 359px) {
  .respon-meter {
    z-index: 359;
  }
}

.only-for-notouch,
.only-for-touch,
.only-for-notouch-inline,
.only-for-touch-inline,
.only-for-notouch-inline-block,
.only-for-touch-inline-block {
  display: none !important;
}

.no-touchevents .only-for-notouch {
  display: block !important;
}

.no-touchevents .only-for-notouch-inline {
  display: inline !important;
}

.no-touchevents .only-for-notouch-inline-block {
  display: inline-block !important;
}

.touchevents .only-for-touch {
  display: block !important;
}

.touchevents .only-for-touch-inline {
  display: inline !important;
}

.touchevents .only-for-touch-inline-block {
  display: inline-block !important;
}

.tablet-show,
.tablet-show-inline-block,
.tablet-show-inline,
.tablet-show-table-row,
.tablet-show-table-cell {
  display: none !important;
}

.tablet-small-show,
.tablet-small-show-inline-block,
.tablet-small-show-inline,
.tablet-small-show-table-row,
.tablet-small-show-table-cell {
  display: none !important;
}

.mobile-show,
.mobile-show-inline-block,
.mobile-show-inline,
.mobile-show-table-cell {
  display: none !important;
}

.mobile-small-show,
.mobile-small-show-inline-block,
.mobile-small-show-inline,
.mobile-small-show-table-cell {
  display: none !important;
}

.mobile-xsmall-show,
.mobile-xsmall-show-inline-block,
.mobile-xsmall-show-inline,
.mobile-xsmall-show-table-cell {
  display: none !important;
}

.mobile-xxsmall-show,
.mobile-xxsmall-show-inline-block,
.mobile-xxsmall-show-inline,
.mobile-xxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxxsmall-show,
.mobile-xxxsmall-show-inline-block,
.mobile-xxxsmall-show-inline,
.mobile-xxxsmall-show-table-cell {
  display: none !important;
}

.initial-hide {
  display: none !important;
}

.initial-show {
  display: block !important;
}

.initial-show-inline-block {
  display: inline-block !important;
}

.initial-show-inline {
  display: inline !important;
}

.initial-show-table-row {
  display: table-row !important;
}

.initial-show-table-cell {
  display: table-cell !important;
}

@media (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-show-table-row {
    display: table-row !important;
  }
  .tablet-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 1023px) {
  .tablet-small-hide {
    display: none !important;
  }
  .tablet-small-show {
    display: block !important;
  }
  .tablet-small-show-inline-block {
    display: inline-block !important;
  }
  .tablet-small-show-inline {
    display: inline !important;
  }
  .tablet-small-show-table-row {
    display: table-row !important;
  }
  .tablet-small-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-inline-block {
    display: inline-block !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .mobile-small-hide {
    display: none !important;
  }
  .mobile-small-show {
    display: block !important;
  }
  .mobile-small-show-inline-block {
    display: inline-block !important;
  }
  .mobile-small-show-inline {
    display: inline !important;
  }
  .mobile-small-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 414px) {
  .mobile-xsmall-hide {
    display: none !important;
  }
  .mobile-xsmall-show {
    display: block !important;
  }
  .mobile-xsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xsmall-show-inline {
    display: inline !important;
  }
  .mobile-xsmall-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 374px) {
  .mobile-xxsmall-hide {
    display: none !important;
  }
  .mobile-xxsmall-show {
    display: block !important;
  }
  .mobile-xxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxsmall-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 374px) {
  .mobile-xxxsmall-hide {
    display: none !important;
  }
  .mobile-xxxsmall-show {
    display: block !important;
  }
  .mobile-xxxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxxsmall-show-table-cell {
    display: table-cell !important;
  }
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header a {
  color: #fff;
}

.header a:hover {
  color: #8D929A;
}

.header__inner {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header__grid {
  display: table;
  width: 100%;
}

.header__grid-wrapper {
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .header__grid-wrapper {
    margin: 0 -35px;
  }
}

.header__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px;
  height: 146px;
}

@media (max-width: 767px) {
  .header__cell {
    height: 106px;
  }
}

.header__cell--logo {
  width: 1%;
}

.header__cell--empty {
  padding: 0;
}

.header__cell--hmenu {
  padding-left: 40px;
}

.header__cell--smenu {
  white-space: nowrap;
  width: 1%;
  text-align: right;
}

.header__cell--cbutton {
  padding-left: 10px;
  white-space: nowrap;
  width: 1%;
  text-align: right;
}

@media (max-width: 767px) {
  .header__cell--cbutton {
    padding-left: 0;
  }
}

.header-replace {
  height: 146px;
  display: none;
}

.bg-corner {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -1280px;
  width: 1114px;
}

.bg-corner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1000px;
  background: #ea3670;
  content: '';
}

.bg-corner:after {
  display: block;
  padding-bottom: 73.15978%;
  background: url("/markup/build/../img/top-right-bg-path.svg") right top no-repeat;
  background-size: 100% 100%;
  content: '';
}

@media (max-width: 1259px) {
  .bg-corner {
    right: -120px;
    margin-right: 0;
    height: 540px;
    width: 540px;
  }
}

@media (max-width: 1100px) {
  .bg-corner {
    right: -200px;
  }
}

@media (max-width: 767px) {
  .bg-corner {
    right: -240px;
  }
}

@media (max-width: 539px) {
  .bg-corner {
    right: -200px;
    width: 480px;
    display: none;
  }
}

.logo {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  font-size: 54px;
  color: #000 !important;
  text-decoration: none;
}

@media (max-width: 1259px) {
  .logo {
    font-size: 48px;
  }
}

@media (max-width: 1023px) {
  .logo {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .logo {
    font-size: 28px;
  }
}

.logo .icon {
  width: 3.35338em;
  vertical-align: top;
}

.logo__title {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  min-width: 190px;
  opacity: 0.5;
  padding-left: 69px;
}

@media (max-width: 1259px) {
  .logo__title {
    padding-left: 61px;
  }
}

@media (max-width: 1023px) {
  .logo__title {
    padding-left: 52px;
    font-size: 11px;
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .logo__title {
    padding-left: 35px;
    min-width: 145px;
  }
}

.hmenu {
  position: relative;
}

.hmenu ul {
  font-size: 0;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: -25px;
  margin-bottom: -15px;
}

.hmenu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
  margin-right: 25px;
  margin-bottom: 15px;
}

.hmenu li > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.hmenu li > a:hover {
  color: #EA3769;
}

.hmenu li.active > a {
  color: #EA3769;
}

.smenu {
  margin-top: 50px;
}

.smenu:first-child {
  margin-top: 0;
}

.smenu ul {
  font-size: 0;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: -15px;
  margin-bottom: -15px;
}

.smenu li {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  margin-right: 15px;
  margin-bottom: 15px;
}

.smenu a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #EA3769;
  color: #fff;
  background-image: -webkit-linear-gradient(6.83deg, #EC5D3B 8.66%, #EA3572 95.19%);
  background-image: -o-linear-gradient(6.83deg, #EC5D3B 8.66%, #EA3572 95.19%);
  background-image: linear-gradient(83.17deg, #EC5D3B 8.66%, #EA3572 95.19%);
  text-decoration: none;
}

.smenu a:hover {
  color: #fff;
  background: #EA3769;
}

.smenu a:active {
  color: #fff;
  background: #EA3769;
}

.smenu a.smenu-transparent {
  border-radius: 0;
  background: transparent !important;
}

.smenu a.smenu-transparent:hover img {
  opacity: 0.9;
}

.smenu a.smenu-transparent:active img {
  opacity: 0.9;
}

.smenu .icon-vk {
  font-size: 14px;
}

.smenu .icon-youtube {
  font-size: 14px;
}

.smenu .icon {
  vertical-align: -0.15em;
}

.smenu img {
  vertical-align: -0.15em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.smenu--reverse a {
  background: #fff;
  color: #EA3769;
}

.smenu--reverse a:hover {
  color: #EA3769;
  background: rgba(255, 255, 255, 0.8);
}

.smenu--reverse a:active {
  color: #EA3769;
  background: rgba(255, 255, 255, 0.8);
}

.cbutton {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  height: 25px;
  width: 36px;
  line-height: 25px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #EA3769 !important;
  cursor: pointer;
}

.cbutton:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.cbutton__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1;
}

.cbutton__item {
  display: block;
  height: 3px;
  width: 36px;
  background-color: #fff;
  background-color: currentColor;
  margin: 8px 0 0 auto;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-overlay-active .cbutton__item {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cbutton__item:first-child {
  margin-top: 0;
}

.menu-overlay-active .cbutton__item:first-child {
  opacity: 1;
  -webkit-transform: translateY(11px) rotate(135deg);
      -ms-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.menu-overlay-active .cbutton__item:first-child + * {
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  color: #8D929A;
  max-height: none;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.3s, -webkit-transform 0.3s, visibility 0s 0.3s;
  z-index: -1;
}

.menu-overlay .hmenu {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-overlay .hmenu ul {
  margin-right: 0;
}

.menu-overlay .hmenu li {
  display: block;
  margin-right: 0;
  text-align: center;
}

.menu-overlay .hmenu a {
  display: inline-block;
  padding: 7px 10px 5px;
}

.menu-overlay-active .menu-overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-overlay-active .menu-overlay .hmenu {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu-overlay__content {
  position: absolute;
  top: 240px;
  right: 0;
  bottom: 20px;
  left: 0;
  overflow-y: auto;
}

@media (max-height: 800px), (max-width: 1259px) {
  .menu-overlay__content {
    top: 170px;
  }
}

@media (max-width: 767px) {
  .menu-overlay__content {
    top: 100px;
  }
}

.scrolled .menu-overlay__content {
  top: 100px;
}

.menu-overlay__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
}

.footer {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.footer__inner {
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1023px) {
  .footer__inner {
    border-top: 1px solid #f3f3f3;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
  .footer__inner:first-child {
    margin-top: 0;
  }
}

.footer__grid {
  display: table;
  width: 100%;
}

@media (max-width: 1023px) {
  .footer__grid {
    display: block;
  }
}

.footer__grid-wrapper {
  margin: 0 -20px;
}

@media (max-width: 1023px) {
  .footer__grid-wrapper {
    margin: 0 -25px;
  }
}

.footer__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px;
  height: 114px;
}

@media (max-width: 1023px) {
  .footer__cell {
    display: block;
    height: auto;
    text-align: center;
    margin-top: 30px;
    padding: 0 25px;
  }
  .footer__cell:first-child {
    margin-top: 0;
  }
}

.footer__cell--logo {
  width: 1%;
  min-width: 260px;
}

@media (max-width: 1023px) {
  .footer__cell--logo {
    width: auto;
  }
}

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

.footer__cell--smenu {
  white-space: nowrap;
  width: 1%;
  min-width: 260px;
  text-align: right;
}

@media (max-width: 1023px) {
  .footer__cell--smenu {
    width: auto;
    text-align: center;
    white-space: normal;
    border-top: 1px solid #f3f3f3;
    padding-top: 30px;
    margin-top: 45px;
  }
}

.footer__branding {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  min-height: 146px;
  text-align: center;
}

.footer__branding:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url("/markup/build/../img/bg-curves-white.svg") center top no-repeat;
  height: 146px;
  background-size: 1360px auto;
  content: '';
}

.footer__branding:after {
  position: absolute;
  top: 146px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: '';
}

.footer__branding-inner {
  position: relative;
  padding: 35px 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer__branding-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__branding-title {
  color: #290340;
  margin-top: 40px;
}

.footer__branding-title:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .footer__branding-title {
    font-size: 24px;
    line-height: 1.16667;
    margin-top: 30px;
  }
}

.footer__branding-title--oneline {
  margin-top: 20px;
}

.footer__branding-logo {
  line-height: 1;
}

.footer__branding-logo .icon {
  font-size: 65px;
  width: 1.13476em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .footer__branding-logo .icon {
    font-size: 75px;
  }
}

.footer__branding--bottom {
  bottom: 0;
}

.footer__branding--grey:before {
  background-image: url("/markup/build/../img/bg-curves-grey.svg");
}

.footer__branding--grey:after {
  background-color: #f3f3f3;
}

.footer .logo {
  font-size: 34px;
}

.fmenu {
  position: relative;
}

@media (max-width: 479px) {
  .fmenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
}

.fmenu ul {
  font-size: 0;
  line-height: 1.2;
  margin-right: -25px;
  margin-bottom: -15px;
}

.fmenu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
  margin-right: 25px;
  margin-bottom: 15px;
}

.fmenu li > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.fmenu li > a:hover {
  color: #EA3769;
}

.fmenu li.active > a {
  color: #EA3769;
}

.fbar {
  position: relative;
  background-color: #f3f3f3;
  z-index: 5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #aeaeae;
  padding: 15px 0;
}

.fbar__grid {
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  .fbar__grid {
    display: block;
  }
}

.fbar__grid-wrapper {
  margin: 0 -20px;
}

.fbar__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px;
}

@media (max-width: 767px) {
  .fbar__cell {
    display: block;
    text-align: center;
  }
}

.fbar__cell:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .fbar__cell:last-child {
    text-align: center;
  }
}

.fbar a {
  color: #aeaeae;
  text-decoration: none;
}

.fbar a:hover {
  color: #666;
}

.fbar-menu ul {
  font-size: 0;
  margin-right: -20px;
  margin-bottom: -10px;
}

.fbar-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}

.totop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  font-size: 20px;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s, visibility 0s 0.5s;
  -o-transition: all 0.5s, visibility 0s 0.5s;
  transition: all 0.5s, visibility 0s 0.5s;
}

.fold-scrolled .totop {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.section {
  position: relative;
  z-index: 0;
}

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff center center no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.section__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.section__bg--fullheight {
  background-size: auto 100%;
}

.section--hero-app {
  padding: 115px 0 0;
}

@media (max-width: 767px) {
  .section--hero-app {
    padding-top: 90px;
  }
}

@media (max-width: 479px) {
  .section--hero-app {
    padding-top: 65px;
  }
}

.hero-app {
  padding: 0 20px 0 60px;
}

@media (max-width: 1023px) {
  .hero-app {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .hero-app {
    padding-left: 20px;
    margin-bottom: -25px;
  }
}

@media (max-width: 479px) {
  .hero-app {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-app--video {
  padding: 25px 15px 25px 80px;
}

@media (max-width: 1259px) {
  .hero-app--video {
    padding-left: 75px;
  }
}

@media (max-width: 1023px) {
  .hero-app--video {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .hero-app--video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .hero-app--video {
    padding-top: 35px;
  }
}

.hero-app__grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (max-width: 639px) {
  .hero-app--video .hero-app__grid {
    display: block;
  }
}

.hero-app__grid-wrapper {
  margin: 0 -25px;
}

.hero-app__col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
}

@media (max-width: 639px) {
  .hero-app--video .hero-app__col {
    display: block;
    width: auto !important;
    margin-top: 25px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .hero-app--video .hero-app__col:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .hero-app__col--image {
    padding-left: 0;
  }
}

.hero-app__col--video {
  width: 530px;
}

@media (max-width: 1259px) {
  .hero-app__col--video {
    width: 500px;
  }
}

@media (max-width: 1023px) {
  .hero-app__col--video {
    width: 55%;
  }
}

@media (max-width: 639px) {
  .hero-app__col:first-child {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .hero-app--video .hero-app__col:first-child {
    padding-left: 60px !important;
  }
}

@media (max-width: 639px) {
  .hero-app--video .hero-app__col:first-child {
    max-width: 500px;
  }
}

@media (max-width: 479px) {
  .hero-app__col:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-app__summary {
  margin-top: 15px;
}

.hero-app__summary:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .hero-app--video .hero-app__summary {
    margin-top: 10px;
    font-size: 14px;
  }
  .hero-app--video .hero-app__summary:first-child {
    margin-top: 0;
  }
}

.hero-app__action {
  margin-top: 30px;
}

.hero-app__action:first-child {
  margin-top: 0;
}

.hero-app__image {
  position: relative;
  top: -10px;
  text-align: right;
}

@media (max-width: 639px) {
  .hero-app__image {
    margin-right: -40px;
    text-align: center;
  }
  .hero-app__image img {
    max-height: 360px;
  }
}

@media (max-width: 539px) {
  .hero-app__image {
    margin-right: -100px;
  }
}

@media (max-width: 479px) {
  .hero-app__image {
    margin-right: -250px;
    left: -15px;
    text-align: left;
  }
}

.hero-app__video .video-player__logo {
  top: 30px;
  right: 30px;
}

@media (max-width: 1023px) {
  .hero-app__video .video-player__logo {
    top: 20px;
    right: 20px;
  }
}

.hero-app__video .video-player__logo .icon {
  font-size: 32px;
}

@media (max-width: 1023px) {
  .hero-app__video .video-player__logo .icon {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .hero-app__video .video-player__logo .icon {
    font-size: 23px;
  }
}

.hero-app__video .play-btn {
  margin: -36px 0 0 -36px;
  height: 72px;
  width: 72px;
  line-height: 72px;
  font-size: 22px;
}

@media (max-width: 767px) {
  .hero-app__video .play-btn {
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: -32px 0 0 -32px;
    font-size: 20px;
  }
}

.section--video {
  margin-top: 50px;
  text-align: center;
}

.section--video:first-child {
  margin-top: 0;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  height: 96px;
  width: 96px;
  line-height: 96px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s, visibility 0.2s;
  -o-transition: all 0.2s, visibility 0.2s;
  transition: all 0.2s, visibility 0.2s;
}

@media (max-width: 767px) {
  .play-btn {
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: -32px 0 0 -32px;
    font-size: 20px;
  }
}

.no-videoautoplay .play-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.no-videoautoplay .play-btn:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.play-btn:hover:before {
  background: #EA3769;
}

.play-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  -webkit-box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
          box-shadow: 0 8px 24px rgba(238, 20, 74, 0.32), inset 0 2px 1px rgba(253, 153, 178, 0.36);
  border-radius: 50%;
  content: '';
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.play-btn .icon {
  top: 1px;
  left: 2px;
  vertical-align: -0.15em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.play-btn.video-playing,
.play-btn.video-paused,
.play-btn--autoplay,
.videoautoplay .play-btn--autoplay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.play-btn.video-playing:before,
.play-btn.video-paused:before,
.play-btn--autoplay:before,
.videoautoplay .play-btn--autoplay:before {
  background-color: #fff;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

.play-btn.video-playing .icon,
.play-btn.video-paused .icon,
.play-btn--autoplay .icon,
.videoautoplay .play-btn--autoplay .icon {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.action {
  margin-top: 65px;
}

.action:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .action {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .action {
    margin-top: 20px;
  }
}

.video-player {
  position: relative;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 0;
}

.video-player:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .video-player {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .video-player {
    margin-top: 25px;
  }
}

.video-player:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  content: '';
  z-index: -1;
}

.video-player__video {
  position: relative;
  border-radius: 8px;
  background: center center no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video-player__video img {
  display: none;
}

.video-player__video video {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.video-paused .video-player__video video, .video-playing .video-player__video video {
  opacity: 1;
}

.video-player__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.video-paused .video-player__video iframe, .video-playing .video-player__video iframe {
  opacity: 1;
}

.video-player__logo {
  position: absolute;
  top: 55px;
  right: 60px;
  pointer-events: none;
  -webkit-transition: all 0.2s, visibility 0s 0s;
  -o-transition: all 0.2s, visibility 0s 0s;
  transition: all 0.2s, visibility 0s 0s;
}

@media (max-width: 1023px) {
  .video-player__logo {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .video-player__logo {
    top: 20px;
    right: 20px;
  }
}

.video-paused .video-player__logo, .video-playing .video-player__logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.video-player__logo .icon {
  font-size: 60px;
}

@media (max-width: 1023px) {
  .video-player__logo .icon {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .video-player__logo .icon {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .video-player__logo .icon {
    font-size: 23px;
  }
}

.video-player__action {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s, visibility 0s 0s;
  -o-transition: all 0.2s, visibility 0s 0s;
  transition: all 0.2s, visibility 0s 0s;
}

@media (max-width: 1023px) {
  .video-player__action {
    bottom: 30px;
  }
}

.video-paused .video-player__action, .video-playing .video-player__action {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.video-player__action .btn {
  pointer-events: auto;
}

.video-player__overlay-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s, visibility 0s 0s;
  -o-transition: all 0.2s, visibility 0s 0s;
  transition: all 0.2s, visibility 0s 0s;
}

.video-paused .video-player__overlay-play, .video-playing .video-player__overlay-play {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.2s, visibility 0s 0.2s;
  -o-transition: all 0.2s, visibility 0s 0.2s;
  transition: all 0.2s, visibility 0s 0.2s;
}

.video-player video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  visibility: hidden;
}

.video-player video.auto-resized {
  visibility: visible;
}

.video-player--video-lock:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.video-player--video-lock video {
  pointer-events: none;
}

.advantage-incut {
  padding: 0 20px;
}

.section--advantages {
  margin-top: 105px;
  text-align: center;
}

.section--advantages:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--advantages {
    margin-top: 80px;
  }
}

.section--advantages-1 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .section--advantages-1 {
    margin-top: 20px;
  }
}

.section--advantages .action {
  margin-top: 90px;
}

.section--advantages .action:first-child {
  margin-top: 0;
}

.section--advantages .summary + .action {
  margin-top: 70px;
}

@media (max-width: 1023px) {
  .section--advantages .summary + .action {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .section--plain-form-block + .section--advantages {
    margin-top: 50px;
  }
}

.action-w-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1023px) {
  .action-w-arrow {
    margin-top: 55px;
  }
}

.action-w-arrow:before {
  position: absolute;
  right: 100%;
  bottom: 100%;
  margin: 0 27px -17px 0;
  height: 66px;
  width: 34px;
  background: url("/markup/build/../img/arrow-short.svg") center center no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 1023px) {
  .action-w-arrow:before {
    background-image: url("/markup/build/../img/arrow-down-dotted.svg");
    height: 58px;
    width: 16px;
    left: 50% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-left: -8px !important;
    margin-bottom: 25px;
  }
}

.advantages {
  margin-top: 75px;
  margin-left: -20px;
  margin-right: -20px;
}

.advantages:first-child {
  margin-top: 0;
}

.advantages:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .advantages {
    margin-top: 35px;
  }
}

.advantages__inner {
  float: left;
  width: 100%;
  margin: -20px 0;
  text-align: center;
  counter-reset: adv_number;
}

.advantage {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 20px;
  max-width: 940px;
  text-align: left;
}

@media (max-width: 1023px) {
  .advantage {
    margin-top: 90px;
    max-width: 780px;
  }
  .advantage:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .advantage {
    max-width: 400px;
  }
}

.advantage:first-child .advantage__inner:after {
  display: none;
}

.advantage:nth-child(3) .advantage__number, .advantage:nth-child(4) .advantage__number, .advantage:nth-child(5) .advantage__number {
  line-height: 54px;
}

.advantage:nth-child(3n+1) .advantage__circle {
  left: 70px;
  top: 0;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+1) .advantage__circle {
    left: 0;
  }
}

.advantage:nth-child(3n+1) .advantage__circle:before {
  left: 0;
  top: -50%;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+1) .advantage__circle:before {
    top: -45%;
    left: -35%;
  }
}

.advantage:nth-child(3n+2) .advantage__circle {
  right: 110px;
  bottom: 0;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+2) .advantage__circle {
    right: 0;
  }
}

.advantage:nth-child(3n+2) .advantage__circle:before {
  right: 0;
  bottom: -50%;
  margin-bottom: -35px;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+2) .advantage__circle:before {
    bottom: -45%;
    margin-bottom: 0;
    right: -35%;
  }
}

.advantage:nth-child(3n+3) .advantage__number {
  left: auto;
  right: -30px;
}

.advantage:nth-child(3n+3) .advantage__circle {
  left: 0;
  top: 0;
  border-radius: 8px;
}

.advantage:nth-child(3n+3) .advantage__circle:before {
  left: -50%;
  top: -50%;
  margin-left: 20px;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+3) .advantage__circle:before {
    top: -45%;
    left: -35%;
    margin-left: 0;
    margin-top: 0;
  }
}

.advantage:nth-child(3n+3) .advantage__col:first-child {
  padding-right: 50px;
}

.advantage:nth-child(3n+2) .advantage__grid {
  direction: rtl;
}

.advantage:nth-child(3n+2) .advantage__col {
  direction: ltr;
}

.advantage:nth-child(3n+2) .advantage__col:first-child {
  width: auto;
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+2) .advantage__col:first-child {
    padding-right: 20px;
    padding-left: 0;
  }
}

.advantage:nth-child(3n+2) .advantage__col:last-child {
  padding-right: 50px;
  padding-left: 90px;
  width: 50%;
}

@media (max-width: 1259px) {
  .advantage:nth-child(3n+2) .advantage__col:last-child {
    padding-left: 70px;
    padding-right: 40px;
  }
}

@media (max-width: 1023px) {
  .advantage:nth-child(3n+2) .advantage__col:last-child {
    padding-left: 50px;
    padding-right: 30px;
    width: 360px;
  }
}

.advantage:nth-child(2n+2) .advantage__inner:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 1259px) {
  .advantage:nth-child(2n+2) .advantage__inner:after {
    margin-right: 20px;
  }
}

.advantage--no-arrow .advantage__inner:after {
  display: none !important;
}

.advantage__inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .advantage__inner {
    min-height: 440px;
    border-radius: 4px;
  }
}

.advantage__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  content: '';
  pointer-events: none;
}

@media (max-width: 767px) {
  .advantage__inner:before {
    border-radius: 4px;
  }
}

.advantage__inner:after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-left: 30px;
  margin-bottom: -45px;
  height: 125px;
  width: 44px;
  background: url("/markup/build/../img/arrow.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  content: '';
}

@media (max-width: 1259px) {
  .advantage__inner:after {
    margin-left: 20px;
  }
}

@media (max-width: 1023px) {
  .advantage__inner:after {
    background-image: url("/markup/build/../img/arrow-down-dotted.svg");
    height: 58px;
    width: 16px;
    left: 50% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-left: -8px !important;
    margin-bottom: 12px;
  }
}

.advantage__grid {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  z-index: 2;
}

.advantage__col {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}

@media (max-width: 1023px) {
  .advantage__col {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .advantage__col {
    display: block;
    height: auto;
    padding: 0 20px !important;
    width: auto !important;
    text-align: center;
  }
}

.advantage__col:first-child {
  width: 54.44444%;
}

@media (max-width: 1023px) {
  .advantage__col:first-child {
    width: auto;
    padding-right: 30px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .advantage__col:first-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.advantage__col:last-child {
  padding-right: 90px;
}

@media (max-width: 1259px) {
  .advantage__col:last-child {
    padding-right: 70px;
  }
}

@media (max-width: 1023px) {
  .advantage__col:last-child {
    width: 310px;
    padding-right: 50px;
  }
}

.advantage__image {
  position: relative;
  text-align: center;
}

.advantage__image img {
  width: auto;
}

@media (max-width: 767px) {
  .advantage__image {
    height: 240px;
    line-height: 240px;
    padding: 0 5px;
  }
  .advantage__image img {
    max-height: 230px;
  }
}

.advantage__image-inner {
  margin: 30px 50px;
}

@media (max-width: 1023px) {
  .advantage__image-inner {
    margin: 0;
  }
}

.advantage__image-inner img {
  max-height: 300px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .advantage__image-inner img {
    max-height: 180px;
  }
}

.advantage__content {
  position: relative;
  top: -5px;
}

@media (max-width: 767px) {
  .advantage__content {
    padding: 5px 0;
  }
}

.advantage__circle {
  position: absolute;
  height: 390px;
  width: 390px;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.advantage__circle:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  -webkit-transform: rotate(45.5deg);
      -ms-transform: rotate(45.5deg);
          transform: rotate(45.5deg);
  border-radius: 50%;
  content: '';
}

@media (max-width: 1023px) {
  .advantage__circle {
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .advantage__circle {
    left: 0 !important;
    height: 100%;
    width: 100%;
    margin-left: 0;
    top: 0 !important;
    bottom: auto !important;
    right: auto !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .advantage__circle {
    border-radius: 4px !important;
  }
}

@media (max-width: 767px) {
  .advantage__circle:before {
    left: 50% !important;
    top: -250px !important;
    height: 500px;
    width: 500px;
    margin: -95px 0 0 -250px !important;
    bottom: auto !important;
    right: auto !important;
  }
}

.advantage__number {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
  margin-top: -30px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

@media (max-width: 1023px) {
  .advantage__number {
    top: auto;
    bottom: 0;
    margin-bottom: -30px;
    left: 50% !important;
    right: auto !important;
    margin-left: -30px !important;
  }
}

.advantage__number:before {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 3px solid #ec504f;
  border-radius: 50%;
  content: '';
}

.advantage__number:after {
  counter-increment: adv_number;
  content: counter(adv_number);
}

.advantage .summary {
  margin-top: 7px;
}

.advantage .summary:first-child {
  margin-top: 0;
}

.advantage__footer {
  font-size: 14px;
  padding: 0 50px 60px;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .advantage__footer {
    margin-top: -15px;
  }
}

@media (max-width: 767px) {
  .advantage__footer {
    padding: 0 30px 60px;
    margin-top: 15px;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .advantage__footer {
    padding: 0 20px 60px;
  }
}

.advantage__footer p {
  margin-top: 10px;
}

.advantage__footer p:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .advantage--person {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .advantage--person {
    margin-top: 0;
  }
}

.advantage--person .advantage__col:first-child {
  width: 50%;
}

@media (max-width: 1259px) {
  .advantage--person .advantage__col:first-child {
    width: 40%;
  }
  .advantage--person .advantage__col:first-child + .advantage__col {
    width: auto;
  }
}

@media (max-width: 1259px) {
  .advantage--person:nth-child(3n+2) .advantage__col:first-child {
    width: 40%;
  }
  .advantage--person:nth-child(3n+2) .advantage__col:first-child + .advantage__col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .advantage--person .advantage__content {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advantage--person .advantage__circle {
    width: 330px;
    height: 330px;
  }
}

@media (min-width: 768px) {
  .advantage--person:nth-child(3n+1) .advantage__circle {
    left: 0;
    border-top-left-radius: 8px;
  }
  .advantage--person:nth-child(3n+1) .advantage__circle:before {
    left: -40px;
  }
  .advantage--person:nth-child(3n+2) .advantage__circle {
    right: 0;
    border-bottom-right-radius: 8px;
  }
  .advantage--person:nth-child(3n+2) .advantage__circle:before {
    right: -40px;
  }
}

.advantage--person-small .advantage__col {
  padding-top: 50px;
  padding-bottom: 50px;
  vertical-align: top;
}

@media (max-width: 1023px) {
  .advantage--person-small .advantage__col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.advantage--person-small .advantage__col:first-child {
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .advantage--person-small .advantage__col:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 27%;
  }
  .advantage--person-small .advantage__col:first-child + .advantage__col {
    width: auto;
  }
}

@media (max-width: 1023px) {
  .advantage--person-small:nth-child(3n+2) .advantage__col:first-child {
    width: 27%;
  }
  .advantage--person-small:nth-child(3n+2) .advantage__col:first-child + .advantage__col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .advantage--person-small .advantage__content {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .advantage--person-small .advantage__circle {
    width: 330px;
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 1259px) {
  .advantage--person-small .advantage__circle {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .advantage--person-small .advantage__circle {
    width: 230px;
    height: 230px;
  }
}

@media (min-width: 768px) {
  .advantage--person-small:nth-child(3n+1) .advantage__circle {
    left: 0;
    border-top-left-radius: 8px;
  }
  .advantage--person-small:nth-child(3n+1) .advantage__circle:before {
    left: -40px;
  }
  .advantage--person-small:nth-child(3n+2) .advantage__circle {
    right: 0;
    border-bottom-right-radius: 8px;
  }
  .advantage--person-small:nth-child(3n+2) .advantage__circle:before {
    right: -40px;
  }
}

.advantage-1-image-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 405px;
  padding-top: 45px;
  padding-left: 85px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
  color: #54a2ec;
  text-align: left;
}

@media (max-width: 1023px) {
  .advantage-1-image-overlay {
    padding-top: 11.11111%;
    padding-left: 21.48148%;
    font-size: 13px;
    margin-left: -190px;
    width: 380px;
  }
}

@media (max-width: 799px) {
  .advantage-1-image-overlay {
    left: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 10.8642%;
  }
}

@media (max-width: 767px) {
  .advantage-1-image-overlay {
    font-size: 12px;
    padding-top: 11.60494%;
    padding-left: 24.69136%;
  }
}

@media (max-width: 375px) {
  .advantage-1-image-overlay {
    font-size: 11px;
    padding-top: 13.82716%;
    padding-left: 22.22222%;
  }
}

@media (max-width: 360px) {
  .advantage-1-image-overlay {
    padding-top: 15.30864%;
    padding-left: 22.71605%;
  }
}

@media (max-width: 359px) {
  .advantage-1-image-overlay {
    padding-top: 16.54321%;
    padding-left: 22.46914%;
  }
}

.advantage-1-image-overlay-text {
  margin-top: 43px;
}

@media (max-width: 1023px) {
  .advantage-1-image-overlay-text {
    margin-top: 13.33333%;
  }
}

@media (max-width: 799px) {
  .advantage-1-image-overlay-text {
    margin-top: 12.83951%;
  }
}

@media (max-width: 767px) {
  .advantage-1-image-overlay-text {
    margin-top: 11.35802%;
  }
}

@media (max-width: 375px) {
  .advantage-1-image-overlay-text {
    margin-top: 13.08642%;
  }
}

@media (max-width: 360px) {
  .advantage-1-image-overlay-text {
    margin-top: 12.59259%;
  }
}

@media (max-width: 359px) {
  .advantage-1-image-overlay-text {
    margin-top: 12.09877%;
  }
}

.advantage-1-image-overlay-text:first-child {
  margin-top: 0;
}

.advantage-1-image-overlay-text:nth-child(2) {
  padding-left: 15px;
}

@media (max-width: 799px) {
  .advantage-1-image-overlay-text:nth-child(2) {
    padding-left: 13px;
  }
}

@media (max-width: 360px) {
  .advantage-1-image-overlay-text:nth-child(2) {
    padding-left: 11px;
  }
}

.advantage-1-image-overlay-text:nth-child(3) {
  padding-left: 30px;
}

@media (max-width: 799px) {
  .advantage-1-image-overlay-text:nth-child(3) {
    padding-left: 26px;
  }
}

@media (max-width: 360px) {
  .advantage-1-image-overlay-text:nth-child(3) {
    padding-left: 22px;
  }
}

.section--form-block {
  margin-top: 100px;
}

.section--form-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--form-block {
    margin-top: 80px;
  }
}

@media (max-width: 1023px) {
  .form--horz {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form--horz .form__items {
  display: table;
  width: 100%;
}

@media (max-width: 1023px) {
  .form--horz .form__items {
    display: block;
  }
}

.form--horz .form__item {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  margin: 0;
}

@media (max-width: 1023px) {
  .form--horz .form__item {
    display: block;
    padding: 0;
    margin-top: 20px;
  }
  .form--horz .form__item:first-child {
    margin-top: 0;
  }
}

.form--horz .form__item:first-child {
  padding-left: 0;
}

.form--horz .form__item:last-child {
  width: 290px;
  padding-right: 0;
}

@media (max-width: 1259px) {
  .form--horz .form__item:last-child {
    width: auto;
  }
}

@media (max-width: 1023px) {
  .form--horz .form__error {
    padding-top: 5px;
    position: static;
  }
}

.form-block {
  position: relative;
  margin-top: 50px;
  margin-left: -45px;
  margin-right: -45px;
  border-radius: 4px;
  background-color: #fff;
  padding: 60px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.form-block:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .form-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .form-block {
    padding: 40px 20px;
    max-width: 420px;
  }
}

.form-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: '';
}

@media (max-width: 1259px) {
  .form-block h2, .form-block .h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }
}

@media (max-width: 479px) {
  .form-block h2, .form-block .h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.form-block__inner {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1023px) {
  .form-block__inner {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .form-block__inner {
    max-width: 320px;
    padding-bottom: 120px;
  }
}

.form-block__circle {
  position: absolute;
  height: 490px;
  width: 490px;
  pointer-events: none;
  overflow: hidden;
}

.form-block__circle:before {
  position: absolute;
  height: 490px;
  width: 490px;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  border-radius: 50%;
  content: '';
}

.form-block__circle--lb {
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .form-block__circle--lb {
    left: 0;
    right: 0;
    width: auto;
    border-radius: 4px;
  }
}

.form-block__circle--lb:before {
  left: -50%;
  bottom: -50%;
  -webkit-transform: rotate(66.5deg);
      -ms-transform: rotate(66.5deg);
          transform: rotate(66.5deg);
  margin: 0 0 -30px 15px;
}

@media (max-width: 1259px) {
  .form-block__circle--lb:before {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .form-block__circle--lb:before {
    left: 50%;
    margin-left: -245px;
    margin-bottom: -110px;
  }
}

.form-block__circle--rt {
  right: 0;
  top: 0;
}

.form-block__circle--rt:before {
  right: -50%;
  top: -50%;
  -webkit-transform: rotate(66.5deg);
      -ms-transform: rotate(66.5deg);
          transform: rotate(66.5deg);
  margin: -60px -60px 0 0;
}

@media (max-width: 767px) {
  .form-block__circle--rt:before {
    display: none;
  }
}

.form-block__percent {
  position: absolute;
  bottom: 30px;
  left: 60px;
  height: 90px;
  width: 90px;
  background: url("/markup/build/../img/percent.svg") center center no-repeat;
  background-size: contain;
}

@media (max-width: 1259px) {
  .form-block__percent {
    left: 40px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form-block__percent {
    left: 50%;
    bottom: 10px;
    margin-left: -45px;
  }
}

.form-block .summary {
  font-size: 18px;
  margin-top: 45px;
}

.form-block .summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form-block .summary {
    font-size: inherit;
    margin-top: 35px;
  }
}

.section--plain-form-block {
  margin-top: 45px;
}

.section--plain-form-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--plain-form-block {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .section--plain-form-block {
    margin-top: 35px;
  }
}

.plain-form-block {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

.plain-form-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .plain-form-block {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .plain-form-block h2, .plain-form-block .h2 {
    font-size: 24px;
    line-height: 1.29167;
  }
}

@media (max-width: 479px) {
  .plain-form-block h2, .plain-form-block .h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.plain-form-block .form {
  margin-top: 30px;
}

.plain-form-block .form:first-child {
  margin-top: 0;
}

.plain-form-block__inner {
  position: relative;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1023px) {
  .plain-form-block__inner {
    max-width: 480px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .plain-form-block__inner {
    max-width: 270px;
  }
}

.plain-form-block .summary {
  font-size: 18px;
  margin-top: 35px;
}

.plain-form-block .summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .plain-form-block .summary {
    font-size: inherit;
  }
}

.section--form-block-top {
  margin-top: 180px;
  padding-bottom: 55px;
}

.section--form-block-top:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--form-block-top {
    margin-top: 105px;
    padding-bottom: 35px;
  }
}

.form-block-top {
  position: relative;
  margin-top: 50px;
  border-radius: 4px;
  background-color: #fff;
  padding: 55px 60px 110px;
  text-align: center;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.form-block-top:first-child {
  margin-top: 0;
}

.form-block-top--w-summary {
  padding-bottom: 70px;
}

@media (max-width: 1259px) {
  .form-block-top {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .form-block-top {
    padding-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .form-block-top {
    padding: 40px 20px;
    max-width: 420px;
  }
}

.form-block-top:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: '';
}

@media (max-width: 479px) {
  .form-block-top h2, .form-block-top .h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.form-block-top__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1023px) {
  .form-block-top__inner {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .form-block-top__inner {
    max-width: 320px;
    padding-bottom: 45px;
  }
}

.form-block-top .form {
  margin-top: 50px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-top .form:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form-block-top .form {
    margin-top: 25px;
  }
}

.form-block-top__circle {
  position: absolute;
  height: 490px;
  width: 490px;
  pointer-events: none;
  overflow: hidden;
}

.form-block-top__circle:before {
  position: absolute;
  height: 490px;
  width: 490px;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  border-radius: 50%;
  content: '';
}

.form-block-top__circle--lb {
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .form-block-top__circle--lb {
    left: 0;
    right: 0;
    width: auto;
  }
}

.form-block-top__circle--lb:before {
  left: -50%;
  bottom: -50%;
  -webkit-transform: rotate(66.5deg);
      -ms-transform: rotate(66.5deg);
          transform: rotate(66.5deg);
  margin: 0 0 -40px -30px;
}

@media (max-width: 1259px) {
  .form-block-top__circle--lb:before {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .form-block-top__circle--lb:before {
    left: 50%;
    margin-left: -245px;
    margin-bottom: -185px;
  }
}

.form-block-top--w-summary .form-block-top__circle--lb:before {
  margin-bottom: -10px;
}

@media (max-width: 1023px) {
  .form-block-top--w-summary .form-block-top__circle--lb:before {
    margin-bottom: -30px;
    margin-left: -70px;
  }
}

@media (max-width: 767px) {
  .form-block-top--w-summary .form-block-top__circle--lb:before {
    margin-bottom: -185px;
    margin-left: -245px;
  }
}

.form-block-top__circle--rt {
  right: 0;
  top: 0;
  border-radius: 4px;
}

.form-block-top__circle--rt:before {
  right: -50%;
  top: -50%;
  -webkit-transform: rotate(66.5deg);
      -ms-transform: rotate(66.5deg);
          transform: rotate(66.5deg);
  background: #f3f3f3;
  margin: -60px -105px 0 0;
}

@media (max-width: 767px) {
  .form-block-top__circle--rt:before {
    display: none;
  }
}

.form-block-top .summary {
  font-size: 18px;
  margin-top: 45px;
}

.form-block-top .summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form-block-top .summary {
    font-size: inherit;
    margin-top: 35px;
  }
}

.btn-arrow-tip {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.14286;
  color: #000;
}

@media (max-width: 1023px) {
  .btn-arrow-tip {
    position: relative;
    display: inline-block;
    top: auto;
    margin-top: 50px;
  }
}

.fancybox-container .btn-arrow-tip {
  margin-top: 45px;
}

@media (max-width: 1023px) {
  .fancybox-container .btn-arrow-tip {
    margin-top: 50px;
  }
}

.btn-arrow-tip:before {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-left: 15px;
  margin-bottom: -20px;
  height: 81px;
  width: 28px;
  background: url("/markup/build/../img/arrow-alt.svg") center center no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 1023px) {
  .btn-arrow-tip:before {
    margin-bottom: -35px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

.btn-arrow-tip__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
  margin-top: 5px;
}

.btn-arrow-tip__title:first-child {
  margin-top: 0;
}

.btn-arrow-tip__summary {
  margin-top: 5px;
}

.btn-arrow-tip__summary:first-child {
  margin-top: 0;
}

.section--thanks-block {
  margin-top: 180px;
  padding-bottom: 55px;
}

.section--thanks-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--thanks-block {
    margin-top: 105px;
    padding-bottom: 35px;
  }
}

.section--thanks-block + .section {
  margin-top: 20px;
}

.thanks-block {
  position: relative;
  margin-top: 50px;
  border-radius: 4px;
  background-color: #fff;
  padding: 45px 60px 75px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.thanks-block:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .thanks-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1023px) {
  .thanks-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .thanks-block {
    padding: 40px 20px;
  }
}

@media (max-width: 479px) {
  .thanks-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.thanks-block--red {
  background: #EA3769 -webkit-gradient(linear, left top, right top, from(#FF1164), to(#FF4930));
  background: #EA3769 -webkit-linear-gradient(left, #FF1164, #FF4930);
  background: #EA3769 -o-linear-gradient(left, #FF1164, #FF4930);
  background: #EA3769 linear-gradient(to right, #FF1164, #FF4930);
  color: #fff;
}

.thanks-block--red * {
  color: #fff;
}

@media (max-width: 479px) {
  .thanks-block--w-icon {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.thanks-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: '';
}

.thanks-block__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media (max-width: 1023px) {
  .thanks-block__inner {
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .thanks-block__inner {
    max-width: 320px;
  }
}

@media (max-width: 479px) {
  .thanks-block h1, .thanks-block .h1 {
    font-size: 20px;
    line-height: 1.15;
  }
}

@media (max-width: 767px) {
  .thanks-block .action {
    margin-top: 35px;
  }
}

.thanks-block .action .btn {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 479px) {
  .thanks-block .action .btn {
    padding-top: 13px;
    padding-bottom: 11px;
    white-space: normal;
    height: auto;
    line-height: 1.4375;
  }
}

.steps {
  margin-top: 65px;
  margin-left: -10px;
  margin-right: -10px;
}

.steps:first-child {
  margin-top: 0;
}

.steps:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .steps {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .steps {
    margin-top: 40px;
  }
}

.steps__inner {
  float: left;
  width: 100%;
  margin: -60px 0;
  font-size: 0;
  text-align: center;
  counter-reset: adv_number;
}

@media (max-width: 1023px) {
  .steps__inner {
    margin: -50px 0;
  }
}

.step {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  font-size: 20px;
  padding: 60px 10px;
  text-align: left;
}

@media (max-width: 1259px) {
  .step {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .step {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 360px;
  }
}

@media (max-width: 479px) {
  .step {
    font-size: 16px;
  }
}

.step:nth-child(3n+1) .step__inner:after {
  display: none;
}

@media (max-width: 1023px) {
  .step:nth-child(3n+1) .step__inner:after {
    display: block;
  }
}

@media (max-width: 1023px) {
  .step:first-child .step__inner:after {
    display: none;
  }
}

.step:nth-child(3) .step__number, .step:nth-child(4) .step__number, .step:nth-child(5) .step__number {
  line-height: 54px;
}

@media (max-width: 1023px) {
  .step:nth-child(3) .step__number, .step:nth-child(4) .step__number, .step:nth-child(5) .step__number {
    line-height: 38px;
  }
}

.step:nth-child(6) .step__number {
  line-height: 62px;
}

@media (max-width: 1023px) {
  .step:nth-child(6) .step__number {
    line-height: 46px;
  }
}

.step:nth-child(3n+3) .step__inner:after {
  -webkit-transform: rotate(-95deg);
      -ms-transform: rotate(-95deg);
          transform: rotate(-95deg);
  bottom: auto;
  top: 50%;
  margin-bottom: 0;
  margin-top: 25px;
  margin-left: -60px;
}

.step__inner {
  position: relative;
  padding: 0 0 0 110px;
}

@media (max-width: 1023px) {
  .step__inner {
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
  }
}

@media (max-width: 479px) {
  .step__inner {
    min-height: 70px;
  }
}

.step__inner:after {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin-left: -75px;
  margin-bottom: 15px;
  height: 125px;
  width: 44px;
  background: url("/markup/build/../img/arrow.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-95deg) scaleX(-1);
      -ms-transform: rotate(-95deg) scaleX(-1);
          transform: rotate(-95deg) scaleX(-1);
  content: '';
}

@media (max-width: 1023px) {
  .step__inner:after {
    background-image: url("/markup/build/../img/arrow-down-dotted.svg");
    height: 58px;
    width: 16px;
    left: 24px !important;
    top: auto !important;
    bottom: 50% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-left: 0 !important;
    margin-bottom: 60px !important;
  }
}

.step__number {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  margin-top: -30px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

@media (max-width: 1023px) {
  .step__number {
    left: 10px;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    line-height: 40px;
    font-size: 24px;
  }
}

.step__number:before {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border: 3px solid #ec504f;
  border-radius: 50%;
  content: '';
}

@media (max-width: 1023px) {
  .step__number:before {
    border-width: 2px;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }
}

.step__number:after {
  counter-increment: adv_number;
  content: counter(adv_number);
}

.step__abs-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  left: 110px;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .step__abs-bottom {
    left: 75px;
  }
}

.section--key-topics {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  text-align: center;
}

.section--key-topics:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--key-topics {
    margin-top: 80px;
  }
}

.ktopic {
  padding: 10px;
}

.ktopic__inner {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.ktopic__inner:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  content: '';
}

.ktopic__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: #aaa center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ktopic__image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.64)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64));
  background-image: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.64));
  content: '';
}

.ktopic__content {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 350px;
  z-index: 1;
  margin-top: 90px;
  padding: 45px 30px;
}

.ktopic__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.08);
  color: #EC4759;
}

.ktopic__icon .icon {
  vertical-align: -0.15em;
}

.ktopic__date {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  padding: 45px 30px 0;
  min-height: 170px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.41667;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.2em;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}

.ktopic__date:before {
  position: absolute;
  top: -225px;
  right: -200px;
  width: 390px;
  height: 390px;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#EC5D3B), to(#EA3572));
  background-image: -webkit-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: -o-linear-gradient(left, #EC5D3B, #EA3572);
  background-image: linear-gradient(to right, #EC5D3B, #EA3572);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.ktopic__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41667;
  color: #333;
  margin-top: 30px;
}

.ktopic__title:first-child {
  margin-top: 0;
}

.ktopic__action {
  margin-top: 25px;
}

.ktopic__action:first-child {
  margin-top: 0;
}

.ktopic--w-image .ktopic__icon {
  background-color: rgba(0, 0, 0, 0.2);
}

.ktopic--w-image .ktopic__title {
  color: #fff;
}

.swiper-slider--topics .swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-slider--topics .swiper-slide {
  width: 370px;
  height: auto;
}

@media (max-width: 767px) {
  .swiper-slider--topics .swiper-slide {
    width: 300px;
  }
}

.swiper-slider--topics .swiper-slide .ktopic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
}

.swiper-slider--topics .swiper-slide .ktopic__inner {
  width: 100%;
}

.section--app-join {
  position: relative;
  margin-top: -170px;
  padding-top: 220px;
  padding-bottom: 285px;
  min-height: 182px;
  background-color: #EA3769;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF1164), to(#FF4930));
  background-image: -webkit-linear-gradient(left, #FF1164, #FF4930);
  background-image: -o-linear-gradient(left, #FF1164, #FF4930);
  background-image: linear-gradient(to right, #FF1164, #FF4930);
  text-align: center;
}

@media (max-width: 1259px) {
  .section--app-join {
    background: #EA3769 url("/markup/build/../img/bg-curves-gradient-rectangle.svg") center top no-repeat;
    background-size: 1360px auto;
  }
}

.section--app-join-empty {
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .section--services + .section--app-join-empty {
    min-height: 900px;
    margin-top: -570px;
  }
}

.section--app-join-plain {
  margin-top: 0;
  padding-top: 0;
}

.section--app-join-plain:before {
  display: none;
}

@media (max-width: 479px) {
  .section--app-join {
    padding-bottom: 265px;
  }
}

.section--app-join:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  background: url("/markup/build/../img/bg-curves-gradient.svg") center top no-repeat;
  height: 188px;
  background-size: 1360px auto;
  content: '';
}

@media (max-width: 767px) {
  .section--app-join .container {
    position: relative;
    z-index: 1;
  }
}

.app-join {
  color: #fff;
}

@media (max-width: 1023px) {
  .app-join {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-join .h1, .app-join .h2, .app-join .h3, .app-join h1, .app-join h2, .app-join h3 {
  color: #fff;
}

.app-join .form__error {
  color: #fff;
}

.app-join .form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 0 15px;
  padding-bottom: 15px;
}

.app-join .form:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .app-join .form {
    max-width: 400px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .app-join .form {
    max-width: 270px;
  }
}

.app-join .form .btn {
  padding-left: 25px;
  padding-right: 25px;
}

.app-join__action {
  margin-top: 25px;
}

.app-join__action:first-child {
  margin-top: 0;
}

.page-home .header__cell--logo {
  min-width: 320px;
}

@media (max-width: 1023px) {
  .page-home .header__cell--logo {
    min-width: 0;
  }
}

.page-home .header__cell--hmenu {
  text-align: center;
}

.page-home .header__cell--smenu {
  min-width: 320px;
}

@media (max-width: 1023px) {
  .page-home .header__cell--smenu {
    min-width: 0;
  }
}

.section--hero {
  padding: 120px 0 200px;
  min-height: 785px;
}

@media (max-width: 1023px) {
  .section--hero {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .section--hero {
    padding-top: 90px;
  }
}

@media (max-width: 639px) {
  .section--hero {
    padding-bottom: 150px;
  }
}

@media (max-width: 479px) {
  .section--hero {
    padding-bottom: 100px;
    padding-top: 65px;
  }
}

@media (max-width: 1023px) {
  .section--hero .section__bg {
    background-size: cover;
  }
}

@media (max-width: 639px) {
  .section--hero .section__bg {
    background-position-x: 55%;
  }
}

.hero {
  padding: 0 10px;
}

@media (max-width: 479px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero__grid {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.hero__grid-wrapper {
  margin: 0 -25px;
}

.hero__col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
  height: 310px;
}

@media (max-width: 1023px) {
  .hero__col--image {
    padding-left: 0;
  }
}

@media (max-width: 639px) {
  .hero__col:first-child {
    width: 230px;
  }
}

@media (max-width: 479px) {
  .hero__col:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero__summary {
  margin-top: 15px;
  max-width: 400px;
}

.hero__summary:first-child {
  margin-top: 0;
}

.hero__action {
  margin-top: 30px;
}

.hero__action:first-child {
  margin-top: 0;
}

.hero__image {
  position: relative;
  top: -10px;
  text-align: right;
}

@media (max-width: 639px) {
  .hero__image {
    margin-right: -40px;
    text-align: center;
  }
  .hero__image img {
    max-height: 360px;
  }
}

@media (max-width: 539px) {
  .hero__image {
    margin-right: -100px;
  }
}

@media (max-width: 479px) {
  .hero__image {
    margin-right: -250px;
    left: -15px;
    text-align: left;
  }
}

.section--services {
  margin-top: 105px;
  z-index: 1;
  text-align: center;
}

.section--services:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--services {
    margin-top: 85px;
  }
}

.services {
  margin-top: 55px;
  margin-left: -10px;
  margin-right: -10px;
}

.services:first-child {
  margin-top: 0;
}

.services:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .services {
    margin-top: 35px;
  }
}

.services__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  min-width: 390px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.38889;
  text-align: left;
}

@media (max-width: 1259px) {
  .service {
    width: 33.33%;
    min-width: 0;
  }
}

@media (max-width: 1023px) {
  .service {
    width: 390px;
  }
}

@media (max-width: 479px) {
  .service {
    width: 330px;
  }
}

@media (max-width: 359px) {
  .service {
    min-width: 320px;
  }
}

.service__inner {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  z-index: 0;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
}

.service__inner:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  content: '';
  pointer-events: none;
}

a.service__inner:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

a.service__inner:active {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.service__grid {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  z-index: 2;
  direction: rtl;
}

.service__grid-wrapper {
  height: 100%;
}

.service__col {
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
  height: 380px;
}

.service__col--hauto {
  height: auto;
}

.service__col:first-child {
  vertical-align: bottom;
}

@media (max-width: 1259px) {
  .service__col:last-child {
    width: 155px;
  }
}

@media (max-width: 1023px) {
  .service__col:last-child {
    width: auto;
  }
}

@media (max-width: 479px) {
  .service__col:last-child {
    width: 155px;
  }
}

.service__image {
  float: right;
  margin: -30px -30px -30px 0;
  border-radius: 4px;
  overflow: hidden;
  text-align: right;
}

@media (max-width: 1259px) {
  .service__image {
    margin-left: -30px;
  }
}

@media (max-width: 1023px) {
  .service__image {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .service__image {
    margin-left: -60px;
  }
}

.service__image img {
  position: relative;
  display: inline-block;
  right: -1px;
}

@media (max-width: 1259px) {
  .service__image img {
    margin-right: -30px;
  }
}

@media (max-width: 1023px) {
  .service__image img {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .service__image img {
    margin-right: -30px;
  }
}

.service__image--rounded {
  position: relative;
  z-index: 0;
  border-radius: 0 0 4px 0;
  padding-top: 14px;
  margin: -30px -30px -30px 0;
}

@media (max-width: 1259px) {
  .service__image--rounded {
    max-width: 110%;
  }
}

.service__image--rounded:before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 7px;
  background-color: #d8d7d5;
  border-radius: 7px 0 0 0;
  content: '';
  z-index: -1;
}

.service__image--rounded:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 14px;
  background-color: #e9e9e9;
  border-radius: 7px 0 0 0;
  content: '';
  z-index: -2;
}

.service__image--rounded img {
  border-radius: 7px 0 0 0;
  margin: 0;
}

.service__content {
  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;
  height: 100%;
}

.service__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 4px;
  z-index: -1;
}

.service__circle:before {
  position: absolute;
  right: -230px;
  bottom: -225px;
  height: 500px;
  width: 500px;
  background-color: #f3f3f3;
  border-radius: 50%;
  content: '';
}

@media (max-width: 479px) {
  .service__circle:before {
    right: -270px;
  }
}

.service h2, .service .h2 {
  font-size: 23px;
  min-height: 58px;
  line-height: 1.29167;
}

.service .summary {
  margin-top: 7px;
}

.service .summary:first-child {
  margin-top: 0;
}

.service__play {
  position: relative;
  margin-top: 5px;
  text-align: center;
}

.service__play:first-child {
  margin-top: 0;
}

.service__play .play-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: auto;
  top: auto;
  margin: 0;
  height: 110px;
  width: 110px;
  line-height: 110px;
  font-size: 34px;
}

.service__play--w-image {
  margin-top: 25px;
}

.service__play--w-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  height: 96px;
  width: 96px;
  line-height: 96px;
  font-size: 30px;
}

.service__play--w-image + .service__action {
  margin-top: 30px;
  padding: 0;
}

.service__play--w-image + .service__action:first-child {
  margin-top: 0;
}

.service__play-image {
  margin: 0 -30px;
}

@media (max-width: 479px) {
  .service__play + .service__action {
    text-align: center;
  }
}

.service__play + .service__action .btn--small {
  padding-left: 20px;
  padding-right: 20px;
}

.service .btn--small {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 160px;
}

.service__action {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media (max-width: 479px), (min-width: 1024px) and (max-width: 1259px) {
  .service__action--w-price {
    text-align: center;
  }
}

.service__action-price {
  float: right;
  text-align: right;
}

@media (max-width: 479px), (min-width: 1024px) and (max-width: 1259px) {
  .service__action-price {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .service__action-price:first-child {
    margin-top: 0;
  }
  .service__action-price-opposite {
    display: none;
  }
}

.service__action-price .service__price {
  line-height: 48px;
}

.service__action-price .btn--small {
  min-width: 0;
}

.service__action-btn {
  margin-top: 10px;
}

.service__action-btn:first-child {
  margin-top: 0;
}

@media (max-width: 479px), (min-width: 1024px) and (max-width: 1259px) {
  .service__action-btn {
    margin-top: 20px;
  }
}

.service__price {
  font-size: 22px;
  font-weight: 700;
  color: #290340;
}

.service__price-action {
  margin-top: 10px;
}

.service__price-action:first-child {
  margin-top: 0;
}

.section--app-join-test {
  padding-top: 320px;
  padding-bottom: 275px;
  margin-top: 0;
}

@media (max-width: 639px) {
  .section--app-join-test {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .section--app-join-test {
    margin-top: 50px;
  }
}

@media (max-width: 414px) {
  .section--app-join-test {
    margin-top: 80px;
  }
}

.section--app-join-test > .section:first-child {
  margin-top: -620px;
}

@media (max-width: 1023px) {
  .section--app-join-test > .section:first-child {
    margin-top: -520px;
  }
}

.apply-test {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
  margin-top: 170px;
}

@media (max-width: 1023px) {
  .apply-test {
    margin-top: 100px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .apply-test {
    padding: 40px 20px 375px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .apply-test {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .apply-test__inner {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.apply-test .form {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-bottom: 15px;
}

.apply-test .form:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .apply-test .form {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .apply-test .form {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .apply-test h1, .apply-test .h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .apply-test h2, .apply-test .h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .apply-test h2 + h1, .apply-test .h2 + h1, .apply-test h2 + .h1, .apply-test .h2 + .h1 {
    margin-top: 0;
  }
}

.apply-test__summary {
  font-size: 18px;
  margin-top: 15px;
}

.apply-test__summary:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .apply-test__summary {
    font-size: 16px;
    line-height: 1.3125;
  }
}

@media (max-width: 767px) {
  .apply-test__summary {
    margin-top: 10px;
  }
  .apply-test__summary:first-child {
    margin-top: 0;
  }
}

.apply-test__image {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .apply-test__image {
    left: -75px;
  }
}

@media (max-width: 767px) {
  .apply-test__image {
    left: 0;
    right: 0;
    text-align: center;
  }
  .apply-test__image img {
    max-width: 285px;
  }
}

.apply-test__circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 500px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 4px;
  z-index: -1;
}

.apply-test__circle:before {
  position: absolute;
  top: -310px;
  right: -395px;
  height: 500px;
  width: 500px;
  background-color: #f3f3f3;
  border-radius: 50%;
  content: '';
}

.section--app-join-list {
  margin-top: 270px;
  padding-top: 0;
}

.section--app-join-list > .container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: -70px;
}

@media (min-width: 768px) {
  .section--app-join-list {
    margin-top: 290px;
    padding-top: 0;
  }
  .section--app-join-list:before {
    position: absolute;
    top: -180px;
    right: auto;
    bottom: auto;
    left: 50%;
    background: #EA3769 -webkit-gradient(linear, left top, right top, from(#FF1164), to(#FF4930));
    background: #EA3769 -webkit-linear-gradient(left, #FF1164, #FF4930);
    background: #EA3769 -o-linear-gradient(left, #FF1164, #FF4930);
    background: #EA3769 linear-gradient(to right, #FF1164, #FF4930);
    height: 2600px;
    width: 200vw;
    margin-left: -100vw;
    border-radius: 50%;
    content: '';
  }
  .section--app-join-list > .container {
    margin-top: -40px;
  }
}

.clist {
  margin-top: 50px;
  position: relative;
  left: 45px;
  padding-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  counter-reset: clist_number;
}

.clist:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .clist {
    max-width: 500px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .clist {
    max-width: 400px;
    padding-bottom: 0;
    margin-top: 40px;
  }
}

.clist__item {
  position: relative;
  padding-left: 85px;
  margin-top: 35px;
}

.clist__item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .clist__item {
    padding-left: 75px;
  }
}

.clist__item:before {
  position: absolute;
  top: -8px;
  left: 0;
  height: 48px;
  width: 48px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  border-radius: 50%;
  background-color: #fff;
  color: #EA3769;
  counter-increment: clist_number;
  content: counter(clist_number);
}

@media (max-width: 767px) {
  .clist__item:before {
    top: 0;
  }
}

.section--text-block {
  margin-top: 190px;
  padding-bottom: 55px;
}

.section--text-block:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .section--text-block {
    margin-top: 105px;
    padding-bottom: 35px;
  }
}

.text-block {
  position: relative;
  margin-top: 50px;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  padding: 45px 40px 75px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.text-block:first-child {
  margin-top: 0;
}

@media (max-width: 1259px) {
  .text-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1023px) {
  .text-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .text-block {
    padding: 40px 20px;
  }
}

@media (max-width: 479px) {
  .text-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.text-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  content: '';
}

.text-block__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.hc-table {
  margin-top: 20px;
}

.hc-table:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hc-table {
    display: block;
  }
}

@media (max-width: 767px) {
  .hc-table tr {
    display: block;
    padding: 10px 0;
  }
}

.hc-table th, .hc-table td {
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .hc-table th, .hc-table td {
    display: block;
    padding: 0;
  }
}

.hc-table th:first-child, .hc-table td:first-child {
  padding-left: 0;
}

.hc-table th:last-child, .hc-table td:last-child {
  padding-right: 0;
}

.circle-icon {
  position: relative;
  height: 140px;
  width: 140px;
  line-height: 140px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 50%;
}

.circle-icon:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .circle-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
  }
}

@media (max-width: 479px) {
  .circle-icon + h1, .circle-icon + .h1 {
    margin-top: 35px;
  }
}

.circle-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110px;
  width: 110px;
  margin: -55px 0 0 -55px;
  background: -webkit-linear-gradient(7.74deg, #EC5D3B 9.72%, #EA3572 140.87%);
  background: -o-linear-gradient(7.74deg, #EC5D3B 9.72%, #EA3572 140.87%);
  background: linear-gradient(82.26deg, #EC5D3B 9.72%, #EA3572 140.87%);
  border-radius: 50%;
  content: '';
}

@media (max-width: 767px) {
  .circle-icon:before {
    height: 70px;
    width: 70px;
    margin: -35px 0 0 -35px;
  }
}

.circle-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #EC504F;
  border-radius: 50%;
  content: '';
}

.circle-icon > * {
  position: relative;
  max-width: 75px;
  max-height: 75px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .circle-icon > * {
    max-width: 48px;
    max-height: 48px;
  }
}

.mail-services {
  margin: 15px -8px -8px 0;
  font-size: 0;
}

.mail-services:first-child {
  margin-top: 0;
}

.mail-service {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px 0;
  font-size: 1rem;
}

a.mail-service:hover {
  opacity: 0.8;
}

a.mail-service:active {
  opacity: 0.8;
}

.form-em-title {
  margin-top: 20px;
  text-align: center;
}

.form-em-title:first-child {
  margin-top: 0;
}

.form-em-title__inner {
  display: inline-block;
  vertical-align: top;
  border: 2px solid currentColor;
  padding: 10px 20px;
  border-radius: 25px;
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.d-block {
  display: block;
}

.inline {
  display: inline;
}

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

.overflow-hidden {
  overflow: hidden;
}

.reset-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.line-through {
  text-decoration: line-through;
}

.line-through-45deg {
  position: relative;
}

.line-through-45deg:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 0.1em solid #EA3769;
  -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
          transform: rotate(-14deg);
  margin-top: -1px;
  content: '';
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pointer-events-none {
  pointer-events: none;
}

.color-black {
  color: #290340;
}

.color-default {
  color: #8D929A;
}

.color-grey {
  color: #aaa;
}

.color-active {
  color: #EA3769;
}

@media (max-width: 767px) {
  .color-active-mobile-inherit {
    color: inherit;
  }
}

.font-0 {
  font-size: 0;
}

.font-small {
  font-size: 12px;
}

.font-smaller {
  font-size: 14px;
}

.font-normal {
  font-size: 16px;
}

.font-larger {
  font-size: 18px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.ml10 {
  margin-left: 10px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.w100 {
  width: 100%;
}

.mw320 {
  max-width: 320px;
}

.mw400 {
  max-width: 400px;
}

.mw640 {
  max-width: 640px;
}

.mw850 {
  max-width: 850px;
}

.mw940 {
  max-width: 940px;
}

.w100percent {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=build.css.map */

/* End */


/* Start:/local/templates/mom_land/dev/dev.css?16678891732095*/
@media (max-width: 767px) {
    .btn--larger-text {
        font-size: 14px;
    }
}

.h2--like-services {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.29167;
    color: #333;
}

@media (max-width: 1023px) {
    .h2--like-services {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .h2--like-services {
        font-size: 20px;
    }
}

/** ссылка на красном фоне */
.link--white {
    color: #fff;
}

/** текст под видео */
.video-player__description {
    text-align: center;
}

/** надпись черным */
.color-black {
    color: #333;
}

/** подвинуть кнопку top - внести в сборку */
.totop {
    right: 2px;
}

/** рамка у красного блока с описанием курса - внести в сборку */
.thanks-block--red:before {
    border: 2px solid #EA3769;
}

/** текст в описании формы с небольшим размером шрифта */
.text-size__small {
    font-size: 15px;
    font-weight: normal;
}

/** корректное отображение баннера на странице с курсами */
.service__inner {
    overflow: hidden;
}
.service__play-banner {
    margin: -30px;
}

/** старая зачеркнутая цена */
.service__old_price {
    text-decoration: line-through;
    text-align: right;
    line-height: 48px;
}

.service.service-single {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    line-height: 1.38889;
    text-align: left;
}

@media (max-width: 1259px) {
    .service.service-single {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 1023px) {
    .service.service-single {
        width: 780px;
    }
}

@media (max-width: 800px) {
    .service.service-single {
        width: 390px;
    }
}

@media (max-width: 479px) {
    .service.service-single {
        width: 330px;
    }
}

@media (max-width: 359px) {
    .servic.service-single {
        min-width: 320px;
    }
}
/* End */
/* /markup/build/build.css?1613447137179043 */
/* /local/templates/mom_land/dev/dev.css?16678891732095 */
