* {
    margin: 0;
    padding: 0;
}

/* <editor-fold desc="Fonts"> */
@font-face {
    font-family: Good Vibes Pro;
    src: url(fonts/GoodVibesPro.ttf);
}

@font-face {
    font-family: SF Pro Display;
    src: url(fonts/SF-Pro-Display-Regular.otf);
}

@font-face {
    font-family: SF Pro Display Medium;
    src: url(fonts/SF-Pro-Display-Medium.otf);
}

@font-face {
    font-family: SF Pro Display Thin;
    src: url(fonts/SF-Pro-Display-Thin.otf);
}
/* </editor-fold> */

a {
    color: #fff;
    text-decoration: none;
}

body {
    min-height: 100%;
    background: url("images/bg.png") fixed;
    background-size: cover;
    font-family: "SF Pro Display", Arial, sans-serif;
    color: #fff;
}

body.about {
    background: url("images/bg-about.png") fixed;
    background-size: cover;
}

/*<editor-fold desc="Header">*/
header {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 6.25vw; /* 120px */
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "SF Pro Display Medium", Arial, sans-serif;
    font-size: 1.14583333vw;
    z-index: 100;
}

header.transparent {
    background: rgba(0, 0, 0, 0);
}

nav.main {
    width: 56.7708333vw; /* 1090px */
    margin: 0 auto;
}

nav.main div.logo {
    float: left;
    width: 11.9791667vw; /* 230px */
}

nav.main div.logo a {
    display: block;
    width: 8.95833333333vw; /* 172px */
    height: 4.94791666667vw; /* 95px */
    margin: 0.52083333333vw 1.51041666667vw 0.78125vw 1.51041666667vw; /* 10px 29px 15px 29px */
    background: url("images/logo-top.png") no-repeat;
    background-size: cover;
}

nav.main ul {
    float: left;
    width: 22.3958333vw; /* 430px */
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    margin: 32px 0;
    padding: 0;
}

nav.main li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

nav.main a.txt:hover, nav.main a.txt.active {
    background-image: url(images/underline.png);
    background-position: 0 1.41vw;
    background-repeat: no-repeat;
    padding-bottom: .4vw;
    background-size: 100% 0.208333333vw;
}
/*</editor-fold>*/

main {
    width: 60.9375vw; /* 1170px */
    margin: 6.25vw auto 0;
    height: 100%;
    overflow: hidden;
}

main.landing {
    width: 100%;
    margin-top: 0;
}

section.squared {
    margin: 2.08333333333vw auto; /* 40px */
    border: #fff 0.15625vw solid; /* 3px */
    width: 56.7708333vw; /* 1090px */
}

section.landing {
    position: relative;
    width: 100%;
    height: 53.6458333333vw; /* 1030px */
    /*background: url("images/landing-summer.png") no-repeat;*/
    background: url("images/landing-winter.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.landing .landing-logo {
    position: absolute;
    top: 15.8854166667vw; /* 305px */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24.3229166667vw; /* 467px */
    height: 11.25vw; /* 216px */
    background: url("images/logo-main.png") no-repeat;
    background-size: cover;
}

section.landing .landing-text {
    position: absolute;
    top: 27.6041666667vw; /* 530px */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40vw; /* 467px */
    height: 9.25vw; /* 216px */
    font-family: "SF Pro Display Medium", Arial, sans-serif;
    font-size: 1.30208333333vw; /* 25px */
    line-height: 2vw;
    text-align: center;
}

section.landing .landing-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10.9375vw; /* 210px */
    background: url("images/landing-footer.png") no-repeat;
    background-size: cover;
}

