@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://svadba-se.jkay.ru/fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Miama Nueva';
    src: url('https://svadba-se.jkay.ru/fonts/miama-nueva.ttf') format('truetype');
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Montserrat';
    background-color: #fff;
    color: #5082A0;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 22px;
}

a {
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

img {
    max-width: 100%;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
}

h1 {
    font-family: 'Miama Nueva';
    color: #3C6482;
    font-size: 90px;
    margin: 0;
    padding: 150px 0 0;
    text-align: center;
    z-index: 100;

}

h2 {
    color: #3C6482;
    font-family: 'Miama Nueva';
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -4px;
    text-align: center;
    margin: 70px 0;
}

h1 .katya {
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
}

.backabs {
    position: absolute;
}

.section1 {
    height: 800px;
    position: relative;
}

.section1 .flowers1 {
    top: -460px;
    right: -100px;
    width: 700px;
}

.section1 .flowers2 {
    width: 270px;
    top: -110px;
    right: 200px
}

.section1 .flowers3 {
    width: 320px;
    top: -150px;
    right: 80px
}

.section1 .flowers4 {
    width: 500px;
    left: -130px;
    bottom: 120px;
}

.section1 .and {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translateX(-50%);
    z-index: -1;
}

.data-sv {
    color: #5082A0;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    margin: 280px 0 0;
}

.arrow1 {
    margin: 80px auto;
    display: block;
    width: 80px;
}

.section2 .content p {
    text-align: center;
}

.section2 .content img.vetv1 {
    display: block;
    margin: 60px auto 180px;
    width: 440px;
}

.section3 table.calendar {
    font-family: 'Miama Nueva';
    font-size: 31px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.7px;
    margin: 20px auto;
}

.section3 table.calendar .svday {
    position: relative;
}

.section3 table.calendar .svday:after {
    content: "";
    background-image: url(https://svadba-se.jkay.ru/img/heart.png);
    width: 84px;
    height: 92px;
    position: absolute;
    background-repeat: no-repeat;
    top: -10px;
    left: 10px;
    background-size: contain;
}

.section3 table.calendar thead tr th,
.section3 table.calendar tbody tr td {
    text-align: center;
    padding: 20px
}

.section3 table.calendar tbody tr td {
    font-size: 30px;
}

.section3 table.calendar thead tr:first-child th {
    text-align: right;
    font-size: 34px;
}

.section3 table.calendar thead tr:first-child th:first-child {
    text-align: left;
}

.button,
button {
    border-radius: 50px;
    background-image: linear-gradient(90deg, #579AC4 0%, #A8D2EC 100%);
    padding: 30px 0;
    font-size: 32px;
    font-weight: 500;
    width: 600px;
    text-align: center;
    display: block;
    margin: 30px auto;
    cursor: pointer;
    transition: .5s;

}

.button:hover,
button:hover {
    border-radius: 36px;
}

.section3 {
    position: relative;
}

.section3 .flowers5 {
    top: -120px;
    right: -10px;
    width: 200px;
}

.section3 .flowers6 {
    top: 0;
    right: -10px;
    width: 200px;
}

.section3 .flowers6-1 {
    top: 0;
    left: -170px;
    width: 440px;
}

.section3 .collers1 {
    right: -120px;
    bottom: -550px;
    z-index: -1;
}

.bl50 {
    width: 48.5%;
    display: inline-block;
    vertical-align: middle;
}

.section4 {
    margin: 160px 0 30px;
}

.section4 .content {
    max-width: 1400px
}

.section4 .content .bl50:nth-child(2) {
    padding-right: 2%;
}

.section4 .content .bl50 .descp {
    color: rgba(80, 130, 160, 0.50);
    font-size: 20px;
    line-height: 140%;
    margin-top: 80px;
    padding-right: 200px
}

.section4 .content .bl50 .map {
    background-image: url(https://svadba-se.jkay.ru/img/flovers-map.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    padding: 70px 0;
    position: relative;
}

.section4 .content .bl50 .map iframe {
    width: 80%;
    margin: 0 auto;
    height: 360px;
    display: block;
}

.section4 .content .bl50 .map:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: 20px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://svadba-se.jkay.ru/img/flowermap1.png);
}

.section4 .content .bl50 .map:after {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -140px;
    right: -50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://svadba-se.jkay.ru/img/flowermap2.png);
}

.section5 {
    background-image: url(https://svadba-se.jkay.ru/img/whitebox.png), url(https://svadba-se.jkay.ru/img/colors2.png), url(https://svadba-se.jkay.ru/img/colors1.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 700px, 1200px, 1000px;
    background-position: 50% 0, -10% 0, 110% 100%;
    padding: 90px 0;
    position: relative;

}

.section5 .content .timeplans {
    position: relative;
    height: 1000px;
    background-image: url(https://svadba-se.jkay.ru/img/timeline.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section5 .timeplan {
    position: absolute;
    vertical-align: middle;
}

.section5 .timeplan img {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

.section5 .timeplan h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 500;
    margin-left: 50px;
    line-height: 1.5;
}

.section5 .timeplan:nth-child(2n) h3 {
    margin-left: 0;
    margin-right: 50px;
    text-align: right;
}

.section5 .timeplan.timeplan1 {
    top: 0;
    left: 0;
}

.section5 .timeplan.timeplan2 {
    top: 200px;
    right: 0;
}

.section5 .timeplan.timeplan3 {
    top: 380px;
    left: 0;
}

.section5 .timeplan.timeplan4 {
    top: 600px;
    right: 0;
}

.section5 .timeplan.timeplan5 {
    top: 850px;
    left: 0;
}

.section5 p.about {
    padding-top: 80px;
    color: #5082A0;
    text-align: center;
    font-family: "Miama Nueva";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 4.8px;
}

.section5 .flowers7 {
    top: 50%;
    left: -20px;
    width: 420px;
}

.section5 .flowers8 {
    top: 15%;
    right: -10px;
}

.section5 .flowers9 {
    top: 60%;
    width: 500px;
    right: -200px;
    z-index: 1;
}

.section6 {
    padding: 20px 0 80px;
    position: relative;
}

.section6 h3 {
    color: #3C6482;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.8px;
}

.section6 p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.section6 .mf .bl50 {
    vertical-align: top;
    text-align: center;
    margin: 50px 0;
}

.section6 .mf h3 {
    text-align: center;
    color: #3C6482;
    font-family: "Miama Nueva";
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 14px;
}

.section6 .mf p {
    max-width: 320px;
}

.section6 .cveta {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    width: 610px;
    margin: 0 auto;

}

.section6 .cveta .cvet {
    width: 80px;
    height: 80px;
    border: 2px solid #ccc;
    border-radius: 80px;
    margin: 0 auto;
}

.section6 .cveta .cvet.cvet1 {
    background-color: #FFF5ED;
}

.section6 .cveta .cvet.cvet2 {
    background-color: #FFD7CB;
}

.section6 .cveta .cvet.cvet3 {
    background-color: #FFD1DF;
}

.section6 .cveta .cvet.cvet4 {
    background-color: #DBC3F8;
}

.section6 .cveta .cvet.cvet5 {
    background-color: #92CBF5;
}

.section6 .flowers10 {
    width: 600px;
    top: 0;
    left: -250px;
}

.section6 .flowers11 {
    width: 150px;
    top: 350px;
    right: -16px;
}

.section6 .flowers11-5 {
    width: 150px;
    top: 450px;
    right: -5px;
}

.section7 {
    position: relative;
    padding: 30px 0 60px;
}

.section7 p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin: 0 auto;
    max-width: 900px;
}

.section7 .flowers12 {
    top: 160px;
    width: 400px;
    left: 40px;
    z-index: -1;
}

.section7 .collers2 {
    width: 980px;
    top: -20px;
    right: 0;
    z-index: -1;
}

.section8 {
    position: relative;
    padding: 30px 0 60px;
    background-image: url(https://svadba-se.jkay.ru/img/backform.png);
    background-position: 50% 200px;
    background-repeat: no-repeat;

}

.section8 form {
    margin: 30px auto;
    max-width: 700px;
    padding: 20px 0 40px;
}

.section8 form input {
    font-size: 24px;
}



.section8 form input[type="text"] {
    padding: 15px 40px;
    border-radius: 26px;
    border: 2px solid #5082A0;
    width: calc(100% - 80px);
    margin-bottom: 40px;
}

.section8 form input::placeholder {
    color: #CCC;
}

.section8 form p.quest1 {
    color: #3C6482;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.section8 form p.quest2 {
    color: #5082A0;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.section8 form ul.prihod {
    list-style: none;
    padding: 0;
    margin: 60px 0;
}

.section8 form ul.prihod li {
    color: #3C6482;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.section8 form ul.prihod li input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.section8 form ul.prihod li label {
    cursor: pointer;
    padding-left: 10px;
    vertical-align: middle;
}

.section8 form button {
    border: none;
    color: #fff;
    width: 300px;
}

.section8 h2 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    line-height: 2.2;
}

.section8 .flowers13 {
    top: 200px;
    left: -130px;
    width: 500px;
    z-index: -1;
}

.section8 .contact {
    color: #3C6482;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.section8 .vasilisa {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.section8 .vasilisa p {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: middle;
    color: #5082A0;
    letter-spacing: 0.5px;
}

.section8 .vasilisa img {
    vertical-align: middle;
    width: 70px;
    margin-left: 50px;
}

.section8 .vetv2 {
    width: 480px;
    margin: 20px auto 0;
    display: block;
}

.section9 {
    position: relative;
    padding: 60px 0 20px;
    ;
}

.section9 #timer {
    text-align: center;
    color: #5082A0;
    text-align: center;
    font-family: "Miama Nueva";
    font-size: 120px;
    font-weight: 400;
    letter-spacing: -6px;
    margin: 140px 0;
}

.section9 #timer div {
    display: inline-block;
    min-width: 160px;
}

.section9 #timer div span {
    display: block;
    font-family: 'Montserrat';
    font-size: 54px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 2%
}

.footer {
    position: relative;
    height: 800px;
    overflow: hidden;
    padding: 60px;
}

.footer h2 {
    font-size: 90px;
    width: 1000px;
    margin: 0 auto 260px;
    line-height: 1.6;
    letter-spacing: -2.7px;
}

.footer p {
    color: rgba(60, 100, 130, 0.60);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.footer a {
    display: block;
    width: 600px;
    margin: 0 auto;
    color: rgba(60, 100, 130, 0.60);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    text-decoration-line: underline;
    margin-top: 24px;
}

.section9 .collers3 {
    width: 1600px;
    top: 80px;
    left: 20%;
    z-index: -1;
}

.footer .collers4 {
    max-width: 2200px;
    width: 2200px;
    bottom: -1150px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width:1480px) {

    .section1 .flowers1 {
        width: 600px;
        top: -400px;
    }

    .section1 .flowers4 {
        width: 400px;
        left: -90px;
    }

    .section1 .flowers2 {
        width: 200px;
        top: -60px;
        right: 120px;
    }

    .section1 .flowers3 {
        width: 200px;
        top: -70px;
        right: 60px;
    }

    .section4 .content {
        max-width: 1000px;
    }

    .section4 .content .bl50 .descp {
        padding-right: 0;
        margin-top: 50px;
    }

    .section4 .content .bl50 .map {
        padding: 50px 0;
    }

    .section4 .content .bl50 .map:before {
        width: 140px;
        height: 140px;
    }

    .section4 .content .bl50 .map:after {
        width: 400px;
        height: 400px;
    }

    .section5 .flowers8 {
        width: 200px;
    }

    .section5 .flowers7 {
        width: 300px;
    }

    .section5 .flowers9 {
        width: 400px;
        top: 70%;
    }

    .section6 .flowers10 {
        width: 450px;
        left: -300px;
    }

    .section7 .flowers12 {
        width: 320px;
        left: -3%;
    }

    .section7 .content {
        max-width: 800px;
    }

    .section8 form {
        max-width: 560px;
    }

    .section8 .flowers13 {
        width: 430px;
        left: -160px;
        top: 300px;
    }


    .section9 #timer {
        font-size: 90px;
    }

    .section9 #timer div span {
        font-size: 38px;
    }
}


