@font-face {
    font-family: "Gilroy";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Gilroy-Light.eot?") format("eot"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy") format("svg");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/Gilroy-ExtraBold.eot?") format("eot"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.svg#Gilroy") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    line-height: 1;
}

.s-01 {
    background: url("../img/s01_bg.jpg") center 0 no-repeat;
    background-size: cover;
    margin-top: 65px;
    padding-top: 10px;
    padding-bottom: 170px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
    outline: none;
}

button {
    padding: 0;
    border: none;
    background: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.s-01__header>div:not(.uk-container) {
    display: flex;
}

.header__top {
    background: transparent url("../img/header_bg.png") center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 3px 25px 0px #feab06;
    box-shadow: 0px 3px 25px 0px #feab06;
}

.header__top .uk-navbar-nav>li>a,
.header__top .uk-navbar-nav>li:hover>a,
.header__top .uk-navbar-nav>li>a.uk-open,
.header__top .uk-navbar-nav>li>a:focus {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    padding: 0;
    height: 65px;
}

.header__top .uk-navbar-nav>li:hover>a {
    text-decoration: none;
}

.header_2 .s-01__header {
    background-color: #f5f7fa;
    padding: 20px 0 25px;
}

.header_2 .s-01__header .social_links {
    margin-top: 35px;
    margin-bottom: 25px;
}

.header_2 .s-01__header .callback {
    margin-top: 35px;
}

.flexblock__vcenter,
.flexinline__vcenter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.flexblock__vcenter {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flexinline__vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.flexinline__center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffcb27;
    /* background: transparent url("../img/header_bg.png") center no-repeat; */
    background-size: cover;
    background: linear-gradient(to bottom, #ffcb27, #ff8815 130%);
    -webkit-box-shadow: 0px 3px 25px 0px #feab06;
    box-shadow: 0px 3px 25px 0px #feab06;
}

.header .uk-navbar-nav>li>a,
.header .uk-navbar-nav>li:hover>a,
.header .uk-navbar-nav>li>a.uk-open,
.header .uk-navbar-nav>li>a:focus {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    padding: 0;
    height: 65px;
}

.header .uk-navbar-nav>li:hover>a {
    text-decoration: none;
}

.uk-h1,
.uk-h2,
.uk-h3 {
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #1c1d1f;
    text-transform: uppercase;
}

.uk-h1,
.uk-h2 {
    font-size: 42px;
    font-size: 2.625rem;
    text-align: center;
}

.el_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.el_video:after {
    /* content: ''; */
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url('../img/thanks_play-btn.png') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    margin-left: -60px;
    margin-top: -60px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.el_video:hover:after {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-box-shadow: 0px 8px 30px 6px #feab06;
    box-shadow: 0px 8px 30px 6px #feab06;
}

.el_video .el_video-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.el_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.el_video.el_video-player .el_video-img {
    display: none;
}

.el_video.el_video-player:after {
    display: none;
}

.el_btn {
    display: inline-block;
    height: 65px;
    width: 100%;
    max-width: 370px;
    padding: 0;
    font-family: 'Gilroy';
    text-align: center;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fec706;
    text-transform: none;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
    background: #fec006;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fec006), color-stop(100%, #fe8a06));
    background: -webkit-linear-gradient(top, #fec006 0%, #fe8a06 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fec006), to(#fe8a06));
    background: linear-gradient(to bottom, #fec006 0%, #fe8a06 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fec006', endColorstr='#fe8a06', GradientType=0);
    position: relative;
    -webkit-box-shadow: 0px 4px 0px 0px #f98706;
    box-shadow: 0px 4px 0px 0px #f98706;
}

.el_btn:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -5px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.el_btn:hover:before {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-box-shadow: 0px 8px 30px 6px #feab06;
    box-shadow: 0px 8px 30px 6px #feab06;
}

.el_btn:hover {
    color: #fff;
}

a.el_btn {
    line-height: 65px;
}

#menu_mobile .uk-navbar-nav>li>a,
#menu_mobile .uk-navbar-nav>li:hover>a,
#menu_mobile .uk-navbar-nav>li>a.uk-open,
#menu_mobile .uk-navbar-nav>li>a:focus {
    color: #222;
    text-decoration: underline;
    height: 40px;
    font-weight: 500;
}

#menu_mobile .uk-navbar-nav>li:hover>a {
    text-decoration: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

#menu_mobile .uk-modal-dialog {
    height: 100%;
}

#menu_mobile .callback {
    margin-top: 25px;
}

#menu_mobile .callback__phone {
    color: #444;
    margin-bottom: 10px;
}

.callback__box-1 p {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
}

.callback__box-1 {
    display: inline-block;
}

.callback__box-2 {
    display: inline-block;
    padding-left: 14px;
    margin-left: 8px;
    margin-top: 4px;
    border-left: solid #feb506 2px;
    height: 58px;
    vertical-align: top;
}

.callback__box-2 img {
    margin-top: 20px;
}

.callback__phone,
.callback__phone:hover {
    display: block;
    text-decoration: none;
    font-weight: 800;
    font-size: 25px !important;
    color: #1c1d1f;
}

.callback__email,
.callback__email:hover {
    display: block;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    color: #1c1d1f;
}

.callback__window {
    display: block;
    text-decoration: underline;
    color: #e20178 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    font-size: 1rem !important;
}

.callback__window:hover {
    color: #e20178;
}

.slider-review__wrp {
    margin: 30px 85px 0;
}

.slider-review__wrp .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 0px 0px #f98706;
    box-shadow: 0px 2px 0px 0px #f98706;
    color: #1c1d1f;
}

.slider-review__wrp .el_btn:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -3px;
}

.slider-review__wrp .slick-prev {
    left: -85px;
}

.slider-review__wrp .slick-next {
    right: -85px;
}

.slider-review__slide {
    height: 190px;
    outline: none;
}

.slider-review__slide .wrp {
    margin: 0 auto;
    display: block;
    width: 170px;
    height: 170px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f5f6f9;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
}

