

/* Start:/local/templates/.default/css/template_styles.css?175764544324891*/
* {
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

html {
    font-size: 14px;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

#page {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section_wrapper {
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}


/* -- BEGIN  COLOR -- */

.bg_dark {
    background-color: #000000 !important;
}

.bg_light_grey {
	background: rgba(235, 235, 235, .3);
}

.text_white {
    color: #ffffff !important;
}

/* -- END COLOR -- */

/* -- BEGIN HEADER -- */
.main {
    width: 100vw;
}

.menu_top {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px 0 30px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 99px;
    /*background-color: transparent;*/
    background-color: rgba(36, 33, 33, 0.2);
    transition: .2s;
}

.menu_top_mobil {
    display: none;
}

.menu_top_light {
    background-color: #ffffff;
    box-shadow: 1px 5px 10px -5px #666;
}

.menu_top_light .nav ul li  > a span {
    color: #1ea0e4;
}

.menu_top_light .nav ul li  > a:hover {
    background-color: #087eba;
    color: white;
    box-shadow: 1px 5px 10px -5px black;
    transition: all .1s ease;
}

.menu_top_light .nav ul li  > a:hover span {
    /*border-bottom: 3px solid #1ea0e4;*/
    border-bottom: none;
    color: #ffffff;
}

.menu_top_light .nav ul li  > a.selected span {
    border-bottom: 3px solid #1ea0e4;
}

.menu_top_logo {
    display: flex;
    left: 0;
    /*width: 300px;
    padding: 20px 0 0 30px;*/
    height: 79px;
}

.menu_top_logo img {
    width: 60px;
    height: 60px;
    float: left;
    padding: 3px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 0 2px 1px white;
}

.menu_top_logo p {
    float: right;
    margin: 0;
    padding: 7px 0 0 10px;
    text-align: justify;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2;
}

.menu_top_logo p span {
    color: #1ea0e4;
    animation-name: tic;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.menu_top_contact {
    /*padding-right: 30px;
    margin-right: 40px;*/
}

.call_button {
    display: inline-flex;
}

.call_button .icon img {
    width: 30px;
    height: 30px;
}

.call_button .number {
    display: flex;
    align-self: center;
    padding: 3px 0 0 0;
    min-width: 185px;
}

.call_button .number a {
    text-decoration: none;
    box-sizing: border-box;
    color: #1ea0e4;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.33333rem;
    padding-left: 10px;
}

.soc_net {
    display: flex;
    justify-content: end;
}

.soc_net div a img {
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    padding: 5px;
    border: 3px solid rgba(30, 160, 254, 0.2);
    border-radius: 50px;
    margin-left: 6px;
}

.soc_net div a:hover img {
    border: 3px solid rgba(30, 160, 254, 0.8);
    transition: .2s;
}
/* -- END HEADER -- */

/* --BEGIN MAIN -- */

/* ---- BEGIN_SECTION GREETING ---- */
.sec_greeting {
    position: relative;
    background-image: url("/local/templates/.default/css/../img/aurora.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.sec_greeting video {
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
    /*margin-bottom: -2.7px;*/
}

.sec_greeting .log_victory {
	max-width: 110px;
    position: absolute;
	right: 5vw;
    top: 10vh;
}

.sec_greeting .log_victory img {
	width: auto;
    height: 300px;
}

.sec_greeting .greeting_info {
    max-width: 670px;
    position: absolute;
    top: 25vh;
}

.greeting_info h1 {
    color: #fb1a4e;
    font-weight: 800;
    font-size: 2.28571rem;
}

.greeting_info h2 {
    color: #1ea0e4;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.38095rem;
    text-align: left;
    margin-top: 120px;
    margin-bottom: 15px;
}

.greeting_info p {
    font-size: 1.04762rem;
    color: white;
    margin: 0;
}

/* ---- END_SECTION GREETING ---- */

/* ---- BEGIN_SECTION NEWS ---- */

.sec_news {
    height: 615px;
    width: 100%;
    background-image: linear-gradient(to right, #1ea0e3 64.8%, #11c0db 100%);
}

/* ---- END_SECTION NEWS ---- */


/* ---- BEGIN_SECTION TOURIST ---- */

.sec_tourist {
    position: relative;
    top: 0;
    left: 0;
    min-height: 0;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.sec_tourist .tourist_header {
    text-align: center;
    margin-bottom: 50px;
}

.sec_tourist .tourist_header h1 {
    text-transform: uppercase;
    color: #fb1a4e;
    font-weight: bold;
    font-size: 2.28571rem;
    padding: 0;
    margin: 0;
}

.sec_tourist .tourist_header p {
    color: #087eba;
    font-weight: bold;
    font-size: 1.04762rem;
    padding: 0;
    margin: 15px 0;
}


/* ---- END_SECTION TOOURIST ---- */

/* ---- BEGIN_SECTION USEFUL_INF ---- */

.sec_useful_inf {
    position: relative;
    height: 575px;
    background: url(/local/templates/.default/css/../img/jeeps.jpg);
    background-repeat: no-repeat !important;
    background-position: center 100px !important;
    background-size: cover !important;
    webkit-background-size: cover !important;;
    -moz-background-size: cover !important;;
    -o-background-size: cover !important;;
    background-attachment: fixed !important;
    box-shadow: inset 0 0 10px 0 #aaa;
}

/*.sec_useful_inf {
    position: relative;
    height: 575px;
}

.useful_inf_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center 100px !important;
    background-size: cover !important;
    background-image: url('/local/templates/.default/css/../img/jeeps.jpg');
    background-attachment: scroll;
    box-shadow: inset 0 0 10px 0 #aaa;
}*/

.sec_useful_inf a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    /*font-size: 40pt;*/
	font-size: 3.80952142rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 220px;
}

.sec_useful_inf a .text_wrap {
    display: inline-block;
    padding: 40px 60px 50px;
    background-color: rgba(40, 40, 40, 0.6);
    transition: .2s;
}

.sec_useful_inf a span {
}

/* ---- END_SECTION USEFUL_INF ---- */

/* ---- BEGIN_SECTION TAIMYR_INF ---- */

.sec_taimyr_inf .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.sec_taimyr_inf .taimyr_inf_header {
    text-align: center;
    margin-bottom: 50px;
}

.sec_taimyr_inf .taimyr_inf_header p {
    color: #087eba;
    font-size: 1.14286rem;
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
}

.sec_taimyr_inf .taimyr_inf_header p span {
    color: #fb1a4e;
}

/* ---- END_SECTION TAIMYR_INF ---- */

/* -- END MAIN -- */

/* -- BEGIN_PAGE_SEARCH -- */

.page_search {
    margin: 100px 0;
}

/* -- END_PAGE_SEARCH -- */

/* -- BEGIN_PAGE ABOUT_US -- */

.page_about_us {
    text-align: justify;
    /*max-width: 1366px;
    margin-bottom: 100px;*/
}

.page_about_us .container {
	padding: 0 10px;
}

.page_about_us_sec {
    padding: 50px 0;
}

.page_about_us h1 {
    color: #1ea0e4;
}

.page_about_us p {
    font-size: 1.14286rem;
    line-height: 1.8;
}

.about_block {
    /*padding: 0 10px;*/
    padding-top: 0;
}

.information_block {
    /*margin: 50px 0;
    padding: 50px 0;
    background: rgba(235, 235, 235, .3);*/
}

.information_block h2,
.information_block h3,
.persons h2,
.progress h2 {
    color: #1ea0e4;
}

.information_block h2 {
    text-align: center;
    margin-bottom: 100px;
}

.information_block h3 {
    font-size: 0.9524rem;
}

.information_block ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 100px;
}

.information_block ul li {
    margin: 0 auto;
    width: 300px;
}

.information_block ul li p {
    text-align: center;
    color: deepskyblue;
    letter-spacing: -1px;
}

.information_block ul li p:first-child {
    position: relative;
    width: 170px;
    margin: 0 auto;
}

.information_block ul li img {
    width: 150px;
    height: 150px;
}

.information_block ul li .pict span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #1ea0e4;
    font-weight: bold;
    letter-spacing: 2px;
}

.page_about_us .information_block .all_info_block {
    font-size: 0.9524rem;
    display: inline-flex;
    flex-wrap: wrap;
}

.all_info_block div {
    display: flex;
    flex-direction: column;
    width: 30%;
    font-family: system-ui;
}

.all_info_block div h3 {
    margin-bottom: 0;
}

.all_info_block .left {
    margin: 0 auto 0 0;
    padding: 0 10px 0 30px;
}

.all_info_block .left ol {
    padding: 0;
}

.all_info_block .left ol li {
    margin-bottom: 10px;
}

.all_info_block .middle {
    margin: 0 auto;
    padding: 0 10px 0 30px;
}

.all_info_block .middle ul {
    display: block;
}

.all_info_block .middle ul li {
    margin: 0;
    width: auto;
    list-style: circle;
    margin-bottom: 10px;
}

.all_info_block .right {
    margin: 0 0 0 auto;
    padding: 0 10px 0 30px;
}

.all_info_block .right p {
    font-size: 0.9524rem;
    line-height: 1.2;
}

.all_info_block .right p span {
    color: #1ea0e4;
    font-weight: bold;
}

.all_info_block .right p a {
    color: #fb1a4e;
    transition: .1s;
    text-decoration-color: #1ea0e4;
}

.page_about_us .persons .container>h2,
.page_about_us .progress .container>h2 {
	text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 1.6rem;
}


/* -- END_PAGE ABOUT_US -- */

/* -- BEGIN_PAGE NORTHERNLIFE -- */

.page_northernlife .container {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 1.14286rem;
    line-height: 19.2px;
    box-sizing: content-box;
}

.page_northernlife h5 {
    color: #1ea0e4;
    font-weight: 600;
    text-align: center;
    font-size: 1.42857rem;
    margin-bottom: 8px;
}
.page_northernlife hr {
    margin-top: 1.14286rem;
    margin-bottom: 1.14286rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.page_northernlife h1 {
    color: #1ea0e4;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 2.28571rem;
    text-align: center;
    margin-top: 50px;
}

.page_northernlife p {
    text-align: justify;
}

.page_northernlife .top_box {
    /*margin-bottom: 100px;*/
}

.page_northernlife .north {
    display: flex;
}

.page_northernlife .north p {
    margin: 0 auto;
}

.page_northernlife .north a {
    margin: 0 auto;
}

.page_northernlife .north p img {
    vertical-align: middle;
    border-style: none;
}

.page_northernlife .top_box > p {
    margin-top: 50px;
}

.page_northernlife .life {
    /*margin: 50px 0 100px;*/
    padding-top: 80px;
}

.page_northernlife .life p {
    font-size: 1.04752rem;
    padding: 5px 15px;
}

.page_northernlife .life p img {
    float: left;
    margin-right: 25px;
}

/* -- END_PAGE NORTHERNLIFE -- */

/* -- BEGIN_PAGE ENISEY -- */

.page_enisey container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.page_enisey h1 {
    font-size: 1.90476rem;
    color: #1ea0e4;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.page_enisey .out_box p {
    font-size: 1.04762rem;
    padding-top: 45px;
}

.page_enisey .top_box {
    width: 500px;
    margin: 0 auto;
}

.page_enisey .top_box .poem {
    font-style: italic;
    font-size: 0.95238rem;
    color: #1ea0e4;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 25px;
}

.page_enisey .top_box > p:last-child {
    font-weight: bold;
    /*font-size: 8pt;*/
    font-size: 0.76190714rem;
    float: right;
}

.page_enisey .main_box {
    margin-top: 100px;
}

.page_enisey .maininfo {
    margin-bottom: 100px;
    margin-top: 150px;
}

.page_enisey .maininfo img {
    width: 360px;
    height: 284px;
    float: right;
    /*margin-left: 20px;*/
    margin-left: 45px;
    border-radius: 50px;
    /*padding-left: 25px;*/
}

.page_enisey .main_box .maininfo.second img {
    width: 360px;
    height: 284px;
    float: left;
    margin-left: 0;
    /*margin-right: 20px;*/
    margin-right: 45px;
    border-radius: 50px;
    padding-left: 0;
    /*padding-right: 25px;*/
}

.page_enisey h3 {
    font-size: 1.33334rem;
    color: #1ea0e4;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

/* -- END_PAGE ENISEY -- */

/* -- BEGIN_PAGE KITCHEN -- */

.kitchen .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.kitchen h1 {
    margin-top: 30px;
    color: #1ea0e4;
    font-weight: bold;
    text-align: center;
    font-size: 2.85714rem;
}

.kitchen .cont {
    margin-left: auto;
    margin-right: auto;
}

.kitchen p {
    font-size: 1.14286rem;
}

.kitchen #accordion .btn-primary {
    width: 100%;
    background-color: white;
    border: none;
    border-bottom: 1px solid #1ea0e4;
    border-radius: 0;
    height: 40px;
    margin-bottom: 15px;
    color: #1ea0e4;
    font-weight: bold;
    font-size: 1.14286rem;
}

.kitchen #accordion .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.kitchen #accordion .collapse {
    /*display: none;*/
    height: 0;
    overflow: hidden;
    transition: all 0.8s ease 0s;
}

.kitchen #accordion .show + .collapse {
    display: block;
}

.kitchen .tdnt {
    text-align: center;
}

.kitchen .tdnt a {
    color: #1ea0e4; /*#087eba;*/
    transition: .1s;
    font-weight: bold;
}

/* -- END_PAGE KITCHEN -- */

/* -- BEGIN_PAGE RESERVE -- */

.reserve {
    font-size: 1.14286rem;
}

.reserve h1 {
    color: #1ea0e4;
    font-weight: bold;
    font-size: 1.52381rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

.reserve p,
.reserve ul,
.reserve li {
    text-align: justify;
}

.reserve hr {
    margin-top: 0;
    background-color: #1ea0e4;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    overflow: visible;
}

.reserve .main_box {
    margin-top: 100px;
}

.reserve .maininfo {
    margin-bottom: 75px;
}

.reserve .maininfo h4 {
    color: #fb1a4e;
    font-weight: bold;
    font-size: 1.14286rem;
    float: left;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

.reserve .maininfo:nth-child(even) h4 {
    float: right;
}

.reserve .maininfo img {
    width: 360px;
    height: 240px;
    float: right;
    margin-left: 35px;
    border-radius: 50px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-style: none;
}

.reserve .maininfo:nth-child(even) img {
    float: left;
    margin-left: 0;
    margin-right: 35px;
}

.reserve .maininfo .out_box p {
    font-size: 1.04762rem;
    padding-top: 20px;
}

/* -- END_PAGE RESERVE -- */


/* -- BEGIN_PAGE NORTHERN_LIGHTS -- */

.northern_lights .container {
    text-align: center;
    font-size: 1.14286rem;
}

.northern_lights h1 {
    color: #1ea0e4;
    font-weight: bold;
    font-size: 1.71429rem;
}

.northern_lights .maintext {
    max-width: 800px;
    margin: 0 auto;
}

.northern_lights .pictures {
    display: flex;
    margin-top: 50px;
}

.northern_lights .autor {
    width: 400px;
    margin: 25px auto;
    color: #087eba;
    font-weight: 500;
    text-align: center;
}

/* -- END_PAGE NORTHERN_LIGHTS -- */

/* -- BEGIN FOOTER -- */

/* ---- BEGIN_SECTION CONTACT INFO ---- */

.sec_contacts {
    padding-top: 45px;
    padding-bottom: 45px;
}

.contact_info {
    display: flex;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 50px;
}

.contacts {
    width: 25%;
    margin-top: 25px;
}

.contacts .phone,
.contacts .mail,
.contacts .vk,
.contacts .instagram {
    display: flex;
    margin-bottom: 40px;
}

.contacts .phone div,
.contacts .mail div,
.contacts .vk div,
.contacts .instagram div {
    display: flex;
    align-self: center;
}

.contacts a {
    font-size: 1.14286rem;
    font-weight: 800;
    font-family: sans-serif;
    text-decoration: none;
    color: #1ea0e4;
}

.contacts .icon img {
    width: 30px;
    height: auto;
}

.contacts .contact_text {
    padding-left: 30px;
}

.contacts .phone .contact_text a {
    font-size: 1.2857rem;
}

.contacts .mail .contact_text a {
    font-weight: 400;
    color: #fb1a4e;
    text-decoration: underline;
}

.info_logo {
    width: 50%;
}

.info_logo h1 {
    color: #fb1a4e;
    font-size: 1.71429rem;
    font-weight: 800;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    line-height: 1.5;
}

.info_logo p {
    width: 350px;
    font-size: 1.14286rem;
    text-transform: uppercase;
    font-family: initial;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 auto;
}

.call_us {
    width: 25%;
    margin: auto 0;
}

.call_us button {
    border: none;
    padding: 20px 30px;
    background: #fb1a4e;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    box-shadow: 0 5px 15px -5px #fb1a4e;
    transition: .2s;
}

.call_us button:hover {
    cursor: pointer;
    background: #1ea0e4;
    box-shadow: none;
    border-radius: 7px;
    box-shadow: 0 5px 15px -5px #1ea0e4;
}

/* ---- END_SECTION CONTENT-INFO ---- */

/* ---- BEGIN_SECTION MAP ---- */
.sec_map {
    position: relative;
}

.sec_map .button_up {
    margin: 0 auto -28px;
    border: none;
    /*position: relative; msn*/
    /*position: absolute; msn map*/
	position: fixed;
    /*top: -27px; msn map*/
	bottom: 60px;
    right: 30px;
    /*left: calc(50vw - 27px); msn map*/
    z-index: 4;
    box-sizing: border-box;
    width: 55px;
    min-height: 55px;
    /*background: #4ac6ff;
    padding-top: 1px;
    padding-bottom: 1px;*/
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);*/
    /*-moz-box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);*/
    /*box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);*/
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    border-radius: 41px;
    color: white;
}

.sec_map .button_up .back_to_top {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 30px;
    background: #087eba;
    border: #4ac6ff 1px solid;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 10px;
    font-size: 1.5238rem;
    text-decoration: none;
    transition: .1s;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);
    -moz-box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);
    box-shadow: 0px 0px 0px 8px rgba(248, 252, 252, 0.85);
}

