*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "SF UI Display", "Segoe UI", "Helvetica Neue", "Open Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #122f50;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #1f1250;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #8666ff;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #666;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}



header{
    height: 80px;
    background: linear-gradient(45deg, #cfebff, #91cdff);
    top: -80px;
    z-index: 100;
    transition: top 1s;
}
header .logo{
    display: block;
    /* width: 170px; */
    float: left;
    margin-right: 40px;
}
.logo.logo_kommersant {
    padding-top: 10px;
}
header .logo img{
    width: 200px;
}
header .logo .fip{
    display: none;
    /* margin: 5px 0 0 0; */
    /* width: 130px; */
}
header.fixed{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
}
header.fixed .logo img{
    display: none;
}
header.fixed .logo img.fip{
    display: block;
}
header.fixed .navbar-default{
    /* margin-top: 7px; */
}
header .container {
    max-width: 1280px;
    width: 100%;
}
.navbar-default{
    background: none;
    border: none;
    margin-top: 15px;
}
.navbar-default .navbar-toggle{
    display: block;
    border: none;
    padding: 0px 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-toggle img{
    
width: 40px;
}
#topnav {
    display: block!important;
    position: fixed;
    overflow: hidden !important;
    left: 0;
    top: 0;
    background: #171b23;
    width: 100% !important;
    height: 0 !important;
    z-index: 10000;
    transition: all 0.5s;
}
#topnav.in {
    height: 100vh !important;
    transition: all 0.5s;
}
#topnav .navbar-toggle{
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto 40px auto;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
.navbar-header {
    float: none;
}
#topnav .container{
    width: 285px;
    height: 655px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#topnav li{
    float: none;
    margin-bottom: 20px;
}
#topnav li a{
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    padding: 0;
}
#topnav .nav>li>a:focus, #topnav .nav>li>a:hover {
    text-decoration: underline;
    background: none;
    color: #71aafb;
}
#topnav .navbar-nav{
    float: none;
}




#page {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)), url(../img/page-bg.jpg);
    background-size: cover;
    padding-bottom: 60px;
    margin-bottom: 55px;
    /* margin-top: 73px; */
    padding-top: 100px;
}
#page .title {
    color: #1f1250;
    font-size: 72px;
    font-weight: 800;
    line-height: 70px;
    background: repeating-radial-gradient(circle farthest-side at 0%, #83a2ff 0%, #09d5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding-bottom: 170px;
    /* width: 60%; */
    letter-spacing: -0.8px;
}

#page .sub-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 45px;
    margin-bottom: 65px;
}

#page .text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#page .txt {
    color: #cbf5ff;
    font-weight: 600;
    line-height: 25px;
    /* margin: 60px 0 12px 0; */
    width: 90%;
    letter-spacing: 0.1px;
    margin-bottom: 50px;
    column-width: 390px;
    text-indent: 0;
}



.article-fact {
    display: block;
    /* width: 275px; */
    /* margin: 20px 10px; */
    /* padding: 34px 30px; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* margin-left: -15%; */
    /* background-color: #74a9ff; */
    /* float: left; */
    /* position: relative; */
    /* border-radius: 8px; */
    margin-bottom: 30px;
    text-align: center;
}

.fact {
    font-size: 18px;
    /* color: #ffffff; */
    line-height: 23px;
    /* margin: 10px 9px; */
    /* padding: 0px 10px; */
    padding-left: 10px;
    /* width: 50%; */
    /* float: left; */
}
.fact img {
    width: 240px;
    box-shadow: 0 9px 9px 0 rgba(0,0,0,0.1);
    border-radius: 50%;
    /* vertical-align: middle; */
    /* border-style: none; */
}
.title-fact {
    font-size: 34px;
    line-height: 39px;
    padding-top: 18px;
    display: block;
    margin-bottom: 9px;
    font-weight: 600;
    color: #465c92;
}
.source-fact {
    font-weight: 100;
    font-size: 14px;
    /* color: #ffffff; */
    font-style: italic;
    text-align: center;
}


.info-fact {
    font-size: 24px;
    padding-top: 0px;
    display: inline-block;
    line-height: 36px;
    color: #465c92;
}
.info-fact b {
    font-size: 38px;
    /* padding-top: 8px; */
    display: inline-block;
}


