@font-face {
	font-family: 'Font Headers';
	font-style: normal;
	font-weight: 600;
    line-height: 130%;
	src: local('SF Pro Display'), url('https://cbm.evrasia.spb.ru/css/fonts/SF-Pro-Display-Semibold.woff') format('woff');
}

@font-face {
	font-family: 'Font Text';
	font-style: normal;
    font-weight: 600;
    line-height: 130%;
	src: local('SF Pro Display'), url('https://cbm.evrasia.spb.ru/css/fonts/SF-Pro-Rounded-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Font text Bold';
	font-style: normal;
    font-weight: 800;
    line-height: 130%;
	src: local('SF Pro Display'), url('https://cbm.evrasia.spb.ru/css/fonts/SF-Pro-Rounded-Semibold.woff') format('woff');
}

@font-face {
	font-family: 'Font Accent';
	font-style: normal;
    font-weight: 100;
    line-height: 130%;
	src: local('SF Pro Display'), url('https://cbm.evrasia.spb.ru/css/fonts/SF-Pro-Display-Light.woff') format('woff');
}

body,
p {
    font-size: 16px;
    font-family: 'Font Text';
    color: var(--black);
}

p {
    margin: 0px 0px 10px 0px;
}


/* LINKS */
a {
    text-decoration: none;
    color: #1C1C1E;
}

a.text_link {
    text-decoration-line: underline;
    color: var(--color_blue);
}

/* HEADERS */
h1,
h2,
h3 {
    color: #1C1C1E;
    font-family: 'Font Headers';
    margin: 0px 0px 5px 0px;
}

h1 {
    font-size: 34px;
    line-height: 41px;

}

.cloud h1 {
    margin-bottom: 20px;
 text-align: center;
 line-height: 28px;
}
.cloud h1 span {
    font-size: 24px;

}
@media (max-width: 1150px) {
    h1 {
        margin-top: 20px;
    }
}

h2 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 30px;
}

.right_part h2:first-of-type {
    margin-top: 0px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;

}
.item h3 {
    font-family: 'Font Headers' !important;
}
h3.thin {
    font-family: 'Font Text' !important;
    margin-bottom: -10px;
}
.bigtext,
.bigtext p {
    font-weight: 200;
    font-size: 36px;
    line-height: 100%;
    font-family: 'Font Accent' !important;
}

.bigtext span {
    font-family: 'Font Text' !important;
}

.title p {
    font-family: 'Font Headers' !important;
    
}
.item p {
    padding-top: 5px !important;
}
.switcher p {

font-size: 15px !important;
font-family: 'Font Headers' !important;

}

header p:first-of-type a {
    font-family: 'Font Headers';
}
header .right p a {
    font-family: 'Font Text';
    color: var(--gray);
}

div.book_card div p,
h3 {
    margin-bottom: 0px;
}

@media (max-width: 1150px) {
    div.book_card h3,
    div.book_card p {
        padding: 0px;
        width: auto !important;
        margin: 0px;
    }
}

.sitemap h3 {
margin-bottom: 7px;
margin-top: 20px;}

div#editable b {
    font-weight: 900 !important;
    font-family: 'Font Text Bold';
    }