/*
Theme Name: Бела-Кола
Theme URI: http://bela-cola.by
Description: МЗБН
Version: 1.0
Author: Метельский Кирилл
Author URI: http://metelski.by
*/

*{padding:0;margin:0;border:none;box-sizing:border-box;transition:all 0.3s ease;}
*::before,*::after{box-sizing:border-box;}
a,a:link,a:visited,a:hover{text-decoration:none;outline:none;}
h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit;}
ul,ul li{list-style: none;}
img{vertical-align:top;}
img,svg{max-width:100%;height:auto;}
input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent;}
input::-ms-clear{display:none;}
button,input[type="submit"]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer;}
input:focus,input:active,button:focus,button:active{outline: none;}
button::-moz-focus-inner{padding:0;border:0;}
html,body{position: relative;width:100%;overflow-x:hidden;}

body {
    background-image: url("img/fon-d-ru.jpg");
    background-position: top center;
    background-size: 1920px;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
}

body.by {
    background-image: url("img/fon-d-by.jpg");
}

.content-wrapp {
    width: 100%;
    max-width: 1520px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.language-wrapper {
    color: #ffffff;
    padding: 35px 0;
    font-size: 32px;
    font-weight: bold;
}

.language-wrapper a {
    color: #ffffff;
}

.language-wrapper a:hover {
    opacity: 0.7
}

.strawberry-cherry {
    position: absolute;
    top: 220px;
    left: 0px;
    height: 800px;
    width: 100%;
}

.strawberry-but,
.cherry-but {
    position: absolute;
    top: 0;
    width: 285px;
    height: 100%;
    cursor: pointer;
}

.strawberry-but {
    left: 0;
}

.cherry-but {
    right: 0;
}

.thanks {
    display: none;
    position: fixed;
    width: 300px;
    height: 100px;
    top: calc(50vh - 50px);
    left: calc(50vw - 150px);
    z-index: 2;
}

.thanks-off {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}

.thanks-off:hover {
    opacity: 0.5;
}

.thanks p {
    display: flex;
    z-index: 1;
    background: #6e9836;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.3);
}

.thanks:before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.thanks.open {
    display: flex;
}

h1 {
    color: #ffffff;
    font-family: "Unbounded", sans-serif;
    font-size: 84px;
    font-weight: 500;
    max-width: 770px;
    margin: 405px auto 230px auto;
    text-transform: uppercase;
    line-height: 0.9;
    text-shadow: 0px 8px 50px #000;
}

.voting-wrapp {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.voting {
    width: 674px;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3) inset;
    padding: 7px 0;
    height: 64px;
    box-sizing: border-box;
    border-radius: 32px;
    display: flex;
}

.strawberry {
    color: #719f00;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 32px 0 0 32px;
    background-image: linear-gradient(90deg, rgb(206,212,52) 0%, rgb(127,167,14) 100%);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1) inset;
}

.cherry {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 0 32px 32px 0;
    background: #a00d1f;
    text-align: right;
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1) inset;
}

