@font-face {
    font-family: 'Noah';
    src: url('../fonts/Noah-Regular.woff');
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Noah', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
        'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
        'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

:focus {
    outline: none;
}

.gallery {
    background-color: rgba(17, 17, 17, 1);
}

p {
    margin: 0;
    padding-left: 0;
    line-height: 1.5em;
}

.nav {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.nav.gallery {
    margin-top: 40px;
}

.nav.gallery li a {
    font-weight: normal;
}

.nav.gallery img {
    width: 30px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}

.menu li {
    text-decoration: none;
    display: inline;
    padding: 40px;
}

.menu li > a {
    position: relative;
    color: #333;
    text-decoration: none;
}

.readMore {
    width: fit-content;
    display: none;
}

.readLess {
    width: fit-content;
}

.readMore.hide,
.readLess.hide {
    display: none;
}

.about_text .readMore p {
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}

.about_text .readLess p {
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}

.readMore:hover {
    cursor: pointer;
}

.readLess:hover {
    cursor: pointer;
}

.readMoreArrow {
    transform: rotate(90deg);
}

.readLessArrow {
    transform: rotate(-90deg);
}

.aboutReadMore {
    display: block;
}

.readMoreButtons {
    display: none;
}

.readMoreButtons2 {
    display: none;
}

.hiddenText1 {
    display: block;
}

.hiddenText3,
.hiddenText2 {
    display: none;
}

.review a {
    color: #999;
    text-decoration: none;
}

.review a:after {
    background-image: url('../img/arrow3.svg');
    background-size: 13px 12px;
    display: inline-block;
    width: 13px;
    height: 12px;
    content: '';
}

.menu.gallery li > a {
    color: #999;
}

.menu li > a:hover {
    transition: all 0.3s ease-in-out 0s;
}

.menu li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu.gallery li > a:before {
    background-color: #999;
}

.menu li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.logo img {
    width: 300px;
}

.logo a {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.logo.logo1 {
    display: none;
    text-align: center;
    margin-top: 30px;
}

.logo.gallery {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.logo.logo2 {
    margin-top: 50px;
    text-align: center;
}

.content {
    width: 1140px;
    margin: 0 auto;
    min-width: 320px;
}

.about {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    justify-content: center;
    gap: 24px;
}

.anastasia_photo {
    width: calc(100% / 2 - 12px);
    min-width: 300px;
    text-align: center;
}

.anastasia_photo img {
    max-width: 400px;
}

.portrait {
    display: flex;
    align-items: center;
    width: 34%;
}

.about_text {
    width: calc(100% / 2 - 12px);
    /* min-width: 700px; */
    /* margin-top: 24px; */
}

.about_text p {
    margin-bottom: 1em;
}

.portrait img {
    width: 300px;
    margin: 0 auto;
}

.content.gallery {
    text-align: center;
}

.content.gallery img {
    max-width: 100%;
    padding-bottom: 3em;
}

.content.gallery .nav.gallery {
    position: relative;
    top: -30px;
}

.content.gallery .nav.gallery ul li a img {
    padding: 0;
}

.content.gallery .nav.gallery {
    margin: 0;
    padding: 0;
}

.content100 {
    margin-top: 50px;
    width: 100%;
    background-color: #111;
}

hr {
    border-top: 2px dotted white;
    border-bottom: none;
}

.title h1 {
    /* font-family: 'Noah'; */
    font-size: 2.5em;
    font-weight: normal;
    text-align: center;
    color: white;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.col_container {
    width: calc(100% / 3);
    text-align: center;
}

.col {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.col img {
    width: 320px;
    border-radius: 50%;
    margin: 0 auto;
    opacity: 1;
    transition: all 1s ease-out;
    transform-origin: center;
}

.col img:hover {
    opacity: 0.5;
    transition: all 0.3s ease-out;
}

h2 {
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding-top: 0.5em;
    padding-bottom: 3em;
    margin: 0 auto;
}

.lily {
    width: 250px;
    margin: 0 auto;
}

.review {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    font-style: italic;
    font-size: 0.85em;
}

.whatsapp-wrapper {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 90px;
    z-index: 99;
}

.whatsapp {
    display: block;
    line-height: 0;
}

.telegram-wrapper {
    position: fixed;
    width: 42px;
    height: 42px;
    left: 24px;
    bottom: 24px;
    z-index: 99;
}

.telegram {
    display: block;
    line-height: 0;
}

.myBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.myBtn.gallery {
    bottom: 20px;
}

.myBtn.show {
    visibility: visible;
    opacity: 0.3;
    transition: opacity 1s, visibility 1s;
    -webkit-transition: opacity 1s, visibility 1s;
}

.myBtn.hide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s, visibility 1s;
    -webkit-transition: opacity 1s, visibility 1s;
}

.content_video {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
}

video {
    position: relative;
    max-width: 100%;
    margin-bottom: 3em;
}

.footer hr {
    border-top: 1px solid white;
    border-bottom: none;
}

.footer p {
    text-align: center;
    color: white;
}

.contacts p {
    text-align: center;
    margin-bottom: 1em;
    color: white;
}

.contacts p a {
    text-decoration: none;
    color: white;
}

.contacts p a img {
    width: 30px;
}

a.instagram img {
    width: 30px;
    vertical-align: middle;
}

a#back::before {
    content: none;
}

@media screen and (max-width: 1360px) {
    .content {
        width: 800px;
    }

    .content100 {
        margin-top: 40px;
    }

    .nav {
        margin-bottom: 0;
    }

    .nav.gallery {
        margin-top: 20px;
    }

    .menu li {
        display: block;
        padding: 15px;
    }

    .logo.logo2 {
        display: none;
    }

    .logo.logo1 {
        display: block;
    }

    .about {
        /* margin-top: 48px; */
    }

    .col_container {
        width: calc(100% / 2);
    }

    .content_video {
        width: 800px;
    }

    .aboutReadMore {
        display: none;
    }

    .aboutReadMore2 {
        display: none;
    }

    .readMore {
        display: block;
    }

    .readMoreButtons {
        display: block;
    }

    .readMoreButtons2 {
        display: none;
    }

    .hiddenText2 {
        display: block;
    }

    .hiddenText1,
    .hiddenText3 {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .content {
        width: 800px;
    }

    .about {
        /* display: inline-block; */
        /* margin: 0 auto; */
    }

    .about_text {
        width: 80%;
    }

    .portrait {
        width: 100%;
        margin: 0 auto;
    }

    .readMoreButtons {
        display: none;
    }

    .readMoreButtons2 {
        display: block;
    }

    .aboutReadMore {
        display: none;
    }

    .aboutReadMore2 {
        display: none;
    }

    .hiddenText1,
    .hiddenText2 {
        display: none;
    }

    .hiddenText3 {
        display: block;
    }
}

@media (max-width: 850px) {
    .content {
        width: 90%;
    }

    .col_container {
        width: 100%;
    }

    .content_video {
        width: 90%;
    }

    .about_text {
        /* min-width: unset; */
    }
}

@media screen and (max-width: 667px) {
    p {
        /* font-size: 0.8em; */
    }
}

@media screen and (max-width: 400px) {
    .logo img {
        width: 240px;
    }

    .menu li > a:before {
        content: none;
    }

    .nav {
        margin-top: 10px;
    }

    .about_text {
        width: 300px;
    }
}