@media screen and (max-width:1200px) {
    body {
        font-size: 20px;
    }

    .content {
        max-width: 780px;
    }

    h1 {
        font-size: 80px;
        padding: 200px 0 0;
    }

    .section1 .and {
        width: 160px;
        top: 180px;
    }

    h2 {
        font-size: 50px;
    }

    .section3 .flowers5 {
        width: 120px;
        top: -60px;
    }

    .section3 .flowers6 {
        width: 120px;
        top: 20px;
    }

    .section3 .flowers6-1 {
        left: -220px;
        top: auto;
        bottom: -220px;
        z-index: -1;
    }

    .section3 table.calendar {
        font-size: 28px;
    }

    .section3 table.calendar thead tr:first-child th {
        font-size: 20px;
    }

    .section3 table.calendar thead tr th,
    .section3 table.calendar tbody tr td {
        padding: 16px;
    }

    .section3 table.calendar .svday:after {
        width: 80px;
        height: 90px;
        top: -12px;
        left: 6px;
    }

    .section4 .content {
        max-width: 100%;
    }

    .section4 .content .bl50:nth-child(2) {
        padding-left: 20px;
        width: calc(48.5% - 20px);
    }

    .section4 .content .bl50 .map iframe {
        width: 90%;
        height: 320px;
    }

    .section4 .content .bl50 .map:after {
        width: 300px;
        height: 300px;
    }

    .section5 {
        padding: 50px;
    }

    .section6 .flowers11,
    .section6 .flowers11-5 {
        width: 100px;
    }

    .section6 .mf .bl50 img {
        width: 130px;
    }

    .section6 .mf h3 {
        font-size: 36px;
    }

    .section6 h3 {
        font-size: 34px;
        margin-top: 0;
    }

    .section6 .cveta {
        width: 500px;
    }

    .section6 .cveta .cvet {
        width: 60px;
        height: 60px;
    }

    .section8 h2 {
        width: auto;
        padding: 0 60px;
    }

    .section8 .flowers13 {
        width: 350px;
        top: 670px;
    }

    .section8 form ul.prihod {
        margin: 40px 10%;
    }

    .section8 form ul.prihod li {
        font-size: 20px;
    }

    .section9 #timer div {
        min-width: 90px;
    }

    .section9 #timer {
        font-size: 60px;
    }

    .section9 #timer div span {
        font-size: 20px;
        text-align: center;
        transform: translateX(-16%);
    }

    .section9 #timer div:nth-child(4) span {
        transform: translateX(0%);
    }

    .footer {
        height: auto;
    }


    .footer h2 {
        width: auto;
        font-size: 60px;
    }

    .footer .collers4 {
        max-width: 1400px;
        bottom: -700px;
        left: calc(50% - 700px);
    }

    .button,
    button {
        font-size: 26px;
    }

}


