@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html{
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body{
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section{
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1{
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main{
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */

figure{
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a{
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]{
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong{
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong{
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn{
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark{
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub{
    bottom: -0.25em;
}
sup{
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video{
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]){
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */

img{
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root){
    overflow: hidden;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea{
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input{
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select{
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"]{
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset{
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress{
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"]{
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button{
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu{
    display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary{
    display: list-item;
}
/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas{
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */

template{
    display: none;
}
/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden]{
    display: none;
}
@font-face{
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?78108550");
    src: url("../fonts/fontello.eot?78108550#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?78108550") format("woff2"), url("../fonts/fontello.woff?78108550") format("woff"), url("../fonts/fontello.ttf?78108550") format("truetype"), url("../fonts/fontello.svg?78108550#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.has-child a:after,
.xdsoft_datetimepicker .xdsoft_today_button:before,
.xdsoft_next:before,
.xdsoft_prev:before,
.xdsoft_datetimepicker .xdsoft_label i:before, .js-open-address:before, .js-open-address:after{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before{
    content: '\e800';
}
/* '' */

.icon-right-open-mini:before{
    content: '\e801';
}
/* '' */

.icon-left-open-mini:before{
    content: '\e802';
}
/* '' */

.icon-facebook:before{
    content: '\e803';
}
/* '' */

.icon-phone:before{
    content: '\e804';
}
/* '' */

.icon-twitter:before{
    content: '\e805';
}
/* '' */

.icon-down-open-mini:before,
.has-child a:after{
    content: '\e806';
}
/* '' */

.icon-up-open-mini:before{
    content: '\e807';
}
/* '' */

.icon-cancel:before{
    content: '\e808';
}
/* '' */

.icon-down-circled2:before{
    content: '\e809';
}
/* '' */

.icon-mail-alt:before{
    content: '\f0e0';
}
/* '' */

.icon-youtube-play:before{
    content: '\f16a';
}
/* '' */

.icon-instagram:before{
    content: '\f16d';
}
/* '' */

.icon-vkontakte:before{
    content: '\f189';
}
/* '' */

.icon-ok:before{
    content: '\e80a';
}
/* '' */

.icon-odnoklassniki:before{
    content: '\f263';
}
/* '' */

.icon-left-dir:before{
    content: '\e80b';
}
/* '' */

.icon-home-1:before{
    content: '\e80c';
}
/* '' */

.icon-right-dir:before{
    content: '\e80d';
}
/* '' */

.icon-up-dir:before{
    content: '\e80e';
}
/* '' */

.icon-down-dir:before{
    content: '\e80f';
}
/* '' */

a[href^="tel"]{
    color: inherit;
    border-bottom: none;
}
.no-touchevents a[href^="tel"]:hover{
    opacity: .75;
    color: inherit;
}
main a{
    color: #008dd4;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.no-touchevents main a:hover{
    color: #0e2f56;
}
main p{
    font-size: 17px;
    font-weight: 400;
    color: #080824;
    line-height: 1.64em;
    margin-bottom: 17px;
}
main p.important{
    color: #080824;
    font-size: 20px;
    line-height: 1.55em;
    font-weight: 400;
    position: relative;
    margin-bottom: 37px;
    margin-top: 19px;
}
main p.important:before{
    content: '';
    position: absolute;
    left: -31px;
    background-color: #008dd4;
    top: 2px;
    width: 4px;
    bottom: 2px;
}
main .content{
    max-width: 770px;
    position: relative;
    padding: 60px 20px 1px;
}
main .content:last-child{
    padding: 60px 20px 200px;
}
.check-page main .content:last-child{
    padding-bottom: 160px;
}
main .content > *:first-child{
    margin-top: 0 !important;
}
main .content h2{
    color: #080824;
    line-height: 1.26em;
    font-size: 38px;
    font-weight: 300;
    margin: 37px 0 15px;
}
main .content h3, main .content .h3{
    color: #080824;
    line-height: 1.38em;
    font-size: 26px;
    font-weight: 400;
    margin: 40px 0 20px;
}
main .content h4{
    color: #080824;
    font-size: 22px;
    line-height: 1.36em;
    font-weight: 400;
    margin: 41px 0 20px;
}
main .content h5{
    color: #080824;
    line-height: 1.4em;
    margin: 35px 0 20px;
    font-size: 20px;
    font-weight: 400;
}
main .content h6{
    color: #080824;
    line-height: 1.36em;
    font-size: 18px;
    font-weight: 400;
    margin: 41px 0 20px;
}
main .content .left-line{
    display: block;
    padding-left: 34px;
    position: relative;
    color: #080824;
    font-size: 17px;
}
main .content .left-line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 23px;
    height: 3px;
    background-color: #008dd4;
}
main .content ol{
    margin: 15px 0;
    counter-reset: myCounter;
}
main .content ol > li{
    line-height: 1.64em;
    color: #080824;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 27px;
    position: relative;
    overflow: hidden;
}
main .content ol > li:before{
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #080824;
    display: inline-block;
}
main .content ol > li ol{
    margin: 8px 0 0;
    counter-reset: myCounter1;
}
main .content ol > li ol li{
    padding-left: 40px;
}
main .content ol > li ol li:last-child{
    margin-bottom: 0;
}
main .content ol > li ol li:before{
    counter-increment: myCounter1;
    content: counter(myCounter) "." counter(myCounter1);
}
main .content ul{
    margin: 15px 0;
}
main .content ul li{
    line-height: 1.64em;
    padding-left: 27px;
    color: #080824;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin-bottom: 7px;
}
main .content ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: #008dd4;
    border-radius: 50%;
}
main .content ul li ul{
    margin: 8px 0;
}
main .content ul.check-bullet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -10px 20px;
}
main .content ul.check-bullet li{
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px;
    min-height: 60px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    white-space: nowrap;
    position: relative;
    padding-left: 75px;
}
main .content ul.check-bullet li:before{
    background: none;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
main .content ul.check-bullet li span{
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    white-space: normal;
}
main .content ul.check-bullet li:after{
    content: '';
    background: url("../i/check.svg") no-repeat 50% 50%/20px 13px;
    width: 61px;
    min-width: 61px;
    display: inline-block;
    height: 61px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}
main .content figure{
    margin: 30px -190px 44px;
}
main .content figure img{
    max-width: 100%;
    display: block;
    margin: 0 0 10px;
}
main .content figure figcaption{
    color: #aeadb3;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
}
main .content blockquote{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 48px 0;
    padding: 40px 0;
    position: relative;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main .content blockquote:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.26)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.26) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.26) 100%);
}
main .content blockquote .text{
    padding: 0 15px;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
main .content blockquote p{
    color: white;
    line-height: 1.38em;
    font-size: 26px;
    margin-bottom: 26px;
    font-weight: 300;
    position: relative;
}
main .content blockquote p:before,
main .content blockquote p:after{
    position: absolute;
    color: #008dd4;
    font-size: 75px;
    font-weight: 500;
}
main .content blockquote p:before{
    top: -6px;
    left: -45px;
    content: '«';
}
main .content blockquote p:after{
    right: -45px;
    content: "»";
    margin-top: -6px;
}
main .content blockquote p.author{
    color: white;
    padding-left: 38px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
main .content blockquote p.author:after{
    display: none;
}
main .content blockquote p.author:before{
    content: '';
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #008dd4;
    left: 0;
    top: 7px;
}
main .table-wrap{
    margin: 28px 0 26px;
    overflow-y: auto;
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
}
main .table-wrap table{
    min-width: 600px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
main table{
    background-color: white;
    border-collapse: collapse;
    margin: 28px 0 26px;
}
main table thead tr th{
    border-bottom: 1px solid #e3e1e1;
    border-left: 1px solid #e3e1e1;
    color: #080824;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 20px;
    text-align: left;
}
main table thead tr th:first-child{
    border-left: none;
}
main table tbody tr:last-child td{
    border-bottom: none;
}
main table tbody td,
main table tbody p{
    color: #080824;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
}
main table tbody td{
    border-bottom: 1px solid #e3e1e1;
    border-left: 1px solid #e3e1e1;
    padding: 17px 20px;
}
main table tbody td:first-child{
    border-left: none;
}
.cookies-page main .content li{
    margin-bottom: 19px;
}
.cookies-page main .content li p{
    margin-bottom: 7px;
}
.gallery{
    margin: 50px -205px 14px;
}
.gallery .item{
    margin-bottom: 30px;
    width: 33.33333%;
    padding: 0 15px;
}
.gallery .item a{
    display: block;
    position: relative;
}
.no-touchevents .gallery .item a:hover:after{
    opacity: 1;
}
.gallery .item a:after{
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 141, 212, 0.7);
    opacity: 0;
}
.gallery .item img{
    display: block;
    width: 100%;
    max-width: 100%;
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row .row-item img{
    max-width: 100%;
    height: auto;
    margin-bottom: 17px;
    width: 100%;
}
.row .row-item h2,
.row .row-item h3,
.row .row-item h4,
.row .row-item h5,
.row .row-item h6{
    margin-top: 0;
}
.row .row-item p img{
    margin-bottom: 0;
}
.row .row-item *:last-child{
    margin-bottom: 0 !important;
}
.row.two-in-row{
    width: 100%;
    margin: 18px -25px 45px;
}
.row.two-in-row .row-item{
    width: 50%;
    padding: 0 25px;
}
.row.three-in-row{
    margin: 50px -205px 44px;
}
.row.three-in-row .row-item{
    padding: 0 15px;
    width: 33.33333%;
}
.img-title{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 40px 0;
    text-align: left;
    margin: 48px 0 45px;
}
.img-title:after{
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64) 0%, rgba(255, 255, 255, 0.001) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 19px;
    z-index: 1;
}
.img-title .text{
    max-width: 770px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}
.img-title *{
    color: #fff !important;
}
.img-title h3{
    color: white;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    margin: 0 !important;
}
.img-title h3:before{
    content: '';
    width: 39px;
    height: 3px;
    display: block;
    margin: 0 0 20px;
    background-color: #008dd4;
}
.videoWrapper{
    position: relative;
    padding-bottom: -webkit-calc(56.25% + 190px);
    padding-bottom: calc(56.25% + 190px);
    height: 0;
    margin: 28px -190px 40px;
}
.videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider{
    margin: 50px 0;
}
.slider .draggable .slide{
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
}
.slider .draggable .slide:active{
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.slider .slide{
    padding: 0 15px;
}
.slider .slide .img-wrap{
    height: 480px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: .3;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.slider .slide .img-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: rgba(255, 255, 255, 0.25);
}
.slider .slide.slick-center .img-wrap{
    position: relative;
    opacity: 1;
}
.slider .slide.slick-center .img-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
}
.slider .slick-dots{
    margin: 14px 0 0;
    line-height: 0;
    text-align: center;
}
.slider .slick-dots li{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
    height: 4px;
    padding-left: 0;
    line-height: 0;
}
.slider .slick-dots li:last-child{
    margin-right: 0;
}
.slider .slick-dots li:before{
    display: none;
}
.slider .slick-dots li button{
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: none;
    width: 30px;
    height: 4px;
    background-color: #e3e1e1;
    padding: 0;
    text-indent: -10000px;
}
.no-touchevents .slider .slick-dots li button:hover{
    background-color: #008dd4;
}
.slider .slick-dots li.slick-active button{
    background-color: #008dd4;
}
.download{
    margin-bottom: 20px;
}
.download a{
    color: #008dd4;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.64em;
    display: block;
    position: relative;
}
.download a:before{
    color: #008dd4;
    font-size: 22px;
    position: absolute;
    left: -30px;
    top: 2px;
    font-weight: 400;
}
.download span{
    color: #aeadb3;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #e6e6e7;
    padding-right: 6px;
    margin-right: 2px;
}
.download span:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.content-form{
    position: relative;
    text-align: center;
    padding: 1px 0 0;
    margin: 95px 0 0;
}
.content-form:before{
    content: '';
    position: absolute;
    height: 480px;
    width: 100%;
    top: 0;
    left: 0;
    background: url("../i/form-bg.jpg") no-repeat 0 0/cover;
}
.content-form:after{
    content: '';
    position: absolute;
    left: 0;
    height: 480px;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.001) 100%);
}
.content-form .text{
    max-width: 770px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: auto !important;
    position: relative;
    z-index: 2;
}
.content-form form{
    max-width: 410px;
    margin: 10px auto 0;
    text-align: left;
}
html{
    height: 100% !important;
}
html.form-open{
    overflow: hidden;
}
body{
    height: 100%;
    color: #000;
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
}
.old-ie body{
    position: relative;
}
#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 8;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.form-open #wrapper:after{
    opacity: 1;
    visibility: visible;
}
.no-touchevents img{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
input[type='submit'],
button{
    -webkit-appearance: none;
    border-radius: 0;
}
input,
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}
a,
:visited{
    outline: 0;
    outline: none;
}
:hover,
:active,
:focus{
    outline: 0;
    outline: none;
}
::-moz-focus-inner{
    border: 0;
}
a::-moz-focus-inner{
    border: 0;
}
img.left,
span.left{
    float: left;
    max-width: 50%;
    margin: 5px 30px 25px 0;
}
img.right,
span.right{
    float: right;
    max-width: 50%;
    margin: 5px 0 25px 20px;
}
span.left,
span.right{
    display: inline-block;
}
span.left img,
span.right img{
    float: none;
    max-width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}
span.left img:last-child,
span.right img:last-child{
    margin: 5px 0 0;
}
img.center{
    display: block;
    margin: 0 0 25px;
    max-width: 100%;
}
span.center{
    padding: 16px;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
    margin: 0 0 8px;
    display: inline-block;
}
span.center img{
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
    display: block;
}
.has-image:after{
    content: '';
    display: table;
    clear: both;
}
.has-image-center span{
    margin-bottom: 0 !important;
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none !important;
}
*:after,
*:before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input::-webkit-input-placeholder{
    color: #000;
}
input::-moz-placeholder{
    color: #000;
    opacity: 1;
}
form .placeholder{
    color: #000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
    opacity: 0;
}
input:focus .placeholder,
textarea:focus .placeholder{
    opacity: 0;
}
ol,
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
.clearfix:after{
    content: '';
    display: table;
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
    font-weight: normal;
    padding: 0;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.container{
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto;
}
.row{
    font-size: 0;
}
.row .row-item{
    vertical-align: top;
    display: inline-block;
}
.row.two-in-row .row-item{
    width: 50%;
}
.row.three-in-row .row-item{
    width: 33.33333%;
}
.btn{
    display: inline-block;
    text-decoration: none;
    height: 36px;
    border: 2px solid #008dd4;
    border-radius: 16px;
    padding: 0 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.no-touchevents .btn:hover{
    color: white;
    background-color: #008dd4;
}
.no-touchevents .btn:hover span{
    color: white;
}
a.btn{
    line-height: 32px;
}
.hide-desktop{
    display: none;
}
.hide-mob{
    display: inline-block;
}
header{
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 28px 0 0;
}
.form-open header{
    z-index: 8;
}
header .logo{
    display: inline-block;
    float: left;
    text-decoration: none;
    margin-right: 155px;
    padding-top: 10px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    max-width: 248px;
}
header .logo img{
    width: 248px;
}
.no-touchevents header a.logo:hover{
    opacity: .75;
}
header .inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .inner .nav-box{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
header .inner .nav-box > *:first-child{
    margin-left: auto;
}
header .inner a,
header .inner span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}
header .inner .phone,
header .inner .mail{
    color: #fff;
}
header .inner .phone:before,
header .inner .mail:before{
    margin-right: 7px;
    font-size: 20px;
    color: #fff;
}
header .inner .mail:before{
    position: relative;
    top: 2px;
}
header .inner .mail a{
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.no-touchevents header .inner .mail a:hover{
    border-bottom-color: transparent;
    opacity: .75;
}
header .inner .phone:before{
    top: 2px;
    position: relative;
}
header .inner .shop-link{
    margin-right: 41px;
}
header .inner .shop-link a.btn.active{
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.no-touchevents header .inner .shop-link a.btn.active:hover{
    border: 2px solid #008dd4;
}
header .inner .lang{
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}
header .inner .lang:before{
    position: absolute;
    right: 2px;
    color: #fff;
    top: 4px;
}
header .inner .lang span{
    position: relative;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
.no-touchevents header .inner .lang span:hover{
    opacity: .65;
}
header .inner .lang span:after{
    content: '';
    position: absolute;
    left: 0;
    right: -16px;
    top: 0;
    bottom: -2px;
}
header .inner .lang.open:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .75;
}
header .inner .lang.open span{
    opacity: .75;
    border-bottom-color: transparent;
}
header .inner .lang .dropdown{
    width: 53px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    top: -webkit-calc(100% + 7px);
    top: calc(100% + 7px);
    z-index: 3;
    display: none;
    left: 50%;
    margin-left: -33px;
}
header .inner .lang .dropdown:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #fff transparent;
}
header .inner .lang .dropdown a{
    color: #080824;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 7px 0;
    border-bottom: 1px solid #ededef;
}
.ios header .inner .lang .dropdown a{
    border-width: 2px;
}
header .inner .lang .dropdown a:last-child{
    border-bottom: none;
}
.no-touchevents header .inner .lang .dropdown a:hover{
    color: #008dd4;
}
header .inner .lang .dropdown a.active{
    color: #008dd4;
}
header .inner nav{
    width: 100%;
    margin-top: 17px;
}
header .inner nav > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .inner nav > ul > li{
    position: relative;
}
header .inner nav > ul > li.active > a{
    border-bottom: 3px solid #fff;
}
.no-touchevents header .inner nav > ul > li.active > a:hover{
    opacity: .6;
    border-color: transparent;
}
header .inner nav > ul > li a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding-bottom: 5px;
    text-decoration: none;
    position: relative;
}
header .inner nav > ul > li a:before{
    display: none;
}
header .inner nav > ul > li a:after{
    font-size: 24px;
    color: #008dd4;
    position: absolute;
    right: -22px;
    margin-top: 1px;
}
.no-touchevents header .inner nav > ul > li a:hover{
    opacity: .65;
}
header .inner nav > ul > li ul{
    width: 290px;
    position: absolute;
    left: 50%;
    padding-top: 12px;
    margin-left: -145px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
    will-change: opacity;
}
header .inner nav > ul > li ul:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 7px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #fff transparent;
}
header .inner nav > ul > li ul li{
    background-color: white;
    text-align: center;
    border-bottom: 1px solid #ededef;
}
header .inner nav > ul > li ul li a{
    color: #080824;
    font-size: 16px;
    padding: 11px 0;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.no-touchevents header .inner nav > ul > li ul li a:hover{
    color: #008dd4;
    opacity: 1 !important;
}
header .inner nav > ul > li ul li.active{
    background: #008dd4;
}
header .inner nav > ul > li ul li.active a{
    color: #fff;
}
.no-touchevents header .inner nav > ul > li ul li.active a:hover{
    color: #fff;
    opacity: .6;
}
header .inner nav > ul > li ul li:first-child{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
header .inner nav > ul > li ul li:last-child{
    border-bottom: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
header .address-box{
    position: relative;
    z-index: 20;
    margin: -2px 61px 0 0;
}
.js-open-address{
    position: relative;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
    cursor: pointer;
}
.no-touchevents .js-open-address:hover, .no-touchevents .opened .js-open-address{
    color: rgba(255, 255, 255, .5);
    border-color: transparent;
}
.js-open-address:before{
    content: '\e816';
    position: absolute;
    left: -23px;
    top: 1px;
    font-size: 13px;
    line-height: 1em;
    text-align: left;
    color: #fff;
    width: 26px;
}
.js-open-address:after{
    content: '\e806';
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 18px;
    line-height: 1em;
    text-align: right;
    color: #fff;
    width: 20px;
}
.touchevents .js-open-address:after{
    top: 1px;
}
header .address-box.opened .js-open-address:after{
    content: '\e807';
}
header .address-box .dropdown{
    position: absolute;
    display: none;
    left: 50%;
    top: 39px;
    width: 460px;
    margin: 0 0 0 -230px;
    padding: 20px 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
}
header .opened .dropdown{
    display: block;
}
header .address-box .dropdown:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: -3px;
    margin: 0 0 0 -7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
}
header .address-box .dropdown li{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    color: #080824;
    padding: 11px 26px 10px;
}
header .address-box .dropdown li:nth-child(even){
    background: #ededef;
}
header .address-box .dropdown p{
    width: 50%;
    padding-right: 12px;
    margin: 0;
}
header .address-box .dropdown li .phone{
    font-weight: 500;
    padding: 0 0 0 12px;
    text-align: right;
}
header .address-box .dropdown a{
    font-size: 16px;
    color: #080824;
}
header .address-box .dropdown a[href^=tel]{
    text-decoration: none !important;
}
.no-touchevents header .address-box .dropdown a:hover{
    color: #080824;
    opacity: .6;
}
#menu-toggle-wrapper{
    width: 34px;
    height: 29px;
    display: none;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 50%;
    right: 15px;
    vertical-align: middle;
    margin: -10px 0 0;
}
#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom{
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
    transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
    background-color: #fff;
}
#menu-toggle{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #fff;
    width: 34px;
    margin-left: -17px;
    margin-top: -2px;
    height: 3px;
}
.ios #menu-toggle{
    margin-top: -1px;
}
#menu-toggle-top{
    top: 0;
}
#menu-toggle-top,
#menu-toggle-bottom{
    position: absolute;
    width: 34px;
    height: 3px;
    background-color: #fff;
    left: 0;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
#menu-toggle-bottom{
    bottom: 0;
}
.menu-open #menu-toggle-wrapper #menu-toggle{
    opacity: 0;
}
.menu-open #menu-toggle-wrapper #menu-toggle-top{
    -ms-transform: rotate(45deg) translate(8px, 9px);
    -webkit-transform: rotate(45deg) translate(8px, 9px);
    transform: rotate(45deg) translate(8px, 9px);
    background: #008dd4;
}
.menu-open #menu-toggle-wrapper #menu-toggle-bottom{
    -ms-transform: rotate(-45deg) translate(9px, -10px);
    -webkit-transform: rotate(-45deg) translate(9px, -10px);
    transform: rotate(-45deg) translate(9px, -10px);
    background: #008dd4;
}
@-webkit-keyframes ripple{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    50%{
        opacity: .4;
    }

    75%{
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .2;
    }

    100%{
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    50%{
        opacity: .4;
    }

    75%{
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .2;
    }

    100%{
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.top-screen{
    height: 480px;
    overflow: hidden;
    position: relative;
}
.index-page .top-screen{
    height: 100vh;
    min-height: 400px;
}
.index-page .top-screen:before{
    background: rgba(0, 0, 0, 0.35);
}
.top-screen:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
.top-screen .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.top-screen .scroll-next{
    width: 69px;
    height: 69px;
    position: absolute;
    bottom: 35px;
    z-index: 3;
    text-decoration: none;
    text-align: center;
    left: 50%;
    color: #fff;
    line-height: 73px;
    margin-left: -35px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.top-screen .scroll-next:before{
    color: #fff;
    font-size: 24px;
}
.no-touchevents .top-screen .scroll-next:hover{
    border: 2px solid white;
}
.top-screen .text{
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 35px;
    z-index: 2;
    width: 100%;
}
.index-page .top-screen .text{
    margin-top: 0;
}
.news-inner .top-screen .text{
    margin-top: 100px;
}
.top-screen .text time{
    margin-bottom: 8px;
    text-align: center;
    color: #fefeff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57em;
    display: block;
}
.top-screen .text .stock{
    padding: 8px 28px;
    display: table;
    margin: 18px auto 0;
    background-color: #008dd4;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-screen .text h1{
    color: white;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
}
.top-screen .text h2{
    color: white;
    font-size: 44px;
    width: 60%;
    display: inline-block;
    font-weight: 100;
    vertical-align: middle;
    border-left: 3px solid #008dd4;
    padding-left: 30px;
}
.top-screen .text .play-btn{
    margin-left: -webkit-calc(20% - 40px);
    margin-left: calc(20% - 40px);
    -webkit-transition: height .25s ease, width .25s ease, background .2s;
    transition: height .25s ease, width .25s ease, background .2s;
    position: relative;
    width: 80px;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #fff;
}
.no-touchevents .top-screen .text .play-btn:hover{
    background: #fff;
}
.no-touchevents .top-screen .text .play-btn:hover:before,
.no-touchevents .top-screen .text .play-btn:hover:after{
    -webkit-animation: none;
    animation: none;
}
.top-screen .text .play-btn:before,
.top-screen .text .play-btn:after{
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}
.top-screen .text .play-btn:before{
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
}
.top-screen .text .play-btn:after{
    -webkit-animation: ripple 3s linear 1.5s infinite;
    animation: ripple 3s linear 1.5s infinite;
}
.top-screen .text .play-btn span{
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    border-width: 15px 0 15px 21px;
    border-color: transparent transparent transparent #008dd4;
}
.top-screen .bg{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.news-inner .top-screen .bg{
    left: -20px;
    right: -20px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
}
.top-screen .bg #video{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -o-object-fit: inherit;
    object-fit: inherit;
}
.features-block{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}
.features-block:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.001) 100%);
    z-index: 1;
}
.features-block .container{
    position: relative;
    z-index: 2;
}
.features-block .container .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    position: relative;
}
.features-block .container .box:before{
    content: '';
    position: absolute;
    width: 1px;
    top: -30px;
    left: 75%;
    z-index: 1;
    bottom: 30%;
    background: #e5e3e3;
}
.features-block .container .col{
    width: 50%;
    padding: 0 15px;
    position: relative;
}
.features-block .container .col:before{
    content: '';
    position: absolute;
    width: 1px;
    top: -30px;
    left: 50%;
    z-index: 1;
    bottom: 30px;
    background: #e5e3e3;
}
.features-block .container .col .features{
    padding: 48px 65px 28px 95px;
    background-color: white;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
}
.features-block .container .col h3{
    color: #080824;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36em;
    position: relative;
    margin-bottom: 15px;
}
.features-block .container .col h3 img{
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
.features-block .container .col p{
    line-height: 1.46em;
    color: #aeadb3;
    font-size: 15px;
    font-weight: 400;
}
@-webkit-keyframes moveLine1{
    0%{
        left: 0;
        width: 170px;
    }

    50%{
        left: -webkit-calc(100% - 40px);
        left: calc(100% - 40px);
        width: 40px;
    }

    100%{
        left: 0;
        width: 170px;
    }
}
@keyframes moveLine1{
    0%{
        left: 0;
        width: 170px;
    }

    50%{
        left: -webkit-calc(100% - 40px);
        left: calc(100% - 40px);
        width: 40px;
    }

    100%{
        left: 0;
        width: 170px;
    }
}
@-webkit-keyframes moveLine2{
    0%{
        right: 0;
        width: 100px;
        opacity: 1;
    }

    50%{
        right: -webkit-calc(100% - 20px);
        right: calc(100% - 20px);
        width: 20px;
    }

    100%{
        right: 0;
        width: 100px;
        opacity: 1;
    }
}
@keyframes moveLine2{
    0%{
        right: 0;
        width: 100px;
        opacity: 1;
    }

    50%{
        right: -webkit-calc(100% - 20px);
        right: calc(100% - 20px);
        width: 20px;
    }

    100%{
        right: 0;
        width: 100px;
        opacity: 1;
    }
}
.news{
    padding: 20px 0 70px;
    margin-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.news.news-list{
    padding: 65px 0 70px;
    margin-bottom: 80px;
}
.news.news-list .box{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.news.news-list .news-block{
    margin-bottom: 50px;
}
.news.news-list .load-news{
    background-color: #008dd4;
    color: #fff;
    line-height: 45px;
    border-radius: 25px;
    height: 49px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    width: 240px;
    text-align: center;
    display: block;
    margin: 40px auto 65px;
}
.no-touchevents .news.news-list .load-news:not(:disabled):hover,
.news.news-list .load-news:not(:disabled):focus{
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    background: #fff;
    color: #008dd4 !important;
}
.no-touchevents .news.news-list .load-news:not(:disabled):active{
    color: #008dd4;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05), inset 0 3px 5px rgba(0, 1, 2, 0.31);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05), inset 0 3px 5px rgba(0, 1, 2, 0.31);
}
.news h2{
    color: #080824;
    font-size: 38px;
    margin-bottom: 45px;
    font-weight: 300;
    text-align: center;
}
.news .line{
    position: absolute;
    top: 233px;
    background: #f1efef;
    width: 100%;
    height: 1px;
}
.news .line:after,
.news .line:before{
    content: '';
    position: absolute;
    height: 3px;
    background: #f1efef;
    top: -1px;
}
.news .line:before{
    left: 0;
    width: 131px;
    -webkit-animation: moveLine1 10s linear infinite;
    animation: moveLine1 10s linear infinite;
}
.news .line:after{
    right: 0;
    width: 100px;
    opacity: 0;
    -webkit-animation: moveLine2 10s 2s linear infinite;
    animation: moveLine2 10s 2s linear infinite;
}
.news .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}
.news .box h3{
    color: #080824;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 7px;
}
.news .box time{
    color: #aeadb3;
    font-size: 12px;
    font-weight: 500;
}
.news .box .img-wrap{
    position: relative;
    margin-bottom: 17px;
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
}
.news .box .img-wrap span{
    position: absolute;
    padding: 8px 28px;
    bottom: 0;
    left: 0;
    background-color: #008dd4;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.news .box .img-wrap img{
    display: block;
    max-width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}
.news .box .news-block{
    width: 33.333333%;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}
.no-touchevents .news .box a:hover h3{
    color: #008dd4;
}
.category{
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.category:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.001) 100%);
    z-index: 1;
}
.category .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -37px;
}
.category .box .category-block{
    width: 50%;
    margin-bottom: 45px;
    padding: 0 22px;
    text-decoration: none;
    display: block;
}
.no-touchevents .category .box .category-block:hover .img-wrap{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.no-touchevents .category .box .category-block:hover .link:before{
    background-color: rgba(255, 255, 255, 0.47);
    border-bottom-width: 2px;
    color: #008dd4;
}
.no-touchevents .category .box .category-block:hover .link span{
    color: white;
    background-color: rgba(0, 141, 212, 0.8);
}
.no-touchevents .category .box .category-block:hover .link span:after{
    background: #fff;
}
.category .box .category-block .img-wrap{
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.001)), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.001) 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.001) 0%, rgba(255, 255, 255, 0.001) 100%);
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 16px 47.5px 2.5px rgba(0, 0, 0, 0.11);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.category .box .category-block .img-wrap .link{
    position: absolute;
    bottom: -12px;
    left: -15px;
    text-decoration: none;
    padding-right: 75px;
}
.category .box .category-block .img-wrap .link:before{
    -webkit-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    font-size: 24px;
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 51px;
    width: 55px;
    top: 0;
    height: 100%;
    border: 2px solid white;
    -webkit-box-shadow: 0 10px 28.5px 1.5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 10px 28.5px 1.5px rgba(0, 1, 1, 0.05);
}
.category .box .category-block .img-wrap .link span{
    background-color: white;
    -webkit-box-shadow: 0 10px 28.5px 1.5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 10px 28.5px 1.5px rgba(0, 1, 1, 0.05);
    display: inline-block;
    color: #080824;
    padding: 13px 43px;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.category .box .category-block .img-wrap .link span:after{
    content: '';
    width: 3px;
    left: -1px;
    background-color: #008dd4;
    top: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    bottom: 5px;
    position: absolute;
}
.category .box .category-block .img-wrap img{
    max-width: 100%;
    display: block;
    width: 100%;
}
.services{
    position: relative;
    padding: 63px 0 260px;
}
.services:after{
    height: 700px;
    content: '';
    background-image: url("../i/bg-3.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.services:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.001)));
    background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.001) 100%);
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.001) 100%);
    z-index: 1;
}
.services .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: -50px;
    z-index: 2;
    margin: 0 -22px;
}
.services .box h2{
    color: #080824;
    font-size: 38px;
    font-weight: 300;
    line-height: 1em;
    margin-left: 30px;
    margin-bottom: 35px;
    padding-left: 50px;
    border-left: 3px solid #008dd4;
}
.services .box .col{
    width: 50%;
    padding: 0 22px;
}
.services .box .col.col-img{
    position: relative;
}
.services .box .col.col-img:before{
    content: '';
    position: absolute;
    width: 1px;
    background: #e5e3e3;
    left: 50%;
    top: 100%;
    height: 400px;
}
.services .box .col > img{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), to(rgba(0, 0, 0, 0.02)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, rgba(0, 0, 0, 0.02) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.001) 0%, rgba(0, 0, 0, 0.02) 100%);
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    display: block;
}
.services .box ul{
    position: relative;
}
.services .box ul:before{
    content: '';
    position: absolute;
    width: 1px;
    top: -35px;
    left: 31px;
    z-index: 1;
    bottom: -500px;
    background: #e5e3e3;
}
.services .box ul li{
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}
.services .box ul li .img-wrap{
    width: 60px;
    height: 60px;
    margin-right: 21px;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
}
.services .box ul li .img-wrap img{
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}
.services .box ul li a{
    color: #080824;
    font-size: 20px;
    font-weight: 500;
    max-width: -webkit-calc(100% - 81px);
    max-width: calc(100% - 81px);
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.services .box ul li a span{
    border-bottom: 1px solid #ceced2;
}
.no-touchevents .services .box ul li a:hover{
    color: #008dd4;
}
.no-touchevents .services .box ul li a:hover span{
    border-bottom: none;
}
.sticky{
    position: relative;
    z-index: 4;
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
    height: 0;
    overflow-y: visible;
}
.sticky + *{
    margin-top: 0 !important;
}
.sticky.hide{
    display: none !important;
}
.anchor-form{
    color: #080824;
    position: absolute;
    max-width: 100px;
    top: 0;
    right: -190px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 28px;
    line-height: 1.55em;
}
.anchor-form:before{
    content: '';
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.anchor-form span{
    background: rgba(255, 255, 255, 0.6);
    padding: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.anchor-form span i{
    border-bottom: 1px dotted #a1a0a2;
    font-style: normal;
}
.ios .anchor-form span i{
    border-width: 2px;
}
.anchor-form img{
    position: absolute;
    left: 2px;
    top: 5px;
}
.no-touchevents .anchor-form:hover span i{
    border-bottom: none;
}
.shops-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.shops-list .col{
    width: 50%;
    padding: 0 15px;
}
.shops-list .col .shop{
    margin-bottom: 30px;
}
.shops-list .col .shop .img-wrap{
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    position: relative;
}
.shops-list .col .shop .img-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), to(rgba(0, 0, 0, 0.64)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, rgba(0, 0, 0, 0.64) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.001) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.shops-list .col .shop .img-wrap img{
    display: block;
    max-width: 100%;
}
.shops-list .col .shop .img-wrap address{
    position: absolute;
    font-style: normal;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    bottom: 17px;
    left: 0;
    padding-left: 25px;
}
.shops-list .col .shop .img-wrap address a{
    color: white;
    border-bottom: 1px dotted;
}
.ios .shops-list .col .shop .img-wrap address a{
    border-width: 2px;
}
.no-touchevents .shops-list .col .shop .img-wrap address a:hover{
    border-bottom: none;
}
.shops-list .col .shop .img-wrap address:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #008dd4;
    bottom: 4px;
    width: 4px;
}
.shops-list .col .shop .descr{
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 15px 30px;
    -webkit-box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
    box-shadow: 0 16px 47.5px 2.5px rgba(14, 47, 86, 0.08);
}
.shops-list .col .shop .descr .descr-col{
    width: 50%;
    padding: 0 10px;
}
.shops-list .col .shop .descr .descr-col.alone{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shops-list .col .shop .descr .descr-col.alone p{
    width: 50%;
}
.shops-list .col .shop .descr .descr-col.alone p.title{
    width: 100% !important;
}
.shops-list .col .shop .descr p{
    color: #080824;
    line-height: 1.86em;
    position: relative;
    font-size: 15px;
    padding-left: 23px;
}
.shops-list .col .shop .descr p:last-child{
    margin-bottom: 0;
}
.shops-list .col .shop .descr p.title{
    padding-left: 0;
}
.shops-list .col .shop .descr p strong{
    font-weight: 500;
}
.shops-list .col .shop .descr p:before{
    color: #008dd4;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 20px;
}
.shops-list .col .shop .descr p.icon-phone:before{
    top: 6px;
}
.shops-list .col .shop .descr p small{
    font-size: 13px;
    line-height: 1.38em;
    margin-top: 5px;
    display: block;
}
#map-box{
    position: relative;
    height: 490px;
    border-top: 3px solid #008dd4;
    margin: 0;
}
#map-box #map{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#map-box #map h4{
    font-weight: 500 !important;
    font-size: 16px !important;
    margin: 6px 0 4px !important;
}
#map-box #map p{
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
}
.content-controls{
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 90px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-controls .back{
    font-size: 13px;
    line-height: 1em;
}
.content-controls .back:before{
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 12px;
}
.content-controls .social-likes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-controls .social-likes .social-likes__widget{
    height: 25px;
    margin-right: 8px;
    border: 1px solid #d5d5d9;
    border-radius: 12px;
    width: 64px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-touchevents .content-controls .social-likes .social-likes__widget:hover{
    background: #008dd4;
    color: #fff;
    border-color: #008dd4;
}
.no-touchevents .content-controls .social-likes .social-likes__widget:hover:before,
.no-touchevents .content-controls .social-likes .social-likes__widget:hover .social-likes__counter{
    color: #fff;
}
.content-controls .social-likes .social-likes__widget:last-child{
    margin-right: 0;
}
.content-controls .social-likes .social-likes__widget:before{
    line-height: 23px;
    color: #aeadb3;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.content-controls .social-likes .social-likes__widget .social-likes__button{
    display: none;
}
.content-controls .social-likes .social-likes__widget .social-likes__counter{
    color: #aeadb3;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 23px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    text-align: center;
    padding-right: 5px;
}
.content-controls .social-likes .social-likes__widget.social-likes__widget_facebook:before{
    top: 1px;
}
.error-page .top-screen{
    height: 100vh;
    text-align: center;
    min-height: 450px;
}
.error-page .top-screen p{
    color: #fefeff;
    font-size: 20px;
    font-weight: 300;
}
.error-page .top-screen h1{
    color: white;
    line-height: .8em;
    font-size: 220px;
    font-weight: 300;
}
.error-page .top-screen .btn{
    color: #fff;
    line-height: 45px;
    border-radius: 25px;
    height: 49px;
    margin: 40px 0 0;
    width: 290px;
}
.my-mfp-zoom-in .zoom-anim-dialog{
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg{
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg{
    opacity: 0.8;
}
/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg{
    opacity: 0;
}
.mfp-iframe-holder .mfp-content{
    max-width: 1150px;
}
.preloader{
    background: url("../i/preloader.gif") no-repeat 50% 50%/32px 32px;
    width: 32px;
    display: none;
    height: 32px;
    margin: 0 auto;
}
.field-wrap{
    margin-bottom: 14px;
    position: relative;
}
.field-wrap.date .icon-clock{
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 35px;
}
.field-wrap.date .icon-clock:before{
    color: #008dd4;
    font-size: 24px;
}
.field-wrap label{
    color: #3e3e45;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}
.field-wrap input,
.field-wrap textarea{
    background-color: white;
    border: 1px solid #e7e7e7;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    height: 51px;
    color: #3e3e45;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}
.field-wrap input:focus,
.field-wrap textarea:focus{
    border: 1px solid #b7b6b6;
}
.field-wrap textarea{
    padding: 10px 20px;
    resize: none;
    height: 139px;
    overflow-y: auto;
}
.field-wrap.required label:after{
    content: '*';
    display: inline-block;
    margin-right: 4px;
}
.field-wrap.error input,
.field-wrap.error textarea{
    background-color: #ffece5;
    border: 1px solid #ff4200;
}
.field-wrap.error .error-message{
    color: #ff4200;
    margin-top: 8px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 500;
}
form .btn{
    height: 49px;
    background-color: #008dd4;
    border: 2px solid #008dd4;
    color: white;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    margin: 16px 0 0;
    font-weight: 500;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
}
.no-touchevents form .btn:not(:disabled):hover,
form .btn:not(:disabled):focus{
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    background: #fff;
    color: #008dd4;
}
.no-touchevents form .btn:not(:disabled):active{
    color: #008dd4;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05), inset 0 3px 5px rgba(0, 1, 2, 0.31);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05), inset 0 3px 5px rgba(0, 1, 2, 0.31);
}
form .btn:disabled{
    cursor: default;
    opacity: 0.6;
}
form .status{
    color: #080824;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    margin: 40px auto 0;
    line-height: 1.64em;
}
form .status p{
    color: #080824;
    font-size: 21px;
    font-weight: 400;
}
form .status:before{
    display: block;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    margin: 0 auto 8px;
    font-size: 24px;
    line-height: 65px;
}
form .status.success:before{
    border: 2px solid rgba(0, 141, 212, 0.2);
    color: #008dd4;
}
form .status.fail:before{
    border: 2px solid rgba(255, 66, 0, 0.2);
    color: #ff4200;
}


.radio-item input[type="radio"]{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}


.inline-radios{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 7px -50px -10px 0;
}
.inline-radios.centered{
    justify-content: center;
    margin: 35px -25px 32px;
}
.inline-radios .radio-item{
    position: relative;
    margin: 0 50px 10px 0;
}
.inline-radios.centered .radio-item{
    margin: 0 25px 10px;
}
.radio-item input[type="radio"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #080824;
    padding-left: 26px;
    margin: 0;
    transform: none;
    cursor: pointer;
}
.radio-item input[type="radio"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #33A4DD;
    border-radius: 110%;
    box-sizing: border-box;
}
.radio-item input[type="radio"]:disabled + label{
    color: #D8D8D8;
    cursor: default;
}
.radio-item input[type="radio"]:disabled + label:before{
    border-color: #D8D8D8;
}
.radio-item input[type="radio"] + label:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #33A4DD;
    border-radius: 110%;
    opacity: 0;
}
.radio-item input[type="radio"]:checked + label:after{
    opacity: 1;
}
.radio-item input[type="radio"]:disabled + label:after{
    background: #D8D8D8;
}

.default-btn{
    display: table;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin: 32px auto 0;
    padding: 7px 17px 6px;
    background: #008DD4;
    border: 2px solid #008DD4;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
.no-touchevents .default-btn:hover{
    color: #008DD4;
    background: transparent;
}


.select2-container--default .select2-selection--single{
    background-color: white;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    box-shadow: 0 2px 5px rgba(0, 1, 1, 0.05);
    height: 51px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 49px;
    padding: 0 40px 0 20px;
    color: #3e3e45;
    font-size: 15px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 49px;
    width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    left: auto;
    font-weight: normal;
    top: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e806';
    font-family: 'fontello';
    display: block;
    font-size: 26px;
    color: #008dd4;
}
.select2-dropdown{
    border-color: #e7e7e7;
    z-index: 2;
}
.select2-results__option{
    color: #3e3e45;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid #e7e7e7;
}
.select2-results__option:last-child{
    border-bottom: none;
}
.no-touchevents .select2-results__option:hover{
    background: #fff;
    color: #008dd4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #fff;
    color: #008dd4;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected="true"]{
    background: #008dd4;
    color: #fff;
}
.xdsoft_datetimepicker{
    width: 410px;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.206);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.206);
    border: 1px solid #e7e7e7;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    width: 326px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
    background: #008dd4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_label i{
    background: none;
    text-indent: 0;
    opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_today_button:before,
.xdsoft_datetimepicker .xdsoft_next:before,
.xdsoft_datetimepicker .xdsoft_prev:before,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:before,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:before,
.xdsoft_datetimepicker .xdsoft_label i:before{
    color: #008dd4;
    content: '\e80c';
}
.xdsoft_datetimepicker .xdsoft_next:before{
    content: '\e80d';
    font-size: 22px;
}
.xdsoft_datetimepicker .xdsoft_prev:before{
    content: '\e80b';
    font-size: 22px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{
    position: relative;
    top: -5px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:before{
    content: '\e80e';
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:before{
    content: '\e80f';
}
.xdsoft_datetimepicker .xdsoft_label i{
    position: relative;
    top: -1px;
    margin-left: 6px;
    margin-right: 0;
}
.xdsoft_datetimepicker .xdsoft_label i:before{
    content: '\e80f';
    font-size: 12px;
}
.xdsoft_datetimepicker .xdsoft_year{
    width: 55px;
}


/*Cookies popup*/
.cookies-popup{
    position: fixed;
    z-index: 100000;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 30px 0;
    background: #0E2F56;
}
.cookies-popup .container{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
}
.cookies-popup p{
    margin: 0;
    max-width: none;
}
.cookies-popup .btns-box{
    display: flex;
    align-items: center;
    margin: 0 0 -14px 50px;
}
.c-btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #385F97;
    text-decoration: none;
    margin: 0 10px 14px;
    padding: 7px 16px;
    min-width: 105px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
.c-btn.transparent{
    color: #fff;
    background: transparent;
}
.no-touchevents .c-btn:hover{
    opacity: .7;
}


footer{
    position: relative;
    z-index: 3;
}
footer .footer-nav{
    background-color: #0e2f56;
    padding: 72px 0 35px;
    position: relative;
    z-index: 2;
}
footer .footer-nav .nav-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
}
footer .footer-nav .nav-box .nav-item{
    padding: 0 10px;
    width: 25%;
}
footer .footer-nav .nav-box .nav-item:last-child{
    min-width: 280px;
    margin-bottom: 0;
}
footer .footer-nav .nav-box .nav-item p{
    color: #5c7291;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}
footer .footer-nav .nav-box .nav-item a{
    display: table;
    color: white;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
}
footer .footer-nav .nav-box .nav-item a.active{
    color: #008dd4;
}
.no-touchevents footer .footer-nav .nav-box .nav-item a.active:hover{
    opacity: .75;
}
footer .footer-nav .nav-box .nav-item a:last-child{
    margin-bottom: 0;
}
.no-touchevents footer .footer-nav .nav-box .nav-item a:hover{
    color: #008dd4;
    border-bottom: none;
}
footer .footer-nav .nav-box .nav-item .open-mail{
    margin-bottom: 27px;
}
footer .footer-nav .nav-box .nav-item .open-mail a{
    color: white;
    font-size: 20px;
    font-weight: 400;
}
.no-touchevents footer .footer-nav .nav-box .nav-item .open-mail a:hover span{
    border-bottom: none;
}
.no-touchevents footer .footer-nav .nav-box .nav-item .open-mail a:hover:before{
    background: transparent;
    color: #008dd4;
}
footer .footer-nav .nav-box .nav-item .open-mail a span{
    border-bottom: 1px dotted #576e89;
}
.ios footer .footer-nav .nav-box .nav-item .open-mail a span{
    border-width: 2px;
}
footer .footer-nav .nav-box .nav-item .open-mail a:before{
    width: 50px;
    height: 50px;
    background-color: #008dd4;
    border: 2px solid #008dd4;
    border-radius: 50%;
    line-height: 46px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-right: 20px;
    text-indent: 1px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
footer .footer-nav .nav-box .nav-item .open-mail a.active{
    color: #008dd4;
}
footer .footer-nav .nav-box .nav-item .open-mail a.active span{
    border-bottom: none;
}
footer .footer-nav .nav-box .nav-item .open-mail a.active:before{
    background: transparent;
    color: #008dd4;
}
footer .footer-nav .nav-box .nav-item .contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .footer-nav .nav-box .nav-item .contacts a{
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    border-bottom: 1px solid #3e5978;
}
footer .footer-nav .nav-box .nav-item .contacts a:first-child{
    border-right: 2px solid #008dd4;
    padding-right: 14px;
    margin-right: 14px;
}
footer .footer-nav .nav-box .nav-item .contacts a[href^="tel"]{
    border-bottom: none;
}
.no-touchevents footer .footer-nav .nav-box .nav-item .contacts a[href^="tel"]:hover{
    opacity: .75;
    color: #fff;
}
footer .footer-nav .nav-box .nav-item ul{
    margin-bottom: 24px;
}
footer .footer-nav .nav-box .nav-item ul li{
    margin-bottom: 6px;
}
footer .footer-nav .nav-box .nav-item ul li:last-child{
    margin-bottom: 0;
}
footer .footer-nav .nav-box .nav-item ul li a{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}
footer .footer-nav .nav-box .nav-item ul li.active a{
    color: #008dd4;
}
.no-touchevents footer .footer-nav .nav-box .nav-item ul li.active a:hover{
    opacity: .75;
}
footer .copyright{
    background-color: #0c2b4f;
    position: relative;
    z-index: 2;
    padding: 20px 0;
}
footer .copyright .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .copyright p{
    color: white;
    font-size: 13px;
    font-weight: 400;
}
footer .copyright .social{
    font-size: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer .copyright .social li{
    margin-right: 25px;
    display: inline-block;
}
footer .copyright .social li:last-child{
    margin-right: 0;
}
footer .copyright .social li a{
    color: #008dd4;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
}
.no-touchevents footer .copyright .social li a:hover{
    color: #fff;
}
footer .copyright .dev{
    font-family: 'Roboto Condensed', sans-serif;
    color: #2a5689;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .copyright .dev a{
    background: url("../i/dev.png") no-repeat 0 0;
    width: 72px;
    margin-top: 6px;
    height: 12px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.no-touchevents footer .copyright .dev a:hover{
    opacity: .75;
}
.contacts-form{
    background-color: #0c2b4f;
    padding: 75px 0 0;
    width: 100%;
    z-index: 9;
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow-y: auto;
    max-height: 100%;
    will-change: transform;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.contacts-form .status{
    color: #fff;
}
.contacts-form.visible{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.contacts-form .close-form{
    position: absolute;
    border: none;
    cursor: pointer;
    padding: 0;
    top: 0;
    left: 50%;
    height: 42px;
    margin-left: -42px;
    width: 84px;
    overflow: hidden;
    background: transparent;
}
.no-touchevents .contacts-form .close-form:hover:after{
    background: transparent;
}
.no-touchevents .contacts-form .close-form:hover:before{
    color: #008dd4;
}
.contacts-form .close-form:before{
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-size: 24px;
    top: -5px;
    left: 1px;
    z-index: 2;
    color: #fff;
}
.contacts-form .close-form:after{
    content: '';
    position: absolute;
    width: 84px;
    height: 84px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #008dd4;
    border: 2px solid #008dd4;
    left: 50%;
    bottom: 0;
    margin-left: -42px;
    border-radius: 50%;
}
.contacts-form form{
    max-width: 410px;
    margin: 0 auto 55px;
}
.contacts-form form h3{
    color: white;
    text-align: center;
    margin-bottom: 22px;
    font-size: 38px;
    font-weight: 300;
}
.contacts-form form label{
    color: #fff;
}
@media (min-width: 961px){
    header .inner{
        height: auto !important;
    }
    header .inner .lang .dropdown a.active{
        display: none;
    }
    header .inner nav > ul > li a:after{
        display: none;
    }
    .desktop header .inner nav > ul > li:hover ul,
    html:not(.desktop) header .inner nav > ul > li.nav-visible ul{
        visibility: visible;
        opacity: 1;
    }
    .desktop header .inner nav > ul > li:hover a,
    html:not(.desktop) header .inner nav > ul > li.nav-visible a{
        border-color: transparent;
    }
}
@media (max-width: 1150px){
    main .content figure{
        margin: 40px -20px 44px;
    }
    .gallery{
        margin: 50px -10px 14px;
    }
    .gallery .item{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .row.three-in-row{
        margin: 50px -15px 24px;
    }
    .videoWrapper{
        margin: 28px 0 40px;
        padding-bottom: 56.25%;
    }
    .slider .slide{
        padding: 0;
    }
    header .logo{
        margin-right: 100px;
    }
    .news .line{
        display: none;
    }
    .anchor-form{
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media (max-width: 1040px){
    header .address-box{
        margin: -2px 44px 0 0;
    }
    header .inner .shop-link{
        margin-right: 26px;
    }
}
@media (max-width: 1024px){
    header .logo{
        margin-right: 50px;
    }
}
@media (max-width: 960px){
    .slider .slide .img-wrap{
        opacity: 1;
        height: 350px;
    }
    .slider .slide .img-wrap:before{
        display: none;
    }
    html.menu-open{
        overflow: hidden;
    }
    .menu-open #wrapper:after{
        opacity: 1;
        visibility: visible;
    }
    header{
        padding: 20px 0 0;
    }
    .menu-open header .logo{
        opacity: .3;
    }
    header .logo{
        padding-top: 0;
    }
    .ios header .inner{
        height: auto !important;
        max-height: 100vh;
        background: #fff;
    }
    header .inner{
        position: absolute;
        z-index: 100;
        top: 0;
        right: -480px;
        width: 100%;
        max-width: 480px;
        height: 100vh;
        background: #fff;
        -webkit-transition: right .3s;
        transition: right .3s;
    }
    .menu-open header .inner{
        right: 0;
        -webkit-box-shadow: 0 16px 50px rgba(14, 47, 86, 0.15);
        box-shadow: 0 16px 50px rgba(14, 47, 86, 0.15);
    }
    header .inner .nav-box{
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        overflow-y: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    header .inner a,
    header .inner span{
        color: #080824;
    }
    header .inner .phone,
    header .inner .mail{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background-color: #008dd4;
        color: #fff;
        margin: 0 -20px;
        padding: 0 35px;
    }
    header .inner .phone a,
    header .inner .mail a{
        color: #fff;
    }
    header .inner .nav-box > :first-child{
        margin-left: 0;
    }
    header .inner .mail{
        padding: 7px 35px 33px;
    }
    header .inner .phone{
        padding: 27px 35px 7px;
        margin-top: auto;
    }
    header .inner .shop-link{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 28px;
    }
    header .inner .lang{
        padding-right: 0;
    }
    header .inner .lang:before{
        display: none;
    }
    header .inner .lang{
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    header .inner .lang span{
        display: none;
    }
    header .inner .lang .dropdown{
        width: auto;
        margin: 0 -20px;
        left: auto;
        position: relative;
        top: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    header .inner .lang .dropdown:before{
        display: none;
    }
    header .inner .lang .dropdown a:last-child{
        border-right: none;
    }
    header .inner .lang .dropdown a{
        display: inline-block;
        border-bottom: none;
        width: 33.3333%;
        padding: 14px 0;
        border-right: 1px solid #ededef;
    }
    header .inner nav{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 15px;
        margin-bottom: 38px;
    }
    header .inner nav > ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    header .inner nav > ul > li.active > a{
        border-bottom: none;
        color: #008dd4;
    }
    header .inner nav > ul > li a{
        display: inline-block;
        padding: 10px 0;
    }
    header .inner nav > ul > li a{
        color: #080824;
        font-size: 21px;
    }
    header .inner nav > ul > li ul{
        visibility: visible;
        opacity: 1;
        padding-top: 3px;
        display: none;
        position: relative;
        padding-left: 13px;
        width: auto;
        margin-bottom: 15px;
        top: auto;
        left: auto;
        margin-left: 0;
    }
    header .inner nav > ul > li ul:before{
        display: none;
    }
    header .inner nav > ul > li ul li{
        text-align: left;
        border-bottom: none;
    }
    .no-touchevents header .inner nav > ul > li ul li a:hover{
        color: #008dd4;
    }
    header .inner nav > ul > li ul li a{
        color: #080824;
        font-size: 16px;
        padding: 6px 0;
    }
    header .inner nav > ul > li ul li a:after{
        display: none;
    }
    header .inner nav > ul > li ul li.active{
        background: transparent;
    }
    header .inner nav > ul > li ul li.active a{
        color: #008dd4;
    }
    .no-touchevents header .inner nav > ul > li ul li.active a:hover{
        color: #008dd4;
    }
    header .inner nav > ul > li.nav-visible > a,
    header .inner nav > ul > li.nav-mob-visible > a{
        color: #aeadb3;
    }
    header .inner nav > ul > li.nav-visible a:after,
    header .inner nav > ul > li.nav-mob-visible a:after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    header .inner nav > ul > li.nav-visible ul,
    header .inner nav > ul > li.nav-mob-visible ul{
        display: block;
    }
    header .address-box{
        position: absolute;
        top: 30px;
        right: 100px;
        margin: 0;
    }
    .js-open-address{
        display: block;
        width: 32px;
        height: 32px;
        border: none;
    }
    .js-open-address span{
        display: none;
    }
    .js-open-address:before{
        content: '\e816';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 22px;
        line-height: 32px;
    }
    .opened .js-open-address:before, .no-touchevents .js-open-address:hover:before{
        color: rgba(255, 255, 255, .3);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    .js-open-address:after{
        top: 10px;
        right: -11px;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, .2);
        border-radius: 111%;
    }
    .touchevents .js-open-address:after{
        top: 10px;
    }
    header .address-box .dropdown{
        left: auto;
        right: -85px;
        top: 47px;
    }
    header .address-box .dropdown:before{
        left: auto;
        right: 75px;
        top: -4px;
        margin: 0;
    }
    #menu-toggle-wrapper{
        display: inline-block;
        z-index: 101;
    }
    .features-block .container .col .features{
        padding: 35px 35px 28px 75px;
    }
    .features-block .container .col h3 img{
        left: -15px;
    }
    .news .box{
        margin: 0 -10px;
    }
    .news .box h3{
        font-size: 18px;
    }
    .news .box .news-block{
        padding: 0 10px;
    }
    .category .box{
        margin: 0 -15px;
    }
    .category .box .category-block{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .category .box .category-block .img-wrap .link{
        bottom: -6px;
        left: -10px;
        padding-right: 60px;
    }
    .category .box .category-block .img-wrap .link:before{
        line-height: 38px;
        width: 46px;
    }
    .category .box .category-block .img-wrap .link span{
        font-size: 20px;
        padding: 10px 30px;
    }
    .services .box .col.col-img:before{
        display: none;
    }
    .sticky{
        position: fixed;
        bottom: 0;
        left: 0;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 20px;
        text-align: center;
        height: auto;
    }
    .anchor-form{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        right: auto;
        top: auto;
        position: relative;
    }
    .anchor-form:before{
        display: none;
    }
    .anchor-form span{
        background: none;
    }
    .anchor-form img{
        top: 2px;
    }
    #map-box{
        height: 300px;
    }
    footer .footer-nav{
        padding: 22px 0 20px;
    }
    footer .footer-nav .nav-box .nav-item{
        display: none;
    }
    footer .footer-nav .nav-box .nav-item:last-child{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .footer-nav .nav-box .nav-item .open-mail{
        margin-bottom: 0;
    }
    footer .footer-nav .nav-box .nav-item .contacts{
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 960px) and (max-width: 960px){
    header .inner .phone a,
    header .inner .mail a{
        font-size: 18px;
    }
}
@media (max-width: 860px){
    main p.important:before{
        left: -20px;
    }
    main .content blockquote .text{
        padding: 0 45px;
    }
    .download{
        padding-left: 30px;
    }
    .features-block .container .box:before{
        display: none;
    }
    .features-block .container .box{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .features-block .container .col{
        width: 100%;
    }
    .shops-list .col .shop .descr{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shops-list .col .shop .descr .descr-col{
        width: 100%;
        margin-bottom: 15px;
    }
    .shops-list .col .shop .descr .descr-col:last-child{
        margin-bottom: 0;
    }
    .shops-list .col .shop .descr .descr-col.alone p{
        width: 100%;
    }
    footer .footer-nav .nav-box{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .footer-nav .nav-box .nav-item{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .row .row-item img{
        width: auto;
        display: block;
    }
    .row.three-in-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row.three-in-row .row-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-inner .top-screen .text{
        margin-top: 35px;
    }
    .top-screen .text h2{
        width: 100%;
        font-size: 36px;
    }
    .top-screen .text .play-btn{
        display: table;
        margin: 30px auto 0;
    }
    .features-block{
        padding: 40px 0;
    }
    .news .box h3{
        font-size: 16px;
    }
    .category .box .category-block .img-wrap .link span{
        padding: 10px 20px;
        font-size: 16px;
    }

    /*Cookies popup*/
    .cookies-popup{
        padding: 20px 0;
    }
    .cookies-popup .container{
        display: block;
        text-align: center;
    }
    .cookies-popup .btns-box{
        justify-content: center;
        margin: 20px -10px -14px;
    }
    .cookies-popup .btn{
        margin: 0 10px 14px;
    }
}
@media (max-width: 640px){
    main p{
        font-size: 15px;
    }
    main p.important{
        font-size: 18px;
    }
    main .content{
        padding: 40px 20px 1px;
    }
    .check-page main .content:last-child{
        padding-bottom: 80px;
    }
    main .content:last-child{
        padding: 40px 20px 80px;
    }
    main .content h2{
        font-size: 28px;
        margin: 30px 0 15px;
    }
    main .content h3, main .content .h3{
        font-size: 24px;
        margin: 25px 0 17px;
    }
    main .content h4{
        font-size: 20px;
        margin: 30px 0 17px;
    }
    main .content h5{
        font-size: 18px;
        margin: 30px 0 17px;
    }
    main .content h6{
        font-size: 17px;
        margin: 25px 0 17px;
    }
    main .content .left-line:before{
        top: 10px;
    }
    main .content ol > li{
        font-size: 15px;
    }
    main .content ol > li:before{
        font-size: 15px;
    }
    main .content ul li{
        font-size: 15px;
    }
    main .content blockquote{
        height: auto;
    }
    main .content blockquote p{
        font-size: 22px;
    }
    main .content blockquote p:before,
    main .content blockquote p:after{
        font-size: 60px;
    }
    main .content blockquote p:before{
        left: -35px;
        top: -4px;
    }
    main .content blockquote p:after{
        right: -35px;
        margin-top: -2px;
    }
    .gallery .item{
        width: 50%;
    }
    .row.two-in-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row.two-in-row .row-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .row.two-in-row .row-item:last-child{
        margin-bottom: 0;
    }
    .img-title{
        height: auto;
        padding: 70px 0 20px;
    }
    .img-title h3:before{
        margin-bottom: 10px;
        width: 25px;
    }
    .slider{
        margin: 35px 0;
    }
    .download a{
        font-size: 15px;
    }
    .content-form{
        margin: 55px 0 0;
    }
    span.left,
    span.right{
        display: block;
    }
    span.left img:last-child,
    span.right img:last-child{
        margin: 0 auto;
    }
    .top-screen{
        height: 350px;
    }
    .top-screen .scroll-next{
        bottom: 20px;
    }
    .top-screen .text h1{
        font-size: 36px;
    }
    .news{
        margin-bottom: 60px;
    }
    .news.news-list{
        margin-bottom: 0;
    }
    .news.news-list .box{
        margin-bottom: 30px;
    }
    .news.news-list .box:last-child{
        margin-bottom: 0;
    }
    .news h2{
        margin-bottom: 30px;
        font-size: 32px;
    }
    .news .box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news .box .news-block{
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .news .box .news-block:last-child{
        margin-bottom: 0;
    }
    .category .box .category-block{
        width: 100%;
        max-width: 525px;
        padding: 0;
    }
    .services{
        padding: 60px 0 100px;
        overflow: hidden;
    }
    .services:after{
        height: 100%;
    }
    .services .box{
        bottom: 0;
    }
    .services .box h2{
        margin-bottom: 30px;
        font-size: 32px;
        padding-left: 40px;
    }
    .services .box .col{
        width: 100%;
    }
    .services .box .col.col-img{
        display: none;
    }
    .services .box ul:before{
        top: -30px;
    }
    .services .box ul li .img-wrap{
        margin-right: 15px;
    }
    .services .box ul li a{
        font-size: 18px;
        max-width: -webkit-calc(100% - 75px);
        max-width: calc(100% - 75px);
    }
    .shops-list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shops-list .col{
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }
    .shops-list .col .shop .descr{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .shops-list .col .shop .descr .descr-col{
        width: 50%;
        margin-bottom: 0;
    }
    .shops-list .col .shop .descr .descr-col.alone p{
        width: 50%;
    }
    .error-page .top-screen{
        height: auto;
    }
    .error-page .top-screen h1{
        font-size: 160px;
    }
    .error-page .top-screen .btn{
        margin: 30px 0 0;
    }
    form .status{
        font-size: 17px;
    }
    form .status p{
        font-size: 17px;
    }
    footer .footer-nav .nav-box .nav-item:last-child{
        text-align: left;
    }
    footer .footer-nav .nav-box .nav-item{
        width: 100%;
        text-align: center;
    }
    footer .footer-nav .nav-box .nav-item a{
        margin: 0 auto 25px;
    }
    footer .footer-nav .nav-box .nav-item .open-mail a{
        margin: 0;
    }
    footer .footer-nav .nav-box .nav-item .contacts{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .footer-nav .nav-box .nav-item .contacts a{
        margin: 0;
    }
    footer .copyright .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .copyright .social{
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 20px 0;
    }
}
@media (max-width: 540px){
    header .address-box{
        top: 19px;
        right: 79px;
    }
    header .address-box .dropdown{
        right: -64px;
        top: 48px;
    }
    header .address-box .dropdown:before{
        right: 54px;
    }
    main .content ul.check-bullet{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    main .content ul.check-bullet li{
        width: 100%;
    }
    .slider .slide .img-wrap{
        height: 280px;
    }
    img.left,
    span.left{
        float: none;
        margin: 0 0 30px;
        max-width: 100%;
    }
    img.right,
    span.right{
        float: none;
        margin: 0 0 30px;
        max-width: 100%;
    }
    span.left img,
    span.right img{
        margin: 0 auto;
    }
    .hide-desktop{
        display: inline-block;
    }
    .hide-mob{
        display: none;
    }
    header .logo{
        max-width: 165px;
    }
    header .logo img{
        width: 165px;
    }
    header .inner .shop-link{
        margin-top: 20px;
    }
    .top-screen{
        height: auto;
        padding: 50px 0;
    }
    .index-page .top-screen{
        background: #000;
    }
    .index-page .top-screen .text{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .index-page .top-screen .bg{
        background-image: url("../i/index-img-mob.jpg") !important;
        opacity: .5;
    }
    .top-screen .text h2{
        padding-left: 20px;
        text-align: center;
        border-left: none;
        padding-left: 0;
        font-size: 37px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .top-screen .text .play-btn{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        margin-top: -50px;
    }
    .top-screen .bg #video{
        display: none;
    }
    .features-block .container .col .features{
        margin-bottom: 20px;
        padding: 25px 15px;
    }
    .features-block .container .col h3{
        font-size: 20px;
    }
    .features-block .container .col h3 img{
        display: none;
    }
    .field-wrap.date .icon-clock{
        top: 31px;
        right: 15px;
    }
    .field-wrap.date .icon-clock:before{
        font-size: 20px;
    }
    .field-wrap input,
    .field-wrap textarea{
        height: 40px;
        padding: 0 10px;
    }
    .field-wrap textarea{
        height: 120px;
        padding: 10px;
    }
    .field-wrap.error .error-message{
        padding: 0 10px;
    }
    .select2-container--default .select2-selection--single{
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 38px;
        padding: 0 30px 0 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 38px;
        width: 30px;
    }
    .select2-results__option{
        padding: 11px 10px;
    }
    footer .footer-nav{
        padding: 32px 0 35px;
    }
    footer .footer-nav .nav-box .nav-item:last-child{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-nav .nav-box .nav-item .open-mail{
        margin-bottom: 30px;
        text-align: center;
    }
    footer .footer-nav .nav-box .nav-item .open-mail a{
        margin: 0 auto;
        min-height: 50px;
        padding-top: 13px;
        position: relative;
    }
    footer .footer-nav .nav-box .nav-item .open-mail a:before{
        position: absolute;
        left: -70px;
        top: 0;
    }
    .contacts-form form h3{
        font-size: 24px;
    }
}
@media (max-width: 510px){
    header .address-box{
        top: 19px;
        right: 79px;
    }
    header .address-box .dropdown{
        right: 50vw;
        width: calc(100vw - 16px);
        top: 48px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        margin: 0 -87px 0 0;
        padding: 0;
        min-width: 320px;
    }
    .touchevents header .address-box .dropdown{
        width: 100vw;
        margin: 0 -79px 0 0;
    }
    header .address-box .dropdown li{
        display: block;
        text-align: center;
        padding: 11px 12px 10px;
    }
    header .address-box .dropdown li p{
        width: 100%;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 0 2px 0;
    }
    header .address-box .dropdown:before{
        right: 69px;
    }
}
@media (max-width: 480px){
    .inline-radios{
        margin: 7px -32px -10px 0;
    }
    .inline-radios.centered{
        margin: 35px -16px 32px;
    }
    .inline-radios .radio-item{
        margin: 0 32px 10px 0;
    }
    .inline-radios.centered .radio-item{
        margin: 0 16px 10px;
    }



    main .content blockquote p{
        font-size: 20px;
    }
    main .content blockquote p:before,
    main .content blockquote p:after{
        font-size: 50px;
    }
    .videoWrapper{
        margin: 28px -20px 40px;
        padding-bottom: -webkit-calc(56.25% + 20px);
        padding-bottom: calc(56.25% + 20px);
    }
    span.left,
    span.right{
        margin: 0 -20px 20px;
        max-width: none;
    }
    span.left img,
    span.right img{
        width: 100%;
    }
    span.center{
        margin: 11px -22px 8px;
        padding: 0;
        border: none;
    }
    .features-block .container .box{
        margin: 0 -20px;
    }
    .features-block .container .col{
        padding: 0;
    }
    .category .box{
        margin: 0 -20px;
    }
    .category .box .category-block .img-wrap .link{
        left: 0;
    }
    .shops-list{
        margin: 0 -20px;
    }
    .shops-list .col{
        padding: 0;
    }
    .shops-list .col .shop .descr{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 10px 30px;
    }
    .shops-list .col .shop .descr .descr-col{
        width: 100%;
        margin-bottom: 15px;
    }
    .shops-list .col .shop .descr .descr-col:last-child{
        margin-bottom: 0;
    }
    .shops-list .col .shop .descr .descr-col.alone p{
        width: 100%;
    }
    .content-controls{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 40px 0 0;
    }
    .content-controls .social-likes{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .xdsoft_datetimepicker{
        width: auto;
        left: 0 !important;
        right: 0 !important;
    }
    .xdsoft_datetimepicker .xdsoft_datepicker{
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }
}
@media (max-width: 420px){
    /*Cookies popup*/
    .cookies-popup .btns-box{
        flex-wrap: wrap;
        margin: 20px -10px -14px;
    }
    .cookies-popup .c-btn{
        padding: 8px 20px;
        width: 100%;
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 360px){
    header .logo{
        max-width: 156px;
    }
    header .logo img{
        max-width: 100%;
    }
}
@media (max-width: 360px){
    .gallery{
        margin: 50px -25px 14px;
    }
    .gallery .item{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .news .box .img-wrap{
        margin: 0 -20px 12px;
    }
    .news .box .img-wrap img{
        width: 100%;
    }
    .error-page .top-screen .btn{
        width: 100%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
    @font-face{
        font-family: 'fontello';
        src: url("../fonts/fontello.svg?78108550#fontello") format("svg");
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
    footer .copyright .dev a{
        background: url("../i/dev-x2.png") no-repeat 0 0/72px 12px;
    }
}