/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 14, 2017 3:59 PM */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/ProximaNova-Bold.eot');
    src: url('../fonts/proximanova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/proximanova/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/proximanova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/ProximaNova-Regular.eot');
    src: url('../fonts/proximanova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/proximanova/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/proximanova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova/ProximaNova-Semibold.eot');
    src: url('../fonts/proximanova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/proximanova/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/proximanova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

.description__article-list,
.item-block__list,
.infos__block-list,
.footer__nav,
.footer__social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.container:after,
.form-holder-two:after,
.banner__textblock:after,
.description__article:after,
.description__article-header:after,
.video-block__wrapper:after,
.item-block__row:after,
.product-block__row:after,
.infos__row:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #4a4a4a;
    background: #fff;
    font: 16px/1.38 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #17a3b1;
}
a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    height: 43px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #9b9b9b;
    border: 1px solid #17a3b1;
    padding: 6px 8px;
    background: transparent;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #3fbcc8;
    outline: none;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9b9b9b;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9b9b9b;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9b9b9b;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9b9b9b;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #9b9b9b;
}

select {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 43px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    background: #fff;
    padding: 10px 8px;
	padding-right: 20px;
    color: #9b9b9b;
    border: 1px solid #17a3b1;
    background: transparent url(../images/arrow-down.png) no-repeat 97% 17px;
    background-size: 14px;
}
select:focus {
    outline: none !important;
}

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.header {
    padding: 28px 0 20px;
    position: relative;
    background: #fff;
    height: 71px;
}
.header--2 {
    padding: 28px 0 20px;
    position: relative;
    background: transparent;
    height: 64px;
}
.header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 7px;
    background: #17a3b1;
    background: -webkit-linear-gradient(left, #17a3b1 0%, #3aaa70 100%);
    background: linear-gradient(to right, #17a3b1 0%, #3aaa70 100%);
}

.header__logo {
    width: 100%;
}

body {
    background: #d8d8d8;
}

.style-2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.page-wrapper {
    overflow: hidden;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

img {
    vertical-align: top;
}

.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img img {
    visibility: hidden;
}

.bg-img--overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(63, 188, 200, 0.35);
    background: -webkit-linear-gradient(right, rgba(63, 188, 200, 0.35) 0%, rgba(17, 70, 65, 0.5) 100%);
    background: linear-gradient(to left, rgba(63, 188, 200, 0.35) 0%, rgba(17, 70, 65, 0.5) 100%);
}

.bg-img--overlay--grey:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 350px 0 210px -130px rgba(153, 153, 153, 0.7);
    background: #f0f0f0;
    background: -webkit-linear-gradient(
        left,
        rgba(145, 145, 145, 0.65) 16%,
        rgba(145, 145, 145, 0.18) 77%,
        transparent 100%
    );
    background: linear-gradient(
        to right,
        rgba(145, 145, 145, 0.65) 16%,
        rgba(145, 145, 145, 0.18) 77%,
        transparent 100%
    );
}

.bg-img--overlay--light:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f0f0f0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 17%, rgba(0, 0, 0, 0.19) 77%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 17%, rgba(0, 0, 0, 0.19) 77%, transparent 100%);
}

.input-wrap {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .input-wrap {
        margin-bottom: 26px;
    }
}

.form-holder-two {
    margin: 0 -10px;
}