.slider-review__slide.uk-active .wrp {
    background-color: #feb506;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.slider-review__slide img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.el_card {
    background-color: #fff;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    padding: 50px;
    max-width: 470px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el_form {
    text-align: center;
}

.el_form .uk-input {
    margin-bottom: 30px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background-color: #f5f7fa;
    height: 65px;
    text-align: center;
    border: none;
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
}

.el_form .uk-input::-webkit-input-placeholder {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
}

.el_form .uk-input::-moz-placeholder {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
}

.el_form .uk-input:-ms-input-placeholder {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
}

.el_form .uk-input::placeholder {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
}

.social_links {
    font-size: 14px;
    font-size: 0.875rem;
}

.social_links p {
    margin-bottom: 8px;
}

.social_links .uk-icon-button,
.social_links .uk-icon-button:focus,
.social_links .uk-icon-button:hover {
    background-color: #feb506;
    color: #fff;
    width: 22px;
    height: 22px;
}

.el_hover_search a {
    display: inline-block;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 38px;
    border-radius: 38px;
    position: relative;
}

.el_hover_search a img {
    -webkit-border-radius: 38px;
    border-radius: 38px;
}

.el_hover_search a:hover {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.el_hover_search a:hover:after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #feb506;
    background-image: url("../img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.el_list_style li {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 26px;
    position: relative;
}

.el_list_style li:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    margin-top: 5px;
    background: transparent url("../img/s08_list-icon.png") center no-repeat;
}

.el_ava {
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #b7b5b1;
    display: inline-block;
}

.el_ava img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #feb506;
}

.el-modal__body {
    padding: 50px;
}

.el-modal__body .uk-modal-title {
    color: #222;
    font-weight: bold;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.el-modal__body p {
    color: #222;
    font-size: 22px;
    font-size: 1.375rem;
}

.el-modal__body .modal-subtitle {
    margin-bottom: 30px;
}

.el-modal__body .el_btn {
    max-width: 100%;
}

.el-modal__close-outside {
    right: -10px;
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.el-modal__close-outside:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.el-modal__close-outside:hover {
    color: #000;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

#confident .uk-modal-body p {
    text-align: justify;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

#presentation .uk-modal-body {
    width: 90%;
    max-width: 1170px;
    padding: 0;
}

.presentation__top {
    background-color: #f5f7fa;
}

.presentation__top-desc {
    padding: 50px;
}

.presentation__top-desc .uk-h2 {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}

.presentation__top-desc .uk-h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.presentation__top-desc p {
    margin-bottom: 20px;
}

.presentation__top-img>div {
    margin-left: -40px;
    margin-top: -20px;
}

.presentation__bottom {
    padding: 50px;
}

.presentation-form .uk-input {
    margin-bottom: 0px;
}

html {
    font-size: 100%;
}

body {
    font-size: 100%;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    color: #1c1d1f;
}

img {
    max-width: 100%;
}

sup {
    font-size: 12px;
}

.page {
    position: relative;
    overflow: hidden;
}

.uk-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.uk-h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
}

.accent_color {
    color: #1c1d1f !important;
}

.el_pink {
    color: #e20178 !important;
}

.el_bold {
    font-weight: 800 !important;
}

.el_border_left {
    display: inline-block;
    padding-left: 20px;
    border-left: solid 2px #feb506;
}

.s-01 .social_links,
.s-01 .callback {
    margin-top: 16px;
}

.s-01 .content-box {
    margin-top: 60px;
    width: 100%;
    max-width: 670px;
}

.s-01 .uk-h1 {
    margin-bottom: 5px;
    font-size: 55px;
    font-size: 3.4375rem;
    text-align: left;
}

.logo_box p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
}

.header__top {
    height: 65px;
}

.header__top .uk-navbar-toggle {
    height: 60px;
    color: #fff;
}

.s-01__title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    color: #1c1d1f;
    margin-bottom: 40px;
}

.s-01__text {
    font-weight: 300;
    font-size: 26px;
    font-size: 1.625rem;
    color: #1c1d1f;
    margin-bottom: 40px;
}

.s-02 {
    padding-bottom: 100px;
    background-color: #f6f7fb;
    margin-top: -30px;
}

.s-02__wrapper-img .uk-h3 {
    margin: 20px 0 0;
}

.s-02__wrapper-card {
    margin-top: 50px;
}

.s-02__card {
    padding: 40px 35px;
    margin-bottom: 30px;
    color: #222;
    background-color: #fff;
    position: relative;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s-02__card:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.s-03 {
    background: url("../img/s03_bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 100px;
    position: relative;
}

.s-03 .uk-h2 {
    margin-bottom: 70px;
}

.s-03__item {
    margin-bottom: 20px;
}

.s-03__item p {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.s-03__card {
    background-color: #fff;
    padding: 60px 40px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    max-width: 370px;
}

.s-03__card .p1 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.s-03__card .p2 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.s-03__card .p3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
}

.s-03__card .p3:before {
    content: '';
    display: block;
    height: 2px;
    width: 70px;
    background-color: #feb506;
    margin-bottom: 20px;
}

.s-04 {
    background: url("../img/footer_bg.png") center 0 no-repeat;
    background-size: contain;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
}

.s-04 .uk-h2 {
    margin-bottom: 70px;
}

.s-04__card {
    height: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s-04__card-1 {
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background: transparent url("../img/s04_waves-bg.png") center no-repeat;
    background-size: cover;
    padding: 45px;
}

.s-04__card-1 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.s-04__card-1 p:last-child {
    margin-bottom: 0px;
}

.s-04__card-2 {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: transparent url("../img/s04_box-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 45px 25px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.s-04__card-2 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.s-04__card-2 p:last-child {
    margin-bottom: 0px;
}

.s-04__h2 {
    margin-top: 50px;
}

.video__slider-wrp {
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 800px;
    cursor: pointer;
}

.video__slider-wrp .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 0px 0px #f98706;
    box-shadow: 0px 2px 0px 0px #f98706;
    color: #1c1d1f;
    z-index: 2;
}

.video__slider-wrp .slick-prev {
    left: -20px;
}

.video__slider-wrp .slick-next {
    right: -20px;
}

.video__slider-wrp .el_btn:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -3px;
}

.video__slide {
    outline: none;
    overflow: hidden;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 10px solid #feb506;
}

.s-05 {
    background: url("../img/s05_bg.png") center 0 no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 120px;
    position: relative;
}

.s-05 .uk-h2 {
    margin-bottom: 50px;
    text-align: left;
}

.s-05 .subtitle {
    font-size: 26px;
    font-size: 1.625rem;
}

.s-05 .subtitle.el_border_left {
    border-left-color: #fff;
}

.s-05__card {
    float: right;
}

.s-06 {
    background: url("../img/s06_bg.png") center no-repeat;
    background-size: cover;
    margin-top: -35px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-06 .uk-h3 {
    margin: 30px 0 70px;
}

.s-07 {
    background: url("../img/footer_bg.png") center 0 no-repeat;
    background-size: contain;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-07 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 70px;
}

.s-07__card {
    background-color: #f5f7fa;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.s-07__card-inner {
    border: dashed 1px #e0e1e4;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 5px;
    width: 100%;
    height: 100%;
}

.s-07__card-text {
    margin-left: 10px;
    margin-right: 5px;
}

.s-07__card-text .title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
}

.s-07__card-text .text {
    font-size: 18px;
    font-size: 1.125rem;
}

.s-08 {
    background: url("../img/s08_bg.jpg") center 0 no-repeat;
    background-size: cover;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 200px;
    position: relative;
}

.s-08 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 70px;
}

.s-08__tabnav li {
    display: block;
    width: 100%;
}

.s-08__tabnav li>a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 50px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    color: #1c1d1f;
    position: relative;
}