.sec_map #map {
    width: 100%;
    height: 500px;
    border-top: 1px solid #ccc;
}
/* ---- END_SECTION MAP ---- */

footer {
    background: #087eba;
    box-shadow: 0 -5px 15px -5px black;
    position: relative;
    bottom: 0;
}

footer .container {
    padding: 14px 10px;
}

.block_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block_info a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-family: ui-serif;
    text-shadow: 0 0 1px black;
    font-size: 0.952379rem;
    max-width: 380px;
}

.block_info a img {
    width: 60px;
    height: 52px;
    /*margin-top: -21px;*/
}

.block_info .coper {
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.952379rem;
    font-weight: normal;
    text-shadow: 0 0 1px black;
    margin-top: 1em;
    margin-bottom: 1em;
}

.yandex_metrik {
    text-align: center;
    width: 100%;
}
/* -- END FOOTER -- */

/* -- BEGIN KEYFRAMES -- */

@keyframes tic{
    0%{
        color: #666;
    }
    50% {
        color: #1eafe4;
        text-shadow: 0 0 rgba(40, 200, 250, 1), 0 0 3px #1eaff4, 0 0 3px #1eaff4;
    }
    100% {
        color: #666;
    }
}

/* -- END KEYFRAMES -- */

/* -- BEGIN MEDIA -- */