.form-holder-column {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .form-holder-column {
        float: left;
        width: 50%;
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    background: #17a3b1;
    background: -webkit-linear-gradient(290deg, #17a3b1 40%, #3aaa70);
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.button:hover {
    opacity: 0.9;
}
@media (min-width: 768px) {
    .button {
        font-size: 24px;
        padding: 11px 20px;
    }
}

.button--plain {
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px;
    min-width: 181px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
    transition: border 0.3s, color 0.3s, background 0.3s;
}
.button--plain:hover {
    background: #3fbcc8;
    border-color: #3fbcc8;
}
.button--plain:hover .icon-sheet {
    background-image: url(../images/arrow-download2.png);
}
.button--plain.button--plain--green {
    border-color: #008787;
    color: #008787;
}
.button--plain.button--plain--green:hover {
    color: #fff;
    background: #008787;
}
.button--plain.button--plain--green:hover .icon-sheet {
    background-image: url(../images/arrow-download2.png);
}
.button--plain.button--plain--green .icon-sheet {
    background-image: url(../images/arrow-download-dark.png);
}

.icon-sheet {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow-download2.png) no-repeat;
    background-size: 18px 21px;
    height: 21px;
    width: 18px;
    margin: -4px 10px 0 0;
}

.icon-play {
    position: relative;
}
.icon-play:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/icon-play.png) no-repeat 50% 50%;
    background-size: 20px 27px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.banner {
    position: relative;
    color: #fff;
}
.banner .bg-img {
    z-index: 1;
}
.banner .container {
    z-index: 2;
    position: relative;
}

.banner--s1 .bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.banner--s1 .banner__heading {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #03978c;
}

.banner--s1 .banner__heading--dark {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

.banner--s1 .banner__textblock {
    font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
@media (min-width: 1024px) {
    .banner--s1 .banner__textblock {
        width: 46%;
        padding: 47px 10px 0 0;
    }
}

.banner--s1 .banner__description {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-top: 6px;
}
.banner--s1 .banner__description--dark {
    color: #fff;
}
@media (min-width: 768px) {
    .banner--s1 .banner__description {
        float: left;
        max-width: 60%;
    }
}
@media (min-width: 1024px) {
    .banner--s1 .banner__description {
        max-width: 55%;
    }
}

.banner--s1 .banner__request-form {
    position: relative;
    z-index: 3;
    background: #f7f7f7;
}
@media (min-width: 768px) {
    .banner--s1 .banner__request-form {
        margin: -64px 0 0;
    }
}
@media (min-width: 1024px) {
    .banner--s1 .banner__request-form {
        padding: 20px 51px 23px 52px;
        margin: -64px 15px 0 15px;
    }
}

.banner--s1 .banner__form-heading {
    margin-bottom: 27px;
}

.banner--s1 .input-wrap {
    margin-bottom: 13px;
}

.banner--s1 .submit-wrap {
    padding-top: 26px;
}

.banner__image-wrap {
    margin: 10px 0 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .banner__image-wrap {
        margin: 0;
        max-width: none;
        position: absolute;
        right: -120px;
        bottom: -300px;
    }
    .banner__image-wrap img {
        max-width: 80%;
    }
}
@media (min-width: 1024px) {
    .banner__image-wrap {
        margin: 0;
        max-width: none;
        position: absolute;
        right: -210px;
        bottom: -280px;
    }
}
@media (min-width: 1200px) {
    .banner__image-wrap {
        right: -250px;
        bottom: -310px;
    }
    .banner__image-wrap img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .banner__image-wrap--style2 {
        max-width: 450px;
        right: -8px;
        bottom: -200px;
    }
}

@media (min-width: 1024px) {
    .banner__image-wrap--style2 {
        right: -100px;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .banner__image-wrap--style2 {
        bottom: -260px;
        right: -140px;
    }
}

.banner--dark .bg-img:before {
    display: none;
}

.banner--dark .banner__heading {
    color: #fff;
}

.banner--dark .banner__description {
    color: #fff;
}

.banner__textblock {
    padding: 20px 0 0;
}
@media (min-width: 768px) {
    .banner__textblock {
        float: left;
        width: 49%;
        padding: 41px 10px 0 0;
        position: relative;
    }
}
@media (min-width: 1024px) {
    .banner__textblock {
        padding-left: 10px;
        width: 40%;
    }
}

.banner__logo {
    width: 151px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .banner__logo {
        margin-bottom: 40px;
    }
}

.banner__heading {
    font-size: 27px;
    line-height: 1.22;
}
@media (min-width: 768px) {
    .banner__heading {
        font-size: 36px;
    }
}
@media (min-width: 1024px) {
    .banner__heading {
        font-size: 36px;
    }
}

.banner__form {
    margin: 0 -15px;
}
@media (min-width: 768px) {
    .banner__form {
        float: right;
        width: 400px;
    }
}
@media (min-width: 1024px) {
    .banner__form {
        width: 500px;
    }
}

.banner__form--s1 .banner__form-heading {
    color: #5b5b5b;
    margin-bottom: 10px;
}

.banner__form--s1 textarea {
    border-color: #b4b7b9;
    font-size: 16px;
    font-weight: normal;
    color: #b4b7b9;
    background-color: #fff;
    resize: none;
    height: auto;
}

.banner__form--s1 input[type='text'],
.banner__form--s1 input[type='email'],
.banner__form--s1 input[type='text'],
.banner__form--s1 select {
    border-color: #b4b7b9;
    height: 44px;
    font-size: 16px;
    font-weight: normal;
    color: #b4b7b9;
    background-color: #fff;
}
.banner__form--s1 input[type='text']:focus,
.banner__form--s1 input[type='email']:focus,
.banner__form--s1 input[type='text']:focus,
.banner__form--s1 textarea:focus,
.banner__form--s1 select:focus {
    border-color: #008787;
}
.banner__form--s1 input[type='text']::-webkit-input-placeholder,
.banner__form--s1 input[type='email']::-webkit-input-placeholder,
.banner__form--s1 input[type='text']::-webkit-input-placeholder,
.banner__form--s1 textarea::-webkit-input-placeholder,
.banner__form--s1 select::-webkit-input-placeholder {
    color: #b4b7b9;
}
.banner__form--s1 input[type='text']::-moz-placeholder,
.banner__form--s1 input[type='email']::-moz-placeholder,
.banner__form--s1 input[type='text']::-moz-placeholder,
.banner__form--s1 textarea::-moz-placeholder,
.banner__form--s1 select::-moz-placeholder {
    opacity: 1;
    color: #b4b7b9;
}
.banner__form--s1 input[type='text']:-moz-placeholder,
.banner__form--s1 input[type='email']:-moz-placeholder,
.banner__form--s1 input[type='text']:-moz-placeholder,
.banner__form--s1 textarea:-moz-placeholder,
.banner__form--s1 select:-moz-placeholder {
    color: #b4b7b9;
}
.banner__form--s1 input[type='text']:-ms-input-placeholder,
.banner__form--s1 input[type='email']:-ms-input-placeholder,
.banner__form--s1 input[type='text']:-ms-input-placeholder,
.banner__form--s1 textarea:-ms-input-placeholder,
.banner__form--s1 select:-ms-input-placeholder {
    color: #b4b7b9;
}
.banner__form--s1 input[type='text'].placeholder,
.banner__form--s1 input[type='email'].placeholder,
.banner__form--s1 input[type='text'].placeholder,
.banner__form--s1 textarea.placeholder,
.banner__form--s1 select.placeholder {
    color: #b4b7b9;
}

.banner__form--s1 select {
    background-image: url(../images/select02.png);
}

.banner__request-form {
    background: rgba(255, 255, 255, 0.9);
    color: #17a3b1;
    text-align: center;
    padding: 20px 15px;
    position: relative;
    z-index: 3;
}
@media (min-width: 768px) {
    .banner__request-form {
        padding: 12px 26px 16px 25px;
    }
}
.banner__request-form .button {
    width: 100%;
}

.banner__form-heading {
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 15px;
}
@media (min-width: 768px) {
    .banner__form-heading {
        font-size: 36px;
        margin-bottom: 29px;
    }
}

.description {
    position: relative;
    overflow: hidden;
    background: #e4e1e1;
}
.description:before,
.description:after {
    position: absolute;
    content: '';
    top: 0;
    width: 50%;
    height: 100%;
    display: none;
}
@media (min-width: 1024px) {
    .description:before,
    .description:after {
        display: block;
    }
}
.description:before {
    left: 0;
}
.description:after {
    right: 0;
}

.description--light:before {
    background: #f1f1f1;
}

.description--light:after {
    background: #cdcdcd;
}

.description--light .description__block:nth-child(1) {
    background: #f1f1f1;
}

.description--light .description__block:nth-child(2) {
    background: #e4e1e1;
}

.description--light .description__block:nth-child(3) {
    background: #cdcdcd;
}

.description--light .slick-dots button {
    border-color: #4a4a4a;
}
.description--light .slick-dots button:hover {
    background: #4a4a4a;
}

.description--light .slick-dots .slick-active button {
    background: #4a4a4a;
}

.description--dark {
    color: #fff;
}
.description--dark:before {
    background: #02b4a0;
}
.description--dark:after {
    background: #005448;
}
.description--dark .description__block:nth-child(1) {
    background: #02b4a0;
}
.description--dark .description__block:nth-child(2) {
    background: #006d5d;
}
.description--dark .description__block:nth-child(3) {
    background: #005448;
}
.description--dark .description__article-item:before {
    background: #fff;
}

.description--grey {
    color: #fff;
}
.description--grey:before {
    background: #202020;
}
.description--grey:after {
    background: #4a4a4a;
}
.description--grey .description__block:nth-child(1) {
    background: #202020;
}
.description--grey .description__block:nth-child(2) {
    background: #323232;
}
.description--grey .description__block:nth-child(3) {
    background: #4a4a4a;
}
.description--grey .description__article-item:before {
    background: #fff;
}

.slick-slider .slick-slide {
    outline: none !important;
}

.slick-dots {
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.slick-dots button {
    outline: none !important;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.slick-dots button:hover {
    background: #fff;
}
.slick-dots .slick-active button {
    background: #fff;
}

.description__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    font-size: 0;
    letter-spacing: -4px;
    margin: 0 -15px;
}
@media (min-width: 1024px) {
    .description__row {
        margin: 0 -35px 0 -25px;
    }
}
@media (min-width: 1300px) {
    .description__row {
        margin: 0 -35px 0 -63px;
    }
}

.description__block {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
@media (min-width: 1024px) {
    .description__block {
        width: 33.33%;
    }
}

.block--dark {
    background: #02b4a0;
    color: #fff;
}
.block--dark:before {
    content: '';
    position: absolute;
    left: -9999px;
    right: 3px;
    top: 0;
    bottom: -999px;
    background: #02b4a0;
    display: none;
}
@media (min-width: 1024px) {
    .block--dark:before {
        display: block;
    }
}

.block--dark1 {
    background: #006d5d;
    color: #fff;
}
.block--dark1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -999px;
    background: #006d5d;
    display: none;
}
@media (min-width: 1024px) {
    .block--dark1:before {
        display: block;
    }
}

.block--dark2 {
    background: #005448;
    color: #fff;
}
.block--dark2:before {
    content: '';
    position: absolute;
    right: -9999px;
    left: -16px;
    top: 0;
    bottom: -999px;
    background: #005448;
    display: none;
}
@media (min-width: 1024px) {
    .block--dark2:before {
        display: block;
    }
}

.description__article {
    position: relative;
    z-index: 3;
    padding: 30px 0 40px 50px;
}
@media (min-width: 768px) {
    .description__article {
        padding: 34px 10px 47px 68px;
    }
}

.description__article-image {
    float: left;
    position: absolute;
    width: 32px;
    left: 0;
    top: 39px;
}
@media (min-width: 768px) {
    .description__article-image {
        width: 43px;
    }
}

.description__article-heading {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}
@media (min-width: 768px) {
    .description__article-heading {
        font-size: 24px;
        margin-bottom: 26px;
    }
}

.description__article-list {
    line-height: 1.3;
    font-weight: 600;
}

.description__article-item {
    padding: 0 0 12px 12px;
    position: relative;
}
@media (min-width: 768px) {
    .description__article-item {
        padding: 0 30px 17px 12px;
    }
}
.description__article-item:before {
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    left: -2px;
    top: 10px;
    background: #4a4a4a;
}

.video-block {
    padding: 20px 0;
}
@media (min-width: 768px) {
    .video-block {
        padding: 38px 0 50px;
    }
}

.video-block--s2 {
    background: #fff;
}
@media (min-width: 768px) {
    .video-block--s2 {
        padding: 108px 0 120px;
    }
}
.video-block--s2 .video-block__video {
    padding-top: 0;
}
.video-block--s2 .video-block__wrapper {
    padding: 0;
}
@media (min-width: 768px) {
    .video-block--s2 .video-block__header {
        width: 38%;
        padding: 4px 0 0;
    }
}
.video-block--s2 .video-block__video-wrapper {
    max-width: none;
}
@media (min-width: 768px) {
    .video-block--s2 .video-block__video-wrapper {
        width: 59%;
    }
}
.video-block--s2 .video-block__video {
    max-width: none;
}
.video-block--s2 .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/ico-play.png) no-repeat;
    height: 40px;
    width: 57px;
    background-size: 57px 40px;
}
@media (min-width: 768px) {
    .video-block--s2 .video-block__header-heading {
        font-size: 38px;
        margin: 0 0 51px;
    }
}

.video-block--s3 {
    background: #f0f0f0;
}
.video-block--s3 .btn-play {
    background-image: url(../images/ico-play-red.png);
}

@media (min-width: 768px) {
    .video-block--grey {
        padding: 0;
    }
}

.video-block--grey .video-block__video {
    padding-top: 0;
    max-width: 599px;
}

.video-block--grey .video-block__header {
    padding: 40px 0;
}
@media (min-width: 768px) {
    .video-block--grey .video-block__header {
        width: 44%;
    }
}

@media (min-width: 768px) {
    .video-block--grey .video-block__video-wrapper {
        max-width: none;
        width: 56%;
    }
}

@media (min-width: 1200px) {
    .video-block--grey .video-block__wrapper {
        padding: 0 44px 0 30px;
    }
}

@media (min-width: 1024px) {
    .video-block__wrapper {
        padding: 0 80px 0 20px;
    }
}

@media (min-width: 1200px) {
    .video-block__wrapper {
        padding: 0 171px 0 41px;
    }
}

@media (min-width: 768px) {
    .video-block__header {
        float: left;
        width: 47%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .video-block__video-wrapper {
        float: right;
        width: 50%;
        max-width: 434px;
        padding: 0 20px;
    }
}

.video-block__header-info {
    display: block;
    font-size: 18px;
    color: #50e3c2;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.video-block__header-heading {
    font-size: 27px;
    line-height: 1.22;
    font-weight: 700;
    color: #4a4a4a;
}
@media (min-width: 768px) {
    .video-block__header-heading {
        font-size: 29px;
    }
}
@media (min-width: 1024px) {
    .video-block__header-heading {
        font-size: 36px;
    }
}

.video-block__video {
    padding-top: 13px;
    max-width: 500px;
    margin: 0 auto;
}
.video-block__video img {
    max-width: none;
    width: 100%;
}

.video-block__video-item {
    display: block;
    position: relative;
}
.video-block__video-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.video-block__video-item:hover .video-block__video-ico-play {
    color: #50e3c2;
}
.video-block__video-item:hover .video-block__video-ico-play .icon-play {
    border-color: #50e3c2;
}

.video-block__video-ico-play {
    position: absolute;
    left: 25px;
    top: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.video-block__video-ico-play .icon-play {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    margin: 0 4px 0 0;
    padding: 0 0 0 8px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.item-block {
    color: #4a4a4a;
    padding: 30px 0;
    background: #f1f1f1;
}
@media (min-width: 768px) {
    .item-block {
        padding: 68px 0 81px;
    }
}

.item-block--s1 {
    background: #767676;
    color: #fff;
}
@media (min-width: 1024px) {
    .item-block--s1 {
        padding: 68px 0 230px;
    }
}
@media (min-width: 1024px) {
    .item-block--s1 .item-block__column {
        width: 56.9%;
    }
    .item-block--s1 .item-block__column:first-child {
        width: 43.1%;
    }
}
.item-block--s1 .item-block__image {
    padding-top: 10px;
}
.item-block--s1 .item-block__product-title {
    border-bottom: none;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding: 0 0 2px 56px;
    letter-spacing: 0;
    margin: 0;
}
.item-block--s1 .item-block__product-title:before {
    content: '';
    background: url(../images/ico-paper.png) no-repeat;
    background-size: 25px 29px;
    width: 25px;
    height: 29px;
    position: absolute;
    left: 10px;
    top: -2px;
    line-height: 1;
}
.item-block--s1 .item-block__button-holder {
    margin-bottom: 25px;
}
.item-block--s1 .item-block__certificate {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.item-block--s1 .item-block__certificate-title {
    padding-left: 56px;
    border: none;
    position: relative;
    letter-spacing: 0;
    font-size: 24px;
}
.item-block--s1 .item-block__certificate-title:before {
    content: '';
    background: url(../images/ico-check.png) no-repeat;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 9px;
    top: -3px;
    line-height: 1;
}
.item-block--s1 .item-block__certificate-image {
    max-width: 300px;
    margin-left: 50px;
}
@media (min-width: 768px) {
    .item-block--s1 .item-block__heading {
        font-size: 36px;
        margin-bottom: 1px;
    }
}
@media (min-width: 1024px) {
    .item-block--s1 .item-block__product-info {
        padding: 114px 0 0 0;
    }
}
.item-block--s1 .item-block__list {
    padding: 0 0 25px 56px;
}
.item-block--s1 .item-block__list li {
    font-size: 16px;
    line-height: 1.6875;
    padding: 0 0 0 9px;
}
.item-block--s1 .item-block__list li:before {
    left: 0;
    top: 11px;
}

.item-block--s2 {
    background: #e5e5e4;
    color: #5b5b5b;
}
@media (min-width: 1024px) {
    .item-block--s2 {
        padding-bottom: 158px;
    }
}
.item-block--s2 .item-block__product-title:before {
    background-image: url(../images/ico-paper-dark.png);
}
.item-block--s2 .item-block__certificate-title:before {
    background-image: url(../images/ico-check-dark.png);
}
.item-block--s2 .button--plain {
    border-color: #5b5b5b;
    color: #5b5b5b;
}
.item-block--s2 .button--plain:hover .icon-sheet {
    background-image: url(../images/arrow-download-dark2.png);
}
.item-block--s2 .button--plain .icon-sheet {
    background-image: url(../images/arrow-download-dark2.png);
}
.item-block--s2 .item-block__certificate {
    border-color: #5b5b5b;
}
.item-block--s2 .item-block__list li:before {
    background: #5b5b5b;
}

.item-block--light {
    color: #fff;
    background: rgba(0, 135, 135, 0.44);
    background: -webkit-linear-gradient(right, rgba(0, 135, 135, 0.44) 0%, #3fbcc8 100%);
    background: linear-gradient(to left, rgba(0, 135, 135, 0.44) 0%, #3fbcc8 100%);
}

.item-block--dark {
    color: #fff;
    background: #17334b;
    background: -webkit-linear-gradient(top, #17334b 0%, #000 100%);
    background: linear-gradient(to bottom, #17334b 0%, #000 100%);
}
.item-block--dark .item-block__product-title,
.item-block--dark .item-block__certificate-title {
    color: #50e3c2;
}
.item-block--dark .item-block__list li:before {
    background: #50e3c2;
}
.item-block--dark .button--plain {
    border-color: #50e3c2;
    color: #50e3c2;
}
.item-block--dark .button--plain:hover {
    background: #50e3c2;
    color: #fff;
}
.item-block--dark .button--plain:hover .icon-sheet {
    background-image: url(../images/arrow-download2.png);
}
.item-block--dark .button--plain .icon-sheet {
    background-image: url(../images/arrow-download.png);
}
@media (min-width: 768px) {
    .item-block--dark .item-block__image {
        padding-top: 10px;
    }
}

.item-block__heading {
    font-size: 32px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .item-block__heading {
        font-size: 36px;
    }
}

.item-block__row {
    margin: 0 -20px;
}

.item-block__column {
    padding: 0 20px;
}
@media (min-width: 768px) {
    .item-block__column {
        float: left;
        width: 50%;
    }
}

.item-block__image {
    padding-top: 10px;
}
@media (min-width: 768px) {
    .item-block__image {
        padding-top: 61px;
    }
}

.item-block__award {
    text-align: right;
}
@media (min-width: 768px) {
    .item-block__award {
        padding: 21px 28px 0 0;
    }
}

.item-block__award-title {
    display: block;
    margin: 0 0 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .item-block__award-title {
        margin-right: 12px;
    }
}

.item-block__product-info {
    padding: 30px 0 0;
}
@media (min-width: 768px) {
    .item-block__product-info {
        padding: 20px 0 0 22px;
    }
}

.item-block__image-wrap {
    max-width: 200px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .item-block__image-wrap {
        max-width: 500px;
    }
}

.item-block__product-title {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 0 13px 4px;
    margin: 0 0 15px;
}

.item-block__list {
    font-size: 18px;
    line-height: 0.94;
}
.item-block__list li {
    position: relative;
    padding: 0 0 18px 22px;
}
.item-block__list li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    width: 3px;
    height: 3px;
    background: #fff;
}

.item-block__button-holder {
    text-align: right;
    padding: 10px 0;
}

.item-block__certificate {
    padding-top: 50px;
}

.item-block__certificate-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.5px;
    padding: 0 0 10px 5px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.item-block__certificate-title--capitalize {
    text-transform: none;
}
.item-block__certificate-title--capitalize:first-letter {
    text-transform: uppercase;
}

.item-block__certificate-image {
    max-width: 244px;
}

.product-block {
    background: #f1f1f1;
    padding: 40px 0;
}
@media (min-width: 768px) {
    .product-block {
        padding: 80px 0;
    }
}

.product-block--s1 {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
    .product-block--s1 {
        padding: 106px 0 55px;
    }
}
.product-block--s1 .product__wrap-head {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 36px;
}
.product-block--s1 .product__wrap-icon {
    display: inline-block;
    vertical-align: top;
    width: 60px;
}
.product-block--s1 .product__wrap-head-title {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 66px);
    color: #5b5b5b;
    font-size: 24px;
    line-height: 1.1667;
    font-weight: 700;
    max-width: 200px;
    text-align: left;
}
.product-block--s1 .product__wrap-image {
    margin-bottom: 30px;
}
.product-block--s1 .button--plain.button--plain--green {
    border-color: #5b5b5b;
    border-radius: 6px;
    color: #5b5b5b;
    font-size: 20px;
    padding: 10px;
}
.product-block--s1 .button--plain.button--plain--green .icon-sheet {
    background-image: url(../images/arrow-download-dark2.png);
}
.product-block--s1 .button--plain.button--plain--green:hover {
    background: #5b5b5b;
    color: #fff;
}
.product-block--s1 .button--plain.button--plain--green:hover .icon-sheet {
    background-image: url(../images/arrow-download2.png);
}
.product-block--s1 .product__wrap-list-title {
    border: none;
}
.product-block--s1 .product__wrap-desc {
    padding-left: 0;
    line-height: 1.125;
}
.product-block--s1 .product__wrap-desc:before {
    display: none;
}
.product-block--s1 .product__wrap-list-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-block--s1 .product__wrap-list-title:before {
    background: #008787;
    content: '';
    height: 3px;
    left: -11px;
    position: absolute;
    top: 10px;
    width: 3px;
    border-radius: 100%;
}

.product-block__row {
    margin: 0 -20px;
    font-size: 0;
    letter-spacing: -4px;
}
@media (min-width: 1024px) {
    .product-block__row {
        margin: 0 -53px;
    }
}

.product-block__column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .product-block__column {
        width: 33.33%;
    }
}
@media (min-width: 1024px) {
    .product-block__column {
        padding: 0 53px;
    }
}

.product__wrap {
    max-width: 480px;
    margin: 0 auto 60px;
}
@media (min-width: 768px) {
    .product__wrap {
        max-width: none;
        margin: 0;
    }
}

.product__wrap-heading {
    color: #008787;
    font-size: 28px;
    margin-bottom: 25px;
}
@media (min-width: 1024px) {
    .product__wrap-heading {
        font-size: 36px;
    }
}

.product__wrap-image {
    white-space: nowrap;
    text-align: center;
    margin-bottom: 24px;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .product__wrap-image {
        height: 230px;
        padding: 0;
    }
}
.product__wrap-image:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.product__wrap-image img {
    display: inline-block;
    vertical-align: middle;
}

.product__wrap-button {
    text-align: center;
    margin-bottom: 40px;
}

.product__wrap-list {
    font-size: 18px;
    margin: 0;
}

.product__wrap-list-title {
    color: #008787;
    display: block;
    border-bottom: 1px solid #979797;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.product__wrap-desc {
    margin: 0 0 18px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}
.product__wrap-desc:before {
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #008787;
}

.infos {
    padding: 60px 0 40px;
    color: #fff;
    background: #17a3b1;
    background: -webkit-linear-gradient(left, #17a3b1 0%, #17a3b1 61%, #3aaa70 100%);
    background: linear-gradient(to right, #17a3b1 0%, #17a3b1 61%, #3aaa70 100%);
}
@media (min-width: 1024px) {
    .infos {
        padding: 104px 0 51px;
    }
}

.infos--s2 {
    text-align: center;
}
@media (min-width: 1024px) {
    .infos--s2 {
        padding: 66px 0 12px;
    }
}
@media (min-width: 1024px) {
    .infos--s2 .info__block-item {
        padding: 0 44px;
    }
}

.infos--s3 {
    background: #fff;
    color: #5b5b5b;
}
@media (min-width: 1024px) {
    .infos--s3 {
        padding: 64px 0 88px;
    }
}
.infos--s3 .infos__block-image {
    text-align: center;
    margin-bottom: 2px;
}
.infos--s3 .infos__block-heading {
    text-align: center;
    margin-bottom: 9px;
	padding: 0 20px;
	line-height: 1.2;
}
.infos--s3 .infos__block-subhead {
    display: block;
    text-align: center;
    color: #5b5b5b;
/*    font-weight: 700;*/
    padding: 0 20px 5px;
    min-height: 61px;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .infos--s3 .info__block-item {
        max-width: 360px;
        margin: 0 auto;
    }
}
.infos--s3 .infos__block-item {
    padding-bottom: 0;
}

.infos__block-item {
    padding: 0 0 12px 12px;
    position: relative;
}
.infos__block-item:before {
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    left: -2px;
    top: 10px;
    background: #4a4a4a;
}

.infos__row {
    margin: 0 -15px;
    font-size: 0;
    letter-spacing: -4px;
}

.infos__block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.69;
}
@media (min-width: 768px) {
    .infos__block {
        width: 33.33%;
    }
}

.infos__block-image {
    margin-bottom: 20px;
}

.infos__block-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.footer {
    background: #4a4a4a;
    border-bottom: 11px solid #008787;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0 5px;
}
@media (min-width: 768px) {
    .footer {
        padding: 18px 0 5px;
    }
}
@media (min-width: 1024px) {
    .footer {
        font-size: 13px;
        padding-top: 13px;
    }
}
.footer .container {
    max-width: 1420px;
}

.footer__column {
    text-align: center;
}
.footer__column:first-child {
    text-align: center;
}
@media (min-width: 768px) {
    .footer__column {
        width: 50%;
        text-align: left;
    }
    .footer__column:first-child,
    .footer__column:last-child {
        width: 50%;
        text-align: left;
    }
}

.footer__social-networks a {
    color: #999;
}

.footer__nav {
    text-align: center;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .footer__nav {
        text-align: left;
    }
}
.footer__nav a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__nav a:hover {
    color: #50e3c2;
}

.footer__column {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .footer__column {
        width: 37%;
        float: left;
    }
}
@media (min-width: 1024px) {
    .footer__column {
        width: 33.33%;
    }
}
.footer__column:first-child {
    text-align: left;
}
@media (min-width: 768px) {
    .footer__column:first-child {
        width: 28%;
    }
}
@media (min-width: 1024px) {
    .footer__column:first-child {
        width: 33.33%;
    }
}
.footer__column:last-child {
    text-align: right;
}
@media (min-width: 768px) {
    .footer__column:last-child {
        width: 35%;
    }
}
@media (min-width: 1024px) {
    .footer__column:last-child {
        width: 33.33%;
    }
}

.footer__nav li {
    display: inline-block;
    vertical-align: top;
}

.footer__nav a {
    color: #fff;
    text-decoration: none;
}

.footer__copyright {
    display: block;
    font-weight: normal;
    padding: 5px 0;
}

.footer__social-networks {
    font-size: 29px;
    margin-right: -1px;
    text-align: center;
}
@media (min-width: 1024px) {
    .footer__social-networks {
        text-align: right;
    }
}
.footer__social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
@media (min-width: 768px) {
    .footer__social-networks li {
        margin: 0 0 0 3px;
    }
}
.footer__social-networks a {
    display: block;
    font-size: 0;
    line-height: 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__social-networks a:hover {
    text-decoration: none;
    opacity: 0.8;
}
/*# sourceMappingURL=main.css.map */