.features_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 56px;
    margin: 60px 0 40px;
    font-size: 52px;
    flex-direction: row;
    align-items: center;
}

.ico {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #465c92;
    margin-right: 40px;
}
.circle {
    position: absolute;
    z-index: -1;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    top: -180px;
    left: -180px;
    opacity: 0.15;
    background-size: cover;
}
#page-1 .circle {
    background: linear-gradient(45deg, #ffffff22, #ffffff96), url(../img/ico01.jpg);
    background-size: cover;
}
#page-2 .circle {
    background: linear-gradient(45deg, #ffffff22, #ffffff96), url(../img/ico02.jpg);
    background-size: cover;
}

#page-3 .circle {
    background: linear-gradient(45deg, #ffffff00, #ffffff00), url(../img/ico03.jpg);
    background-size: cover;
}

#page-4 .circle {
    background: linear-gradient(45deg, #ffffff22, #ffffff96), url(../img/ico04.jpg);
    background-size: cover;
}
#page-5 .circle {
    background: linear-gradient(45deg, #ffffff22, #ffffff96), url(../img/ico05.jpg);
    background-size: cover;
}
.ico img {
    width: 80px;
    filter: brightness(0) invert(1);
}



.txt {
    column-width: 400px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-indent: 40px;
}
.txt h2 {
    /* column-width: 400px; */
    font-size: 25px;
    /* font-weight: 400; */
    line-height: 34px;
    display: inline-block;
    text-indent: 0px;
}
.txt .txt-autor{
    
width: 180px;
    
margin: 0 15px 15px 0;
}







#page-2 .ico img {
    width: 90px;
    filter: brightness(0) invert(1);
}

#page-4 .ico img {
    width: 100px;
    filter: brightness(0) invert(1);
}

#page-5 .ico img {
    width: 100px;
    filter: brightness(0) invert(1);
}





#quote {
    padding: 80px 0;
    margin-top: 70px;
    margin-bottom: 50px;

}
#quote.img1{
    background: #dad8d9 url(../img/img01.jpg) center center no-repeat;
    background-size: contain;
    background-position: right;
}

#quote .qwrap {
    margin: 40px 0;
}

.qtxt {
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    font-size: 48px;
    letter-spacing: -.56px;
    position: relative;
    margin-bottom: 20px;
    color: #2c4286;
    font-style: italic;
}

.whotxt {
    font-weight: 300;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: -0.26px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}
.qautor {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    /* letter-spacing: -0.26px; */
    position: relative;
    /* margin-bottom: 20px; */
    font-style: italic;
}

#quote .qtxt:after {
    content: '';
    width: 46px;
    height: 34px;
    position: absolute;
    left: -70px;
    top: 0px;
    background: url(../img/ico_quote_g.png) no-repeat;
    background-size: 40px;
}


#quote2 {
    padding: 80px 0;
    margin-top: 70px;
    margin-bottom: 50px;

}
#quote2.img2{
    background: #faf5f1;
    background-size: contain;
    background-position: right;
}

#quote2 .qwrap {
    margin: 40px 0;
    margin-left: 40px;
}




#quote2 .qtxt {
    font-size: 24px;
    line-height: 28px;
    /* text-align: center; */
    font-style: italic;
}

#quote2 .qtxt:after {
    content: '';
    width: 46px;
    height: 34px;
    position: absolute;
    left: -70px;
    top: 0px;
    background: url(../img/ico_quote_g.png) no-repeat;
    background-size: 40px;
}

#quote2 .qimg {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    overflow: hidden;
    background: #dad8d9 url(../img/img02.jpg) center center no-repeat;
    background-size: cover;
    background-position: 70% 0px;
    margin-top: 40px;
}




#quote3 {
    padding: 40px 0;
    margin-top: 70px;
    margin-bottom: 50px;
}
#quote3{
    background: #989ca8 url(../img/img03.jpg) center center no-repeat;
    background-size: contain;
    background-position: left;
}

#quote3 .qwrap {
    margin: 40px 0;
    color: #fff;
}

