html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body{
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}
section{
    padding: 100px 0;
}
.wrapper{
    margin: 0 auto;
    width: 1100px;
}
.top_header{
    min-height: 676px;
    box-sizing: border-box;
    background: url(img/bg1.png) top center no-repeat;
}
.flex_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.top_menu a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 35px;
}
.top_menu a:last-child{
    margin-right: 0;
}
.midle_text{
    font-family: 'Circe Slab C';
    font-style: normal;
    font-weight: 350;
    font-size: 25px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 78px;
    position: relative;
}
.dots_top{
    position: absolute;
    left: 138px;
    top: 57px;
}


.midle_text img{
    filter: drop-shadow(5px 5px 10px rgba(0, 43, 105, 0.5));
    margin-top: 10px;
    margin-bottom: 30px;
}
.midle_text_two{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.header_btn{
    width: 250px;
    height: 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(8px 8px 25px rgba(0, 0, 0, 0.2));
}
.header_btn span{
    font-family: 'Circe Slab C';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_title{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #303030;
    text-align: start;
}
.section_subtitle{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #008FD1;
    margin-top: 10px;
}
.section_subtitle span{
    color: #004A8F;
}
.advantage_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}
.circle_img{
    filter: drop-shadow(8px 8px 25px rgba(0, 0, 0, 0.1));
    border-radius: 50%;
    width: 348px;
    height: 348px;
}
.advantage_numbers_item{
    width: 254px;
    margin-top: 28px;
}
.advantage_numbers_item:first-child{
    margin-top: 0;
}
.advantage_numbers_item div:first-child{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #004A8F;
}
.advantage_numbers_item div span:first-child{
    color: #008FD1;
    ;
}
.advantage_numbers_item div:first-child::before{
    content: '';
    min-width: 15px;
    min-height: 15px;
    background: #F1F1F1;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative;
}
.advantage_numbers_item div:last-child{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #303030;
    margin-top: 10px;
}
.title_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.area_numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #C6C6C6;
}
.area_number{
    margin-right: 71px;
    cursor: pointer;
    transition: all 0.3s;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: start;
    text-transform: uppercase;
    color: #C6C6C6;
}
.area_number:last-child{
    margin-right: 0;
}
.area_number.active, .area_number:hover {
    color: #004A8F;
}
.areas_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    display: none;
}
.areas_flex.active{
    display: flex;
}
.areas_flex_left{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #303030;
    width: 348px;
    box-sizing: border-box;
}
.areas_flex_left > div:first-child{
    margin-bottom: 30px;
}
.legend_item{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    padding-left: 50px;
    margin-bottom: 20px;
    background: url(img/svg/1.svg) left center no-repeat;
}
.legend_item:last-child{
    margin-bottom: 30px;
}
.legend_item div:last-child{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #303030;
}
.areas_text{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #777777;
    padding: 35px 28px 35px 0px;
    position: relative;
}
.areas_text.right{
    padding: 35px 0 35px 28px;
}
.areas_text div{
    position: relative;
    z-index: 2;
}
.areas_text::before{
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 1920px;
    right: 0;
    top: 0;
    background: #FAFAFA;
}
.areas_text.right::before{
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 1920px;
    left: 0;
    top: 0;
    background: #FAFAFA;
}
.legend_bot{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    padding-left: 50px;
    min-height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.legend_bot:last-child{
    margin-bottom: 0%;
}
.legend_bot:first-child{
    margin-top: 50px;
}
.about{
    background: #FAFAFA;
}
.about_wrapper{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #777777;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 180px;
    margin-top: 50px;
}
.about_wrapper div, .about_wrapper p{
    width: 536px;
    display: block;
}
.about_wrapper div:first-child, .about_wrapper p:first-child{
    margin-right: 25px;
}
.about_wrapper div:nth-child(2), .about_wrapper p:nth-child(2){
    margin-right: 25px;
}
.about_btn{
    width: 250px;
    height: 60px;
    box-sizing: border-box;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #FAFAFA inset;
}
.about_btn span{
    font-family: 'Circe Slab C';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title_more{
    background: linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Circe Slab C;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
}
.partners_item{
    width: 348px;
    height: 300px;
    box-sizing: border-box;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.partners_item  > div:first-child{
    width: 100%;
    height: 163px;
}
.partners_item_img{
    max-width: 268px;
    max-height: 132px;
    object-fit: contain;
    filter: grayscale(1);
}
.img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners_item_text{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
}
.partners_small_text{
    font-style: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    color: #777777;
    margin-top: 12px;
}
.partners_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, 348px);
    gap: 28px;
    margin-top: 50px;
}
.news_item{
    width: 348px;
    box-sizing: border-box;
}
.news_item_top img{
    width: 348px;
    height: 348px;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(8px 8px 25px rgba(0, 0, 0, 0.1));
}
.news_item_top{
    position: relative;
    display: block;
}
.news_item_top::after{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top:0;
    left: 0;
    background: linear-gradient(360deg, #0ED2F8 2.5%, #004A8F 50.99%);
    opacity: 0.5;
    content: '';
    display: block;
}
.news_item_text{
    margin-top: 20px;
}
.news_item_text > div:first-child{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #303030;
}
.news_item_text > div:nth-child(2){
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 162px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.news_flex{
    display: grid;
    grid-template-columns: repeat(auto-fill, 348px);
    column-gap: 28px;
    row-gap: 50px;
    margin-top: 50px;
}
.contacts_wrap{
    width: 348px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #303030;
    text-decoration: none;
    margin-bottom: 20px;
}
.contacts_wrap a{
    color: #303030;
    text-decoration: none;
}
.contacts_wrap > div:first-child{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
}
.contacts_wrap:first-child{
    margin-top: 50px;
}
.contacts_wrap:nth-child(2){
    margin-bottom: 50px;
}
.contacts_wrap:last-child{
    margin-bottom: 0;
}
.contacts{
    padding: 0;
    margin-top: 100px;
    overflow: hidden;
}
.contacts .wrapper{
    position: relative;
    padding-bottom: 175px;
}
.dots_bot{
    position: absolute;
    left: 0;
    bottom: 46px;
}
.map{
    position: absolute;
    right:-376px;
    top: 0;
    height: 100%;
    width: 1131px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    overflow: hidden;
}
ymaps canvas{
    filter: grayscale(1);
}
footer{
    padding: 50px 0;
    background: #FAFAFA;
}
footer .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foo_info{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    width: 255px;
}
.foo_info  > a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    text-decoration: none;
    margin-top: 5px;
    display: block;
}
.grid_menu{
    display: grid;
    grid-template-columns: 162px 150px;
    column-gap: 66px;
    row-gap: 22px;
}
.grid_menu a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #004A8F;
    text-decoration: none;
}
.header_inside{
    background: #FAFAFA;
}
.header_inside .wrapper{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.inside_nav a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #303030;
    margin-right: 35px;
    transition: all 0.3s;
    text-decoration: none;
}
.inside_nav a:last-child{
    margin-right: 0;
}
.inside_nav a:hover{
    color: #008FD1;
}
.crosh{
    padding-top: 50px;
}
.crosh .wrapper a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    text-decoration: none;
}
.crosh .wrapper a::after{
    content: ' / ';
}
.crosh .wrapper a:last-child{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #008FD1;
}
.crosh .wrapper a:last-child::after{
    content: '';
}
.adres_circle{
    width: 348px;
    height: 348px;
    box-sizing: border-box;
    border-radius: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 95px;
}
.adres_circle > div:first-child{
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.adres_circle > div:nth-child(2){
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 250px;
    min-height: 72px;
    margin-bottom: 19px;
}
.adres_circle > a{
    font-family: 'Circe Slab C';
    width: 120px;
    height: 60px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: justify;
    text-transform: lowercase;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adres_circles{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.adres_circles_text{
    margin-top: 50px;
    height: 144px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.adres_circles_text div, .adres_circles_text p{
    display: block;
    width: 536px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #777777;
}
.adres_circles_text div:first-child, .adres_circles_text p:first-child{
    margin-right: 28px;
}
.about_left{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #777777;
}
.about_right{
    width: 536px;
    height: 536px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-left: 28px;
    margin-bottom: 28px;
    box-sizing: border-box;
    position: relative;
}
.null{
    clear: both;
}
.img_slide{
    width: 536px;
    height: 536px;
    object-fit: cover;
}
.count{
    font-family: 'Circe Slab C';
    position: absolute;
    bottom: 17px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}
.arrow{
    cursor: pointer;
    background: url(img/svg/arrow.svg) center no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    z-index: 2;
    position: absolute;
}
.arrow.prev{
    left: 28px;
    transform: translate(0, -50%);
}
.arrow.next{
    right: 28px;
    transform: translate(0, -50%) rotate(180deg);
}
.load-more__btn {
    width: 348px;
    height: 60px;
    box-sizing: border-box;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #FAFAFA inset;
    text-decoration: none!important;
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0 auto;
}
.load-more__btn span{
    font-family: 'Circe Slab C';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    background: linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none!important;
}
.partners_text{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    margin-top: 100px;
}
.main_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.nomarg{
    margin: 0!important;
}
.contacts_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, 348px);
    gap: 28px;
    margin-top: 50px;
}
.mapfull{
    width: 100%;
    height: 600px;
    margin-top: 50px;
}
.mobile_nav{
    display: none;
  }
  .burger{
    display: none;
  }
  .logo{
      position: relative;
      z-index: 6;
  }
.object_point{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transition: 0.3s all;

}
.object_point.active{
    opacity: 1;
}
.object_point.active .areas_point_text{
    display: flex;
}
.areas_pointer{
    position: absolute;
    opacity: 1;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.areas_point_text{
    display: none;
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #777777;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 190px;
    min-height: 60px;
    background: #FFFFFF;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}
.areas_point_text::after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 11px #FFFFFF;
    border-left: solid 11px transparent;
    border-right: solid 11px transparent;
}
.areas_point_text span{
    background: linear-gradient(180deg, #0041A0 0%, #0ED2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .areas_point_text span:last-child{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #777777;
} */




























@media screen and (max-width:1240px) {
    section > * {width:600px;}
    html, body {min-width:620px;}
    /* body {min-width:640px; width:100%; overflow-x:hidden;} */
    body > * > * * {max-width:600px;}
    .slick-slider, .slick-slider *, .lSSlideOuter, .lSSlideOuter *, .fancybox-overlay * {max-width:none;}
    .h600 {display:none !important;}
    section {min-width:600px; width:100%;}
    header{min-width:600px; width:100%;}
    .wrapper{width:600px!important}
    .advantage_flex{flex-wrap: wrap;}
    .circle_img{display: none;}
    .title_flex{flex-wrap: wrap;}
    .area_numbers{margin-top: 30px;}
    .areas_flex{flex-wrap: wrap;}
    .areas_flex_left{width: 100%;}
    .about_wrapper{height: auto;}
    .about_btn{margin-top: 25px;}
    .partners_item{
        width: 292px;
        height: 250px;
    }
    .partners_grid{    grid-template-columns: repeat(auto-fill, 292px); gap: 16px;}
    .news_item_top img{
        width: 100%;
        height: 280px;
    }
    .news_item{
        width: 280px;
    }
    .news_flex{
        grid-template-columns: repeat(auto-fill, 280px);
        column-gap: 40px;
    }
    .map{
        display: none;
    }
    .grid_menu{
        display: none;
    }
    .top_menu{
        display: none;
    }

    .mobile_nav{
        z-index: 5;
        display: none;
        position: fixed;
        width: 100%!important;
        height: 100%;
        background: linear-gradient(360deg, #0ED2F8 2.5%, #004A8F 50.99%);
        overflow: hidden;
      }
      .mobile_nav_content{
        padding-top: 150px;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 37px;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: auto;
      }
      .mobile_nav_content a{
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 30px;
      }
      body.overflowstop{
        overflow: hidden;
      }
      .burger {
        display: flex;
        outline: none;
        height: 50px;
        width: 50px;
        border: 0px;
        padding: 0px;
        background: transparent;
        transition: all 250ms ease-out;
        cursor: pointer;
        position: relative;
        z-index: 10;
      }
      
      .burger:before, .burger:after {
        content: "";
        width: 50px;
        height: 4px;
        position: absolute;
        background: #777777;
        transition: all 250ms ease-out;
        will-change: transform;
        top: 50%;
      }
      
      .burger:before {
        top: 40%;
        
        transform: translateY(-3px);
      }
      
      .burger:after {
        transform: translateY(3px);
      }
      
      .active.burger:before {
        transform: translateY(0) rotate(45deg);
      }
      
      .active.burger:after {
        top: 40%;
        transform: translateY(0) rotate(-45deg);
      }

      .inside_nav{
        display: none;
    }
    .about_right{
        float: none;
    }
    .contacts_grid{
        grid-template-columns: repeat(auto-fill, 286px);
    }
    .load-more__btn{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .adres_circles{
        display: grid;
        grid-template-columns: repeat(auto-fill, 280px);
        gap: 28px;
    }
    .adres_circle{
        width: 280px;
        height: 280px;
        padding-top: 55px;
    }
    .adres_circles_text{
        height: auto;
    }
    .object_point.active{
        display: none;
        cursor: auto;
    }
    .object_point{
        display: none;
    }
}/* 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;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#024369;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:3px solid #024369;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Black.eot');
    src: local('Circe Slab C Black'), local('CirceSlabC-Black'),
        url('fonts/CirceSlabC-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Black.woff2') format('woff2'),
        url('fonts/CirceSlabC-Black.woff') format('woff'),
        url('fonts/CirceSlabC-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Medium.eot');
    src: local('Circe Slab C Medium'), local('CirceSlabC-Medium'),
        url('fonts/CirceSlabC-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Medium.woff2') format('woff2'),
        url('fonts/CirceSlabC-Medium.woff') format('woff'),
        url('fonts/CirceSlabC-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Thin.eot');
    src: local('Circe Slab C Thin'), local('CirceSlabC-Thin'),
        url('fonts/CirceSlabC-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Thin.woff2') format('woff2'),
        url('fonts/CirceSlabC-Thin.woff') format('woff'),
        url('fonts/CirceSlabC-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Light.eot');
    src: local('Circe Slab C Light'), local('CirceSlabC-Light'),
        url('fonts/CirceSlabC-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Light.woff2') format('woff2'),
        url('fonts/CirceSlabC-Light.woff') format('woff'),
        url('fonts/CirceSlabC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Regular.eot');
    src: local('Circe Slab C'), local('CirceSlabC-Regular'),
        url('fonts/CirceSlabC-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Regular.woff2') format('woff2'),
        url('fonts/CirceSlabC-Regular.woff') format('woff'),
        url('fonts/CirceSlabC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-UltraLight.eot');
    src: local('Circe Slab C Ultra Light'), local('CirceSlabC-UltraLight'),
        url('fonts/CirceSlabC-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-UltraLight.woff2') format('woff2'),
        url('fonts/CirceSlabC-UltraLight.woff') format('woff'),
        url('fonts/CirceSlabC-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-ExtraLight.eot');
    src: local('Circe Slab C Extra Light'), local('CirceSlabC-ExtraLight'),
        url('fonts/CirceSlabC-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-ExtraLight.woff2') format('woff2'),
        url('fonts/CirceSlabC-ExtraLight.woff') format('woff'),
        url('fonts/CirceSlabC-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Bold.eot');
    src: local('Circe Slab C Bold'), local('CirceSlabC-Bold'),
        url('fonts/CirceSlabC-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Bold.woff2') format('woff2'),
        url('fonts/CirceSlabC-Bold.woff') format('woff'),
        url('fonts/CirceSlabC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

