* {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    outline: none !important;
}
body,html {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
/*
font-family: 'Dela Gothic One', cursive; 400
font-family: 'IBM Plex Sans', sans-serif; 700
font-family: 'IBM Plex Serif', serif; 400 / 500 

красный: #CA3E47;

*/
header {
    width: 100%;
    padding: 28px 0px 26px;
    background-color: #CA3E47;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
h1, p.header {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 67px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
p.description, h1.inside {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
nav ul {
    list-style-type: none;
    display: flex;
    margin-top: 21px;
}
nav ul a {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #525252;
    transition: opacity 0.5s ease-in-out;
}
nav ul a:hover {
    opacity: .6;
}
nav ul li + li {
    margin-left: 21px;
}
.stories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.one-story a {
    text-decoration: none;
    display: block;
}
.one-story a * {
    text-decoration: none;
}
.one-story {
    width: calc( 50% - 12.5px );
    margin-bottom: 25px;
}
.one-story.big-one {
    width: 100%;
}
.one-story .image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.one-story .image img {
    position: absolute;
}
.one-story .image .quote {
    font-family: 'Dela Gothic One';
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.36;
    color: #FFFFFF;
    max-width: 400px;
    z-index: 2;
}
.one-story .image .quote.top { top: 55px; }
.one-story .image .quote.left { left: 55px; }
.one-story .image .quote.right { right: 55px; }
.one-story .image .quote.bottom { bottom: 55px; }
.one-story .signature {
    background-color: #CA3E47;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 30px 55px;
}
.stories {
    margin-top: 50px;
}
#kristina .image { background-position-y: -180px; }

.one-story.disable .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.one-story .image.gradient::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    background: rgb(0,0,0);
}
.one-story .image.gradient.gradient-top::before {
    background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 43%);
}
.one-story .image.gradient.gradient-bottom::before {
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 43%);
}

.one-story.nophoto .image {
    background-color: rgb(0,0,0);
    background-position: center bottom;
    background-size: 70%;
}
.one-story.nophoto.woman .image {
    background-image: url(img/no-photo.png);
}

.one-story.disable::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    content: "";
}


.add-story {
    margin-top: 0px;
}
.add-story a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 8px solid #CA3E47;
    width: 100%;
    height: 400px;
    text-align: center;
}
.add-story a span {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #525252;
    font-family: 'Dela Gothic One';
}
.add-story a svg {
    width: 128px;
    height: 128px;
}

.content {
    max-width: 675px;
    margin: 0 auto;
}
.about h3 a, .about h3 {
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    text-decoration-line: underline;
    color: #CA3E47;
}
.content p > a {
    color: #CA3E47;
    /* text-decoration: none; */
    font-family: 'Dela Gothic One';
    font-size: 90%;
}
.about h3 {
    margin-top: 95px;
    margin-bottom: 35px;
    text-decoration: none;
}
section p, section li {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
}
section p + p {
    margin-top: 20px;
}
section li + li {
    margin-top: 17px;
}
p.quote-before::before {
    content: "«";
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    display: block;
    position: absolute;
    top: 10px;
    left: -70px;
    line-height: 0;
}
.quote-signature {
    display: flex;
    margin: 44px 0px 40px -20px;
    align-items: center;
}
.quote-signature img {
    max-width: 130px;
}
.quote-signature .name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 24px;
    color: #525252;
}

section ul {
    list-style-type: none;
}

section li {
    padding-left: 36px;
}
section li::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(img/checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


footer {
    background: #414141;
    padding: 30px 0;
    display: block;
}

footer p {
    opacity: .4;
}
footer nav a {
    color: #fff;
    opacity: .4;
    font-size: 0.75em;
}

footer nav {
    margin-top: 30px;
}

footer nav ul {
    flex-direction: column;
}

footer nav ul li + li {
    margin-left: 0;
    margin-top: 3px;
}

.one-question + .one-question {
    margin-top: 10px;
    border-top: 1px solid #525252;
}

.one-question {
    padding: 40px 0px 30px;
}
.questions > .one-question:first-child {
    padding-top: 10px;
}
.one-question p + p.answer {
    margin-top: 5px;
}
.one-question p.question {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #525252;
}

abbr {
    font-size: 90%;
    text-decoration: none !important;
    border-bottom: #CA3E47 1px dotted;
}
  
abbr:hover::after {
    background: #525252;
    border-radius: 0px;
    bottom: 102%;
    content: attr(title);
    display: block;
    left: 104%;
    padding: 15px;
    position: absolute;    
    width: auto;
    z-index: 1;
    color: #fff;
    font-size: 7px 13px;
    border-radius: 4px;
    font-size: 14.5px;
}

a.button {
    display: flex;
    background: #CA3E47;
    color: #fff;
    padding: 36px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'IBM Plex Sans';
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
    text-decoration: none;
}

h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #525252;
    margin-bottom: 5px;
}
.content p + h4 {
    margin-top: 50px;
}

