@font-face {
    font-family: 'karlieregular';
    src: url('fonts/karlie-regular.eot');
    src: url('fonts/karlie-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/karlie-regular.woff2') format('woff2'),
        url('fonts/karlie-regular.woff') format('woff'),
        url('fonts/karlie-regular.otf') format('otf'),
        url('fonts/karlie-regular.svg#karlieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karliealt';
    src: url('fonts/karliealt-regular.eot');
    src: url('fonts/karliealt-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/karliealt-regular.woff2') format('woff2'),
        url('fonts/karliealt-regular.woff') format('woff'),
        url('fonts/karliealt-regular.otf') format('woff'),
        url('fonts/karliealt-regular.svg#karliealt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorna';
    src: url('fonts/lorna.eot');
    src: url('fonts/lorna.eot?#iefix') format('embedded-opentype'),
        url('fonts/lorna.woff2') format('woff2'),
        url('fonts/lorna.woff') format('woff'),
        url('fonts/lorna.otf') format('woff'),
        url('fonts/lorna.svg#lorna') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lorna-bold';
    src: url('fonts/lorna_bold.eot');
    src: url('fonts/lorna_boldlorna_bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/lorna_bold.woff2') format('woff2'),
        url('fonts/lorna_bold.woff') format('woff'),
        url('fonts/lorna_bold.otf') format('woff'),
        url('fonts/lorna_bold.svg#lorna_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



.bounce {
    position: relative;
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-25px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-25px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-25px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-25px);
    }

    60% {
        transform: translateY(-15px);
    }
}



html,
body {
    height: 100%;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}


/*link*/

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


img {
    width: 100% \9;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a img:hover {
    opacity: 0.8;
}

.nopadding {
    padding: 0 !important;
}



body {
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    /* -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    */
    color: #fff;
    background: #1a7ca1 url(/img/bg.jpg) no-repeat;
    background-position: top center;
    background-attachment: fixed;
    text-align: center;
}

body.ru {
    font-family: 'Vollkorn', serif;
}

@media only screen and (max-width: 599px) {
    body {
        font-size: 16px;
        background-attachment: unset;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding: 0;
    line-height: 1.1;
    font-family: 'karliealt', serif;
}

.ru h1 {
    font-family: 'Lobster', serif;
}


.section {
    position: relative;

}

.section .inside {
    padding: 70px 15px;
    position: relative;

}

.arrow.bounce {
    position: absolute;
    right: 2%;
    bottom: 5%;
}

.arrow.up img {
    transform: rotateX(180deg);
}

a.scroll {
    padding: 30px;
}


.section img {
    width: auto;
}

@media only screen and (min-width: 600px) {

    .section img {
        max-height: 85vh;
    }
}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
}


@media only screen and (max-width: 599px) {
    .section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.arrow.bounce {
    position: absolute;
    right: 2%;
    bottom: 5%;
}

.arrow.up img {
    transform: rotateX(180deg);
}

a.scroll {
    padding: 30px;
}



.ru .h1 {
    font-family: 'Lobster', serif;
}

.content {
    font-family: 'karliealt', serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0 auto;
    max-width: 95%;
}

.ru .content {
    font-family: 'Lobster', serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    max-width: 1100px;
}


.content.txt-sm {
    font-family: 'Crimson Text', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.ru .content.txt-sm {
    font-family: 'Vollkorn', serif;
}


@media only screen and (max-width: 599px) {
    .heading {
        position: relative;
    }
}

.s1 {
    height: 100vh;
}


@media only screen and (max-width: 599px) {
    .s1 {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 599px) {
    .s1 img {
        padding-top: 23vh;
    }
}

@media only screen and (max-width: 767px) {
    .s2 {
        padding-top: 30px;
    }
}


@media only screen and (max-width: 599px) {
    .s2 .content {
        padding: 40px 0 40px 0;
    }
}

@media only screen and (max-width: 599px) {
    .s2 .content.quote {
        padding: 40px 0 100px 0;
    }
}

.s3 {
    background: url(/img/bg3-2400.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 599px) {
    .s3 {
        padding: 3vh 15px 0 15px;
        background: url(/img/bg3-599.png) no-repeat;
        background-attachment: inherit;
        background-size: cover;
        background-position: top center;
    }
}

.s3 .content {
    margin-top: 40px;
}



@media only screen and (min-width: 768px) and (max-width: 1919px) {
    .s3 .content {
        width: 60%;
    }
}



@media only screen and (min-width: 1920px) {
    .s3 .content {
        width: 45%;
    }
}


.s4 {
    background: #1a7ca1;
}

.s4 .content {
    max-width: 750px;
}

@media only screen and (min-width: 768px) and (max-width: 1439px) {
    .s4 .content {
        width: 90%;
    }
}

.s4 .content.wishes {
    max-width: 550px;
}



@media only screen and (max-width: 599px) {
    .s4 img {
        max-width: 70%;
    }
}

.s4 .fish img {
    padding: 60px 0;
}

.s4 .logo-unicef {
    padding: 70px 0 30px 0;
}

.s4 .logo-unicef-waves {
    padding: 0 0 60px 0;
}



@media only screen and (max-width: 599px) {
    .s5 img {
        padding: 10px 15px 0 15px;
    }
}

.s6 {
    background: #1a7ca1;
}

.s6 img.logo-end {
    width: 300px;
}

@media only screen and (max-width: 599px) {
    .s6 img.logo-end {
        padding: 100px 15px 100px 15px;
    }
}




@media only screen and (min-width: 600px) {
    .lg {
        display: inline-block;
    }

    .sm {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .lg {
        display: none;
    }

    .sm {
        display: block;
    }


}