@media screen and (max-width: 620px) {

    .block_info {
        display: flex;
        flex-direction: column;
        align-items: center;
}

	.sec_greeting .log_victory img {
		width: auto;
		height: 200px;
	}

}

@media screen and (max-width: 960px) {

    .container {
        padding: 0 10px;
    }

    /* Header */
    .menu_top {
        display: none;
    }

    .menu_top.menu_top_mobil {
        display: flex;
        justify-content: flex-start;
    }

    /* Main */

    .sec_greeting .greeting_info {
        top: 35vh;
        padding: 0 10px;
    }

    .greeting_info h1 {
        font-size: 1.33334rem;
    }

    .greeting_info h2 {
        margin-top: 30px;
        font-size: 1.52381rem;
    }

    .sec_useful_inf {
        position: relative;
        height: 300px;
        background: url(/local/templates/.default/css/../img/jeeps.jpg);
        background-repeat: no-repeat !important;
        background-position: center 0px !important;
        /*background-size: 100% 250px !important;*/
        box-shadow: inset 0 0 10px 0 #aaa;
        background-attachment: scroll !important;
    }

    .sec_useful_inf a {
        font-size: 1.3333rem;
        transition: 0s;
        padding-top: 95px;
    }

    .sec_useful_inf a .text_wrap {
        padding: 25px 35px 30px;
        border-radius: 5px;
    }

    /* Page Enisey */

    .page_enisey h3 {
        text-align: center;
    }

    .page_enisey .top_box {
        width: 100%;
        padding: 0;
    }

    .page_enisey .out_box p {
        font-size: 0.95238rem;
        padding: 0 15px;
    }

    .page_enisey .top_box > p:last-child {
        padding-right: 15px;
    }

    .page_enisey .maininfo {
        margin: 0px;
        text-align: center;
    }

    .page_enisey .maininfo img {
        margin: 0 0 25px;
        float: none;
    }

    .page_enisey .main_box .maininfo.second img {
        float: none;
        margin: 0 0 25px;
    }

    .maininfo p {
        font-size: 0.95236rem;
        padding: 0 10px;
    }
    /*Page Reserve*/

    .reserve .maininfo {
        text-align: center;
    }

    .reserve .maininfo h4,
    .reserve .maininfo:nth-child(even) h4 {
        text-align: center;
        float: none;
        margin-bottom: -15px;
    }

    .reserve p,
    .reserve ul,
    .reserve li {
        font-size: 0.95238rem !important;
    }

    .reserve .maininfo img,
    .reserve .maininfo:nth-child(even) img {
        float: none;
        margin: 0;
    }

    /* Footer */

    .sec_contacts .contact_info {
        display: block;
        width: 100%;
    }

    .sec_contacts .contact_info .phone,
    .sec_contacts .contact_info .mail,
    .sec_contacts .contact_info .instagram,
    .sec_contacts .contact_info .vk
    {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    .contacts .phone div,
    .contacts .mail div,
    .contacts .vk div,
    .contacts .instagram div {
        display: block;
    }

    .sec_contacts .contact_info .phone .icon,
    .sec_contacts .contact_info .mail .icon,
    .sec_contacts .contact_info .instagram .icon,
    .sec_contacts .contact_info .vk .icon,
    .sec_contacts .contact_info .phone .contact_text,
    .sec_contacts .contact_info .mail .contact_text,
    .sec_contacts .contact_info .instagram .contact_text,
    .sec_contacts .contact_info .vk .contact_text
    {
        font-size: 1rem;
        padding: 0;
        letter-spacing: 2px;
    }

    .sec_contacts .contact_info .contacts img {
        width: 40px;
        padding: 0;
    }

    .sec_contacts .contact_info .phone .contact_text {
        padding: 5px 0 0 0;
    }

    .sec_contacts .info_logo {
        margin: 50px 0;
        width: 100%;
    }
    .contacts, .info_logo, .call_us {
        width: 100%;
    }

    .page_about_us {
        margin-bottom: 20px;
    }

    .information_block {
        margin-top: 20px;
    }

    .information_block h2 {
        margin-bottom: 20px;
    }

    .page_about_us .information_block ul {
        margin-bottom: 20px;
    }

    .all_info_block div {
        width: 100%;
    }

    footer .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 14px 30px 25px;
    }
}