.story .content p + h4 {
    margin-top: 65px;
}
.pay-yandex {
    margin: 20px 0px 55px;
}
.content p + ul {
    margin-top: 7px;
}

.one-question p.question span {
    font-size: 70%;
    opacity: .6;
}
section .one-question p + p.question {
    margin-top: 2px;
}

.about h3 a::after {
    content: "";
    background-image: url(img/right-arrow.svg);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    right: -50px;
    top: 7px;
}

header h1,
header p.header {
    cursor: pointer !important;
}

header.story {
    height: 92vh;
    background-size: cover;
    background-position: center center;
}
header.story div.container {
    height: 100%;
}
header.story h1.inside {
    position: absolute;
    bottom: 50px;
}

table.sumup {
    margin: 50px 0px 0px;
    font-size: 16px;
    border: 0px solid rgba(0,0,0,.2);
    padding: 0;
    width: 100%;
}

table.sumup + h4 {
    margin-top: 70px;
}

table.sumup td {
    border: 1px solid rgba(0,0,0,.15);
    padding: 8px 10px;
    vertical-align: baseline;
}
table.sumup tr > td:first-child {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13.5px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    color:  rgba(0,0,0,.4);
    width: 32%;
}
table.sumup tr > td:last-child {
    font-family: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    width: 68%;
}

.article-image {
    display: flex;
    background-color: #d9d9d9;
    padding: 35px 25px 15px;
    margin: 30px 0px 0px;
}
.article-image a {
    display: flex;
    max-width: 80%;
    justify-content: center;
    align-items: center;
}
.article-image.two-images {
    align-items: center;
    justify-content: space-between;
}
.article-image.two-images a {
    max-width: 48%;
}
.article-image img {
    max-width: 100%;
}
.article-image.one-image {
    justify-content: center;
    align-items: center;
}
.article-image.many-images {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-image.many-images a {
    max-width: 32%;
    margin-bottom: 10px;
}
p.article-image-signature {
    background-color: #d9d9d9;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0px 0px 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    color:  rgba(0,0,0,.4);
}

.article-image + p.article-image-signature {
    margin-bottom: 30px;
}

.article-image + h4 {
    margin-top: 50px;
}
.article-image + p:not(.article-image-signature) {
    margin-top: 35px;
}

abbr {
    cursor: help;
}

p.dialog span {
    font-size: 120%;
    display: block;
}
p.dialog {
    background: rgba(0,0,0,.91);
    padding: 20px;
    color: white;
}

p.dialog.red {
    background-color: #CA3E47;
}

.red-background p.header,
.red-background h1 {
    background-color:#CA3E47;
}
.red-background p.header {
    display: inline;
}

@media (max-width: 1200px) {
    .container {
        max-width: 900px;
    }
    .one-story .image {
        height: 450px;
    }
    #vladimir .image {
        background-position-y: -90px;
    }
    .one-story .image .quote.top { top: 35px; }
    .one-story .image .quote.left { left: 35px; }
    .one-story .image .quote.right { right: 35px; }
    .one-story .image .quote.bottom { bottom: 35px; }
    .one-story .image .quote {
        font-size: 22px;
        line-height: 1.34;
        max-width: 300px;
    }
    .one-story:not(.big-one) .image .quote {
        font-size: 19px;
        max-width: 280px;
    }
    .one-story .signature {
        padding: 18px 35px;
    }
    .one-story.nophoto .image {
        background-size: 60%;
    }
}