.s-08__tabnav li>a:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 70px;
    right: 50px;
    background: transparent url("../img/plus.png") center no-repeat;
}

.s-08__tabnav>.uk-active>a {
    color: #1c1d1f;
}

.s-08__tabnav>*>:first-child {
    font-size: 18px;
    font-size: 1.125rem;
}

.s-08__tabnav li:nth-child(odd)>a {
    background-color: #f2f2f2;
}

.s-08__tabnav li:nth-child(even)>a {
    background-color: #e6e6e6;
}

.s-08__tabnav li.uk-active>a {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #feb506;
}

.s-08__tabnav li.uk-active>a:after {
    background: transparent url("../img/minus.png") center no-repeat;
}

.s-08__tabs {
    background-color: #fff;
    height: 100%;
}

.s-08__tab>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.s-08__tab-inner {
    padding: 60px 50px 40px;
    font-size: 18px;
    font-size: 1.125rem;
}

.s-08__tab-inner p {
    margin-top: 15px;
}

.s-09 {
    background: url("../img/s09_bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -140px;
    padding-top: 110px;
    padding-bottom: 250px;
    position: relative;
}

.s-09 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.s-09__item p {
    margin-left: 30px;
    font-size: 18px;
    font-size: 1.125rem;
}

.s-09__card {
    margin-top: 55px;
    max-width: 100%;
}

.s-09__form .el_btn {
    max-width: 100%;
}

.s-09__book {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.s-10 {
    background: url("../img/s10_bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -200px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-10 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.s-10__card-wrp {
    margin-top: 70px;
}

.s-10__card {
    margin-bottom: 40px;
    max-width: 100%;
}

.s-10__card .title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.s-10__card .el_list_style li:before {
    background: transparent url("../img/s10_list-icon.png") center no-repeat;
}

.s-10__card-1 {
    background: transparent url("../img/s10_box-bg1.jpg") center no-repeat;
    background-size: cover;
}

.s-10__card-2 {
    background: transparent url("../img/s10_box-bg2.jpg") center no-repeat;
    background-size: cover;
}

.s-10__card-3 {
    background: transparent url("../img/s10_box-bg3.jpg") center no-repeat;
    background-size: cover;
}

.s-10__card-4 {
    background: transparent url("../img/s10_box-bg4.jpg") center no-repeat;
    background-size: cover;
}

.s-10__card-5 {
    background: transparent url("../img/s10_box-bg5.jpg") center no-repeat;
    background-size: cover;
}

.s-11 {
    background: url("../img/footer_bg.png") center 0 no-repeat;
    background-size: contain;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-11 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.s-11__card {
    border-width: 15px;
    border-style: solid;
    border-color: #feb506;
    margin: 80px auto 30px;
    padding: 15px;
}

.s-11__card-inner {
    border: 1px dashed #e5e5e5;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 130px 10px 10px;
    position: relative;
}

.s-11__card-inner .title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 10px;
}

.s-11__card-inner ul>li {
    margin-bottom: 20px;
}

.s-11__card-img {
    position: absolute;
    right: 50%;
    top: -90px;
    margin-right: -30px;
}

.s-11__btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-size: 1.125rem;
}

.s-12 {
    margin-top: 40px;
    background: url("../img/s12_bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-12 .uk-h2 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}

.s-12 .uk-h3 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
}

.s-12 .subtitle {
    font-size: 26px;
    font-size: 1.625rem;
}

.s-12__card {
    float: right;
}

.s-12__form .title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
}

.s-13 {
    background: url("../img/footer_bg.png") center 0 no-repeat;
    background-size: contain;
    margin-top: -25px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.s-13 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.s-13 p {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
}

.s-13__map {
    position: relative;
    min-height: 320px;
}

.s-13__map>img {
    margin-top: -20px;
}

.s-13__map-btn {
    display: inline-block;
    width: 155px;
    height: 50px;
    background: transparent url("../img/s13_map-btn.png") center no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 40px;
    position: absolute;
}

.s-13__map-btn:hover {
    color: #fff;
}

.s-13__map-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 136px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px #feab06;
    box-shadow: 0px 2px 10px 0px #feab06;
}

.s-13__map-btn:hover:after {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-box-shadow: 0px 2px 20px 2px #feab06;
    box-shadow: 0px 2px 20px 2px #feab06;
}

.s-13__btn-1 {
    top: 15%;
    left: 9%;
}

.s-13__btn-2 {
    top: 31%;
    left: 6%;
}

.s-13__btn-3 {
    top: 34%;
    left: 18%;
}

.s-13__btn-4 {
    top: 39%;
    left: 0%;
}

.s-13__btn-5 {
    top: 47%;
    left: 3%;
}

.s-13__btn-6 {
    top: 51%;
    left: 14%;
}

.s-13__btn-7 {
    top: 52%;
    left: 26%;
}

.s-13__btn-8 {
    top: 59%;
    left: 16%;
}

.s-13__btn-9 {
    top: 60%;
    left: 28%;
}

.s-13__btn-10 {
    top: 69%;
    left: 35%;
}

.s-13__btn-11 {
    top: 77%;
    left: 37%;
}

.s-13__btn-12 {
    top: 75%;
    left: 73%;
}

.s-13__btn-13 {
    top: 78%;
    left: 60%;
}

.s-13__btn-14 {
    top: 54%;
    left: -3%;
}

.s-13__btn-15 {
    top: 22%;
    left: 6%;
}

.s-13__btn-16 {
    top: 62%;
    left: 42%;
}

.s-13__btn-17 {
    top: 93%;
    left: 68%;
}

.s-13__btn {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 50px;
}

.s-14 {
    background: url("../img/s14_bg.png") center 0 no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 130px;
    position: relative;
}

.s-14 .uk-h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.s-14__card {
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
}

.s-14__card-img {
    max-width: 50%;
    text-align: center;
}

.s-14__card-img div span {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 20px 0px #feab06;
    box-shadow: 0px 6px 20px 0px #feab06;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 14px solid #ffb31d;
}

.s-14__card-img div {
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #d2d0cc;
}

.s-14__card-desc {
    margin-left: 20px;
}

.s-14__card-desc .title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.s-14__card-desc .text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.s-14__card-desc a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    display: block;
    color: #1c1d1f;
}

.s-14__card-desc a:hover {
    color: #1c1d1f;
    text-decoration: underline;
}

.s-14__btn {
    max-width: 100%;
}

.footer {
    background: url("../img/footer_bg.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -40px;
    padding-top: 60px;
    position: relative;
}

.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.footer-top .logo_box p {
    margin-left: 25px;
}

.footer-top .social_links {
    margin-top: 24px;
}

.footer-top .callback {
    margin-top: 30px;
}

.footer-bottom {
    margin-top: 25px !important;
}

.footer-bottom .footer-bottom__copyright,
.footer-bottom .footer-bottom__develop {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer_2 {
    background: url("../img/footer_2_bg.png") center 0 no-repeat;
    background-size: cover;
}

.bread_crumbs .uk-breadcrumb:not(ul) {
    border-bottom: solid 1px #d9d9d9;
    padding: 25px 0;
}

.bread_crumbs .uk-breadcrumb li a,
.bread_crumbs .uk-breadcrumb li span {
    color: #1c1d1f;
    font-size: 16px;
    font-size: 1rem;
}

.bread_crumbs .uk-breadcrumb li a {
    text-decoration: underline;
}

.bread_crumbs .uk-breadcrumb li a:hover {
    text-decoration: none;
}

.bread_crumbs .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: #222;
}

.reccomend_articles {
    padding-top: 90px;
    padding-bottom: 120px;
}

.reccomend_articles .uk-h2 {
    margin-bottom: 70px;
}

.reccomend_articles__text {
    color: #222;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 50px;
}

.reccomend_articles__preview {
    max-width: 270px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    overflow: hidden;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
}

.reccomend_articles__preview:hover {
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.reccomend_articles__preview-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 10px solid #f5f7fa;
}

.reccomend_articles__preview-title {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.reccomend_articles__preview-more {
    color: #1c1d1f;
    background-color: #feb506;
    padding: 7px;
    position: absolute;
    bottom: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}

.reccomend_articles__preview-inner:hover {
    background: rgba(254, 181, 6, 0.8);
    border: 10px solid #feb506;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.reccomend_articles__preview-inner:hover .reccomend_articles__preview-more {
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cases_btn {
    color: #222;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f0f1f8;
    position: relative;
    padding: 15px 0px 15px 20px;
    display: block;
}

.cases_btn span {
    display: inline-block;
    color: #fff;
    background-color: #1c1d1f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 10px;
}

.cases_btn:hover {
    color: #222;
}

.cases_btn:hover span {
    color: #1c1d1f;
    background-color: #f0f1f8;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.thanks-01 {
    padding-bottom: 100px;
}

.thanks-01 .uk-h2 {
    margin-top: 70px;
    margin-bottom: 30px;
}

.thanks-01 .subtitle {
    margin-top: 0;
    margin-bottom: 70px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
}

.thanks-01__video-inner {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    cursor: pointer;
    padding-bottom: 47%;
}

.thanks-01__video-inner iframe {
    min-height: 40vw;
}

.thanks-01__social {
    text-align: center;
}

.thanks-01__social .title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 10px;
}

.thanks-01__social .fa {
    background-color: #4d76a1;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.thanks-01__social a>span {
    text-decoration: underline;
    font-size: 18px;
    font-size: 1.125rem;
    color: #1c1d1f;
    margin-left: 10px;
    display: inline-block;
}

.thanks-01__social a:hover span {
    text-decoration: none;
}

.thanks-01__social a {
    margin-left: 20px;
    margin-right: 20px;
}

.thanks-02 {
    background: url("../img/thanks_bg2.png") center 0 no-repeat;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 130px;
    text-align: center;
}

.thanks-02 .uk-h3 {
    margin-top: 25px;
    margin-bottom: 55px;
}

.thanks-03 {
    background: url("../img/thanks_bg3.png") center 0 no-repeat;
    background-size: cover;
    margin-top: -30px;
    padding-top: 100px;
    padding-bottom: 120px;
}

.thanks-03__text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.thanks-04 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 130px;
}

.thanks-04 .uk-h3 {
    margin-top: 30px;
    margin-bottom: 70px;
}

.thanks-04__item {
    max-width: 350px;
}

.thanks-04__item-img {
    height: 150px;
}

.thanks-04__item p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.thanks-04 .el_btn {
    margin-top: 70px;
}

.article-wrp {
    padding: 30px;
    background-color: #f5f7fa;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    position: relative;
}

.article-wrp .article-inner {
    padding: 40px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: 1px dashed #d0d2d5;
}

.article-wrp p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.article-wrp p:last-child {
    margin-bottom: 0;
}

.article-wrp:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 20px solid #f5f7fa;
    border-left: 35px solid #f5f7fa;
    border-right: 35px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 100%;
}

.article-wrp .article-title {
    position: absolute;
    top: 100%;
    margin-top: 60px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.founders-01 {
    padding-top: 70px;
    padding-bottom: 65px;
}

.founders-01 .uk-h1 {
    margin-bottom: 80px;
}

.founders {
    background-color: #f5f7fa;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    padding: 50px;
    position: relative;
    margin-bottom: 50px;
}

.founders p {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.founders .founders__title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.founders .founders__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.founders-01 {
    padding-bottom: 145px;
}

.founders-01 .founders {
    margin-left: 200px;
    padding-left: 300px;
}

.founders-01 .article-wrp:after {
    left: 80px;
}

.founders-01 .article-wrp .article-title {
    left: 0;
}

.founders-01__img {
    position: absolute;
    max-width: 500px;
    top: -40px;
    left: -220px;
    text-align: center;
}

.founders-02 {
    background: transparent url("../img/founders_bg2.png") center no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 175px;
}

.founders-02 .founders {
    margin-right: 200px;
    padding-right: 300px;
    background-color: #fff;
}

.founders-02 .article-wrp {
    background-color: #fff;
}

.founders-02 .article-wrp:after {
    border-top: 20px solid #fff;
    border-right: 35px solid #fff;
    border-left: 35px solid transparent;
    right: 80px;
}

.founders-02 .article-wrp .article-title {
    right: 0;
}

.founders-02__img {
    position: absolute;
    max-width: 500px;
    top: -90px;
    right: -220px;
    text-align: center;
}

.contacts-01 {
    padding-top: 70px;
    padding-bottom: 130px;
}

.contacts-01 .uk-h1 {
    margin-bottom: 70px;
}

.contacts-01__card-1 {
    background: transparent url("../img/contacts_card-bg.jpg") center no-repeat;
    background-size: cover;
}

.contacts-01__card-1>div:last-child>img {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}

.contacts-01__card-1>div {
    margin-bottom: 50px;
}

.contacts-01__card-1>div:last-child {
    margin-bottom: 0px;
}

.contacts-01__card-1_desc {
    text-align: left;
    margin-left: 20px;
    border-left-color: #000;
    width: 100%;
}

.contacts-01__card-1_desc .title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contacts-01__card-1_desc .text,
.contacts-01__card-1_desc a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #1c1d1f;
}

.contacts-01__social {
    padding-top: 25px;
    padding-bottom: 10px;
}

.contacts-01__social .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contacts-01__card-2 {
    max-width: 670px;
    -webkit-box-shadow: 0px 8px 25px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px 2px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
}

.contacts-01__card-2 .form-notice {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 25px;
}

.contacts-form .uk-input {
    margin-bottom: 0;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

.contacts-form textarea.uk-input {
    height: 280px;
    padding-top: 15px;
    line-height: 1.3;
    resize: none;
}

.contacts-form .el_btn {
    max-width: 100%;
}

.packages-01 {
    margin-top: 0;
    padding-top: 70px;
}

.video-excursion-01 {
    padding-top: 70px;
}

.video-excursion-01 .uk-h1 {
    margin-bottom: 40px;
}

.video-excursion-01 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.video-excursion-01 .video-wrp {
    border-radius: 32px;
    -webkit-box-shadow: 0px 6px 20px 0px #feab06;
    box-shadow: 0px 6px 20px 0px #feab06;
}

.video-excursion-01 .video-inner {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    cursor: pointer;
    padding-bottom: 47%;
}

.video-excursion-01 .video-inner iframe {
    min-height: 40vw;
}

.video-excursion-01 .social-follow__links .title {
    display: block;
    margin: 50px 0 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
}

.video-excursion-01 .social-follow__links .ya-share2 {
    padding-right: 15px;
}

.ournet-01 {
    padding-top: 70px;
}

.ournet-01 .uk-h1 {
    margin-bottom: 40px;
}

.ournet-01 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.ournet-01 .s-04__wrapper {
    padding-top: 45px;
}

.ournet-01 .s-04__card-2 {
    padding: 30px;
    background: none;
    background-color: #feb506;
    position: relative;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.ournet-01 .s-04__card-2 p {
    margin-bottom: 0;
    text-align: left;
}

.ournet-01 .s-04__card-2 img {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -25px;
}

.ournet__client {
    margin-bottom: 30px;
}

.ournet__client:last-child {
    margin-bottom: 0px;
}

.ournet__img {
    display: inline-block;
    border: 10px solid #f5f7fa;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 38px;
    border-radius: 38px;
    overflow: hidden;
}

.openclients-01 {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 50px;
}

.history-01 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.history-01 .uk-h1 {
    margin-bottom: 30px;
}

.history-01 p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.history__tabs {
    margin-top: 70px;
    margin-bottom: 30px;
}

.history__tab {
    max-width: 100%;
    background-color: #f5f7fa;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.history__tab:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 28px;
    border: 1px dashed #e0e1e4;
}

.history__tab-content {
    padding: 70px 25px 60px 80px;
    text-align: left;
}

.history__tab-content .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.history__tab-content p {
    bottom: 20px;
    font-size: 18px;
}

.history__tab-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.history__tabnav-btn {
    margin-bottom: 12px;
    width: 120px;
    height: 12px;
    display: block;
    border-radius: 6px;
    background: url('../img/history_tab-btn0.png') center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.uk-active .history__tabnav-btn {
    -webkit-box-shadow: 0px 8px 25px 0px rgba(254, 171, 6, 1);
    ;
    box-shadow: 0px 8px 25px 0px rgba(254, 171, 6, 1);
    ;
    background: url('../img/history_tab-btn1.png') center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.history__tabnav li {
    margin-bottom: 20px;
}

.history__tabnav li>a {
    font-size: 24px !important;
    text-align: center;
}

.history__tabnav li.uk-active>a {
    font-weight: 800;
}

.history-02 {
    background: url("../img/history_bg-2.png") center top no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
}

.history-02 .uk-h2 {}

.history-02__tabs {
    margin-bottom: 30px;
}

.history-02__tab {
    text-align: left;
}

.history-02__tabnav li a {
    font-size: 18px;
    font-weight: 800;
    border-left: 2px solid #feb506;
    padding: 10px 0;
}

.uk-subnav.history-02__tabnav>*>:first-child {
    text-transform: none;
    font-size: 18px;
}

.history-02__mission {
    max-width: 100%;
    background: url("../img/history_bg-img.jpg") center no-repeat;
    background-size: cover;
    margin-top: 70px;
    padding: 50px 50px 70px;
}

.history-02__mission .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.history-02__mission p {
    bottom: 20px;
    font-size: 18px;
}

.excursion-01 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.excursion-01 .uk-h1 {
    margin-bottom: 60px;
}

.excursion-01__text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.excursion__slider-wrp {
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 590px;
}

.excursion__slider-wrp .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 0px 0px #f98706;
    box-shadow: 0px 2px 0px 0px #f98706;
    color: #1c1d1f;
    z-index: 2;
}

.excursion__slider-wrp .el_btn:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -3px;
}

.excursion__slider-wrp .slick-prev {
    left: -20px;
}

.excursion__slider-wrp .slick-next {
    right: -20px;
}

.excursion__slide {
    outline: none;
    overflow: hidden;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 10px solid #feb506;
}

.excursion-02 {
    background: transparent url("../img/excursion_bg2.jpg") center no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 20px;
}

.excursion-02 .uk-container {
    background: transparent url("../img/excursion_lines.png") center 20px no-repeat;
    background-size: contain;
}

.excursion-02 .uk-h2 {
    margin-top: 95px;
}

.excursion-02__card {
    padding-top: 50px;
    padding-bottom: 80px;
}

.excursion-02__card .img {
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 20px 0px #feab06;
    box-shadow: 0px 6px 20px 0px #feab06;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 16px solid #ffb31d;
}

.excursion-02__card p {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 800;
}

.excursion-03 {
    background: transparent url("../img/excursion_bg3.png") center no-repeat;
    background-size: cover;
    margin-top: -30px;
    padding-top: 95px;
    padding-bottom: 125px;
}

.excursion-03 .uk-h2 {
    margin-bottom: 55px;
}

.excursion-03__card {
    max-width: 100%;
}

.excursion-form .title {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
}

.excursion-form .uk-input {
    margin-bottom: 0;
}

.excursion-form .el_btn {
    max-width: 100%;
}

.blog-01 {
    padding-top: 70px;
    padding-bottom: 130px;
}

.blog-01 .uk-h1 {
    margin-bottom: 50px;
}

.blog__more-btn {
    display: block;
    margin-top: 50px;
    cursor: pointer;
    max-width: 280px;
}

.book-01 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.book-01__text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.book-01__text .title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.book-02 {
    background: transparent url("../img/book_bg2.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 110px;
}

.book-02 .uk-h2 {
    margin-bottom: 50px;
    text-align: left;
    margin-left: 400px;
}

.book-02 .uk-container {
    padding-bottom: 90px;
    position: relative;
}

.book-02__card {
    margin-bottom: 25px;
    margin-left: 400px;
    max-width: 670px;
    background-color: #fff;
}

.book-02__card .el_btn {
    max-width: 100%;
}

.book-02__img {
    position: absolute;
    bottom: -30px;
    left: -300px;
}

.book-02__social span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
}

.book-02__social a {
    margin-left: 15px;
}

.book-03 {
    background: transparent url("../img/book_bg3.png") center top no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 100px;
    margin-top: -30px;
    position: relative;
}

.book-03 .uk-h2 {
    margin-bottom: 40px;
}

.book-03__card {
    padding: 0 30px 40px;
    margin-top: 80px;
    max-width: 570px;
}

.book-03__card h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 35px;
}

.book-03__card p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
}

.book-03__card-img {
    margin-top: -90px;
}

.book-03__btn {
    display: block;
    margin-top: 50px;
    max-width: 280px;
}

.article-01 {
    padding-bottom: 60px;
}

.article__header {
    margin-top: -1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24vw;
    min-height: 300px;
    position: relative;
}

.article__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(48%, transparent), color-stop(100%, rgba(0, 0, 0, 0.55)));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.article__header .uk-container {
    height: 100%;
    position: relative;
}

.article__header .uk-container>div {
    width: 100%;
}

.article__header .uk-h1 {
    float: left;
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
}

.article__header .article__date {
    float: right;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
}

.article__body {
    padding-top: 45px;
    border-bottom: 1px solid #d9d9d9;
}

.article__body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.article__body p {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
}

.article__body .article__img {
    margin-top: 20px;
    margin-bottom: 45px;
    border: 10px solid #feb506;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 485px) {
    .article__body .article__img {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
}

.article__bottom {
    padding-top: 30px;
    padding-bottom: 20px;
}

.article__bottom .uk-pagination {
    float: right;
}

.article__bottom .uk-pagination li:first-child {
    padding-right: 25px;
    border-right: 1px solid #d9d9d9;
}

.article__bottom .uk-pagination li:last-child {
    padding-left: 25px;
}

.article__bottom .uk-pagination li a {
    color: #1c1d1f;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 26px;
}

.article__bottom .uk-pagination li a:hover {
    color: #feb506;
}

.article__bottom .uk-pagination li a span {
    color: #feb506;
    margin-top: -5px;
}

.social-follow__links .title {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
}

.social-follow__links .ya-share2 {
    display: inline-block;
}

.social-follow__links .ya-share2__item {
    margin-left: 15px !important;
    margin-right: 0px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    overflow: hidden;
}

.article-02 {
    background: transparent url("../img/article_comments-bg.png") center top no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.comments-blog .uk-h3 {
    padding: 10px;
}

.article-02 .uk-h2 {
    margin-bottom: 70px;
}

.article__comment {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    margin-right: 0;
}

.article__comment-img {
    float: left;
}

.article__comment-body {
    margin-left: 200px;
}

.article__comment-body h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.article__comment-body p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.article__comment-body .article__comment-date {
    font-size: 16px;
    font-size: 1rem;
}

.article-03 {
    /* padding-top: 70px; */
    padding-top: 15px;
    position: relative;
}

.article-03 .uk-h2 {
    margin-bottom: 70px;
}

.comment-form {
    padding-bottom: 70px;
    border-bottom: 1px solid #d9d9d9;
}

.comment-form .uk-input {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.comment-form input.uk-input {
    margin-bottom: 30px;
}

.comment-form textarea.uk-input {
    text-align: left;
    height: 260px;
    padding-top: 15px;
    line-height: 1.3;
    resize: none;
}

.comment-form .el_btn {
    max-width: 100%;
}

.review-photo img {
    border-radius: 40px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
    border: 11px solid #feab06;
}

.review-photo>div {
    display: flex;
    justify-content: center;
}

.s-09 img {
    min-width: 40px;
    flex: none;
}

@media (max-width:1399px) {
    .book-02 .uk-container {
        padding-bottom: 0px;
    }
    .book-02 .uk-h2 {
        margin-left: 0;
        text-align: center;
    }
    .book-02__card {
        margin-left: auto;
        margin-right: auto;
    }
    .book-02__img {
        position: relative;
        bottom: -20px;
        left: 0;
    }
}

@media (max-width:1199px) {
    .excursion-02 .uk-container {
        background: none;
        padding-bottom: 70px;
    }
    .excursion-02__card {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .founders-02 .founders__title {
        margin-top: 60px;
    }
}

@media (max-width:959px) {
    .s-01 .social_links {
        text-align: center;
        margin: 10px 0 20px;
    }
    .s-01 .callback {
        text-align: center !important;
    }
    .s-03__card {
        margin: 40px auto 0;
    }
    .s-05__card {
        float: none;
        margin: 0 auto;
    }
    .s-12__card {
        float: none;
        margin: 30px auto 0;
        padding: 30px 15px;
    }
    .s-13__btn-1 {
        top: 5%;
        left: 20%;
    }
    .s-13__btn-2 {
        top: 22%;
        left: 20%;
    }
    .s-13__btn-3 {
        top: 39%;
        left: 20%;
    }
    .s-13__btn-4 {
        top: 56%;
        left: 20%;
    }
    .s-13__btn-5 {
        top: 73%;
        left: 20%;
    }
    .s-13__btn-6 {
        top: 90%;
        left: 20%;
    }
    .s-13__btn-7 {
        top: 5%;
        left: 60%;
    }
    .s-13__btn-8 {
        top: 22%;
        left: 60%;
    }
    .s-13__btn-9 {
        top: 39%;
        left: 60%;
    }
    .s-13__btn-10 {
        top: 56%;
        left: 60%;
    }
    .s-13__btn-11 {
        top: 73%;
        left: 60%;
    }
    .s-13__btn-12 {
        top: 90%;
        left: 60%;
    }
    .founders-01 .founders {
        margin-left: 0px;
        padding-left: 50px;
    }
    .founders-01__img {
        max-width: 100%;
        left: 0;
        position: relative;
    }
    .founders-02 .founders {
        margin-right: 0px;
        padding-right: 50px;
    }
    .founders-02__img {
        max-width: 100%;
        top: 0;
        right: 0;
        position: relative;
    }
    .contacts-02 .el-subtitle {
        text-align: center;
    }
    .history__tab-img {
        height: 50vw;
    }
}

@media (max-width:799px) {
    .presentation__top-img>div {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media (max-width:639px) {
    .uk-h1,
    .s-01 .uk-h1 {
        font-size: 25px;
    }
    .uk-h2 {
        font-size: 22px;
    }
    .uk-h3 {
        font-size: 18px;
    }
    .s-09__card {
        padding: 30px 10px;
    }
    .s-10__card {
        padding: 30px 20px;
    }
    .excursion-03__card {
        padding: 30px 20px;
    }
    .s-13__btn-1,
    .s-13__btn-2,
    .s-13__btn-3,
    .s-13__btn-4,
    .s-13__btn-5,
    .s-13__btn-6 {
        left: 0%;
    }
    .s-13__btn-7,
    .s-13__btn-8,
    .s-13__btn-9,
    .s-13__btn-10,
    .s-13__btn-11,
    .s-13__btn-12 {
        left: 50%;
    }
    .article__header .uk-h1 {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .presentation {
        margin-top: 40px;
        text-align: center !important;
    }
    #presentation .uk-modal-body {
        width: 100%;
    }
    .presentation__top-desc,
    .presentation__bottom {
        padding: 20px;
    }
    .article-wrp,
    .article-wrp .article-inner,
    .founders-01 .founders,
    .founders-02 .founders {
        padding: 15px;
    }
    .article__header .uk-h1 {
        margin-bottom: 0;
        float: none;
    }
    .article__header .article__date {
        margin-top: 10px;
        margin-bottom: 20px;
        float: none;
    }
    .article__bottom .uk-pagination {
        float: none;
        margin-top: 30px;
        text-align: center;
    }
    .article__bottom .uk-pagination li {
        margin-top: 20px;
        width: 100%;
    }
    .article__bottom .uk-pagination li:first-child {
        border-right: none;
    }
    .article__comment-img {
        float: none;
        margin-bottom: 20px;
    }
    .article__comment-body {
        margin-left: 0;
    }
    .uk-modal-dialog {
        margin-top: 50px;
    }
    .el-modal__body .uk-modal-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .el-modal__body p,
    .el-modal__body .el_btn {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .excursion-01__video-wrapper {
        padding: 0;
    }
    .excursion-01__video-inner {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .el-modal__close-outside {
        right: 50px;
        top: -10px;
    }
    .el-modal__form1 {
        padding: 0;
    }
    #presentation .uk-modal-body .uk-modal-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .cases-01 .reccomend_articles__preview-inner {
        padding: 0 10px 20px;
    }
    .cases-01 .cases__widget {
        padding: 30px 10px;
    }
    .article__social-follow .social-follow__links {
        width: 100%;
    }
    .article__social-follow .social-follow__links a {
        margin: 0;
        width: 30%;
    }
}

@media (max-width:480px) {
    .s-05__card {
        padding: 30px 20px;
    }
    .s-07__card-inner {
        display: block;
        text-align: center;
    }
    .s-07__card-inner img {
        margin-right: auto;
        margin-left: auto;
    }
    .s-08__tabnav li>a {
        font-size: 14px;
        padding: 0 10px;
    }
    .s-08__tabnav li>a:after {
        right: 10px;
    }
    .s-08__tabnav>*>:first-child {
        font-size: 14px;
    }
    .s-08__tab-inner {
        padding: 30px 10px;
    }
    .s-14__card .uk-flex {
        display: block;
    }
    .s-14__card-img {
        max-width: 100%;
    }
    .s-14__card-desc {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }
    .uk-breadcrumb li {
        width: 100%;
        margin-bottom: 5px;
    }
    .contacts-01__card-1,
    .contacts-01__card-2 {
        padding: 20px;
    }
    .contacts-form .uk-input {
        padding-left: 20px;
        padding-right: 20px;
    }
    .book-02__card {
        padding: 50px 15px;
    }
    .el-modal__body {
        padding: 50px 10px;
    }
    .slide-review__desc {
        padding-left: 10px;
        padding-right: 10px;
    }
    .s-08__side2 {
        padding: 15px 10px;
    }
    .office-01 .slider-nav {
        left: 0;
        width: 100%;
    }
    .blog-01 .reccomend_articles__preview-title {
        margin-top: 0;
    }
    .blog-01 .reccomend_articles__preview-more {
        bottom: 10px;
    }
    .el-pagination {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .el-pagination li:first-child,
    .el-pagination li:last-child {
        top: 90px;
    }
    .ournet-01 .s-04__card-1 {
        padding: 20px;
    }
    .history-02__mission {
        padding: 30px;
    }
    .history__tab:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .history__tab-content {
        padding: 30px;
    }
}

@media (max-width:400px) {
    .slider-review__wrp {
        margin: 30px 0px 0;
    }
    .slider-review__wrp .slick-arrow {
        top: 100%;
    }
    .slider-review__wrp .slick-prev {
        left: 0px;
    }
    .slider-review__wrp .slick-next {
        right: 0px;
    }
}

.popup_btn {
    top: 180px;
    position: fixed;
    z-index: 999;
}

.popup_btn img {
    height: 60px;
    visibility: visible;
    animation-duration: 4s;
    animation-delay: 200ms;
    animation-iteration-count: infinite;
    animation-name: flip;
}

@media (max-width:960px) {
    .popup_btn {
        top: 100px;
    }
}

.conditions_btn {
    position: fixed;
    bottom: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 60px;
    background-color: #fe9f06;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 998;
    display: block;
    line-height: 60px;
    font-family: 'Gilroy';
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 800;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.conditions_btn:hover {
    color: #fff;
    background-color: #feb706;
}

@media (min-width:761px) {
    .conditions_btn {
        display: none;
    }
}

@media (max-width:480px) {
    .conditions_btn {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 18px;
    }
}

.form-confident {
    color: #1c1d1f;
    font-family: Gilroy;
    font-size: 15px !important;
    font-weight: 300;
    display: block;
    margin-top: 30px;
    text-align: left;
}

.form-confident a {
    color: #1c1d1f;
    text-decoration: underline;
}

.form-confident_circle {
    display: block;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    border: 3px solid #feb506;
    border-radius: 50%;
    position: relative;
    float: left;
}

.form-confident_circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 5px;
    height: 5px;
    background-color: #1c1d1f;
    border-radius: 50%;
}

.uk-navbar-nav li ul {
    display: none;
    position: absolute;
    background-color: #ffa61f;
    padding: 5px 10px;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 2px lightgray;
    z-index: 999;
}

.uk-navbar-nav li ul a {
    color: white
}

.uk-navbar-nav li:hover ul {
    display: block;
}

.hidden {
    display: none
}

footer .logo_box>p,
footer .logo_box>a {
    float: left
}

#footer-menu a {
    font-size: 18px;
    line-height: 24px;
}

.sTable {
    border: 2px solid #feb506;
    margin: 20px auto;
    border-radius: 4px !important;
}

.sTable thead {
    background-color: #feb506;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 1px black;
}

.sTable tr {
    border-bottom: 1px solid #feb506;
}

.uk-navbar-nav li ul li {
    padding: 5px 0px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.uk-navbar-nav li ul li:last-child {
    border-bottom: none;
}

.uk-navbar-nav li ul li a:hover {
    color: black
}

#filials ul {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px !important;
    box-sizing: border-box;
}

.partners {
    margin-bottom: 130px;
}

.partners .flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.partners .flex a {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}

.partners .flex a:nth-child(2) img {
    width: 55px;
}

.partners .flex a img {
    width: 100%;
    height: auto;
}

.g-recaptcha>div {
    margin: 0 auto 20px;
}

.error_g-recaptcha-response>.error {
    margin-bottom: 20px;
    display: block;
    color: red;
}

#sidebar .article {
    margin: 0 0 26px 0px;
}

#sidebar .article a {
    font-size: 1em;
}

#sidebar .article a p {
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    font-size: 0.46em;
    color: #0b0b0b;
}

#sidebar .article:hover a p {
    color: #0f6ecd;
}

#sidebar {
    margin: 0;
}

.reccomend_articles__preview {
    max-width: 512px;
    max-height: 250px;
}

.reccomend_articles__preview img {
    width: 100%;
    margin: 0 -35px;
}

#sidebar .article a p:before {
    content: "●";
    padding: 0 5px 0 0;
    opacity: 0.2;
}

.blog-post #sidebar {
    padding: 5% 3.6%;
}

.blog-post #sidebar .article a p {
    font-size: 1.1rem;
}