/* End */


/* Start:/local/templates/.default/js/slick/slick.css?16582858711776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/.default/js/slick/slick-theme.css?16582858713145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/.default/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/.default/js/slick/./fonts/slick.eot');
    src: url('/local/templates/.default/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/.default/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/.default/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/.default/js/fancybox/fancybox.css?165828587115512*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/.default/js/magnific-popup/magnific-popup.css?16582858716951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu_top_mobil/style.css?16859349059929*/
.nav-mobil {
    display: block;
    /*ширна произвольная, не стесняйтесь экспериментировать */
    width: 280px;
    min-width: 280px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно левого края страницы */
    left: -320px;
    /* внутренние отступы */
    padding: 15px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    /* определяем цвет фона панели */
    background-image: linear-gradient(225deg, #1ea0e3 64.8%, #11c0db 100%);
    /* поверх других элементов */
    z-index: 100;
    transition: .5s;
}
.nav-mobil .logo{
    background-color: white;
    border-radius: 100%;
    margin: 10px;
    padding: 5px;
    width: 134px;
    height: 134px;
    box-shadow: 0 0 5px 1px white;
}

/**
 * Кнопка переключения панели
 * тег <label>
 */

.nav-toggle {
    /* абсолютно позиционируем */
    /*position: absolute;*/
    /* относительно левого края панели */
    /*left: 320px;*/
    /* отступ от верхнего края панели */
    /*top: 0.5rem;*/
    /* внутренние отступы */
    /*padding: 1.5rem;*/
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    /*background: #1ea0e4;*/
    /* цвет текста */
    color: #898989;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 3.5rem;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 1;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.nav-toggle-close {
    color: #ffffff;
}

/* определяем текст кнопки
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}


/* цвет текста при наведении */

.nav-toggle:hover {
    color: #f4f4f4;
}


/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */

[id='nav-toggle'] {
    position: absolute;
    display: none;
}


/**
 * изменение положения переключателя
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav-mobil > .nav-toggle {
    position: absolute;
    left: auto;
    right: 1rem;
    top: 1rem;
}


/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle']:checked ~ .nav-mobil {
    left: 0;
    box-shadow:4px 0px 20px 150px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 150px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 150px rgba(0,0,0, 0.5);
    overflow-y: auto;
}


/*
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}


/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X),
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav-mobil > .nav-toggle:after {
    content: '\2715';
}


/**
 * профиксим баг в Android <= 4.1.2
 * см: http://timpietrusky.com/advanced-checkbox-hack
 */

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
        padding: 0;
    }
}


