
.main-fullscreen {
    position: relative;
    /*display: flex;*/
    min-height: 100vh;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden
}

    .main-fullscreen.align-center .main-fullscreen-buttons {
        align-items: center;
        justify-content: center
    }

    .main-fullscreen:not(.align-center) .main-fullscreen-buttons {
        align-items: flex-start
    }

@media screen and (max-width:639px) {
    .main-fullscreen:not(.main-fullscreen-framed) .main-fullscreen-buttons {
        flex-direction: column
    }
}

@media screen and (max-width:639px) {
    .main-fullscreen:not(.main-fullscreen-framed) .main-fullscreen-button + .main-fullscreen-button {
        margin-top: 16px
    }
}

@media screen and (min-width:640px) {
    .main-fullscreen:not(.main-fullscreen-framed) .main-fullscreen-button + .main-fullscreen-button {
        margin-left: 16px
    }
}

.main-fullscreen:not(.main-fullscreen-with-scroll-icon) {
    padding: 20px 0
}

@media screen and (max-width:639px) {
    .main-fullscreen-framed .main-fullscreen-content {
        padding: 32px 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-fullscreen-framed .main-fullscreen-content {
        padding: 48px 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .main-fullscreen-framed .main-fullscreen-content {
        padding: 48px 40px
    }
}

@media screen and (min-width:1360px) {
    .main-fullscreen-framed .main-fullscreen-content {
        padding: 48px
    }
}

.main-fullscreen-framed .main-fullscreen-buttons {
    flex-direction: column
}

.main-fullscreen-framed .main-fullscreen-button + .main-fullscreen-button {
    margin-top: 16px
}

@media screen and (max-height:599px) {
    .main-fullscreen-with-scroll-icon {
        padding-top: 20px;
        padding-bottom: 65px
    }
}

@media screen and (min-height:600px) {
    .main-fullscreen-with-scroll-icon {
        padding-top: 40px;
        padding-bottom: 80px
    }
}



.main-fullscreen-wave-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 84px
}

.main-fullscreen-wave-editor {
    opacity: 0
}

.main-fullscreen-wave {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%
}

@media screen and (max-width:639px) {
    .main-fullscreen-wave {
        transform: translateX(-120%)
    }
}

@media (min-width:640px) and (max-width:959px) {
    .main-fullscreen-wave {
        transform: translateX(-60%)
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .main-fullscreen-wave {
        transform: translateX(-20%)
    }
}

.main-fullscreen-wave-icon {
    display: block
}

@media screen and (min-width:2536px) {
    .main-fullscreen-wave-icon {
        width: 100%;
        height: auto
    }
}

.main-fullscreen-social {
    background-color: #f2f2f2
}

.main-fullscreen-social-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 10px
}

@media screen and (max-width:639px) {
    .main-fullscreen-social-container {
        justify-content: center
    }
}

.main-fullscreen-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid;
    border-radius: 50%;
    margin: 6px;
    color: inherit
}

@media screen and (max-width:639px) {
    .main-fullscreen-social-item {
        width: 36px;
        height: 36px
    }
}

@media screen and (min-width:640px) {
    .main-fullscreen-social-item {
        width: 40px;
        height: 40px
    }
}

.main-fullscreen-buttons {
    display: flex
}

.main-fullscreen.main-fullscreen-with-image {
    padding-bottom: 0
}

@media screen and (max-width:639px) {
    .main-fullscreen.main-fullscreen-with-image {
        min-height: 0
    }
}

@media screen and (max-width:639px) {
    .main-fullscreen-with-image {
        display: block
    }
}

@media screen and (max-width:479px) {
    .main-fullscreen-with-image {
        padding-top: 56px
    }
}

@media (min-width:480px) and (max-width:639px) {
    .main-fullscreen-with-image {
        padding-top: 64px
    }
}

@media screen and (min-width:640px) {
    .main-fullscreen-with-image {
        align-items: flex-end
    }
}

.main-fullscreen-image-wrapper {
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40.43%;
    box-shadow: 0 16px 24px 0 hsla(0,0%,7%,.08);
    overflow: hidden
}

.main-fullscreen-image-border .main-fullscreen-border {
    position: relative;
    border-top: 24px solid #f6f7f8;
    border-right: 1px solid #f6f7f8;
    border-left: 1px solid #f6f7f8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.main-fullscreen-image-border .main-fullscreen-dots {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-fullscreen-dots {
    position: absolute;
    top: -16px;
    left: 12px;
    display: none;
    width: 40px
}