.blog-post {
    padding: 2%;
}

.article__body {
    border-bottom: 0;
}


/* style.css | http://sochi.fr.bambiliani.ru/assets/templates/css/style.css */

.reccomend_articles__preview {
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reccomend_articles__preview-inner {
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: inherit;
    color: black;
}

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

.reccomend_articles__preview-title {
    width: 100%;
    color: black;
    margin: 50% 0 0 0;
    margin: 0;
    background: white;
    /* padding: 30px 30px 30px; */
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.reccomend_articles__preview-inner:hover {
    background: none;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.reccomend_articles__preview:hover .reccomend_articles__preview-title {
    background: rgba(254, 181, 6, 0.8);
}

.reccomend_articles__preview {
    max-height: 320px;
    height: 320px;
    max-width: 400px;
}

.reccomend_articles__preview-more {
    display: none;
}

#blog_result>div {
    margin-bottom: 1px;
}

.page {
    padding-bottom: 40px;
}

.city_images img {
    border-radius: 4px;
}

.uk-icon-button {
    background-color: #ffb600;
    color: #ffffff;
}

.cities .city .image {
    position: relative;
    padding: 10px;
}

.cities .city .image a:hover::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #feb506;
    background-image: url("../img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.cities .city .image a {
    display: inline-block;
    border-radius: 4px;
}

.cities .city .image a:hover {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-box-shadow: 0px 8px 25px 0px #feab06;
    box-shadow: 0px 8px 25px 0px #feab06;
}

.city .adress {
    margin-top: -10px;
}

.city .uk-icon-button {
    margin-top: -3px;
}

.city {
    padding-top: 20px;
}

.our_web {
    max-width: unset;
    width: 100%;
    height: 480px;
    max-height: unset;
    margin: 30px auto;
    border-radius: 15px;
    max-width: 80%;
    background-size: cover;
}

.our_web .reccomend_articles__preview-title {
    margin-bottom: 0;
}

.case_1 {
    margin-bottom: 50px;
}

.case_5 {
    display: none;
}

.ournet-01 {
    padding-bottom: 35px;
}

.new-case {
    position: absolute;
    /* margin: auto; */
    width: 100%;
    margin-top: 8%;
}

.ournet-01 .s-04__card-2 p {
    position: relative;
    z-index: 1;
}

.ournet-01 .s-04__card-2 {
    overflow: hidden;
}

.our_web a>p.reccomend_articles__preview-title.title {
    background: #ffffffe8;
}

.our_web .s-04__card.s-04__card-2 img {
    height: 50%;
}

.case4 {
    margin-bottom: 55px;
}

.reccomend_articles__preview-title {
    height: auto;
    background: #fffffff0;
    padding: 15px;
    ;
}

.reccomend_articles__preview {
    border-radius: 18px;
}

.comments0 {
    display: none!important;
}


/* our mission */

.num {
    float: left;
    padding: 0px 5px 0 0;
    color: #5ac9fa;
    font-weight: 600;
}

.bear {
    align-self: end;
}

.our-mission .logo {
    margin: 20px;
}

.splash,
.splash2 {
    background-image: url(/assets/templates/img/splash.jpg);
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px auto -100px auto;
    height: 350px;
    width: auto;
    background-repeat: no-repeat;
}

.splash2 {
    margin-bottom: 0;
    transform: rotate(180deg);
    z-index: -1;
}


/* our mission */

.div {
    z-index: 1;
}

.headercallback::after {
    border: 1px solid white;
    border-radius: 17px;
    content: '';
    width: 12.5em;
    height: 2.7em;
    position: absolute;
    display: block;
    border-bottom: 2px solid white;
}

.headercallback:hover::after {
    background: #ffffff38;
}

.uk-navbar-nav li a.clicked+ul {
    display: block;
    position: relative
}

.uk-navbar-nav li {
    transition: 0.3s all ease-out;
}


/* наша команда
==============================================================*/

.our_team .el_border_left p {
    font-size: 1.1em;
}

.our_team .img {
    margin: 3% auto 0 auto;
}

.our_team:nth-child(2n)>.uk-container>.s-06__wrapper {
    flex-direction: row-reverse;
}

@media (max-width:920px) {
    .reccomend_articles__preview img {
        margin: 0;
    }
    .bear {
        text-align: center;
        z-index: -1;
        opacity: 0.1;
        margin-top: -100%;
    }
}

@media (max-width:780px) {
    .ournet-01 .s-04__card-2 {
        overflow: hidden;
        margin: -10px auto -10px auto;
        padding: 15px 15px 30px 15px;
    }
    .cityname {
        font-weight: 300;
        clear: both;
        display: block;
        /* display: none; */
    }
    .our_web a>p.reccomend_articles__preview-title.title {
        font-size: 2em;
        background: none;
        position: relative;
    }
    .ournet-01 .s-13__map {
        display: none;
    }
    .case4 {
        margin-bottom: 15px;
    }
    .splash2 {
        display: none;
        ;
    }
}

@media (max-width:640px) {
    .reccomend_articles__preview.reccomend_case.our_web::before {
        content: ' ';
        width: 100vw;
        height: 50%;
        z-index: 0;
        position: absolute;
        left: 0;
        background: linear-gradient(#feb506, #fff0);
        background-position-y: 0;
        background-repeat: no-repeat;
    }
    .our_web {
        max-width: 95%;
    }
    .splash,
    .splash2 {
        height: 240px;
    }
}