#quote3 .qtxt {
    line-height: 36px;
    font-size: 32px;
    color: #eaedff;
}



#quote3 .qtxt:after {
    content: '';
    width: 46px;
    height: 34px;
    position: absolute;
    left: -70px;
    top: 0px;
    background: url(../img/ico_quote_w.png) no-repeat;
    background-size: 40px;
}


#quote4 {
    padding: 80px 0;
    margin-top: 70px;
    padding-bottom: 30px;
}
#quote4.img4{
    background: #ececec;
    background-size: contain;
    background-position: right;
}

#quote4 .qwrap {
    margin: 40px 0;
    margin-left: 40px;
}

#quote4 .qtxt {
    /* font-style: normal; */
    /* font-weight: 800; */
    line-height: 36px;
    font-size: 30px;
    /* letter-spacing: -0.16px; */
    /* position: relative; */
    /* margin-bottom: 20px; */
    /* color: #ff6a6a; */
    /* background: repeating-radial-gradient(circle farthest-side at 0%, #4474ff 0%, #2c53aa 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

#quote4 .whotxt {
    font-weight: 300;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: -0.26px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}


#quote4 .qtxt:after {
    content: '';
    width: 46px;
    height: 34px;
    position: absolute;
    left: -70px;
    top: 0px;
    background: url(../img/ico_quote_g.png) no-repeat;
    background-size: 40px;
}

#quote4 .qimg {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    overflow: hidden;
    position: static;
    background: #dad8d9 url(../img/img06.jpg) center center no-repeat;
    background-size: cover;
    background-position: 70% 0px;
    /* margin-top: 40px; */
}


.ahead {
    background-color: #f4f4f4;
    padding: 40px 45px;
    border-left: 4px solid #a6befd;
    line-height: 1.2em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.readmore a {
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: -0.26px;
    border-bottom: 1px solid #c5c5c5;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #254189;
    text-decoration: none;
}
.readmore a:hover {
    color: #495982;
    border-bottom: 1px solid #b7c6eb;
    /* text-decoration: none; */
}
.readmore a:after {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    top: 6px;
    right: -21px;
    position: absolute;
    font-size: 16px;
}

.readmore.white a {
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: -0.26px;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}
.readmore.white a:hover {
    /* color: #ffffff; */
    border-bottom: 1px solid #b7c6eb;
    opacity: 0.8;
    text-decoration: none;
}



.paragraph {
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 38px;
    text-indent: 40px;
}

.paragraph b {
    font-size: 22px;
    line-height: 1.3em;
    padding-top: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    text-indent: 40px;
}

.autor{
    text-align: right;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
}



footer {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    background: linear-gradient(45deg, #cfebff, #91cdff);
}
footer .logo{
    display: block;
    /* width: 170px; */
    float: left;
    margin-right: 40px;
}
footer .logo img{
    width: 200px;
}


@media (max-width:991px){
#topnav li a{font-size:22px;line-height:35px;}
#topnav .soc{margin-top:30px;margin-bottom:45px;border-top:1px solid rgba(250, 250, 250, 0.59);border-bottom:1px solid rgba(250, 250, 250, 0.59);padding:30px 0;}
#topnav img{width:28px;}
.logo.logo_kommersant{
    display: none;
}

header{height: 50px;}
header.fixed{height: 50px;}
#fix .navbar-header .logo img{width: 160px;}
header .logo.logo_les{
    /* width: 20%; */
    /* display: none; */
    padding-top: 7px;
}
.logo.logo_him{
    display: none;
}
#topnav .container{height:480px;}
.navbar-default{
    margin-top: 5px;
    margin-bottom: 0;
}
.navbar-default .navbar-toggle{padding:0;margin: 0;}


#topnav .navbar-nav{float:none;margin:0;}

#page {
    padding-top: 60px;
    margin-bottom: 50px;
}

#page .title {
    font-size: 50px;
    font-weight: 800;
    line-height: 56px;
    padding-bottom: 40px;
    letter-spacing: -0.5px;
}


#page .sub-title {
    font-size: 21px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 45px;
}

#page .txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.features_header {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin: 140px 0 40px;
    flex-direction: column;
}