/**
 * позаботьтимся о средних и маленьких экранах
 * мобильных устройств
 */


/**
 * Формируем стиль заголовка (логотип) панели
*/

.nav-mobil h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav-mobil h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


/*плавное появление заголовка (логотипа) при раскрытии панели */

[id='nav-toggle']:checked ~ .nav-mobil h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/**
 * формируем непосредственно само меню
 * используем неупорядоченный список для пунктов меню
 * прикрутим трансфомации и плавные переходы
 */

.nav-mobil > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-mobil > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav-mobil > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/* определяем интервалы появления пунктов меню */

.nav-mobil > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav-mobil > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav-mobil > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav-mobil > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav-mobil > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav-mobil > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav-mobil > ul > li:nth-child(8) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .8s, transform .5s .8s;
}

.nav-mobil > ul > li:nth-child(9) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .9s, transform .5s .9s;
}


/**
 * оформление ссылок пунктов меню
 */

.nav-mobil > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: white;
    width: 100%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


/**
 * состояние ссылок меню при наведении
 */

.nav-mobil > ul > li > a:hover,
.nav-mobil > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}


/**
 * линия подчеркивания ссылок меню
 */

.nav-mobil > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav-mobil > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: deepskyblue;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}


/**
 * анимируем линию подчеркивания
 * ссылок при наведении
 */