section.cakes {
    width: 100%;
    height: 45.46875vw; /* 873px */
    background: url("images/l-cakes.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.cheesecakes {
    width: 100%;
    height: 44.84375vw; /* 861px */
    background: url("images/l-cheesecakes.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.marshmallows {
    width: 100%;
    height: 44.84375vw; /* 861px */
    background: url("images/l-marshmallows.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.other {
    width: 100%;
    height: 36.09375vw; /* 693px */
    background: url("images/l-other.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

section.reviews {
    width: 100%;
    height: 40.625vw; /* 780px */
    background: url("images/l-reviews.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

/*<editor-fold desc="404">*/
section.sq-404 {
    height: 39.84375vw; /* 765px */
    background: url("images/404.png") no-repeat;
    background-size: cover;
}
/*</editor-fold>*/

/*<editor-fold desc="About">*/
section.sq-about {
    height: 34.375vw; /* 660px */
    position: relative;
}

section.sq-about div.about-photo {
    position: absolute;
    top: 3.64583333333vw; /* 70px */
    left: -2.08333333333vw; /* -40px */
    width: 31.25vw; /* 600px */
    height: 26.0416666667vw; /* 500px */
    background: url("images/about-photo.png") no-repeat;
    background-size: cover;
}

section.sq-about div.about-title {
    position: absolute;
    top: 3.64583333333vw; /* 70px */
    left: 32.8125vw; /* 630px */
    width: 13.5416666667vw; /* 460px */
    height: 6.25vw; /* 120px */
    font-family: "Good Vibes Pro", Arial, sans-serif;
    font-size: 5vw; /* 96px */
    border-bottom: #fff 0.15625vw solid; /* 3px */
}

section.sq-about div.about-text {
    position: absolute;
    top: 11.4583333333vw; /* 220px */
    left: 32.8125vw; /* 630px */
    width: 23.9583333333vw; /* 460px */
    height: 6.0416666667vw; /* 500px */
    font-size: 1.25vw; /* 24px */
    z-index: 1;
}

section.sq-about div.about-fig {
    position: absolute;
    bottom: 1.5625vw; /* 30px */
    right: 0;
    width: 19.2708333333vw; /* 370px */
    height: 13.0208333333vw; /* 250px */
    background: url("images/about-fig.png") no-repeat;
    background-size: cover;
    z-index: 0;
}
/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
footer {
    display: block;
    width: 100%;
    height: 5.72916667vw; /* 110px */
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.833333333vw; /* 16px */
}
footer a {
    color: #fff;
    text-decoration: none;
}

footer ul.buttons {
    width: 56.7708333vw; /* 1090px */
    text-align: right;
    margin: 0 auto;
}

footer ul.buttons li {
    list-style: none;
    display: inline-block;
}

footer ul.buttons li a {
    display: block;
    width: 2.08333333vw; /* 40px */
    height: 2.08333333vw; /* 40px */
    margin: 0.833333333vw 0 0 0.833333333vw; /* 16px */
    background-size: contain;
    background-repeat: no-repeat;
}

footer ul.buttons li.btn-instagram a {
    background-image: url("images/btn-instagram.png");
}

footer ul.buttons li.btn-vk a {
    background-image: url("images/btn-vk.png");
}

footer p.author {
    width: 56.7708333vw; /* 1090px */
    text-align: right;
    margin: 0.833333333vw auto 0; /* 16px */
}
/*</editor-fold>*/


div.fake-cake {
    margin-top: 8.33333333333vw; /* 40px */
    width: 100%;
    height: 54.1666667vw; /* 1040px */
    background: url("images/fake-cake.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

div.fake-howto {
    margin-top: 6.25vw; /* 40px */
    width: 100%;
    height: 42.7083333333vw; /* 820px */
    background: url("images/fake-howto.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

div.fake-faq {
    margin-top: 6.25vw; /* 40px */
    width: 100%;
    height: 42.7083333333vw; /* 820px */
    background: url("images/fake-faq.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

div.fake-promotions {
    margin-top: 6.25vw; /* 40px */
    width: 100%;
    height: 39.84375vw; /* 765px */
    background: url("images/fake-promotions.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

ul.landing-fillings {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8vw;
    width: 30vw;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    font-family: "SF Pro Display Medium", Arial, sans-serif;
    font-size: 1.30208333333vw; /* 25px */
    line-height: 2vw;
    text-align: center;
    z-index: 2;
}

ul.landing-fillings li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

ul.landing-fillings a.txt:hover,
ul.landing-fillingsa.txt.active {
    background-image: url(images/underline.png);
    background-position: 0 1.41vw;
    background-repeat: no-repeat;
    padding-bottom: .4vw;
    background-size: 100% 0.208333333vw;
}


section.fillings {
    margin: 2.08333333333vw auto; /* 40px */
    border: none;
    width: 56.7708333vw; /* 1090px */
}

section.fillings h1 {
    text-align: center;
    margin-bottom: 1vw;
    font-family: "SF Pro Display", Arial, sans-serif;
    font-size: 3vw; /* 25px */
}

section.fillings .f-row {
    width: 100%;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    margin: 0 auto;
    height: 20vw;
}

section.fillings .f-item {
    display: block;
    flex: 0 1 auto;
}

section.fillings a.f-f {
    width: 18vw;
    height: 18vw;
    display: block;
}

section.fillings a.f-1 {
    background: url("images/f-1.png") no-repeat;
    background-size: cover;
}

section.fillings a.f-2 {
    background: url("images/f-2.png") no-repeat;
    background-size: cover;
}

section.fillings a.f-3 {
    background: url("images/f-3.png") no-repeat;
    background-size: cover;
}

section.fillings a.f-4 {
    background: url("images/f-4.png") no-repeat;
    background-size: cover;
}