.fact {

width: 100%;

text-align:center;
}


.ico {
    margin: 0 auto;
    margin-bottom: 10px;
}

.circle {
    top: -50px;
    left: auto;
    opacity: 0.35;
    width: 320px;
    height: 320px;
    background-size: cover;
}

.txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-indent: 20px;
}
.txt .txt-autor {

    margin: 0 auto;
    display: block;
}
.txt h2{

text-align: center;

font-size: 20px;

font-style: italic;

margin: 0 auto;

display: block;

margin-bottom: 20px;
}

h2.title {
    font-size: 32px;
}

.qtxt {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-style: italic;
}
#quote2.img2 .qtxt {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-style: italic;
}
#quote2 .qwrap {
    margin: 0px 0;
    margin-left: 0;
}

#quote.img1 {
    background: #dad8d9;
    padding: 40px 0;
    padding-top: 0px;
    margin-top: 200px;
    margin-bottom: 40px;
    position: relative;
}

.whotxt {
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}
#quote4 .whotxt {
    line-height: 24px;
    font-size: 18px;
}
.qautor {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
}
.readmore{
    text-align:center
}

.qtxt:before {
    content: '';
    left: 5px;
    background-size: 25px;
    width: 30px;
    height: 31px;
    padding-bottom: 40px;
    padding-right: 40px;
    top: 10px;
    position: unset;
    display: block;
    background: url(../img/ico_quote_g.png) no-repeat;
    background-size: 30px;
    text-align: center;
    margin: 0 auto;
}
#quote3 .qtxt:before {
    content: '';
    background: url(../img/ico_quote_w.png) no-repeat;
    background-size: 30px;

}
.qtxt:after{
    display:none;
}

#quote.img1:before {
    content: " ";
    display: block;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -150px;
    margin-bottom: -130px;
    background: #dad8d9 url(../img/img01.jpg) center center no-repeat;
    background-size: cover;
    background-position: 60% 0px;
}

#quote .qwrap {
    margin: 0;
}
#quote2 .qimg {
    display: block;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: -150px;
    margin-bottom: -130px;
}

#quote2.img2 {
    /* background: #dad8d9; */
    padding: 40px 0;
    padding-top: 0px;
    margin-top: 200px;
    margin-bottom: 40px;
    position: relative;
}
#quote3 {
    background: #465c92;
    padding: 40px 0;
    padding-top: 0px;
    margin-top: 200px;
    margin-bottom: 40px;
    position: relative;
}
#quote3:before {
    content: " ";
    display: block;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -150px;
    margin-bottom: -130px;
    background: #dad8d9 url(../img/img03.jpg) center center no-repeat;
    background-size: cover;
    background-position: 0% 0px;
}
#quote3 .qwrap {
    margin: 0;
}
#quote3 .qtxt {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-style: italic;
}


#quote4 .qimg {
    display: none;
}

#quote4.img4 {
    padding: 40px 0;
    padding-top: 0px;
    margin-top: 200px;
    margin-bottom: 0px;
    position: relative;
}

#quote4:before {
    content: " ";
    display: block;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -150px;
    margin-bottom: -130px;
    background: #dad8d9 url(../img/img06.jpg) center center no-repeat;
    background-size: cover;
    background-position: 0% 0px;
}

#quote4 .qwrap {
    margin: 0;
}

#quote4 .qtxt {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-style: italic;
}
.ahead {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.paragraph {
    font-size: 16px;
    line-height: 24px;
    text-indent: 15px;
    margin-bottom: 20px;
}

.paragraph b {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    text-indent: 0px;
}

.autor {
    font-size: 16px;
    line-height: 24px;
}

footer {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(45deg, #cfebff, #91cdff);
}
footer .logo {
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}
}

@media (max-width: 480px){
#page .title {
    font-size: 42px;
    font-weight: 800;
    line-height: 51px;
    padding-bottom: 40px;
    letter-spacing: -0.5px;
}
.logo .logo_kommersant {
    display: none;
}
.circle {
    top: -50px;
    left: auto;
    opacity: 0.35;
    width: 280px;
    height: 280px;
    background-size: cover;
}


}