.nav-mobil > ul > li > a:hover:before {
    width: 0%;
    background: deepskyblue;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav-mobil > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu_top/style.css?16738487571090*/
.nav {
    width: 100%;
    right: 0;
    /*padding: 20px 0 0 0;*/
    display: grid;
    height: 99px;
    margin: -20px 15px 0;
}

.nav ul {
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.nav ul li {
    display: flex;
    /*width: 100%;
    justify-content: center;
    align-items: center;*/
    flex-grow: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li > a {
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    /*padding: 40px 40px;*/
    transition: all .1s ease;

    color: #1ea0e4;
    font-size: 1rem;
    font-weight: bold;
}

.nav ul li > a:hover {
    color: #ffffff;
}

.nav ul li .selected {
    color: #ffffff;
}

.nav ul li > a:hover span {
    transition: .2s;
    padding: 5px 0;
    border-bottom: 3px solid white;
}

.nav ul li .selected span {
    transition: .2s;
    padding: 5px 0;
    border-bottom: 3px solid white;
}
/* End */


/* Start:/local/templates/arctic_center_main/components/bitrix/search.form/arctic-search-header/style.css?1674127831675*/
.header-form-search {
    display: flex;
    justify-content: end;
    width: 215px;
    height: 30px;
    margin-top: 5px;
    /* border: 1px solid #1ea0e4; */
    /* border-radius: 3px;*/
}

.header-search-field {
    border: 1px solid #1ea0e4;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
    outline-color: #1ea0e4;
}

.header-form-search input[type="submit"] {
    width: 30px;
    height: 30px;
    margin: 2px 0px 0 5px;
    border: none;
    color: transparent;
    font-size: 0.81rem;
    background: url(/local/templates/.default/img/search.svg) no-repeat center;
    background-color: transparent;
	background-size: 30px;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/arctic_center_main/styles.css?165828587178*/
.text_color_red {
    color: #fb1a4e;
}

.text_color_blue {
	color: #1ea0e4;
}
/* End */
/* /local/templates/.default/css/template_styles.css?175764544324891 */
/* /local/templates/.default/js/slick/slick.css?16582858711776 */
/* /local/templates/.default/js/slick/slick-theme.css?16582858713145 */
/* /local/templates/.default/js/fancybox/fancybox.css?165828587115512 */
/* /local/templates/.default/js/magnific-popup/magnific-popup.css?16582858716951 */
/* /local/templates/.default/components/bitrix/menu/menu_top_mobil/style.css?16859349059929 */
/* /local/templates/.default/components/bitrix/menu/menu_top/style.css?16738487571090 */
/* /local/templates/arctic_center_main/components/bitrix/search.form/arctic-search-header/style.css?1674127831675 */
/* /local/templates/arctic_center_main/styles.css?165828587178 */
