@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-BoldItalic.woff2') format('woff2'), url('../fonts/Gilroy-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: italic;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.woff') format('woff');
}

/**
* Normalize
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    color: #006fd6;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    color: #006fd6;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a:focus {
    outline: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

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

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    caption-side: bottom;
    text-align: left;
    color: #868e96;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
* Общие
*/

.wrapper {
    overflow: hidden;
    min-height: 100vh;
    background: url(../img/bg-transparent.png) center 0/100% auto no-repeat;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.125;
    margin: 0 0 30px 0;
    color: #282828;
}

.subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.285714285714286;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #f02042;
}

/**
* Кнопки
*/

.btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding: 16px 38px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #0065c3;
    background-image: -webkit-gradient(linear, left top, right top, from(#0059ac), color-stop(50%, #118cff), to(#0059ac));
    background-image: -o-linear-gradient(left, #0059ac 0%, #118cff 50%, #0059ac 100%);
    background-image: linear-gradient(to right, #0059ac 0%, #118cff 50%, #0059ac 100%);
    background-size: 200% auto;
    -webkit-box-shadow: 0 6px 21px rgba(1, 92, 176, 0.54);
    box-shadow: 0 6px 21px rgba(1, 92, 176, 0.54);
}

.btn:hover {
    color: #ffffff;
    background-position: 100% 0;
    -webkit-box-shadow: 0 3px 12px rgba(1, 92, 176, 0.54);
    box-shadow: 0 3px 12px rgba(1, 92, 176, 0.54);
}

/**
* Шапка
*/

.header {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header__toggle {
    display: none;
}

.header__toggle-btn {
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #ffffff url(../img/ico-menu-open.svg) center center/20px auto no-repeat;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
}

.header__phone {
    margin-left: 112px;
}

.header__phone-num {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    padding: 12px 20px 12px 44px;
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    border-radius: 5px;
    background: #ffffff url(../img/ico-phone-red.svg) 14px center/14px auto no-repeat;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
}

.header__phone-num:hover {
    color: #282828;
}

.header__nav {
    margin-left: auto;
}

.header__nav-head {
    display: none;
}

.header__nav-close {
    display: none;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 50px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__link {
    text-decoration: none;
    color: #ffffff;
}

/**
* Подвал
*/

.footer {
    padding-top: 26px;
    padding-bottom: 26px;
    background: #006fd6;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__phone-num {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    padding-left: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../img/ico-phone-white.svg) 0 center/14px auto no-repeat;
}

.footer__phone-num:hover {
    color: #ffffff;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.footer__social-btn {
    display: block;
    margin-right: 24px;
    text-decoration: none;
    opacity: 0.5;
}

.footer__social-btn:hover {
    opacity: 0.8;
}

.footer__social-btn:last-child {
    margin-right: 0;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu__item {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 50px;
}

.footer-menu__item:last-child {
    margin-right: 0;
}

.footer-menu__link {
    text-decoration: none;
    color: #ffffff;
}

.footer-menu__link:hover {
    text-decoration: underline;
    color: #ffffff;
}

/**
* Типографика
*/

/**
* Welcome
*/

.welcome {
    position: relative;
    margin-top: -107px;
}

.welcome__slider {
    position: relative;
}

.welcome__item {
    position: relative;
}

.welcome__inner {
    height: 780px;
    padding-top: 230px;
    padding-bottom: 230px;
}

.welcome__subtitle {
    margin-bottom: 20px;
}

.welcome__heading {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 40px;
    color: #020926;
}

.welcome__img {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -960px;
}

.welcome__nav {
    position: absolute;
    bottom: 140px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -555px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.welcome__arrow {
    display: block;
    width: 24px;
    height: 17px;
    padding: 0;
    border: none;
    background: url(../img/ico-arrow-slider.svg) center center/24px 13px no-repeat;
}

.welcome__arrow.slick-prev {
    margin-right: 16px;
}

.welcome__arrow.slick-next {
    margin-left: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.welcome__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.welcome__dots li {
    margin: 0 8px;
}

.welcome__dots li button {
    font-size: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ababab;
}

.welcome__dots li.slick-active button {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #f02042;
    box-shadow: 0 0 0 3px #f02042;
}

.welcome__social {
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -720px;
}

.welcome__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid #dddddd;
    border-radius: 4px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.welcome__social-btn:last-child {
    margin-bottom: 0;
}

.welcome__social-btn:hover {
    background-color: #ffffff;
}

/**
* About us
*/

.about {
    position: relative;
    padding-top: 330px;
    padding-bottom: 200px;
}

.about__img {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -960px;
}

.about__content {
    width: 540px;
    margin-left: auto;
}

.about__subtitle {
    margin-bottom: 5px;
}

.about__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    opacity: 0.7;
    color: #011039;
}

.about__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__advantages-item {
    width: 33.3333335%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.about__advantages-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-bottom: 12px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about__advantages-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #011039;
}

.about__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about__note {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 40px;
    color: #011039;
    border-bottom: 4px solid #f02042;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.about__btn {
    padding-right: 20px;
    padding-left: 20px;
}

/**
* Product
*/

.product {
    padding-top: 140px;
    padding-bottom: 140px;
}

.product__container {
    position: relative;
}

.product__subtitle {
    margin-bottom: 5px;
}

.product__heading {
    margin-bottom: 60px;
}

.product__list {
    margin-right: -15px;
    margin-left: -15px;
}

.product__item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.product__nav {
    position: absolute;
    top: 37px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.product__arrow {
    display: block;
    width: 24px;
    height: 17px;
    padding: 0;
    border: none;
    background: url(../img/ico-arrow-slider.svg) center center/24px 13px no-repeat;
}

.product__arrow.slick-prev {
    margin-right: 16px;
}

.product__arrow.slick-next {
    margin-left: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.product__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product__dots li {
    margin: 0 8px;
}

.product__dots li button {
    font-size: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ababab;
}

.product__dots li.slick-active button {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #f02042;
    box-shadow: 0 0 0 3px #f02042;
}

.product-item {
    height: 100%;
    padding: 25px 20px 35px 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #ffffff;
}

.product-item__img {
    margin-bottom: 15px;
}

.product-item__img img {
    margin-right: auto;
    margin-left: auto;
}

.product-item__category {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 10px;
    color: #808080;
}

.product-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 13px;
    color: #020926;
}

.product-item__stars {
    margin-bottom: 28px;
}

.product-item__stars img {
    margin-right: auto;
    margin-left: auto;
}

.product-item__btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    padding: 10px 36px 10px 15px;
    vertical-align: bottom;
    text-decoration: none;
    color: #ffffff;
    border-radius: 4px;
    background: #f02042 url(../img/ico-arrow-btn.svg) calc(100% - 15px) center/11px auto no-repeat;
    -webkit-box-shadow: 0 7px 15px rgba(240, 32, 66, 0.2);
    box-shadow: 0 7px 15px rgba(240, 32, 66, 0.2);
}

.product-item__btn:hover {
    color: #ffffff;
    background-color: #fa3256;
    -webkit-box-shadow: 0 3px 8px rgba(240, 32, 66, 0.2);
    box-shadow: 0 3px 8px rgba(240, 32, 66, 0.2);
}

/**
* CTA
*/

.cta {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 190px;
    border-radius: 30px;
    background: #ffffff url(../img/bg-cta.jpg) center center no-repeat;
    -webkit-box-shadow: 0 -12px 0 0 rgba(157, 157, 157, 0.1), 0 -24px 0 0 rgba(157, 157, 157, 0.1);
    box-shadow: 0 -12px 0 0 rgba(157, 157, 157, 0.1), 0 -24px 0 0 rgba(157, 157, 157, 0.1);

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta__heading {
    margin: 0;
}

/**
* Reviews
*/

.review {
    margin-top: -60px;
    background: url(../img/bg-reviews.jpg) center 0/cover no-repeat;
}

.review__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 215px;
    padding-bottom: 170px;
}

.review__head {
    width: 50%;
    padding: 0 15px;
}

.review__subtitle {
    margin-bottom: 10px;
    opacity: 0.5;
    color: #ffffff;
}

.review__heading {
    color: #ffffff;
}

.review__body {
    width: 50%;
    padding: 40px 15px 0 15px;
}

.review__slider {
    max-width: 470px;
    margin-left: -60px;
}

.review__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px;
    padding-left: 60px;
    opacity: 0.8;
    color: #ffffff;
}

.review__desc:before {
    font-size: 80px;
    font-weight: 500;
    line-height: 80px;
    position: absolute;
    top: -52px;
    left: 0;
    display: block;
    content: ',,';
    opacity: 0.2;
    color: #ffffff;
}

.review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-left: 60px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.review__author-img {
    margin-right: 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.review__author-img img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
}

.review__author-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
}

.review__nav {
    position: absolute;
    bottom: 140px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.review__arrow {
    display: block;
    width: 24px;
    height: 17px;
    padding: 0;
    border: none;
    background: url(../img/ico-arrow-slider.svg) center center/24px 13px no-repeat;
}

.review__arrow.slick-prev {
    margin-right: 16px;
}

.review__arrow.slick-next {
    margin-left: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.review__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.review__dots li {
    margin: 0 8px;
}

.review__dots li button {
    font-size: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #ababab;
}

.review__dots li.slick-active button {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
}

/**
* Form
*/

.form {
    padding-top: 120px;
    padding-bottom: 76px;
}

.form__heading {
    text-align: center;
}

.form__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 46px;
    text-align: center;
    color: #011039;
}

.form__main {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 95px;
    border-radius: 20px;
    background-color: #ffffff;
}

.form__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #011039;
}

.form__title:last-child {
    margin-bottom: 0;
}

.form__group {
    margin-bottom: 20px;
}

.form__control {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 11px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

.form__control:focus {
    border-bottom-color: #c3c3c3;
}

.form__control_textarea {
    height: 108px;
    resize: none;
}

.form__submit {
    margin-top: 46px;
    text-align: center;
}

.form__note {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 35px;
    text-align: center;
    color: #8c8c8c;
}

/**
* Модальные окна
*/

.popup {
    display: none;
    width: 100%;
    max-width: 444px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.fancybox-slide .popup {
    padding: 0;
    background: none;
}

.fancybox-slide--current .popup {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.fancybox-is-closing .popup {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.popup .fancybox-close-small {
    z-index: 40;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: url(../img/ico-close-modal.svg) center center/10px 10px no-repeat;
}

.popup .fancybox-close-small:after {
    display: none;
}

.popup .fancybox-close-small:hover {
    opacity: 0.8;
}

.popup__body {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
}

.form-modal {
    padding: 30px 65px;
}

.form-modal__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #011039;
}

.form-modal__title:last-child {
    margin-bottom: 0;
}

.form-modal__group {
    margin-bottom: 20px;
}

.form-modal__control {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 11px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

.form-modal__control:focus {
    border-bottom-color: #c3c3c3;
}

.form-modal__control_textarea {
    height: 108px;
    resize: none;
}

.form-modal__submit {
    margin-top: 46px;
    text-align: center;
}

.form-modal__note {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 25px;
    text-align: center;
    color: #8c8c8c;
}

/**
* FancyBox 3
*/

body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    right: 0;
    left: 0;
}

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

.fancybox-container {
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.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 {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    background: #000000;
}

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    z-index: 99997;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    opacity: 0;

    direction: ltr;
}

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

.fancybox-infobar {
    font-size: 13px;
    line-height: 44px;
    top: 0;
    left: 0;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    pointer-events: none;
    color: #cccccc;

    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

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

    direction: ltr;
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;
    outline: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

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

.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: #000000;
}

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

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

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

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none;
}

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

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.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%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
}

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

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

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

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

.fancybox-error p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #444444;
}

/* Buttons */

.fancybox-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    outline: none;
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #cccccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #ffffff;
}

.fancybox-button[disabled] {
    cursor: default;
    opacity: 0.6;
    color: #cccccc;
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;

    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}

.fancybox-button--zoom svg path {
    fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    z-index: 99997;
    top: 50%;
    width: 60px;
    height: 100px;
    margin: -50px 0 0 0;
    padding: 17px;
    background: transparent;
}

.fancybox-navigation button:before {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    content: '';
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

/* Close button on the top right corner of html content */

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

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

.fancybox-close-small:focus {
    outline: none;
}

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

.fancybox-close-small:hover:after {
    color: #555555;
    background: #eeeeee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaaaaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #ffffff;
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

/* Caption */

.fancybox-caption-wrap {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 2vw 0 2vw;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, 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%);
    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%);
}

.fancybox-caption {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.4);

    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    position: relative;
    pointer-events: all;
    /* Fix IE11 */
}

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

/* Loading indicator */

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

@-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 {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    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 {
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.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);
}

/* Share */

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #222222;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

p.fancybox-share__links {
    margin-right: -10px;
}

.fancybox-share__button {
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    min-width: 130px;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    background: #ffffff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}

.fancybox-share__button svg path {
    fill: #ffffff;
}

.fancybox-share__input {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    color: #5d5b5b;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
    outline: none;
    background: transparent;
}

/* Thumbs */

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #ffffff;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    position: absolute;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs > ul > li {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;
    cursor: pointer;
    outline: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
}

.fancybox-thumbs > ul > li:before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    border: 4px solid #4ea7f9;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

/**
* Slick Slider
*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 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;
}

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

/**
* Медиазапросы
*/

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1459px) {
    .welcome__social {
        margin-left: -635px;
    }
}

@media (max-width: 1299px) {
    .welcome__inner {
        padding-left: 80px;
    }

    .welcome__img {
        margin-right: -1000px;
    }

    .welcome__nav {
        margin-left: -475px;
    }

    .welcome__social {
        margin-left: -555px;
    }

    .about {
        padding-top: 230px;
        padding-bottom: 170px;
    }

    .about__img {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .menu__item {
        margin-right: 30px;
    }

    .welcome__heading {
        font-size: 50px;
    }

    .welcome__nav {
        margin-left: -400px;
    }

    .welcome__social {
        margin-left: -480px;
    }

    .about {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .about__img {
        top: -50px;
    }

    .cta {
        padding-right: 90px;
        padding-left: 90px;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 16px 0;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__toggle {
        display: block;
    }

    .header__phone {
        margin-left: 0;
    }

    .header__phone-num {
        font-size: 0;
        width: 42px;
        height: 42px;
        padding: 0;
        background-position: center center;
    }

    .header__nav {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        margin-left: 0;
        color: #ffffff;
        background-color: #118bfd;
    }

    .header__nav-head {
        font-size: 15px;
        font-weight: 600;
        line-height: 44px;
        display: block;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
    }

    .header__nav-close {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 44px;
        height: 44px;
        padding: 0;
        border: none;
        background: url(../img/ico-menu-close.svg) center center/18px auto no-repeat;
    }

    .menu {
        display: block;
    }

    .menu__item {
        max-width: 160px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        border-bottom: 1px solid rgba(221, 221, 221, 0.15);
    }

    .menu__item:last-child {
        margin-right: auto;
        border-bottom: none;
    }

    .menu__link {
        display: block;
        padding: 15px 0;
    }

    .menu__link:hover {
        color: #ffffff;
    }

    .footer__inner {
        flex-direction: column;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -ms-flex-direction: column;
    }

    .footer__nav {
        margin: 25px 0;
    }

    .footer__phone {
        margin-bottom: 20px;
    }

    .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-menu__item {
        margin: 5px 15px;
    }

    .footer-menu__item:last-child {
        margin-right: 15px;
    }

    .welcome {
        margin-top: -50px;
    }

    .welcome__inner {
        height: auto;
        padding-top: 150px;
        padding-bottom: 150px;
        padding-left: 70px;
    }

    .welcome__subtitle {
        margin-bottom: 10px;
    }

    .welcome__heading {
        font-size: 44px;
    }

    .welcome__img {
        width: 400px;
        margin-right: -510px;
    }

    .welcome__nav {
        bottom: 50px;
        margin-left: -290px;
    }

    .welcome__social {
        top: 194px;
        margin-left: -360px;
    }

    .about__content {
        width: 440px;
    }

    .about__foot {
        display: block;
    }

    .about__note {
        max-width: 80%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .product__nav {
        position: static;
        margin-top: 20px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cta {
        display: block;
        padding: 40px;
        text-align: center;
    }

    .cta__heading {
        margin-bottom: 20px;
    }

    .review__head {
        width: auto;
    }

    .review__body {
        width: auto;
    }

    .review__slider {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .welcome__inner {
        padding-left: 60px;
    }

    .welcome__heading {
        font-size: 37px;
    }

    .welcome__img {
        top: -20px;
    }

    .welcome__nav {
        margin-left: -195px;
    }

    .welcome__social {
        margin-left: -255px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .about__img {
        position: static;
        width: 78%;
        margin: 0 0 30px 0;
    }

    .about__content {
        width: auto;
    }

    .product {
        padding-top: 0;
    }

    .product__heading {
        margin-bottom: 30px;
    }

    .review__inner {
        display: block;
        padding-top: 155px;
        padding-bottom: 80px;
    }

    .review__nav {
        position: static;
        margin-top: 80px;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form {
        padding: 50px 0;
    }
}

@media all and (max-width: 767px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

@media (max-width: 575px) {
    .heading {
        font-size: 34px;
    }

    .subtitle {
        font-size: 14px;
    }

    .welcome {
        margin-top: 0;
    }

    .welcome__inner {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .welcome__img {
        position: static;
        width: 68%;
        margin: 0 -15px 0 auto;
    }

    .welcome__nav {
        position: static;
        margin: 0;
        padding: 0 15px;
    }

    .welcome__social {
        top: 25%;
        left: 15px;
        margin-left: 0;
    }

    .product__list {
        margin-right: -8px;
        margin-left: -8px;
    }

    .product__list .slick-list {
        overflow: visible;
    }

    .product__item {
        width: 280px;
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .product__nav {
        margin-top: 34px;
    }

    .cta {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form__desc {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .about__advantages-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;

        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .about__advantages-ico {
        margin-right: 20px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }

    .form__main {
        padding-right: 30px;
        padding-left: 30px;
    }

    .popup {
        max-width: 300px;
    }

    .form-modal {
        padding-right: 17px;
        padding-left: 17px;
    }
}

@media (max-width: 425px) {
    .heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .subtitle {
        font-size: 13px;
    }

    .welcome__heading {
        font-size: 30px;
        line-height: 33px;
    }

    .welcome__social {
        top: 15%;
    }

    .about__desc {
        font-size: 15px;
        line-height: 28px;
    }

    .about__note {
        font-size: 20px;
        line-height: 24px;
    }

    .review__body {
        padding-top: 20px;
    }

    .review__desc {
        font-size: 15px;
        line-height: 28px;
    }

    .form__desc {
        font-size: 16px;
        line-height: 28px;
    }
}

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