.invocation {
    text-align: center;
    color: #fff;
    margin-bottom: 270px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.invocation .title {
    font-family: "Unbounded", sans-serif;
    font-size: 36px;
    font-weight: 500;
    width: 100%;
}

.invocation .label {
    font-size: 28px;
    width: 100%;
}

.about {
    height: 615px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.about .txt {
    font-size: 29px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    max-width: 1036px;
}

.about .txt.mini {
    max-width: 620px;
}

.about .txt b {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    color: #a00d1f;
    width: 100%;
    display: block;
}

.about-soc {
    width: 100%;
    text-align: center;
    margin-bottom: 490px;
}

.about-soc a {
    margin: 0 7px;
}

.soc-link {
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0px 8px 12px 6px rgba(80, 112, 38, 0.65);
}

.soc-link:hover {
    opacity: 0.7;
}

.about-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    font-size: 29px;
    text-shadow: 0px 0px 20px #000;
    line-height: 38px;
    margin-bottom: 625px;
}

.about-cities p {
    text-align:justify;
    margin: 0 110px;
}

.about-cities p:first-child {
    max-width: 490px;
}

.about-cities p:last-child {
    max-width: 460px;
}

.festival-title {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 55px;
    height: 165px;
    color: #ffffff;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
}

.festival-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.festival {
    max-width: 710px;
    margin-bottom: 240px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.festival-name {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    background: #a00d1f;
    padding: 40px 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 75px;
}

.festival-name:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 100%;
    background: #a00d1f;
}

.festival:first-child .festival-name {
    border-radius: 0 42px 42px 0;
}

.festival:last-child .festival-name {
    border-radius: 42px 0 0 42px;
}

.festival:first-child .festival-name:before {
    left: calc(0px - 100vw);
}

.festival:last-child .festival-name:before {
    right: calc(0px - 100vw);
}

.festival p {
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    margin: 0 auto 55px auto;
    max-width: 630px;
    text-align: justify;
}

.festival:first-child .soc-link {
    margin: 0 190px 0 auto;
}

.festival:last-child .soc-link {
    margin: 0 auto 0 190px;
}

.footer-wrapp {
    width: 100%;
    background: #a00d1f;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}

.footer-top {
    width: 100%;
    background: #6e9836;
    color: #ffffff;
    font-size: 22px;
    line-height: 60px;
    padding: 20px 0;
}

.footer-top .content-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.footer-top-element {
    color: #ffffff;
}

a.footer-top-element:hover {
    opacity: 0.7;
}

.personal-wrapp {
    width: 100%;
    padding: 15px 0;
    background: #6e9836;
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.personal-wrapp .content-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.personal-wrapp a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.personal-wrapp a:hover {
    opacity: 0.7;
}

.close {
    cursor: pointer;
    margin-left: 50px;
}

.close:hover {
    opacity: 0.7;
}

@media (max-width: 1580px) {
    body {
        background-size: 1580px;
    }
    .language-wrapper {
        padding: 20px 0;
    }
    .strawberry-cherry {
        top: 190px;
        left: 135px;
        height: 680px;
        width: 1250px;
    }
    .strawberry-but,
    .cherry-but {
        width: 235px;
    }
    h1 {
        font-size: 65px;
        max-width: 680px;
        margin: 335px auto 195px auto;
    }
    .invocation {
        margin-bottom: 225px;
     }
    .invocation .title {
        font-size: 28px;
    }
    .invocation .label {
        font-size: 22px;
    }
    .about {
        height: 490px;
    }
    .about .txt {
        font-size: 22px;
        margin: 15px auto;
        max-width: 860px;
    }
    .about .txt.mini {
        max-width: 440px;
    }
    .about-soc {
        margin-bottom: 425px;
    }
    .about-cities {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 490px;
    }
    .about-cities p {
        margin: 0px 12%;
        height: 288px;
    }
    .about-cities p:first-child {
        max-width: 26%;
    }
    .about-cities p:last-child {
        max-width: 26%;
    }
    .festival-title {
       font-size: 38px;
       line-height: 45px;
       height: 135px;
       max-width: 940px;
    }
   .festival {
        max-width: 580px;
        margin-bottom: 150px;
    }
   .festival-name {
        font-size: 30px;
        padding: 20px 40px;
        margin-bottom: 40px;
    }
    .festival:first-child .festival-name {
        border-radius: 0 30px 30px 0;
    }
    .festival:last-child .festival-name {
        border-radius: 30px 0 0 30px;
    }
    .festival p {
        font-size: 25px;
        line-height: 35px;
        max-width: 530px;
        height: 280px;
    }
    .footer-wrapp {
        font-size: 25px;
        line-height: 35px;
    }
    .footer-top img {
        height: 45px;
    }
    .footer-top {
        font-size: 18px;
        line-height: 50px;
    }
}

@media (max-width: 1520px) {
    .strawberry-cherry {
        left: calc(50vw - 625px);
    }
}

@media (max-width: 1300px) {
    body {
        background-size: 1300px;
    }
    .language-wrapper {
        padding: 10px 0;
        font-size: 25px;
    }
    .strawberry-cherry {
        top: 175px;
        height: 540px;
        left: calc(50vw - 515px);
        width: 1030px;
    }
    .strawberry-but,
    .cherry-but {
        width: 195px;
    }
    h1 {
        font-size: 50px;
        max-width: 520px;
        margin: 295px auto 155px auto;
    }
    .voting-wrapp {
        margin-bottom: 0px;
    }
    .invocation .title {
        font-size: 25px;
    }
    .invocation .label {
        font-size: 18px;
    }
    .invocation {
        margin-bottom: 160px;
    }
    .about {
        height: 430px;
    }
    .about .txt {
        font-size: 19px;
        margin: 8px auto;
        max-width: 640px;
    }
    .about .txt.mini {
        max-width: 405px;
    }
    .soc-link img {
        width: 50px;
    }
    .about-soc {
        margin-bottom: 360px;
    }
    .about-cities p {
        margin: 0px 11%;
        height: 288px;
    }
    .about-cities p:first-child {
        max-width: 28%;
    }
    .about-cities p:last-child {
        max-width: 28%;
    }
    .about-cities {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 360px;
    }
    .festival-title {
        font-size: 30px;
        line-height: 35px;
        height: 105px;
        max-width: 755px;
    }
    .festival {
        max-width: 460px;
        margin-bottom: 105px;
    }
    .festival-name {
        font-size: 23px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .festival p {
        font-size: 20px;
        line-height: 30px;
        max-width: 410px;
        height: 240px;
    }
    .festival:first-child .soc-link {
        margin: 0 100px 0 auto;
    }
    .festival:last-child .soc-link {
        margin: 0 auto 0 100px;
    }
    .footer-wrapp {
        font-size: 22px;
        line-height: 28px;
    }
    .footer-top img {
        height: 30px;
    }
    .footer-top {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 1070px) {
    body {
        background-size: 1070px;
    }
    .language-wrapper {
        font-size: 20px;
    }
    .strawberry-cherry {
        top: 135px;
        height: 450px;
        left: calc(50vw - 425px);
        width: 850px;
    }
    .strawberry-but,
    .cherry-but {
        width: 160px;
    }
    h1 {
        font-size: 42px;
        max-width: 440px;
        margin: 235px auto 140px auto;
    }
    .voting {
        width: 580px;
        padding: 5px 0;
        height: 50px;
        border-radius: 25px;
    }
    .strawberry {
        font-size: 25px;
        line-height: 30px;
        border-radius: 25px 0 0 25px;
    }
    .cherry {
        font-size: 25px;
        line-height: 30px;
        border-radius: 0 25px 25px 0;
    }
    .invocation {
        margin-bottom: 140px;
        height: 70px;
    }
    .invocation .title {
        font-size: 20px;
    }
    .invocation .label {
        font-size: 16px;
    }
    .about .txt {
        font-size: 16px;
        margin: 6px auto;
        max-width: 550px;
    }
    .about .txt.mini {
        max-width: 360px;
    }
    .about {
        height: 350px;
    }
    .about-soc {
        margin-bottom: 280px;
    }
    .about-cities {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 265px;
    }
    .festival:first-child .festival-name {
        border-radius: 0 20px 20px 0;
    }
    .festival:last-child .festival-name {
        border-radius: 20px 0 0 20px;
    }
    .festival-title {
        font-size: 28px;
        line-height: 32px;
        height: 80px;
        max-width: 700px;
    }
    .festival-name {
        font-size: 20px;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .festival {
        max-width: 360px;
        margin-bottom: 70px;
    }
    .festival p {
        font-size: 16px;
        line-height: 24px;
        max-width: 340px;
        height: 200px;
    }
    .footer-wrapp {
        font-size: 18px;
        line-height: 25px;
    }
    .footer-top img {
        height: 20px;
    }
    .footer-top {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 880px) {
    body {
        background-size: 880px;
    }
    h1 {
        font-size: 30px;
        max-width: 320px;
        margin: 190px auto 130px auto;
    }
    .strawberry-cherry {
        top: 100px;
        height: 380px;
        left: calc(50vw - 350px);
        width: 700px;
    }
    .strawberry-but,
    .cherry-but {
        width: 135px;
    }
    .voting {
        width: 360px;
        padding: 3px 0;
        height: 30px;
        border-radius: 10px;
    }
    .strawberry {
        font-size: 17px;
        line-height: 14px;
        border-radius: 15px 0 0 15px;
    }
    .cherry {
        font-size: 17px;
        line-height: 14px;
        border-radius: 0 15px 15px 0;
    }
    .invocation {
        margin-bottom: 95px;
        height: 65px;
    }
    .invocation .title {
        font-size: 16px;
    }
    .invocation .label {
        font-size: 14px;
    }
    .about {
        height: 305px;
    }
    .about .txt {
        font-size: 14px;
        margin: 3px auto;
        max-width: 490px;
    }
    .about .txt.mini {
        max-width: 290px;
    }
    .about-soc {
        margin-bottom: 225px;
    }
    .about-cities {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 270px;
    }
    .about-cities p {
        margin: 0px 10%;
        height: 180px;
    }
    .about-cities p:first-child {
        max-width: 30%;
    }
    .about-cities p:last-child {
        max-width: 30%;
    }
    .festival-title {
        font-size: 22px;
        line-height: 30px;
        height: 70px;
        max-width: 570px;
    }
    .festival {
        max-width: 280px;
        margin-bottom: 30px;
    }
    .festival-name {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .festival p {
        font-size: 14px;
        line-height: 20px;
        max-width: 270px;
        height: 210px;
        margin-bottom: 0;
    }
    .festival:first-child .soc-link {
        margin: 0 50px 0 auto;
    }
    .festival:last-child .soc-link {
        margin: 0 auto 0 50px;
    }
    .footer-wrapp {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-top-element {
        width: 100%;
    }
    .footer-top .content-wrapp {
        justify-content: center;
        text-align: center;
    }
    .festival:first-child .festival-name {
        border-radius: 0 18px 18px 0;
    }
    .festival:last-child .festival-name {
        border-radius: 18px 0 0 18px;
    }
}

@media (max-width: 720px) {
    body {
        background-size: 720px;
    }
    h1 {
        margin: 140px auto 88px auto;
    }
    .strawberry-cherry {
        top: 75px;
        height: 320px;
        left: calc(50vw - 285px);
        width: 570px;
    }
    .strawberry-but,
    .cherry-but {
        width: 105px;
    }
    .about {
        height: 230px;
    }
    .about-soc {
        margin-bottom: 153px;
    }
    .about-cities {
        margin-bottom: 190px;
    }
    .festival {
        margin-bottom: 15px;
    }
    .festival-name {
        margin-bottom: 10px;
    }
}

@media (max-width: 590px) {
    .personal-wrapp {
        font-size: 14px;
    }
    body {
        background-image: url("img/fon-m-ru.jpg");
        background-size: 100%;
    }
    body.by {
        background-image: url("img/fon-m-by.jpg");
    }
    .language-wrapper {
        font-size: 15px;
        padding: 20px 0;
    }
    .strawberry-cherry {
        top: 70vw;
        height: 70vw;
        left: 4vw;
        width: 92vw;
    }
    .strawberry-but,
    .cherry-but {
        width: 26vw;
    }
    h1 {
        display: none;
    }
    .content-wrapp {
        position: relative;
    }
    .voting-wrapp {
        position: absolute;
        left: 0;
        top: 110vw;
    }
    .invocation {
        height: initial;
        margin-top: 72vw;
        margin-bottom: 115vw;
    }
    .about {
        height: 100vw;
    }
    .about .txt {
        font-size: 16px;
        margin: 15px auto;
        max-width: 70vw;
    }
    .about-soc {
        margin-bottom: 62vw;
    }
    .about-cities {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .about-cities p {
        margin: 0px auto;
        height: 60vw;
    }
    .about-cities p:first-child {
        max-width: 55vw;
        margin-bottom: 40vw;
    }
    .about-cities p:last-child {
        max-width: 55vw;
        margin-bottom: 40vw;
    }
    .festival-title {
        line-height: 30px;
        height: 20vw;
        max-width: 69vw;
    }
    .festival-name {
        font-size: 20px;
    }
    .festival {
        max-width: calc(100vw - 20px);
        flex-direction: column;
        justify-content: space-between;
        height: 90vw;
    }
    .festival:first-child .festival-name {
        margin: 0 60px 0 0;
        padding: 15px 38px 15px 98px;
    }
    .festival:last-child .festival-name {
        margin: 0 0 0 60px;
        padding: 15px 98px 15px 38px;
    }
    .festival p {
        font-size: 16px;
        line-height: 22px;
        max-width: 65vw;
        height: initial;
        margin: 0 auto;
    }
    .festival:first-child .soc-link,
    .festival:last-child .soc-link {
        margin: 0 auto 10vw auto;
    }
    .footer-wrapp {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-top img {
        height: 35px;
        margin-bottom: 10px;
    }
    .footer-top-element {
        font-size: 16px;
        margin: 3px 0;
    }
}

@media (max-width: 530px) {
    .invocation {
        margin-top: 70vw;
    }
    .about-soc {
        margin-bottom: 60vw;
    }
    .about-cities p:first-child {
        margin-bottom: 37vw;
    }
    .about-cities p:last-child {
        margin-bottom: 37vw;
    }
    .about-cities {
        margin-bottom: 5vw;
    }
    .festival:first-child .festival-name {
        padding: 15px 25px 15px 65px;
        margin: 0 40px 0 0;
    }
    .festival:last-child .festival-name {
        padding: 15px 65px 15px 25px;
        margin: 0 0 0 40px;
    }
    .festival-title {
        height: 24vw;
        max-width: 78vw;
    }
    .festival:first-child .soc-link,
    .festival:last-child .soc-link {
        margin: 0 auto 5vw auto;
    }
    .festival p {
        max-width: 70vw;
    }
}

@media (max-width: 470px) {
    .strawberry-cherry {
        top: 66vw;
    }
    .invocation {
        margin-top: 68vw;
    }
    .voting-wrapp {
        top: 106vw;
    }
    .about {
        height: 110vw;
    }
    .about .txt {
        max-width: 69vw;
    }
    .about-soc {
        margin-bottom: 48vw;
    }
    .about-cities p:first-child {
        max-width: 58vw;
    }
    .about-cities p:first-child {
        margin-bottom: 39vw;
    }
    .about-cities p:last-child {
        margin-bottom: 39vw;
    }
    .about-cities {
        margin-bottom: 0;
    }
    .festival:first-child .festival-name {
        padding: 15px 15px 15px 55px;
    }
    .festival:last-child .festival-name {
        padding: 15px 55px 15px 15px;
    }
    .festival {
        margin: 0;
        height: 99vw;
    }
    .festival p {
        max-width: 75vw;
    }
}

@media (max-width: 450px) {
    .footer-top-element,
    .footer-wrapp,
    .invocation .title {
        font-size: 15px;
    }
    .invocation .label {
        font-size: 13px;
    }
    .invocation {
        margin-top: 67vw;
    }
    .about .txt {
        font-size: 15px;
        margin: 10px auto;
    }
    .about-cities {
        font-size: 15px;
        line-height: 19px;
    }
    .festival-title {
        font-size: 20px;
    }
    .festival-name {
        font-size: 18px;
    }
    .festival p {
        max-width: 80vw;
    }
}

@media (max-width: 420px) {
    .footer-top-element,
    .footer-wrapp,
    .invocation .title {
        font-size: 14px;
    }
    .invocation .label {
        font-size: 13px;
    }
    .about .txt {
        font-size: 14px;
    }
    .about-cities {
        font-size: 14px;
        line-height: 18px;
    }
    .festival-title {
        font-size: 18px;
        line-height: 27px;
    }
    .festival-name {
        font-size: 17px;
    }
    .invocation {
        margin-top: 66vw;
    }
    .voting-wrapp {
        top: 104vw;
    }
    .voting {
        width: 300px;
    }
    .about {
        height: 107vw;
    }
    .about .txt.mini {
        max-width: 200px;
    }
    .festival:first-child .festival-name {
        margin: 0 25px 0 0;
    }
    .festival:last-child .festival-name {
        margin: 0 0 0 25px;
    }
    .festival {
        height: 100vw;
    }
    .festival p {
        max-width: 85vw;
    }
}

@media (max-width: 390px) {
    .strawberry-cherry {
        top: 64vw;
    }
    .footer-top-element,
    .footer-wrapp,
    .invocation .title {
        font-size: 13px;
    }
    .invocation .label {
        font-size: 12px;
    }
    .about .txt {
        font-size: 13px;
    }
    .about-cities {
        font-size: 13px;
        line-height: 16px;
    }
    .about-soc {
        margin-bottom: 46vw;
    }
    .festival-title {
        font-size: 16px;
        line-height: 22px;
    }
    .festival-name {
        font-size: 15px;
    }
    .invocation {
        margin-top: 64vw;
    }
    .about {
        height: 109vw;
    }
    .festival p {
        font-size: 14px;
        line-height: 18px;
        max-width: 90vw;
    }
    .festival {
        height: 100vw;
    }
}

@media (max-width: 350px) {
    .strawberry-cherry {
        top: 62vw;
    }
    .invocation {
        margin-top: 62vw;
    }
    .voting {
        width: 250px;
    }
    .voting-wrapp {
        top: 101vw;
    }
    .about {
        height: 110vw;
    }
    .about .txt {
        margin: 5px auto;
    }
    .about-cities p:first-child {
        max-width: 65vw;
    }
    .about-cities p:last-child {
        max-width: 65vw;
    }
    .about-soc {
        margin-bottom: 43vw;
    }
    .festival-title {
        line-height: 19px;
        height: 21vw;
    }
    .festival:first-child .festival-name {
        margin: 0 15px 0 0;
        padding: 15px 15px 15px 30px;
    }
    .festival:last-child .festival-name {
        margin: 0 0 0 15px;
        padding: 15px 30px 15px 15px;
    }
    .festival p {
        line-height: 17px;
        max-width: calc(100vw - 20px);
    }
    .festival {
        height: 99vw;
    }
}