

/* Start:/local/templates/daria/js/jquery-modal/modal.css?16329117951499*/
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 130px 20px 20px 20px;
    box-sizing: border-box;
    background-color: #2D9EC2;
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-indent: -9999px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/daria/js/jquery-modal/./close.svg);
    background-color: rgba(254,221,18,1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.modal a:hover {
    background-color: rgba(254,221,18,.65);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
/* End */


/* Start:/local/templates/daria/components/bitrix/news.list/info_list_menu/style.css?16339377752848*/

.events-card {
    display: block;
}

.events-card__picture {
    padding-bottom: 76.48%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.events-card__picture:hover {
    text-decoration: none;
}

.events-card__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.events-card__picture:hover .events-card__img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.events-card__content {
    padding: 20px 20px 80px;
    background: #ffffff;
    position: relative;
}

.events-card__info {
    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;
    margin-bottom: 20px;
}

.events-type {
    font-size: 15px;
    font-weight: 500;
    margin-top: 2px;
}

.events-type--actions {color: #fd0025;}
.events-type--events {color: #ff9c31;}

.events-type--news {color: #006484;}

.events-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #202232;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events-date__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #202232;
    fill: #202232;
    margin-right: 5px;
    vertical-align: baseline;
}

.events-card__title {
    height: 2.4em;
    font-size: 16px;
    line-height: 1.2;
    color: #202232;
    overflow: hidden;
}

.events-card__title a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.events-card__title a:hover {
    color: #FEDD12;
    text-decoration: none;
}

.events-card img.events-card__logo {
    max-height: 34px;
    width: auto!important;
    max-width: 100%;
    position: absolute;
    right: 20px;
    bottom: 24px;
}
.events-card span.events-card__logo {
    height: 25px;
    font-weight: 600;
    width: auto;
    max-width: 100%;
    position: absolute;
    right: 20px;
    bottom: 24px;
    font-size: 16px;
}
.events-card--size_sm img.events-card__logo {
    max-height: 28px;
    right: 14px;
    bottom: 20px;
}
/* End */


/* Start:/local/templates/daria/components/bitrix/news.list/logos_menu_slider/style.css?16327449491008*/
.header-dropdown__logo-slider {
    width: auto;
    margin: 0 0;
}

.header-dropdown__logo-slider .owl-prev{
    margin-right: 10px;
    right: 100%;
}

.header-dropdown__logo-slider .owl-next {
    margin-left: 10px;
    left: 100%;
}

.header-dropdown__logo-slider .owl-prev:hover {
    color: #ccc !important;
}

.logo-slider {
    background: #fff;
}

.logo-slider__slide {
    margin-bottom: 0;
    padding: 40px 0 11px 0;
}

.logo-slider__card {
    margin: 0 30px 30px;
    padding: 0 0 40%;
    position: relative;
}
.logo-slider__card:hover a{
    opacity: 0.6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.logo-slider__card img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.logo-slider .owl-prev, .logo-slider .owl-next {
    margin-top: 6px;
}
/* End */


/* Start:/local/templates/daria/components/bitrix/form.result.new/.default/style.css?16339372363130*/
.modal h3 {
    margin-top: 0;
}

.modal input[type='text'] {
    display: block;
    border: 0;
    background: #EBEBEB;
    padding: 14px 20px 12px;
    margin-bottom: 20px;
    color: #202232;
    width: 100%;
    border-radius: 4px;
}
.modal textarea {
    display: block;
    border: 0;
    background: #EBEBEB;
    padding: 14px 20px 12px;
    margin-bottom: 15px;
    color: #202232;
    width: 100%;
    border-radius: 4px;
}

.modal input[type='text']::placeholder {
    color: #3b3e5e;
}
.modal textarea::placeholder {
    color: #3b3e5e;
}

.modal input[type='submit']{
    border: 0;
    cursor: pointer;
    background: #fedd12;
    padding: 18px 40px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #202232;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.modal input[type='submit']:hover {
    background: #F0F0F0;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,.5);
    box-shadow: 0 0 0 4px rgba(255,255,255,.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.modal .dropdown {
    margin-bottom: 20px;
}
.modal .dropdown select{
    margin-left: 10px;
    border: 0;
    background: #EBEBEB;
    padding: 11px 0 10px 15px;
    border-radius: 4px;
}
.modal .error {
    display: block;
    font-size: 13px;
    color: #fd0025;
    line-height: 1.5em;
    margin: 10px 0;
}
.modal .error-field {
    line-height: 1.5em;
    margin: 10px 0;
    background: #ffc1ca!important;
}
.modal .consent {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .modal input[type='text'] {
        padding: 10px 20px 8px;
        width: 350px;
    }
}
@media (max-width: 767.98px) {
    .modal input[type='text'] {
        margin: 0 auto 15px auto;
    }
    .modal .btn.form-button {
        margin: auto;
    }
}
@media (max-width: 575.98px) {
    .modal input[type='text'] {
        width: auto;
    }
    .modal .btn.form-button {
        padding: 16px 40px 14px;
    }
}
.text-center {
    text-align: center;
}
div[id^="wait_"]
{
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial,
    sans-serif; font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0px !important;
    height: 0px !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}
/* End */


/* Start:/local/templates/daria/template_styles.css?178025873445265*/
*,*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{-webkit-text-size-adjust:100%;}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;margin-right: 7px;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
    height: 100%;
}

body{
    background: #fff;
    font: normal 14px/1.15 'Roboto', sans-serif;
    color: #202232;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.is-header-dropdown-show {
    overflow: hidden;
}

@media (min-width: 1200px){
    body.is-header-dropdown-show {
        padding-right: 17px;
    }
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input,
button,
select,
textarea {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
/*
input,
button {
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
*/
::-webkit-input-placeholder {
    color: #909;
}

:-moz-placeholder {
    color: #909;
    opacity: 1;
}

::-moz-placeholder{
    color: #909;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #909;
}

::-ms-input-placeholder {
    color: #909;
}

::placeholder {
    color: #909;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    display: block;
    font-weight: bold;
    position: relative;
}

h1,
.title--size_1 {
    font-size: 48px;
}

h2,
.title--size_2 {
    font-size: 42px;
}

h3,
.title--size_3{
    font-size: 36px;
}

h4,
.title--size_4 {
    font-size: 30px;
}

h5,
.title--size_5 {
    font-size: 24px;
}

h6,
.title--size_6 {
    font-size: 14px;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/daria/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


#site {
    min-height: 100vh;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    width: 170px;
    display: inline-block;
    font-size: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.logo:hover {
    text-decoration: none;
    opacity: .65;
}

.logo__img {
    width: 100%;
    height: auto;
    display: block;
}

.contacts-item {
    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: 300;
    letter-spacing: -.02em;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

a.contacts-item:hover {
    color: #FEDD12;
    text-decoration: none;
}

a.contacts-item--theme-hover-dark:hover {
    color: #202232;
}

.contacts-item__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: inherit;
    fill: currentColor;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
}

.contacts-link__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.social {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social__item {
    margin: 0;
    padding: 0;
}

.social__item:not(:last-child) {
    margin-right: 30px;
}

.social__link {
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.social__link:hover {
    color: #FEDD12;
    text-decoration: none;
}

.social__link:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}

.social__img {
    width: 26px;
    height: 26px;
    fill: currentColor;
    color: inherit;
}

.social__icon {
    height: 24px;
    width: 24px;
    display: block;
    color: inherit;
    fill: currentColor;
}

.action-link {
    display: block;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 0;
}

.action-link:hover {
    color: #202232;
    text-decoration: none;
}

.action-link:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.action-link:hover:before {
    background: rgba(254,221,18,.65);
}

.action-link__icon {
    width: 24px;
    height: 24px;
    display: block;
    fill: currentColor;
    color: inherit;
    position: relative;
    z-index: 0;
}

.action-link--way {
    color: #fd0025;
}

.toggle {
    background: transparent;
    width: 28px;
    height: 32px;
    color: inherit;
    border: none;
    outline: none;
    position: relative;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.toggle:hover {
    text-decoration: none;
}

.toggle:before {
    content: '';
    position: absolute;
    top: -6px;
    right: -8px;
    bottom: -6px;
    left: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.toggle:hover:before {
    background: rgba(254,221,18,.65) !important;
}

.toggle__line {
    background: currentColor;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, visibility, -o-transform;
    -moz-transition-property: transform, opacity, visibility, -moz-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform, -moz-transform, -o-transform;
}

.toggle__line:nth-child(1) {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

body.is-header-dropdown-show .header-nav__toggle .toggle__line:nth-child(2) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.toggle__line:nth-child(3) {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

body.is-header-dropdown-show .header-nav__toggle .toggle__line:nth-child(1),
body.is-header-dropdown-show .header-nav__toggle .toggle__line:nth-child(3) {
}

body.is-header-dropdown-show .header-nav__toggle .toggle__line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.is-header-dropdown-show .header-nav__toggle .toggle__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.is-header-dropdown-show .header-nav__toggle {
    color: #2D9EC2;
}

body.is-header-dropdown-show .header-nav__toggle:before {
    background: rgba(254,221,18,1);
}

.btn {
    background: #fff;
    padding: 24px 74px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: #202232;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.btn:hover {
    background: #F0F0F0;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 0 4px rgba(255,255,255,.5);
    box-shadow: 0 0 0 4px rgba(255,255,255,.5);
}

.btn--theme_dark {
    background: #202232;
    color: #fff;
}

.btn--theme_dark:hover {
    background: #16192F;
    -webkit-box-shadow: 0 0 0 4px rgba(32,34,50,.5);
    -moz-box-shadow: 0 0 0 4px rgba(32,34,50,.5);
    box-shadow: 0 0 0 4px rgba(32,34,50,.5);
}

.btn--theme_simple {
    background: transparent;
    color: #fff;
    border: 3px solid currentColor;
}

.btn--theme_simple:hover {
    color: #202232;
    border-color: #F0F0F0;
}

.btn--theme_light_blue {
    background: rgba(255,255,255,.25);
    padding: 16px 50px;
    color: #fff;
    border: 2px solid #fff;
}

.btn--theme_light_blue:hover {
    color: #202232;
    border-color: #F0F0F0;
}

.btn--size_sm {
    padding: 16px 50px;
    font-size: 16px;
}

.section-title {
    margin: 0;
    font-weight: 500;
}

.owl-dots {
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-dot {
    background: #ebebeb !important;
    width: 16px;
    height: 16px;
    margin: 10px;
    display: block;
    border: 3px solid #ebebeb  !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.owl-dot.active {
    background: #FF0000 !important;
}

.owl-dot:hover {
    background: rgba(255,0,0,.6) !important;
}

.owl-prev, .owl-next {
    background: transparent;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.js-services-slider-init-3--blue-nav .owl-prev,
.js-services-slider-init-3--blue-nav .owl-next {
    color: #2D9EC2 !important;
}

.owl-prev:before, .owl-next:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    bottom: -30px;
    left: -20px;
}

.owl-prev:hover,
.owl-next:hover {
    color: #2D9EC2 !important;
    text-decoration: none;
}

.owl-prev {
    margin-right: 36px;
    right: 100%;
}

.owl-next {
    margin-left: 36px;
    left: 100%;
}

.owl-btn-icon {
    width: 30px;
    height: 68px;
    display: block;
    fill: currentColor;
    color: inherit;
}

.owl-prev .owl-btn-icon {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.owl-btn-icon--size_sm {
    width: 20px;
    height: 38px;
}

.owl-btn-icon--size_lg {
    width: 50px;
    height: 90px;
}

.phone-link {
    font-size: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.phone-link:hover {
    color: #FFB701;
    text-decoration: none;
}

.phone-link__icon {
    width: 1em;
    height: 1em;
    margin: -.15em .2em 0 0;
    display: inline-block;
    color: inherit;
    fill: currentColor;
    vertical-align: middle;
}

.scroll-top {
    background: #FFB701;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 0;
    line-height: 70px;
    color: #006484;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.scroll-top:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 5px rgba(254,221,18,.6);
    -moz-box-shadow: 0 0 0 5px rgba(254,221,18,.6);
    box-shadow: 0 0 0 5px rgba(254,221,18,.6);
}

.scroll-top__icon {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    color: inherit;
    display: inline-block;
    fill: currentColor;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    vertical-align: middle;
}


.section {
    padding: 110px 0;
    position: relative;
}

.section--decor_dotted:before {
    background: url(/local/templates/daria/./images/dotted-decor-red-black.svg) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100px;
    height: 126px;
    margin-left: -764px;
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    pointer-events: none;
    z-index: 1;
}

.section--decor_dotted_theme_red_white:before {
    background-image: url(/local/templates/daria/./images/dotted-decor-red-white.svg);
}

.section--decor_dotted_theme_white_red:before {
    background-image: url(/local/templates/daria/./images/dotted-decor-white-red.svg);
}

.section--decor_dotted_theme_white_black:before {
    background-image: url(/local/templates/daria/./images/dotted-decor-white-black.svg);
}

.row {
    margin: 0 -15px;
    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;
}

[class^='row__col'] {
    padding-right: 15px;
    padding-left: 15px;
}

.content {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}

.content :first-child {
    margin-top: 0;
}

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

.tabs-content {
    display: block;
}

.tabs-content > :not(.is-show) {
    display: none;
}

/* header
===============*/

.header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 999;
}

.header-top {
    background: #006484;
    height: 50px;
    padding: 10px 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;
}

.header-top__container {
    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;
    color: #fff;
}

.header-contacts {
    margin: 0 0 -30px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top__contacts {
    margin-right: 15px;
}

.header-contacts__line:not(:last-child) {
    margin-right: 90px;
}

.header-contacts__line {
    margin: 0 0 30px;
    padding: 0;
}

.header-top__social {
    margin: 0 0 0 auto;
    padding: 0;
}

.header-nav {
    height: 80px;
    padding: auto 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;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header-nav__container {
    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;
}

.nav {
    display: block;
}

.header-nav__nav {
    margin: 0 auto;
}

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

.nav__item {
    margin: 0 0 0 70px;
    padding: 0;
}
.nav__item:first-child {
    margin-left: 0;
}
.nav__link {
    font-size: 16px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav__link:hover {
    color: #FEDD12;
    text-decoration: none;
}
.nav__link.active {
    color: #fd0025;
}
.nav__link:after {
    content: '';
    opacity: 0;
    border-bottom: 2px solid #fd0025;
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -10px;
    left: -15px;
    transition: all .5s;
}
.nav__link:hover:after {
    opacity: 1;
    border-bottom: 2px solid #FEDD12;
    transition: all .5s;
}
.nav__link.active:after {
    opacity: 1;
    border-bottom: 2px solid #fd0025;
    transition: all .5s;
}
.header-nav__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav__action-item {
    margin-right: 35px;
}

.header-nav__toggle {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1011;
    margin-left: 2px;
}

.header__dropdown {
    position: fixed;
    height: -webkit-calc(100vh + 40px);
    height: -moz-calc(100vh + 40px);
    height: calc(100vh + 40px);
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1010;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, visibility, -o-transform;
    -moz-transition-property: transform, opacity, visibility, -moz-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform, -moz-transform, -o-transform;
    overflow-x: hidden;
    overflow-y: auto;
}

body:not(.is-header-dropdown-show) .header__dropdown {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.header-dropdown {
    background: #2D9EC2;
    padding: 80px 0 40px;
    color: #fff;
}

.header-dropdown__row {
    margin: 0 -30px;
    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;
}

.header-dropdown__col {
    padding: 0 30px;
}

.header-dropdown__col--nav {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.header-dropdown__col--contacts {
    max-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 5%;
}

.header-dropdown__col--subnav {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.header-dropdown-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 500;
    font-size: 22px;
}

.header-dropdown-nav__item {
    margin: 0;
    padding: 0;
}

.header-dropdown-nav__item:not(:last-child) {
    margin-bottom: 30px;
}

.header-dropdown-nav__link {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header-dropdown-nav__link:hover {
    color: #FEDD12;
    text-decoration: none;
}

.header-dropdown-subnav {
    margin: 0 -15px -35px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-weight: 500;
    font-size: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-dropdown__sublist {
    margin-bottom: 42px;
}

.header-dropdown-subnav__item {
    max-width: 33.3333%;
    margin: 0 0 30px;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.header-dropdown-subnav__link {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header-dropdown-subnav__link:hover {
    color: #FEDD12;
    text-decoration: none;
}





/* tabs
===============*/
.tabs-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-nav__item {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.tabs-nav__link {
    background: transparent;
    padding: 10px 24px;
    margin-left: 10px;
    display: block;
    font-size: 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    white-space: nowrap;
}
.tabs-nav__item:first-child a{
    margin-left: 0;
}
.tabs-nav__link:hover {
    text-decoration: none;
}

.tabs-nav__link:not(.is-active):hover {
    color: #2D9EC2;
    text-decoration: none;
}

.tabs-nav__link.is-active {
    background: #2D9EC2;
    color: #fff;
    cursor: default;
    pointer-events: none;
}


/* map
===============*/

.map {
    display: block;
}

.map__title {
    margin: 0 0 50px;
}

.map__img {
    max-width: 100%;
    margin: 0 auto 12px;
    display: block;
}

.c-bg-el {
    position: relative;
    z-index: 0;
}

.bg-el {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -3;
}

.bg-darken {
    position: relative;
}

.bg-darken:after {
    background: #000;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: .4;
    z-index: -1;
}

.video-btn {
    background: #FF0000;
    width: 156px;
    height: 156px;
    padding-left: 6px;
    font-size: 0;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 25px rgba(32,34,50,.5);
    -moz-box-shadow: 0 0 0 25px rgba(32,34,50,.5);
    box-shadow: 0 0 0 25px rgba(32,34,50,.5);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    position: relative;
}

.video-btn:hover {
    background: #de0505;
    color: #FEDD12;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 20px rgba(32,34,50,.65);
    -moz-box-shadow: 0 0 0 20px rgba(32,34,50,.65);
    box-shadow: 0 0 0 20px rgba(32,34,50,.65);
}

.video-btn:after {
    width: 0;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.video-btn__icon {
    width: 40px;
    height: 38px;
    display: inline-block;
    fill: currentColor;
    color: inherit;
    vertical-align: middle;
}


/* about
===============*/

.about {
    padding: 114px 0;
    color: #fff;
}

.services-list {
    max-width: 1350px;
    margin: 0 -15px;
    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;
}

.services-list__col {
    max-width: 50%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/* instagram
===============*/

.instagram {
    background: #EBEBEB;
    color: #202232;
}

.instagram__title {
    margin: 0 0 114px;
    font-weight: normal;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.instagram__title-icon {
    width: 1.2em;
    height: 1.2em;
    margin: -.15em .02em 0 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.2em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1.2em;
    flex: 0 0 1.2em;
    fill: currentColor;
    color: inherit;
    vertical-align: middle;
}

.instagram__title a {
    display: inline-block;
    text-transform: initial;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.instagram__title a:hover {
    color: transparent;
    text-decoration: none;
}

.instagram__title a:after {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: -moz-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: -o-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    height: 100%;
    content: attr(data-title-hover);
    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;
    color: #405de6;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: initial;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

.instagram__title a:not(:hover):after {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.instagram-list__row {
    margin: 0 -15px -30px;
    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;
}

.instagram-list__col {
    max-width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.instagram-card {
    padding-bottom: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.instagram-card:before {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: -moz-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: -o-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.instagram-card:not(:hover):before {
    opacity: 0;
    visibility: hidden;
}

.instagram-list__card:hover {
    text-decoration: none;
}

.instagram-card__icon {
    width: 40px;
    height: 40px;
    fill: currentColor;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.instagram-card:not(:hover) .instagram-card__icon {
    opacity: 0;
    visibility: hidden;
}

/* footer
===============*/

.footer {
    background: #006484;
    padding-top: 60px;
    color: #fff;
}

.footer__row {
    margin: 0 -15px;
    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;
}

.footer__row-col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__row-col--logo {
    max-width: 38%;
    -webkit-flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
}

.footer__logo {
    margin: 0 0 58px;
    display: inline-block;
    vertical-align: top;
}

.footer-contacts {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-dropdown__contacts {
    margin-bottom: 30px;
}

.footer-contacts__item {
    margin: 0;
    padding: 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-type: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.01em;
}

.footer-contacts__item:not(:last-child) {
    margin-bottom: 28px;
}
.header-dropdown__col--contacts .footer-contacts__item:not(:last-child) {
    margin-bottom: 20px;
}



.footer-contacts__item--size_sm {
    font-size: 15px;
}
.header-dropdown__col--contacts .footer-contacts__item--size_sm {
    font-size: 15px;
}
.footer-contacts__icon {
    width: 1.5em;
    height: 1.5em;
    margin: 0 .88em 0 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.8em;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1.8em;
    flex: 0 0 1.8em;
    fill: currentColor;
    vertical-align: middle;
}

.footer-contacts__item a {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.footer-contacts__item a:hover {
    color: #FEDD12;
    text-decoration: none;
}

.footer__row-col--nav {
    max-width: 35%;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-nav {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    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;
}

.footer__nav {margin-top: 30px;}

.footer-nav__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 22px;
    padding: 0 15px;
}

.footer-nav__link {
    font-size: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.footer-nav__link:hover {
    color: #FEDD12;
    text-decoration: none;
}

.footer__row-col--contacts {
    max-width: 27%;
    -webkit-flex-basis: 27%;
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
    text-align: center;
}

.footer__phone {
    margin: 34px 0 40px;
    display: inline-block;
    vertical-align: top;
}

.footer__btn {
    margin: 0 0 60px;
}

.footer__social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__row-col--copyright {
    max-width: 100%;
    margin-top: 50px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
}

.footer__row-col--copyright:before {
    background: rgba(235,235,235,.1);
    width: 110vw;
    height: 2px;
    content: '';
    position: absolute;
    top: 0;
    left: 55%;
    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    -o-transform: translateX(-55%);
    transform: translateX(-55%);
    pointer-events: none;
}

.footer__scroll-up {
    position: absolute;
    top: -37px;
    right: 15px;
    z-index: 1;
}

.footer__copyright {
    padding: 40px 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    position: relative;
}

/*  events
===============*/

.events-list__row {
    margin-bottom: -50px;
}

.events-list__col {
    max-width: 25%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.events-list__card {
    height: 100%;
}

.more {
    background: #2D9EC2;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 0;
    line-height: 70px;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.more:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 5px rgba(0,100,132,.4);
    -moz-box-shadow: 0 0 0 5px rgba(0,100,132,.4);
    box-shadow: 0 0 0 5px rgba(0,100,132,.4);
}

.more__icon {
    width: 24px;
    height: 24px;
    color: inherit;
    display: inline-block;
    fill: currentColor;
    vertical-align: middle;
}

.events__more {
    margin: 70px auto 0;
}



/* contacts
=============== */
.section.contacts {
    padding-bottom: 0;
}
.contacts {
    background: #EBEBEB;

}

.contacts__contacts-info {
    margin: 56px -15px 0;
    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-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-info__title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.contacts-info__item {
    max-width: 33.33%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.contacts-info__item .contacts-item {
    color: #202232;
    font-size: 18px;
}

.buttons-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 34px;
}

.contacts__buttons-nav {
    margin-top: 80px;
}

.contacts-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;
    border: none;
    max-height: 60px;
    background: #2D9EC2;
    padding: 18px 25px;
    max-width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    color: #fff;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.contacts-button:hover {
    background: #16192F;
    text-decoration: none;
}

.buttons-nav__contacts-button {
    margin: 0 15px;
}

.contacts-button__icon {
    max-width: 60px;
    max-height: 16px;
    margin-right: 10px;
    color: inherit;
    fill: currentColor;
    -webkit-transition: all .34s ease;
    -o-transition: all .34s ease;
    -moz-transition: all .34s ease;
    transition: all .34s ease;
}

.contacts-button:hover .contacts-button__icon {
    -webkit-transform: translateX(0px) scale(1.2);
    -moz-transform: translateX(0px) scale(1.2);
    -ms-transform: translateX(0px) scale(1.2);
    -o-transform: translateX(0px) scale(1.2);
    transform: translateX(0px) scale(1.2);
}

.contacts-button:hover .contacts-button__icon.contacts-button__icon--taxi {
    -webkit-transform: scale(.76) rotate(180deg);
    -moz-transform: scale(.76) rotate(180deg);
    -ms-transform: scale(.76) rotate(180deg);
    -o-transform: scale(.76) rotate(180deg);
    transform: scale(.76) rotate(180deg);
    -webkit-filter: drop-shadow(0 -20px 0 currentColor) drop-shadow(0 20px 0 currentColor);
    filter: drop-shadow(0 -20px 0 currentColor) drop-shadow(0 20px 0 currentColor);
}

.contacts-map {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0;
}

.contacts-map img {
    width: 100%;
    height: 100%;
}


.greeting {
    background: #fff;
    padding: 200px 0;
}

.greeting__container {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.45;
}

.about-page {
    background: #EBEBEB;
}

.about-page__title {
    margin: 0 0 60px;
}

.separator {
    -moz-animation: fadeTime 1s ease infinite;
    -webkit-animation: fadeTime 1s ease infinite;
}
@-webkit-keyframes fadeTime {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}
@-moz-keyframes fadeTime {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1.0;
    }
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;

    max-width: 80%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    gap: 20px;
}

#cookie_note p {
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: #838383;

}
#cookie_note a {
    color: #006484;
}
.cookie_accept {
    height: 40px;
    align-self: center;
    font-size: 16px!important;
    padding: 0px 20px!important;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}
@media (max-width: 1600px){
    #cookie_note {
        width: 90%;
    }
}
@media (max-width: 992px){
    #cookie_note {
        width: 90%;
    }
}
@media (max-width: 767px){
    #cookie_note.show{
        display: block;
        text-align: center;
    }
    .cookie_accept{
        margin-top: 20px;
    }

    #cookie_note {
        width: 95%;
    }
}

@media (max-width: 576px){
    #cookie_note.show{
        display: block;
        text-align: center;
    }
    #cookie_note {
        width: 95%;
    }
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}
.form-checkbox__text a {
    color: #006484;
}
/* End */


/* Start:/local/templates/daria/css/__media.css?163274494925534*/
@media (min-width: 640px){
    
}
 
@media (min-width: 768px){

}
 
@media (min-width: 1024px){

}
 
@media (min-width: 1200px){
    body:not(.is-header-dropdown-show) .header.is-sticky {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
           -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
                box-shadow: 0 1px 1px rgba(0,0,0,.1);
        -webkit-transform: translateY(-54px);
           -moz-transform: translateY(-54px);
            -ms-transform: translateY(-54px);
             -o-transform: translateY(-54px);
                transform: translateY(-54px);
    }
    .header.is-sticky .header-nav {
        height: 70px;
        padding-top: 10px;
        padding-bottom: 6px;
    }
    .header.is-sticky .header-nav__logo {
        width: 140px;
    }
}
 
@media (max-width: 1400px){
    .header-nav__nav {
        margin-right: 30px;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .footer-contacts__item {
        font-size: 14px;
    }
    .footer-contacts__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .footer__btn {
        padding: 16px 36px;
        font-size: 18px;
    }
    .phone-link {
        margin: 28px 0;
        font-size: 20px;
    }
    .footer__copyright {
        padding: 25px 0;
        font-size: 20px;
    }
}
 
@media (max-width: 1199px){
    #site {
        padding-top: 58px;
    }
    .header-nav__nav,
    .header-top {
        display: none;
    }
    .header-nav {
        height: 58px;
        padding: 10px 0;
    }
    .logo {
        width: 94px;
    }
    .header-nav__action {
        margin-left: auto;
    }
    .header-nav__action-item {
        margin-right: 26px;
    }
    .toggle {
        width: 28px;
        height: 20px;
    }
    .toggle__line:nth-child(1) {
        -webkit-transform: translateY(-8px);
           -moz-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    .toggle__line:nth-child(3) {
        -webkit-transform: translateY(9px);
           -moz-transform: translateY(9px);
            -ms-transform: translateY(9px);
             -o-transform: translateY(9px);
                transform: translateY(9px);
    }
    .main-slider__content {
        padding: 100px 0;
    }
    h2, .title--size_2,
    .main-slider__title,
    .about__title,
    .instagram__title {
        font-size: 48px;
    }
    .instagram__title,
    .about__title {
        margin-bottom: 30px;
    }
    .about__text {
        font-size: 20px;
    }
    .video-btn {
        width: 92px;
        height: 92px;
        margin-left: 40px;
        -webkit-box-shadow: 0 0 0 8px rgba(32,34,50,.5);
           -moz-box-shadow: 0 0 0 8px rgba(32,34,50,.5);
                box-shadow: 0 0 0 8px rgba(32,34,50,.5);
    }
    .video-btn:hover {
        -webkit-box-shadow: 0 0 0 6px rgba(32,34,50,.65);
           -moz-box-shadow: 0 0 0 6px rgba(32,34,50,.65);
                box-shadow: 0 0 0 6px rgba(32,34,50,.65);
    }
    .video-btn__icon {
        width: 32px;
        height: 30px;
    }
    .main-slider__title {
        line-height: 1.1;
    }
    .main-slider__date {
        margin-bottom: 80px;
        font-size: 20px;
    }
    .main-slider__container {
        min-height: 0;
    }
    .services-slider {
        padding: 0 15px;
    }
    .js-main-slider-init .owl-nav,
    .js-services-slider-init .owl-nav {
        display: none !important;
    }
    .main-slider__footer {
        text-align: center;
    }
    .btn:not(.footer__btn) {
        padding: 20px 54px;
        font-size: 24px;
    }
    .main-slider .owl-dots {
        bottom: 24px;
    }
    .owl-dot {
        width: 16px;
        height: 16px;
    }
    .header__dropdown {
        top: 58px;
    }
    .events__header {
        margin-bottom: 60px;
    }
    .tabs-nav__link {
        padding: 8px 18px;
        font-size: 16px;
    }
    .events-card__info {
        margin-bottom: 15px;
    }
    .events-type {
        font-size: 20px;
    }
    .events-card__content {
        padding: 35px 15px 70px;
    }
    .events-card img.events-card__logo {
        max-height: 27px;
        bottom: 30px;
    }
    .events-date {
        font-size: 16px;
    }
    .events-card__title {
        font-size: 20px;
    }
    .events-slider__row {
        margin-bottom: -90px;
    }
    .events-slider__col {
        margin-bottom: 90px;
    }
    .header-dropdown {
        padding: 80px 0 40px;
    }
    .header-dropdown__list {
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 18px;
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .header-dropdown__events-slider,
    .header-dropdown__logo-slider {
        display: none !important;
    }
    .header-dropdown__sublist {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .header-dropdown-subnav__item {
        margin-bottom: 25px;
    }
    .header-dropdown__col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .header-dropdown__col--nav,
    .header-dropdown__col--subnav {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .header-dropdown__col--contacts {
        padding-top: 15px;
        padding-bottom: 35px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .section--decor_dotted:before {
        display: none !important;
    }
    .footer-nav__link {
        font-size: 20px;
    }
    .events-description__text,
    .events-body__content {
        font-size: 16px;
    }
    .events-description__title,
    .events-description__info {
        margin-bottom: 20px;
    }
    .events-body__events-description {
        max-width: initial;
        margin-left: 20px;
    }
    .events-body__head {
        margin-bottom: 20px;
    }
    .section {
        padding: 70px 0 110px 0;
    }
    .contacts-info__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .contacts-info__item .contacts-item {
        font-size: 14px;
    }
    .contacts-info__item .contacts-item__icon {
        width: 16px;
        height: 16px;
        margin-right: 4px;
        -webkit-flex-basis: 16px;
            -ms-flex-preferred-size: 16px;
                flex-basis: 16px;
    }
    .contacts__buttons-nav {
        margin-top: 60px;
    }
    .single-shop-card__img {
        /*margin-right: 30px;*/
    }
    .shop-description {
        -webkit-flex-basis: 49%;
            -ms-flex-preferred-size: 49%;
                flex-basis: 49%;
    }
    .shop-description__header {
        margin-bottom: 40px;
    }
    .shop-description__work-time,
    .shop-contacts {
        font-size: 18px;
    }
    .shop-description__text {
        font-size: 18px;
    }
    .shop-description__shop-contacts {
        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-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .shop-description__shop-logo {
        max-width: 120px;
    }
    .shop__container {
        font-size: 20px;
    }
    .single-shop-card__header {
        font-size: 22px;
    }
}
 
@media (max-width: 1023px){
    .tenants__title {
        text-align: center;
    }
    .tenants-card__picture {
        width: 80px;
        height: 80px;
        margin-bottom: 6px;
    }
    .tenants-card__icon {
        max-width: 50%;
        max-height: 50%;
    }
    .tenants-card__title {
        margin-bottom: 6px;
        font-size: 22px;
    }
    .tenants-card__text {
        font-size: 14px;
    }
    .tenants__list {
        margin-bottom: 20px;
    }
    .services-type-card {
        min-height: 480px;
        padding: 80px 40px;
    }
    .services-type-card__title {
        margin-bottom: 10px;
        font-size: 36px;
    }
    .services-type-card__logo {
        max-height: 40px;
    }
    .services-type-card__header.is-right, .services-type-card__btn.is-right {
        margin-right: 4%;
    }
    .about {
        padding: 50px 0;
    }
    .about__name {
        font-size: 80px;
    }
    .services-slider {
        padding: 0;
    }
    .our-partners__title {
        margin-bottom: 40px;
    }
    .our-partners__block {
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .our-partners__content,
    .our-partners__list {
        width: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .our-partners__content {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .partners-list__row {
        margin: 0 -10px -30px;
    }
    .partners-list__col {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .our-partners__footer {
        display: none;
    }
    .instagram-list__col {
        max-width: 33.33%;
        -webkit-flex-basis: 33.33%;
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%;
    }
    .instagram-list__col:nth-last-child(1),
    .instagram-list__col:nth-last-child(2) {
        display: none;
    }
    .about__btn {
        margin-left: 0;
    }
    .footer {
        padding-top: 40px;
    }
    .footer__row-col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .footer__logo {
        margin-bottom: 0;
    }
    .footer__row-col--nav {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .footer__row-col--logo {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
           -moz-box-ordinal-group: -1;
            -ms-flex-order: -2;
                order: -2;
    }
    .footer__contacts {
        display: none;
    }
    .footer-nav__item {
        margin-bottom: 18px;
    }
    .footer-nav__link {
        font-size: 16px;
    }
    .footer__row-col--contacts {
        text-align: left;
    }
    .footer__phone {
        margin: 20px 0 30px;
        display: table;
    }
    .footer__btn {
        margin-bottom: 30px;
    }
    .footer__social {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .footer__copyright {
        padding: 10px 0;
        font-size: 12px;
    }
    .shops-list__col {
        margin-bottom: 30px;
    }
    .shops-list__col,
    .events-list__col {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
    }
    .letter-card__title {
        font-size: 22px;
    }
    .letter-card__description {
        font-size: 14px;
    }
    .shop-row__letter {
        max-width: 130px;
        font-size: 100px;
        -webkit-flex-basis: 130px;
            -ms-flex-preferred-size: 130px;
                flex-basis: 130px;
    }
    .shop-row__list {
        margin-bottom: -30px;
        padding-top: 10px;
    }
    .shop-row__col {
        margin-bottom: 30px;
    }
    .greeting__container {
        font-size: 30px;
    }
    .about-info-card__picture {
        max-width: 160px;
        margin-right: 15px;
        -webkit-flex-basis: 160px;
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px;
    }
    .about-info-card-list__card:nth-child(even) .about-info-card__picture {
        max-width: 110px;
        margin-left: 15px;
        -webkit-flex-basis: 110px;
            -ms-flex-preferred-size: 110px;
                flex-basis: 110px;
    }
    .about-info-card__content {
        font-size: 20px;
    }
    .contacts-info__item {
        max-width: 100%;
        margin-bottom: 20px;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .contacts__contacts-info {
        margin-top: 30px;
    }
    .contacts__buttons-nav {
        -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;
    }
    .buttons-nav__contacts-button {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
        padding: 10px 20px;
        font-size: 16px;
    }
    .contacts-button__icon {
        margin-right: 10px;
    }
}
 
@media (max-width: 767px){
    .section {
        padding: 30px 0 100px 0;
    }
    .section-title {
        text-align: center;
    }
    h2, .title--size_2,
    .main-slider__title,
    .about__title,
    .instagram__title {
        font-size: 28px;
    }
    .events__header {
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .events__title {
        width: 100%;
        margin: 0 0 24px;
        display: block;
        text-align: center;
    }
    .events__nav {
        width: 100%;
        margin: 0 0 30px;
        overflow-x: auto;
    }
    .tabs-nav__link {
        font-size: 15px;
        -webkit-border-radius: 20px;
           -moz-border-radius: 20px;
                border-radius: 20px;
    }
    .events-slider__col + .events-slider__col {
        display: none;
    }
    .services-card:before {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .services-slider__card {
        height: 60vw;
    }
    .btn {
        padding: 18px 36px;
        font-size: 20px;
    }
    .services-card__title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .about__text {
        margin-bottom: 50px;
    }
    .about__title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .about__name {
        margin-bottom: 50px;
        font-size: 60px;
    }
    .services-type-card {
        min-height: 360px;
    }
    .main-slider__img {
        -o-object-position: 19% center;
           object-position: 19% center;
    }
    .about__text,
    .our-partners__content {
        font-size: 16px;
    }
    .footer__btn {
        padding: 12px 24px;
        font-size: 16px;
    }
    .footer__scroll-up {
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: -19px;
    }
    .footer__scroll-up .scroll-top__icon {
        width: 12px;
        height: 12px;
    }
    .events-body__head {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .events-body__img {
        max-width: 100%;
        margin-bottom: 20px;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        font-size: 0;
        text-align: center;
    }
    .events-body__events-description {
        margin-left: 0;
    }

    .events-description__title {
        font-size: 22px;
    }
    .events-description__text,
    .events-body__content {
        font-size: 14px;
    }
    .events-list__col {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .appearance__btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .shops__appearance {
        margin-left: 15px;
    }
    .appearance__btn:not(:last-child) {
        margin-right: 15px;
    }
    .search__input {
        padding: 10px 60px 10px 14px;
        font-size: 14px;
    }
    .search__btn {
        padding: 0 12px;
    }
    .search__icon {
        width: 16px;
        height: 16px;
    }
    .appearance__icon {
        width: 16px;
        height: 16px;
    }
    .shops__title {
        margin-bottom: 40px;
    }
    .shops-list__col {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .shop-card__content {
        padding: 10px;
    }
    .shop-card__title {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .shop-card__description {
        margin-top: 5px;
    }
    .shop-card__kind {
        font-size: 12px;
    }
    .shop-card__floor {
        font-size: 12px;
    }
    .shops__nav {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .shops__bolk {
        margin-bottom: 40px;
    }
    .shops__nav {
        margin-bottom: 70px;
    }
    .shop-row__col {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .shop-row {
        padding-top: 50px;
        position: relative;
        z-index: 0;
    }
    .shop-row__letter {
        font-size: 44px;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: -1;
    }
    .greeting__container {
        font-size: 26px;
    }
    .about-info-card__picture {
        max-width: 68px;
        margin-right: 10px;
        -webkit-flex-basis: 68px;
            -ms-flex-preferred-size: 68px;
                flex-basis: 68px;
    }
    .about-info-card-list__card:nth-child(even) .about-info-card__picture {
        max-width: 48px;
        margin-left: 10px;
        -webkit-flex-basis: 48px;
            -ms-flex-preferred-size: 48px;
                flex-basis: 48px;
    }
    .about-info-card__content {
        font-size: 14px;
    }
    .about-info-card__title {
        margin-bottom: 5px;
    }
    .about-info-card-list__card:not(:last-child) {
        margin-bottom: 40px;
    }
    .btn:not(.footer__btn) {
        padding: 12px 26px;
        font-size: 14px;
    }
    .services-card {
        padding-right: 10px;
        padding-left: 10px;
    }
    .our-partners {
        padding: 50px 0;
    }
    .our-partners__title {
        margin-bottom: 20px;
        text-align: left;
    }
    .single-shop-card__header {
        font-size: 20px;
    }
    .single-shop-card__body {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .single-shop-card__img,
    .single-shop-card__shop-description,
    .shop-description__info,
    .shop-description__shop-logo {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .shop-description__info,
    .shop-description__shop-logo {
        margin-bottom: 10px;
    }
    .single-shop-card__img {
        margin: 0;
    }
    .shop-description__text {
        font-size: 14px;
    }
    .shop-description__header {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .shop-description__header {
        margin-bottom: 10px;
    }
    .shop__container {
        font-size: 18px;
    }
    .main-slider__container {
        display: block;
    }
    .owl-carousel .owl-item img.main-slider__img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
        padding: 20px 0 0;
        display: block;
    }
    .main-slider__content {
        margin: 0;
        padding: 30px 0 30px;
        text-align: center;
    }
    .main-slider__date {
        margin-bottom: 40px;
    }
}

@media (max-width: 639px){
    .shop__container {
        font-size: 17px;
    }
    .single-shop-card__show-on-map {
        margin: 18px 0;
        padding: 8px 18px;
        font-size: 16px;
    }
    .single-shop-card__header {
        font-size: 18px;
        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;
    }
    .greeting__container {
        font-size: 4vw;
    }
    .tenants__list {
        margin-right: -5px;
        margin-left: -5px;
    }
    .tenants__list-col {
        padding: 0 5px;
    }
    .tenants-card__title {
        font-size: 19px;
    }
    .tenants-card__text {
        font-size: 11px;
    }
    .instagram-list__col {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .instagram-list__col:nth-last-child(1),
    .instagram-list__col:nth-last-child(2),
    .instagram-list__col:nth-last-child(3),
    .instagram-list__col:nth-last-child(4) {
        display: none;
    }
    .about__container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .about__content {
        width: 100%;
    }
    .about__container {
        position: relative;
    }
    .about__play {
        margin: 0;
        position: absolute;
        bottom: -10px;
        right: 30px;
    }
    .header-dropdown__list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
    .header-dropdown-subnav__item {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .services-list__col {
        max-width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .services-list__col:not(:last-child) {
        margin-bottom: 15px;
    }
    .footer__btn {
        width: 100%;
    }
    .shop-card__description {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .shop-card__kind,
    .shop-card__floor {
        width: 100%;
    }
    .shops-list__row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .shops-list__col {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .shop-card__kind {
        padding-right: 0;
    }
    .shop-row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .shop-row__letter {
        width: 100%;
        max-width: 100%;
        -webkit-flex-basis: initial;
            -ms-flex-preferred-size: initial;
                flex-basis: initial;
    }
}

@media (max-width: 549px) {
    .shops-list__col,
    .events-list__col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .about__text,
    .our-partners__content {
        font-size: 14px;
    }
    .about__title {
        font-size: 17px;
    }

}

@media (max-width: 480px) {
    .letter-card__title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .letter-card__description {
        font-size: 12px;
    }
    .about__btn {
        width: 100%;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }
    .about__play {
        margin: 40px auto 30px;
        position: static;
    }
    .shop__container {
        font-size: 15px;
    }
}
/* End */
/* /local/templates/daria/js/jquery-modal/modal.css?16329117951499 */
/* /local/templates/daria/components/bitrix/news.list/info_list_menu/style.css?16339377752848 */
/* /local/templates/daria/components/bitrix/news.list/logos_menu_slider/style.css?16327449491008 */
/* /local/templates/daria/components/bitrix/form.result.new/.default/style.css?16339372363130 */
/* /local/templates/daria/template_styles.css?178025873445265 */
/* /local/templates/daria/css/__media.css?163274494925534 */