.main-fullscreen-dots-item {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7e8ea
}

.main-timer {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    box-sizing: border-box;
    overflow: hidden
}

    .main-timer .container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .main-timer:not(.main-timer-with-scroll-icon) {
        padding: 20px 0
    }

@media screen and (max-height:599px) {
    .main-timer-with-scroll-icon {
        padding-top: 20px;
        padding-bottom: 65px
    }
}

@media screen and (min-height:600px) {
    .main-timer-with-scroll-icon {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

.main-timer-title {
    margin: 0
}

.form-classic {
    position: relative;
    display: flex;
    box-sizing: border-box
}

@media screen and (min-width:960px) {
    .form-classic-bottom .form-classic-status {
        margin-top: 0 !important
    }
}

.form-classic.align-center .form-classic-description {
    margin-left: auto;
    margin-right: auto
}

.form-classic.align-center .form-classic-map + .container-form {
    justify-content: center
}

.form-classic-fixed-height {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 768px;
    padding: 20px 0
}

    .form-classic-fixed-height .container {
        z-index: 2
    }

.form-classic-center {
    min-height: 100vh;
    padding: 20px 0;
    align-items: center
}

    .form-classic-center.form-classic-title-inside .container-form {
        justify-content: flex-end
    }

@media screen and (max-width:639px) {
    .form-classic-center .form-classic-left-panel {
        margin-bottom: 32px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-center .form-classic-left-panel {
        margin-bottom: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-center .form-classic-left-panel {
        padding-right: 40px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-center .form-classic-left-panel {
        padding-right: 48px
    }
}

.form-classic-center .form-classic-main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.15)
}

@media screen and (max-width:639px) {
    .form-classic-center .form-classic-main {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-center .form-classic-main {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-center .form-classic-main {
        max-width: 392px;
        padding: 36px 24px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-center .form-classic-main {
        max-width: 432px;
        padding: 40px 48px
    }
}

.form-classic-center .form-classic-button {
    display: flex;
    flex-direction: column;
    margin-top: 40px
}

.form-classic-center .form-classic-notification {
    margin-top: 20px
}

.form-classic-center .form-classic-col:first-of-type {
    margin-top: 0
}

.form-classic-center .container-form {
    position: relative;
    z-index: 1;
    display: flex
}

@media screen and (max-width:959px) {
    .form-classic-center .container-form {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.form-classic-center .button-secondary-form {
    width: 100%;
    margin-right: 0
}

.form-classic-bottom {
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:639px) {
    .form-classic-bottom {
        padding: 20px 0 48px
    }
}

@media screen and (min-width:640px) {
    .form-classic-bottom {
        padding: 20px 0 64px
    }
}

.form-classic-bottom .form-classic-left-panel {
    padding-bottom: 32px
}

.form-classic-bottom .form-classic-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15)
}

@media screen and (max-width:959px) {
    .form-classic-bottom .form-classic-main {
        flex-direction: column;
        padding: 32px 24px
    }
}

@media screen and (min-width:640px) {
    .form-classic-bottom .form-classic-main {
        padding: 32px 47px
    }
}

.form-classic-bottom .form-classic-description, .form-classic-bottom .form-classic-title {
    width: 100%
}

.form-classic-bottom .form-classic-button {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:960px) {
    .form-classic-bottom .form-classic-button {
        margin-left: 49px
    }
}

.form-classic-bottom .form-classic-notification {
    margin-top: 20px
}

.form-classic-bottom .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:639px) {
    .form-classic-bottom .container-form {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-bottom .container-form {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-bottom .container-form {
        max-width: 680px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-bottom .container-form {
        max-width: 720px
    }
}

.form-classic-bottom .input-wrapper, .form-classic-bottom .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:959px) {
    .form-classic-bottom .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:959px) {
    .form-classic-bottom:not(.form-classic-title-inside) .form-classic-main {
        padding: 32px 20px
    }
}

@media screen and (min-width:640px) {
    .form-classic-bottom:not(.form-classic-title-inside) .form-classic-main {
        padding: 32px 50px
    }
}

.form-classic-bottom:not(.form-classic-title-inside) .form-classic-col {
    margin-top: 0;
    margin-bottom: 32px
}

.form-classic-bottom:not(.form-classic-title-inside) .form-classic-col-submit {
    margin-top: 8px;
    margin-bottom: 0
}

.form-classic-bottom-opacity {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh
}

@media screen and (max-width:639px) {
    .form-classic-bottom-opacity {
        padding: 20px 0 64px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-bottom-opacity {
        padding: 20px 0 80px
    }
}

@media screen and (min-width:960px) {
    .form-classic-bottom-opacity {
        padding: 20px 0 97px
    }
}

.form-classic-bottom-opacity.text-white .form-classic-status {
    color: #fff
}

    .form-classic-bottom-opacity.text-white .form-classic-status:after {
        background-color: #fff
    }

.form-classic-bottom-opacity .form-classic-left-panel {
    padding: 0 16px
}

@media screen and (max-width:639px) {
    .form-classic-bottom-opacity .form-classic-left-panel {
        padding-bottom: 48px
    }
}

@media screen and (min-width:640px) {
    .form-classic-bottom-opacity .form-classic-left-panel {
        padding-bottom: 84px
    }
}

.form-classic-bottom-opacity .form-classic-main {
    padding: 0 16px;
    justify-content: space-between
}

@media screen and (min-width:960px) {
    .form-classic-bottom-opacity .form-classic-main {
        display: flex
    }
}

.form-classic-bottom-opacity .form-classic-description, .form-classic-bottom-opacity .form-classic-title {
    width: 100%
}

@media screen and (max-width:959px) {
    .form-classic-bottom-opacity .form-classic-button {
        margin-top: 32px
    }
}

@media screen and (min-width:960px) {
    .form-classic-bottom-opacity .form-classic-button {
        display: flex;
        flex-direction: column;
        margin-left: 49px
    }
}

.form-classic-bottom-opacity .form-classic-notification {
    margin-top: 20px
}

.form-classic-bottom-opacity .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1360px) {
    .form-classic-bottom-opacity .container-form .form-classic-description {
        box-sizing: content-box
    }
}

.form-classic-bottom-opacity .input-wrapper, .form-classic-bottom-opacity .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:639px) {
    .form-classic-bottom-opacity .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-classic-center-wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 20px 0
}

    .form-classic-center-wrapper .form-classic-left-panel {
        padding-bottom: 40px
    }

    .form-classic-center-wrapper .form-classic-main {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 40px;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.15)
    }

    .form-classic-center-wrapper .form-classic-description, .form-classic-center-wrapper .form-classic-title {
        width: 100%
    }

    .form-classic-center-wrapper .form-classic-button {
        display: flex
    }

@media screen and (max-width:959px) {
    .form-classic-center-wrapper .form-classic-button {
        flex-direction: column;
        flex-grow: 1;
        margin-top: 40px
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-wrapper .form-classic-button {
        align-items: center;
        margin-top: 32px
    }
}

@media screen and (max-width:959px) {
    .form-classic-center-wrapper .form-classic-notification {
        margin-top: 20px
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-wrapper .form-classic-notification {
        margin-left: 48px
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-wrapper .form-classic-status {
        margin-top: 0 !important
    }
}

@media screen and (max-width:639px) {
    .form-classic-center-wrapper .container-form {
        padding: 32px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-center-wrapper .container-form {
        padding: 36px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-center-wrapper .container-form {
        max-width: 680px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-center-wrapper .container-form {
        max-width: 720px
    }
}

@media screen and (max-width:959px) {
    .form-classic-center-wrapper .button-secondary {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:639px) {
    .form-classic-center-wrapper:not(.form-classic-title-inside) .form-classic-main {
        padding: 40px 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-classic-center-wrapper:not(.form-classic-title-inside) .form-classic-main {
        padding: 40px 28px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-center-wrapper:not(.form-classic-title-inside) .form-classic-main {
        padding: 40px 36px
    }
}

.form-classic-center-wrapper:not(.form-classic-title-inside) .form-classic-col {
    margin-top: 0;
    margin-bottom: 32px
}

.form-classic-center-wrapper:not(.form-classic-title-inside) .form-classic-col-submit {
    margin-top: 8px;
    margin-bottom: 0
}

.form-classic-center-opacity {
    flex-direction: column;
    justify-content: center
}

    .form-classic-center-opacity.text-white .form-classic-status {
        color: #fff
    }

        .form-classic-center-opacity.text-white .form-classic-status:after {
            background-color: #fff
        }

    .form-classic-center-opacity .form-classic-left-panel {
        padding: 0 16px
    }

@media screen and (max-width:639px) {
    .form-classic-center-opacity .form-classic-left-panel {
        padding-bottom: 68px
    }
}

@media screen and (min-width:640px) {
    .form-classic-center-opacity .form-classic-left-panel {
        padding-bottom: 76px
    }
}

.form-classic-center-opacity .form-classic-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-classic-center-opacity .form-classic-description, .form-classic-center-opacity .form-classic-title {
    width: 100%
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-center-opacity .form-classic-description {
        max-width: 600px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-center-opacity .form-classic-description {
        max-width: 50%
    }
}

@media screen and (max-width:639px) {
    .form-classic-center-opacity .form-classic-col:not(.form-classic-col-submit) {
        margin-top: 8px
    }
}

@media screen and (max-width:959px) {
    .form-classic-center-opacity .form-classic-row {
        width: 100%
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-opacity .form-classic-row {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width:959px) {
    .form-classic-center-opacity .form-classic-button {
        margin-top: 40px
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-opacity .form-classic-button {
        display: flex;
        align-items: center;
        margin-top: 32px
    }
}

@media screen and (max-width:959px) {
    .form-classic-center-opacity .form-classic-notification {
        margin-top: 20px
    }
}

@media screen and (min-width:960px) {
    .form-classic-center-opacity .form-classic-notification {
        margin-left: 48px
    }
}

.form-classic-center-opacity .container-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:1360px) {
    .form-classic-center-opacity .container-form .form-classic-description {
        box-sizing: content-box
    }
}

.form-classic-center-opacity .input-wrapper, .form-classic-center-opacity .textarea-wrapper {
    margin-top: 12px
}

@media screen and (max-width:639px) {
    .form-classic-center-opacity .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-classic-form-content {
    position: relative;
    z-index: 2
}

.form-classic-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.form-classic-left-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.form-classic-status {
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
    text-align: left
}

    .form-classic-status:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px
    }

.form-classic-status-error {
    color: #dd5656
}

    .form-classic-status-error:after {
        background-color: #dd5656
    }

.form-classic-status-info {
    color: #74a3c7
}

    .form-classic-status-info:after {
        background-color: #74a3c7
    }

.form-classic-status-success {
    color: #39b54a
}

    .form-classic-status-success:after {
        background-color: #39b54a
    }

@media (min-width:640px) and (max-width:959px) {
    .form-classic-status-opacity-block {
        margin-top: 0 !important
    }
}

@media screen and (min-width:1360px) {
    .form-classic-status-opacity-block {
        margin-top: 0 !important
    }
}

.form-classic-main {
    width: 100%;
    box-sizing: border-box
}

    .form-classic-main.text-white .form-classic-status {
        color: #fff
    }

        .form-classic-main.text-white .form-classic-status:after {
            background-color: #fff
        }

.form-classic-wrapper {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.15);
    overflow: hidden
}

@media screen and (max-width:639px) {
    .form-classic-wrapper {
        padding: 40px 24px
    }
}

@media screen and (min-width:640px) {
    .form-classic-wrapper {
        padding: 48px 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-classic-wrapper {
        padding: 48px 40px
    }
}

@media screen and (min-width:1360px) {
    .form-classic-wrapper {
        padding: 48px
    }
}

.form-classic-agreement {
    width: 100%
}

@media screen and (max-width:639px) {
    .form-classic-col:not(.form-classic-col-submit) {
        margin-top: 16px
    }
}

@media screen and (min-width:640px) {
    .form-classic-col:not(.form-classic-col-submit) {
        margin-top: 20px
    }
}

.form-classic-col-submit {
    margin-top: 32px
}

.form-classic-col-submit, .form-classic-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form-classic-submit {
    width: 100%
}

@media screen and (max-width:959px) {
    .form-classic-submit .button-secondary-form {
        width: 100%;
        margin-right: 0
    }
}

.form-classic-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.form-classic-map-data {
    width: 100%;
    height: 100%
}

.form-classic .input, .form-classic .textarea {
    max-width: none
}

.container-form {
    z-index: 1
}

.textarea-placeholder {
    cursor: pointer
}

@media screen and (min-width:640px) {
    .button-secondary-form {
        margin-right: 24px
    }
}

.form-image-position {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden
}

@media screen and (max-width:959px) {
    .form-image-position {
        flex-direction: column
    }
}

@media screen and (min-width:960px) {
    .form-image-position {
        min-height: 100vh
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-image-position {
        padding: 64px 0
    }
}

@media screen and (min-width:1360px) {
    .form-image-position {
        padding: 72px 0
    }
}

.form-image-position.text-white .form-image-position-status {
    color: #fff
}

    .form-image-position.text-white .form-image-position-status:after {
        background-color: #fff
    }

.form-image-position-left.align-center .form-image-position-status {
    text-align: left
}

@media screen and (max-width:639px) {
    .form-image-position-left .form-image-position-additional {
        height: 356px;
        margin-bottom: 28px
    }
}

@media screen and (max-width:959px) {
    .form-image-position-left .form-image-position-additional {
        position: relative;
        z-index: 1;
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-image-position-left .form-image-position-additional {
        height: 460px;
        margin-bottom: 64px
    }
}

@media screen and (min-width:960px) {
    .form-image-position-left .form-image-position-additional {
        position: absolute;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        z-index: 1
    }
}

@media screen and (max-width:959px) {
    .form-image-position-left .container {
        margin-bottom: 64px
    }
}

.form-image-position-right.align-center .form-image-position-status {
    text-align: left
}

@media screen and (max-width:639px) {
    .form-image-position-right .form-image-position-additional {
        height: 356px;
        margin-bottom: 28px
    }
}

@media screen and (max-width:959px) {
    .form-image-position-right .form-image-position-additional {
        position: relative;
        z-index: 1;
        width: 100%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-image-position-right .form-image-position-additional {
        height: 460px;
        margin-bottom: 64px
    }
}

@media screen and (min-width:960px) {
    .form-image-position-right .form-image-position-additional {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

@media screen and (max-width:959px) {
    .form-image-position-right .container {
        margin-bottom: 64px
    }
}

@media screen and (max-width:639px) {
    .form-image-position-fields {
        margin-bottom: 20px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .form-image-position-fields {
        margin-bottom: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .form-image-position-fields {
        margin-bottom: 28px
    }
}

@media screen and (min-width:1360px) {
    .form-image-position-fields {
        margin-bottom: 32px
    }
}

.form-image-position .form-image-position-input, .form-image-position .form-image-position-textarea {
    max-width: 100%
}

@media screen and (max-width:639px) {
    .form-image-position .form-image-position-input, .form-image-position .form-image-position-textarea {
        margin-top: 16px
    }
}

@media screen and (min-width:640px) {
    .form-image-position .form-image-position-input, .form-image-position .form-image-position-textarea {
        margin-top: 20px
    }
}

.form-image-position-status {
    position: relative;
    padding-left: 18px;
    box-sizing: border-box
}

    .form-image-position-status:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px
    }

.form-image-position-status-error {
    color: #dd5656
}

    .form-image-position-status-error:after {
        background-color: #dd5656
    }

.form-image-position-status-info {
    color: #74a3c7
}

    .form-image-position-status-info:after {
        background-color: #74a3c7
    }

.form-image-position-status-success {
    color: #39b54a
}

    .form-image-position-status-success:after {
        background-color: #39b54a
    }

@media screen and (max-width:639px) {
    .form-image-position-status {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .form-image-position-status {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300
    }
}

.form-image-position-agreement {
    width: 100%
}

@media screen and (max-width:639px) {
    .form-image-position-agreement {
        font-size: 12px;
        line-height: 20px;
        font-weight: 300
    }
}

@media screen and (min-width:640px) {
    .form-image-position-agreement {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300
    }
}

.form-image-position-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media screen and (max-width:639px) {
    .form-image-position .button-secondary-form-image-position {
        width: 100%
    }
}

.gallery-columns {
    position: relative
}

.gallery-columns-inner-description .gallery-columns-description {
    position: absolute;
    z-index: 3;
    color: #fff;
    opacity: 1
}

@media screen and (max-width:639px) {
    .gallery-columns-inner-description .gallery-columns-description {
        left: 24px;
        right: 24px;
        bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-columns-inner-description .gallery-columns-description {
        left: 32px;
        right: 32px;
        bottom: 32px
    }
}

@media screen and (min-width:960px) {
    .gallery-columns-inner-description .gallery-columns-description {
        left: 48px;
        right: 48px;
        bottom: 48px
    }
}

.gallery-columns-item {
    position: relative;
    margin: 0
}

.gallery-columns-image-wrapper:before {
    z-index: 3
}

.gallery-columns-description {
    display: block
}

.gallery-fullscreen {
    position: relative
}

    .gallery-fullscreen .gallery-fullscreen-image-wrapper {
        padding-bottom: 48%
    }

.gallery-fullscreen-only-text .gallery-fullscreen-description {
    position: static
}

.gallery-fullscreen-item {
    position: relative;
    margin: 0
}

.gallery-fullscreen-image-wrapper:before {
    z-index: 3
}

.gallery-fullscreen-description {
    position: absolute;
    z-index: 3;
    display: block;
    color: #fff;
    opacity: 1
}

@media screen and (max-width:639px) {
    .gallery-fullscreen-description {
        left: 24px;
        right: 24px;
        bottom: 24px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-fullscreen-description {
        left: 32px;
        right: 32px;
        bottom: 32px
    }
}

@media screen and (min-width:960px) {
    .gallery-fullscreen-description {
        left: 48px;
        right: 48px;
        bottom: 48px
    }
}

.gallery-main-image {
    position: relative
}

.gallery-main-image-item {
    position: relative;
    margin: 0
}

.gallery-main-image-image-wrapper:not(.image-square) {
    padding-bottom: 37.97%
}

.gallery-main-image-image-wrapper:before {
    z-index: 3
}

.gallery-social-data {
    position: relative
}

@media screen and (max-width:639px) {
    .gallery-social-data-top {
        margin-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-social-data-top {
        margin-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-social-data-top {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .gallery-social-data-top {
        margin-bottom: 48px
    }
}

.gallery-social-data-top :first-child {
    margin-top: 0
}

@media screen and (max-width:639px) {
    .gallery-social-data-subtitle {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-social-data-subtitle {
        margin-top: 24px
    }
}

@media screen and (min-width:960px) {
    .gallery-social-data-subtitle {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .gallery-social-data-images {
        margin-top: -8px;
        margin-bottom: -8px
    }
}

@media screen and (min-width:640px) {
    .gallery-social-data-images {
        font-size: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-social-data-images {
        margin-top: -12px;
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-social-data-images {
        margin-top: -20px;
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-social-data-images {
        margin-top: -24px;
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .gallery-social-data-col {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-social-data-col {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-social-data-col {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-social-data-col {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.gallery-social-data-social-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden
}

.gallery-social-data-social, .gallery-social-data-social-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    text-decoration: none
}

.gallery-social-data-social {
    z-index: 2
}

.gallery-social-data-social-content-wrapper {
    z-index: 1
}

.gallery-social-data-social-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-basis: 60%;
    text-align: center
}

.gallery-social-data-social-icon {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    max-height: 48px;
    margin-bottom: 28px
}

.gallery-social-data-social-text {
    width: 100%
}

    .gallery-social-data-social-text .link {
        box-shadow: none;
        opacity: 1
    }

.gallery-social-data-image {
    position: relative;
    margin: 0
}

.gallery-solid {
    position: relative
}

    .gallery-solid .gallery-solid-image-wrapper {
        padding-bottom: 61%
    }

.gallery-solid-list {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:639px) {
    .gallery-solid-list {
        margin-top: -8px;
        margin-bottom: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-solid-list {
        margin-top: -12px;
        margin-bottom: -12px
    }
}

@media screen and (min-width:960px) {
    .gallery-solid-list {
        margin-top: -24px;
        margin-bottom: -24px
    }
}

.gallery-solid-item {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width:639px) {
    .gallery-solid-item {
        width: 100%
    }
}

@media screen and (min-width:640px) {
    .gallery-solid-item {
        width: 50%
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-solid-description {
        padding-right: 24px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-solid-description {
        padding-right: 32px
    }
}

@media screen and (min-width:1360px) {
    .gallery-solid-description {
        padding-right: 48px
    }
}

.gallery-two-sizes {
    position: relative
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-top {
        margin-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-top {
        margin-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-top {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-top {
        margin-bottom: 48px
    }
}

.gallery-two-sizes-top :first-child {
    margin-top: 0
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-subtitle {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-subtitle {
        margin-top: 24px
    }
}

@media screen and (min-width:960px) {
    .gallery-two-sizes-subtitle {
        margin-top: 28px
    }
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-images {
        margin-top: -8px;
        margin-bottom: -8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-images {
        margin-top: -12px;
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-images {
        margin-top: -20px;
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-images {
        margin-top: -24px;
        margin-bottom: -24px
    }
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-row:nth-child(2n) {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-col {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-col {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-col {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-col {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.gallery-two-sizes-image {
    position: relative;
    margin: 0
}

.gallery-two-sizes-five {
    position: relative
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-five-top {
        margin-bottom: 36px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-five-top {
        margin-bottom: 40px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-five-top {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-five-top {
        margin-bottom: 48px
    }
}

.gallery-two-sizes-five-top :first-child {
    margin-top: 0
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-five-subtitle {
        margin-top: 16px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-five-subtitle {
        margin-top: 24px
    }
}

@media screen and (min-width:960px) {
    .gallery-two-sizes-five-subtitle {
        margin-top: 28px
    }
}

.gallery-two-sizes-five-images {
    text-align: left
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-five-images {
        margin-top: -8px;
        margin-bottom: -8px
    }
}

@media screen and (min-width:640px) {
    .gallery-two-sizes-five-images {
        font-size: 0
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-five-images {
        margin-top: -12px;
        margin-bottom: -12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-five-images {
        margin-top: -20px;
        margin-bottom: -20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-five-images {
        margin-top: -24px;
        margin-bottom: -24px
    }
}

@media screen and (min-width:640px) {
    .gallery-two-sizes-five-images .gallery-two-sizes-five-row {
        display: block
    }
}

.gallery-two-sizes-five-row:after {
    content: "";
    display: block;
    clear: both
}

.gallery-two-sizes-five-col {
    display: inline-block
}

@media screen and (max-width:639px) {
    .gallery-two-sizes-five-col {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .gallery-two-sizes-five-col {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .gallery-two-sizes-five-col {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1360px) {
    .gallery-two-sizes-five-col {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media screen and (min-width:640px) {
    .gallery-two-sizes-five-col-big {
        float: left
    }
}

.gallery-two-sizes-five-image {
    position: relative;
    margin: 0
}

.slider-columns {
    position: relative;
    overflow: hidden
}

    .slider-columns.text-dark .slider-columns-arrow-wrapper {
        background-color: hsla(0,0%,7%,.04)
    }

        .slider-columns.text-dark .slider-columns-arrow-wrapper:hover {
            background-color: hsla(0,0%,7%,.16)
        }

    .slider-columns.text-dark .slider-columns-arrow-svg {
        opacity: .56
    }

        .slider-columns.text-dark .slider-columns-arrow-svg:hover {
            opacity: .88
        }

    .slider-columns.text-white .slider-columns-arrow-wrapper {
        background-color: #fff
    }

        .slider-columns.text-white .slider-columns-arrow-wrapper:hover {
            background-color: hsla(0,0%,100%,.8)
        }

    .slider-columns.text-white .slider-columns-arrow-svg {
        opacity: .48
    }

.slider-columns-main {
    position: relative
}

.slider-columns-list-wrapper {
    margin: 0 -3px
}

@media (min-width:640px) and (max-width:959px) {
    .slider-columns-list-wrapper {
        margin: 0 -12px
    }
}

@media screen and (min-width:960px) {
    .slider-columns-list-wrapper {
        overflow: hidden
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-columns-list-wrapper {
        margin: 0 -20px
    }
}

@media screen and (min-width:1360px) {
    .slider-columns-list-wrapper {
        margin: 0 -24px
    }
}

.slider-columns-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-columns-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-columns-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0;
    padding: 0 3px;
    pointer-events: none
}

@media (min-width:640px) and (max-width:959px) {
    .slider-columns-slide {
        width: 50%;
        padding: 0 12px
    }
}

@media screen and (min-width:960px) {
    .slider-columns-slide {
        width: 33.333%
    }

    .slider-columns-slide-double {
        width: 50%
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-columns-slide {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-columns-slide {
        padding: 0 24px
    }
}

.slider-columns-slide-text-inside .slider-columns-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width:959px) {
    .slider-columns-slide-text-inside .slider-columns-slide-text {
        padding: 0 16px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-columns-slide-text-inside .slider-columns-slide-text {
        padding: 0 20px
    }
}

@media screen and (min-width:1360px) {
    .slider-columns-slide-text-inside .slider-columns-slide-text {
        padding: 0 24px
    }
}

.slider-columns-slide-image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 157.14%;
    overflow: hidden
}

.slider-columns-slide-content {
    position: relative
}

    .slider-columns-slide-content a {
        pointer-events: auto
    }

.slider-columns-slide-image {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

.slider-columns-slide-text {
    white-space: normal;
    pointer-events: all
}

.slider-columns-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 72px;
    height: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:959px) {
    .slider-columns-arrow {
        display: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-columns-arrow-previous {
        left: -67px
    }

    .slider-columns-arrow-next {
        right: -67px
    }

    .slider-columns-arrow-static {
        height: 392px
    }
}

@media screen and (min-width:1360px) {
    .slider-columns-arrow-previous {
        left: -101px
    }

    .slider-columns-arrow-next {
        right: -101px
    }

    .slider-columns-arrow-static {
        height: 529px
    }
}

.slider-columns-arrow-next, .slider-columns-arrow-static.slider-columns-arrow-next {
    transform: rotate(180deg)
}

.slider-columns-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.slider-columns-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111
}

.slider-fullscreen {
    position: relative;
    color: #fff;
    background-color: #333;
    overflow: hidden
}

.slider-fullscreen-content {
    position: relative;
    z-index: 2
}

.slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 100%;
    transform: translateX(-50%)
}

@media screen and (max-width:959px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-title {
        top: 12px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-title {
        top: 48px
    }
}

@media screen and (min-width:1360px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-title {
        top: 48px
    }
}

@media screen and (max-width:639px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-text {
        bottom: 56px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-text {
        bottom: 72px
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-text {
        bottom: 96px
    }
}

@media screen and (min-width:1360px) {
    .slider-fullscreen .slider-fullscreen-content .slider-fullscreen-container-text {
        bottom: 96px
    }
}

.slider-fullscreen-wrapper {
    position: relative;
    margin-top: 0
}

.slider-fullscreen-main {
    position: relative
}

.slider-fullscreen-list-wrapper {
    margin: 0
}

@media screen and (min-width:960px) {
    .slider-fullscreen-list-wrapper {
        overflow: hidden
    }
}

.slider-fullscreen-list {
    font-size: 0;
    white-space: nowrap
}

    .slider-fullscreen-list.js-list-transition {
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-delay: 0s
    }

.slider-fullscreen-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    line-height: 0;
    pointer-events: none
}

@media screen and (max-width:639px) {
    .slider-fullscreen-slide {
        min-height: 182px
    }
}

@media (min-width:640px) and (max-width:959px) {
    .slider-fullscreen-slide {
        min-height: 363px
    }
}

.slider-fullscreen-slide-content {
    position: relative;
    height: inherit
}

    .slider-fullscreen-slide-content:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        height: 50%;
        pointer-events: none
    }

    .slider-fullscreen-slide-content:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%
    }

.slider-fullscreen-slide-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all
}

.slider-fullscreen-slide-text {
    opacity: 1;
    box-sizing: border-box;
    margin: 0;
    white-space: normal;
    pointer-events: all
}

.slider-fullscreen-arrow {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 72px;
    height: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    background-color: transparent
}

@media screen and (max-width:959px) {
    .slider-fullscreen-arrow {
        display: none
    }
}

@media (min-width:960px) and (max-width:1359px) {
    .slider-fullscreen-arrow-previous {
        left: 0
    }

    .slider-fullscreen-arrow-next {
        right: 0
    }
}

@media screen and (min-width:1360px) {
    .slider-fullscreen-arrow-previous {
        left: 28px
    }

    .slider-fullscreen-arrow-next {
        right: 28px
    }
}

.slider-fullscreen-arrow-next {
    transform: rotate(180deg)
}

.slider-fullscreen-arrow-wrapper {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff
}

    .slider-fullscreen-arrow-wrapper:hover {
        background-color: hsla(0,0%,100%,.8)
    }

.slider-fullscreen-arrow-svg {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    color: #111;
    opacity: .48
}

.slider-fullscreen-dots {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 128px;
    margin: 0 auto;
    transform: translateX(-50%);
    overflow: hidden
}

@media screen and (max-width:639px) {
    .slider-fullscreen-dots {
        bottom: 20px
    }
}

@media screen and (min-width:640px) {
    .slider-fullscreen-dots {
        bottom: 32px
    }
}

@media screen and (min-width:960px) {
    .slider-fullscreen-dots {
        bottom: 48px
    }
}

@media screen and (max-width:959px) {
    .body-with-footer .block-fullscreen:only-child {
        min-height: calc(100vh - 40px)
    }
}

@media screen and (min-width:960px) {
    .body-with-footer .block-fullscreen:only-child {
        min-height: calc(100vh - 60px)
    }
}


.block-fullscreen {
    min-height: 100vh;
    box-sizing: border-box
}