@media (max-width: 1000px) {
    .about h3 a::after {
        top: 6px;
    }
    .container, .content {
        max-width: 600px;
        padding: 0 20px;
    }
    .one-question p + p.answer {
        margin-top: 3px;
    }
    .one-question {
        padding: 28px 0px 18px;
    }
    a.button {
        padding: 26px 0px;
        letter-spacing: 0.17em;
        font-size: 18px;
        margin-top: 14px;
    }
    .content {
        padding: 0 30px;
    }
    section p, section li {
        font-size: 16px;
    }
    section li + li {
        margin-top: 13px;
    }
    p.quote-before::before {
        top: 10px;
        left: -20px;
        line-height: 0;
        font-size: 30px;
    }
    .quote-signature .name {
        font-size: 12px;
        margin-left: 19px;
        line-height: 1.4;
    }
    .quote-signature img {
        max-width: 110px;
    }
    .quote-signature {
        margin: 34px 0px 40px -20px;
    }
    #anel .image {
        background-position-y: -180px;
    }
    .one-story.nophoto .image {
        background-size: 39%;
    }
    .one-story .image .quote,
    .one-story:not(.big-one) .image .quote {
        font-size: 16px;
        max-width: 300px;
    }
    #kristina .image { background-position-y: bottom; }
    #vladimir .image { background-position-y: 0; }
    .one-story {
        width: 100%;
    }
    .one-story .image .quote.top { top: 20px; }
    .one-story .image .quote.left { left: 20px; }
    .one-story .image .quote.right { right: 20px; }
    .one-story .image .quote.bottom { bottom: 20px; }
    #kristina .quote {top: auto; bottom: 20px;}
    .one-story .signature {
        padding: 10px 20px;
        font-size: 11px;
        line-height: 1.3;
    }
    .stories {
        margin-top: 40px;
    }
    p.description, h1.inside {
        font-size: 16px;
        margin-top: 6px;
        line-height: 1.35;
    }
    .one-story .image {
        height: 310px;
    }
    
    h1, p.header {
        font-size: 36px;
        line-height: 1.05;
        margin-bottom: 10px;
    }
    header {
        padding: 20px 0px 19px;
    }
    nav ul a {
        font-size: 12.5px;
    }
    nav ul {
        margin-top: 11px;
    }
    nav ul li + li {
        margin-left: 15px;
    }
}





@media (max-width: 610px) {
    .article-image {
        padding: 35px 10px 10px;
        margin: 30px 0px 0px;
    }
    .article-image a {
        max-width: 95%;
    }
    p.article-image-signature {
        padding: 0px 0px 10px;
        font-size: 10.5px;
        letter-spacing: 0.05em;
    }
    


    table.sumup {
        margin: 40px 0px 0px;
        font-size: 14px;
    }
    table.sumup td {
        padding: 7px 6px;
    }
    table.sumup tr > td:last-child {
        font-size: 14px;
        line-height: 1.38;
        width: 65%;
    }
    table.sumup tr > td:first-child {
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 12px;
        letter-spacing: 0.05em;
        width: 35%;
    }
    section li {
        padding-left: 27px;
    }
    section li::before {
        top: 2.5px;
        width: 18px;
        height: 18px;
    }
    footer nav a {
        font-size: 0.65em;
    }
    
    footer nav {
        margin-top: 20px;
    }
    
    footer nav ul li + li {
        margin-top: 2px;
    }
    .quote-signature img {
        max-width: 100px;
    }
    .quote-signature {
        margin: 29px 0px 40px -10px;
        align-items: center;
    }
    .quote-signature .name {
        font-size: 10.6px;
        margin-left: 19px;
        line-height: 1.15;
    }
    .content {
        padding: 0 30px;
    }
    body.story .content {
        padding: 0 20px;
    }    
    .about h3 {
        margin-top: 65px;
        margin-bottom: 20px;
    }
    section p, section li {
        font-size: 15px;
    }
    
    section p + p {
        margin-top: 15px;
    }
    section li + li {
        margin-top: 11px;
    }
    p.quote-before::before {
        top: 9px;
        left: -16px;
        font-size: 25px;
    }
    .one-story {
        margin-bottom: 16px;
    }
    #vladimir .quote {top: auto; bottom: 20px;}
    #kristina .quote {top: 20px; bottom: auto;}
    #anel .image {
        background-position-y: -85px;
    }
    .one-story.nophoto .image {
        background-size: 49%;
    }
    .story .content p + h4 {
        margin-top: 50px;
    }
}


@media (max-width: 420px) {
    header + nav a[target=_blank] {
        /*display: none;*/
    }
    section p, section li {
        font-size: 14.5px;
    }
    section p + p {
        margin-top: 14.5px;
    }
    h1, p.header {
        font-size: 26px;
    }
    p.description, h1.inside {
        font-size: 14px;
    }
    nav ul {
        margin-top: 8px;
    }
    nav ul a {
        font-size: 12px;
    }
    nav ul li + li {
        margin-left: 13px;
    }
    header {
        padding: 20px 0px 14px;
    }

}