@charset "UTF-8";

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header,
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* roboto-regular - latin_cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-regular.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin_cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin_cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-500.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-700.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin_cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(""), url("../fonts/roboto-v27-latin_cyrillic-700italic.woff2") format("woff2"), url("../fonts/roboto-v27-latin_cyrillic-700italic.woff") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #f5fafc;
    line-height: 1.4;
    font-size: 16px;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 3 */
    color: #222;
}
/*
 * Removes default margin.
 */

body {
    margin: 0;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a {
    color: #0489cc;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    -moz-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
    text-decoration-skip-ink: none;
}
a:hover {
    color: #009ceb;
    text-decoration: underline;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #D05;
    white-space: nowrap;
}
ins {
    background: #ffa;
    color: #222;
    text-decoration: none;
}
mark {
    background: #ffa;
    color: #222;
}
q {
    font-style: italic;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote,
figure {
    margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: none;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
    margin-top: 25px;
}
/*
 * Sizes
 */

h1,
.h1 {
    font-size: 26px;
}
h2,
.h2 {
    font-size: 26px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
ul,
ol {
    padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #ddd;
}
address {
    font-style: normal;
}
blockquote {
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}
pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #222;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}
::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
progress {
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
}
[hidden],
template {
    display: none;
}
iframe {
    border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    color: #aaa;
    padding: 0px 10px 7px;
}
table td {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table.not-bordered td {
    border: none;
}
[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
    color: #646464;
    font-size: 15px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
}
textarea {
    padding: 10px 15px;
    width: 100%;
    height: 100px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #444;
    opacity: 1;
}
::-moz-placeholder {
    color: #444;
    opacity: 1;
}
:-moz-placeholder {
    color: #444;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #444;
    opacity: 1;
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #C3CEDE;
    padding: 0 15px;
    height: 36px;
    color: #646464;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
button:active,
button:focus,
input:active,
input:focus {
    outline: none;
}
:focus {
    outline: none;
    box-shadow: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}
.videoadapt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.videoadapt > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoadapt-wrap {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.videoadapt-wrap + p,
.videoadapt-wrap + div,
.videoadapt-wrap + span,
.videoadapt-wrap + ul,
.videoadapt-wrap + figure,
.videoadapt-wrap + ol {
    margin-top: 25px;
}
* + .videoadapt-wrap {
    margin-top: 25px;
}
.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 58px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 25px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: none;
    border: 3px solid transparent;
    border-radius: 8px;
    line-height: 1;
}
.btn:hover {
    text-decoration: none;
}
.btn_blue_empty {
    color: #0489cc;
    border-color: #0489cc;
    background-color: transparent;
}
.btn_blue_empty:hover {
    border-color: #0489cc;
    background-color: #0489cc;
    color: #fff;
}
.btn_blue {
    color: #fff;
    border-color: #0489cc;
    background-color: #0489cc;
}
.btn_blue:hover {
    border-color: #009ceb;
    background-color: #009ceb;
    color: #fff;
}
.btn_yellow {
    color: #000;
    border-color: #ffcc00;
    background-color: #ffcc00;
}
.btn_yellow:hover {
    border-color: #FF0000;
    background-color: #FF0000;
    color: #fff;
}
.w-100 {
    width: 100%;
}
.custom-chekbox {
    position: relative;
    padding-left: 35px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.custom-chekbox input {
    position: absolute;
    left: 6px;
    z-index: -1;
}
.custom-chekbox input ~ span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: #E8EBF1;
    border-radius: 5px;
}
.custom-chekbox input ~ span:after {
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5.5px;
    top: 4px;
    font-size: 10px;
    color: #fff;
    opacity: 0;
}
.custom-chekbox input:checked ~ span:before {
    background: #0489cc;
}
.custom-chekbox input:checked ~ span:after {
    opacity: 1;
}
.custom-chekbox input:disabled ~ span {
    color: #D0D1D2;
    cursor: not-allowed;
}
.custom-chekbox input:disabled ~ span:before {
    background: #F8F9FB;
}
.custom-chekbox input:disabled ~ span:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.custom-radio {
    position: relative;
    padding-left: 35px;
    display: inline-block;
    font-size: 14px;
}
.custom-radio input {
    position: absolute;
    left: 6px;
    z-index: -1;
}
.custom-radio input ~ span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: #E8EBF1;
    border-radius: 50%;
}
.custom-radio input ~ span:after {
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 10px;
    color: #fff;
    opacity: 0;
}
.custom-radio input:checked ~ span:before {
    background: #0489cc;
}
.custom-radio input:checked ~ span:after {
    opacity: 1;
}
.text-center {
    text-align: center !important;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -30px;
}
.row > * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    word-wrap: normal;
}
.col-1 {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
}
.col-2 {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
}
.col-3 {
    width: -webkit-calc(33.3333% - 20px);
    width: -moz-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
}
.col-4 {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
}
.col-5 {
    width: -webkit-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: calc(20% - 20px);
}
.col-6 {
    width: -webkit-calc(166.6666% - 20px);
    width: -moz-calc(166.6666% - 20px);
    width: calc(166.6666% - 20px);
}
/* Здесь переменные и миксины */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.header-top {
    padding: 20px 0;
}
.header-top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top-row > * {
    margin-left: 20px;
}
.logo {
    text-decoration: none;
    color: #222222;
    display: block;
}
.logo:hover {
    text-decoration: none;
}
.slogan {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}
.header-phone {
    white-space: nowrap;
}
.header-phone i {
    display: none;
}
.header-phone a {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
}
.header-schedule {
    font-size: 18px;
}
.sity-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
}
.sity-select i {
    display: none;
}
/*.sity-select:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #222222 transparent transparent transparent;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}*/
.sity-select:hover {
    text-decoration: none;
}
.sity-select:hover:after {
    border-color: #0489cc transparent transparent transparent;
}
.mob-menu-button {
    display: none;
}
.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu > li:hover > a {
    background: #009ceb;
    text-decoration: none;
}
.main-menu > li > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 57px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 3px 14px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header-bottom {
    background: #0489cc;
}
.header-bottom.uk-active {
    box-shadow: 0 0 40px rgba(7, 11, 53, 0.12);
}
.offcanvas-social-icons ul {
    padding: 0;
    margin: 10px 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.offcanvas-social-icons ul li {
    margin: 0 0 0 15px;
}
.offcanvas-social-icons a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-right: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.offcanvas-social-icons a:hover {
    text-decoration: none;
    color: #fff;
}
.ytb {
    background: #E62117;
    color: #fff;
}
.whats {
    background: #65BC54;
    color: #fff;
}
.main-banner {
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 90px;
    position: relative;
    overflow: hidden;
}
.banner_image_inner {
    position: absolute;
    z-index: -1;
    max-width: 1440px;
    margin: 0 auto;
    top: -156px;
    right: -160px;
}
.banner_wrapper {
    position: relative;
}
.banner_inner {
    max-width: 680px;
}
.banner_title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 70px;
}
.banner_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
}
.banner_content > * {
    margin-left: 40px;
}
.label {
    font-weight: 500;
}
.banner-phone {
    font-size: 30px;
    letter-spacing: -0.3px;
    font-weight: 700;
}
.banner-phone a:hover {
    text-decoration: none;
}
.section {
    box-shadow: 0 0 40px rgba(7, 11, 53, 0.12);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 60px 25px;
}
.section + .section {
    margin-top: 20px;
}
.section-small-padding {
    padding: 25px;
}
.advantages_list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantage_icon {
    width: 50px;
    height: 50px;
}
.advantage_title {
    padding: 0 0 0 15px;
    max-width: 193px;
}
.advantages-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.section-advantage {
    margin-top: -87px;
}
.section_title {
    text-align: center;
    color: #334552;
    font-weight: 700;
    margin: 0 0 35px;
}
.arrows-slider-wrapper {
    padding-left: 50px;
    padding-right: 50px;
}
.slick-arrow-2 {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.slick-arrow-2:hover {
    color: #009ceb;
}
.carousel-btn-svg-left {
    left: -50px;
}
.carousel-btn-svg-right {
    right: -50px;
}
.slide_item {
    padding: 0 5px;
}
.video_link {
    position: relative;
    display: block;
}
.video_link:hover .iframe-play {
    font-size: 76px;
}
.iframe-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 68px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.iframe-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: #fff;
}
.iframe-play i {
    position: relative;
    z-index: 1;
}

.container.app{
	min-height: 80vh;	
}
@media screen and (min-width: 992px) {
    .offcanvas-title,
    .visible-in-offcanvas {
        display: none !important;
    }
}
@media screen and (max-width: 1240px) {
    .row {
        margin-bottom: -20px;
    }
    .row > * {
        margin-bottom: 20px;
    }
    .col-1 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-2 {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .col-3 {
        width: -webkit-calc(33.3333% - 20px);
        width: -moz-calc(33.3333% - 20px);
        width: calc(33.3333% - 20px);
    }
    .col-4 {
        width: -webkit-calc(25% - 20px);
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
    }
    .col-5 {
        width: -webkit-calc(20% - 20px);
        width: -moz-calc(20% - 20px);
        width: calc(20% - 20px);
    }
    .col-6 {
        width: -webkit-calc(166.6666% - 20px);
        width: -moz-calc(166.6666% - 20px);
        width: calc(166.6666% - 20px);
    }
    .main-banner {
        min-height: 540px;
    }
    .banner_image_inner {
        top: -96px;
    }
    .banner_title {
        font-size: 40px;
        margin: 0 0 30px;
        max-width: 580px;
    }
    .banner_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact_info {
        width: 100%;
        padding: 15px 0 0;
    }
    .section {
        padding: 40px 25px;
    }
}
@media screen and (max-width: 1024px) {
    .logo {
        max-width: 246px;
    }
    .slogan {
        font-size: 12px;
    }
    .header-phone a {
        font-size: 20px;
    }
    .sity-select {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 14px;
    }
    .col-5 {
        width: -webkit-calc(33.3333% - 20px);
        width: -moz-calc(33.3333% - 20px);
        width: calc(33.3333% - 20px);
    }
    .col-6 {
        width: -webkit-calc(33.3333% - 20px);
        width: -moz-calc(33.3333% - 20px);
        width: calc(33.3333% - 20px);
    }
    .header-top {
        background: #fff;
    }
    .header-phone i {
        display: block;
    }
    .header-phone span {
        display: none;
    }
    .header-phone a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 8px;
        background: #0489cc;
        color: #fff;
    }
    .header-schedule,
    .sity-street {
        display: none;
    }
    .sity-select {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        border-radius: 8px;
        background: #0489cc;
        color: #fff;
		display: none;
    }
    .sity-select:after {
        display: none;
    }
    .sity-select i {
        display: block;
    }
    .sity-select span {
        display: none;
    }
    .mob-menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 50px;
        width: 50px;
        background: #0489cc;
        padding: 10px;
        border-radius: 8px;
    }
    .mob-menu-button span {
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        background: #fff;
    }
    .mob-menu-button span + span {
        margin-top: 5px;
    }
    .header-btn a {
        min-height: 50px;
    }
    .header-top.uk-active {
        box-shadow: 0 0 40px rgba(7, 11, 53, 0.32);
        padding: 10px 0;
    }
    .header-top.uk-active .slogan {
        display: none;
    }
    .logo img {
        max-width: 200px;
    }
    .main-menu {
        display: block;
    }
    .main-menu > li > a {
        color: #222222;
        min-height: 1px;
        padding: 10px 15px;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #F2F2F2;
    }
    .offcanvas-phone {
        border-bottom: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
        margin-top: -1px;
        position: relative;
    }
    .offcanvas-phone a {
        background: #fbfbfb;
        padding: 10px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        color: #222222;
        text-decoration: none !important;
    }
    .offcanvas-phone a i {
        margin-right: 10px;
        font-size: 18px;
    }
    .offcanvas-select-sity {
        position: relative;
		color: #222222;
		min-height: 1px;
		padding: 10px 15px;
		font-size: 15px;
		font-weight: 700;
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid #F2F2F2;
    }
    /*.offcanvas-select-sity:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 0 2.5px 3px;
        border-color: transparent transparent transparent #222222;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -1.5px;
    }*/
    .offcanvas-address {
        background: #fbfbfb;
        padding: 10px 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #c5c5c5;
        border-top: 1px solid #c5c5c5;
        margin-top: -1px;
        position: relative;
    }
    .offcanvas-address i {
        margin-right: 10px;
        font-size: 18px;
        position: relative;
        top: 1px;
    }
    .logo-wrap {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .main-banner {
        min-height: 440px;
    }
    .banner_image_inner {
        top: -52px;
    }
    .section {
        padding: 30px 15px;
    }
    .section-small-padding {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    .btn {
        min-height: 44px;
        padding: 4px 20px;
    }
    .col-2 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-3 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-4 {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .col-5 {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .col-6 {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .col-medium-2 {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .col-medium-hidden {
        display: none !important;
    }
    .header-btn {
        display: none;
    }
    .main-banner {
        min-height: 1px;
        padding: 0 0 20px;
        text-align: center;
    }
    .banner_image_inner {
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
    }
    .banner_image_inner img {
        width: 400px;
    }
    .banner_title {
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner_content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .advantage {
        width: 100%;
    }
    .advantage_title {
        max-width: none;
    }
    .advantage_title br {
        display: none;
    }
    .advantages-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-advantage {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .section_title {
        margin-bottom: 20px;
    }
    .arrows-slider-wrapper {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media screen and (max-width: 640px) {
    .banner_title {
        font-size: 30px;
    }
}
@media screen and (max-width: 479px) {
	
	.header-sity {
		display: none;
	}
	
    .col-4 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-5 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-medium-2 {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .col-small-hidden {
        display: none !important;
    }
    .header-top-row {
        margin-left: -10px;
    }
    .header-top-row > * {
        margin-left: 10px;
    }
    .logo img {
        max-width: 156px;
    }
    .slogan {
        display: none;
    }
    .header-phone a,
    .sity-select,
    .mob-menu-button {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    .banner_title {
        font-size: 25px;
    }
}
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width;
    }
}
@media screen and (max-width: 374px) {
    .logo img {
        max-width: 140px;
    }
}