@media screen and (max-width:790px) {

    body {
        font-size: 14px;
    }

    .content {
        max-width: 270px;
    }

    h1 {
        font-size: 60px;
    }

    .section1 .and {
        width: 130px;
        top: 180px;
    }

    h2 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -2px;
        margin: 30px 0;
    }

    .section1 {
        height: 720px;
    }

    .section1 .flowers1 {
        width: 460px;
        max-width: 460px;
        top: -300px;
    }

    .section1 .flowers2 {
        width: 180px;
        top: -54px;
        right: 70px;
    }

    .section1 .flowers3 {
        width: 190px;
        top: -60px;
        right: 6px;
    }

    .section1 .flowers4 {
        width: 250px;
        bottom: 20px;
        z-index: -1;
    }

    .data-sv {
        font-size: 22px;
        margin-top: 240px;
    }

    .arrow1 {
        width: 60px;
        margin-bottom: 20px;
    }

    .section2 .content {
        max-width: 310px;
    }

    .section2 .content p {
        line-height: 1.6;
        width: 270px;
        margin: 30px auto 0;
    }

    .section2 .content img.vetv1 {
        width: 280px;
        margin: 40px auto 80px;
    }

    .section3 .content {
        max-width: 310px;
    }

    .section3 .flowers5,
    .section3 .flowers6 {
        width: 80px;
    }

    .section3 .flowers6 {
        top: -10px;
    }

    .section3 table.calendar,
    .section3 table.calendar tbody tr td {
        font-size: 15px;
    }

    .section3 table.calendar thead tr:first-child th {
        font-size: 18px;
    }

    .section3 table.calendar thead tr th,
    .section3 table.calendar tbody tr td {
        padding: 8px
    }

    .button,
    button {
        font-size: 16px;
        width: 270px;
        padding: 18px 0;
        border-radius: 18px;
    }

    .section3 table.calendar .svday:after {
        width: 42px;
        height: 48px;
        top: -6px;
        left: 2px;
    }

    .section3 .flowers6-1 {
        width: 380px;
        left: -270px;
        bottom: -180px;
    }

    .section4 {
        margin: 100px 0 20px;
    }

    .section4 .bl50 {
        width: 100%;
        display: block;
    }

    .section4 .content .bl50:nth-child(2) {
        width: 262px;
        margin: 0 auto;
        text-align: center;
    }

    .section4 .content .bl50:nth-child(2) .adress-db {
        width: 250px;
        margin: 0 auto;
    }

    .section4 .content .bl50:nth-child(2) .descp {
        font-size: 13px;
        margin: 20px 0 60px;
    }

    .section4 .content .bl50 .map {
        background-size: 140%;
        background-position: 50% 0;
    }

    .section4 .content .bl50 .map iframe {
        width: 100%;

    }

    .section4 .content .bl50 .map:before {
        left: -50px
    }

    .section4 .content .bl50 .map:after {
        right: -56%;
    }

    .section5 {
        padding: 50px 0 20px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 440px, 600px, 600px;
        background-position: 50% 0, 20% 0, 70% 60%;
        position: relative;
    }


    .section5 .content {
        max-width: 320px;
        width: 320px;
    }

    .section5 .content .timeplans {
        height: 660px;
        background-size: 65px;
    }


    .section5 .timeplan img {
        width: 80px;
    }

    .section5 .timeplan h3 {
        font-size: 18px;
        margin-left: 80px;
    }

    .section5 .timeplan:nth-child(2n) h3 {
        margin-right: 80px;
    }


    .section5 .timeplan.timeplan1 {
        left: calc(50% - 140px);
    }

    .section5 .timeplan.timeplan2 {
        right: calc(50% - 142px);
        top: 130px;
    }

    .section5 .timeplan.timeplan3 {
        left: calc(50% - 148px);
        top: 255px;
    }

    .section5 .timeplan.timeplan4 {
        right: calc(50% - 138px);
        top: 375px;
    }

    .section5 .timeplan.timeplan5 {
        left: calc(50% - 142px);
        top: 520px;
    }

    .section5 p.about {
        padding-top: 40px;
        font-size: 16px;
    }


    .section5 .flowers8 {
        z-index: -1;
        right: -60px;
        top: -60px;
    }

    .section5 .flowers7 {
        width: 220px;
        left: -70px;
        top: 300px;
    }

    .section5 .flowers9 {
        top: auto;
        width: 300px;
        right: -240px;
        bottom: 0;
    }

    .section6 {
        padding-bottom: 30px;
    }


    .section6 .content {
        max-width: 300px;
    }

    .section6 p {
        max-width: 264px;

    }

    .section6 .mf .bl50 {
        margin: 30px 0;
    }

    .section6 .mf .bl50 img {
        width: 70px;
    }

    .section6 .mf h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .section6 .mf p {
        font-size: 14px;
        margin: 0 6px;
    }

    .section6 h3 {
        font-size: 20px;
    }

    .section6 .cveta {
        width: 100%;
        gap: 25px;
    }

    .section6 .cveta .cvet {
        width: 38px;
        height: 38px;
    }


    .section6 .flowers10 {
        left: -320px;
    }

    .section6 .flowers11,
    .section6 .flowers11-5 {
        width: 70px;
        top: 380px;
    }

    .section6 .flowers11-5 {
        top: 440px;
        right: -20px;
    }

    .section7 .content {
        max-width: 300px;
    }

    .section7 p {
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .section7 .flowers12 {
        width: 250px;
        left: -160px;
        top: 30px;
    }

    .section7 .collers2 {
        width: 600px;
        top: 0;
        right: -340px;
        max-width: 600px;
    }

    .section8 {
        background: none;
    }

    .section8 h2 {
        padding: 0;
    }

    .section8 form {
        max-width: 320px;
    }

    .section8 form input {
        font-size: 16px;
    }

    .section8 form input[type="text"] {
        border-radius:18px;
        padding: 8px 20px;
        width:calc(100% - 40px);
        border: 1px solid #5082A0;
        margin-bottom: 20px;
    }

    
    .section8 form p.quest1 {
        margin: 22px 0 10px;
        font-size:18px;
    }
    
    .section8 form p.quest2 {
        font-size: 14px;
    }
    
    .section8 form ul.prihod li {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .section8 form ul.prihod li label {
        display:inline-block;
        width: 80%
    }
    
    .section8 .contact {
        font-size:18px;
    }
    
    .section8 .vasilisa {
        max-width:270px;
    }
    
    .section8 .vasilisa p, .section8 .vasilisa img {
        display: block;
        width:100%;
    }
    
    .section8 .vasilisa img {
        width: 50px;
        margin:28px auto 10px; 
    }

    .section8 .vetv2 {
            width: 250px;
    margin: 0 auto;
    display: block;
    }
    
    .section8 .flowers13 {
        top:240px;
        left:-280px;
    }
    
    .section9 {
        padding: 20px 0;
    }
    
        .section9 #timer div {
        min-width: 50px;
    }
    
        .section9 #timer {
        font-size: 44px;
            margin: 80px 0 20px
    }

    .section9 #timer div span {
        font-size: 16px;
        text-align: center;
        transform: translateX(-16%);
    }
    
    .section9 #timer div:nth-child(2) span {
        font-size: 15px;  
    }
    
    .section9 #timer div:nth-child(3) span {
        font-size: 13px;  
    }

    .section9 #timer div:nth-child(4) span {
        transform: translateX(0%);
        font-size: 11px;
    }
    
    .section9 .collers3 {
        width:500px;
        max-width:500px;
        left:-30px;
        top:0;
    }
    
    .footer {
        padding: 40px;
    }
    
    .footer h2 {
        font-size:30px;
                margin-bottom: 120px;
    }
    
    .footer .collers4 {
        max-width:1300px;
        bottom: -700px;
    }
    
    .footer a {
        width:260px;
    }

}
