@font-face {
    font-family: "Sofia Sans";
    src: url("../res/fonts/SofiaSans/SofiaSans-Regular.eot");
    src: url("../res/fonts/SofiaSans/SofiaSans-Regular.eot?#iefix") format("embedded-opentype"),
        url("../res/fonts/SofiaSans/SofiaSans-Regular.woff2") format("woff2"),
        url("../res/fonts/SofiaSans/SofiaSans-Regular.woff") format("woff"),
        url("../res/fonts/SofiaSans/SofiaSans-Regular.ttf") format("truetype"),
        url("../res/fonts/SofiaSans/SofiaSans-Regular.svg#SofiaSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Sans";
    src: url("../res/fonts/SofiaSans/SofiaSans-Medium.eot");
    src: url("../res/fonts/SofiaSans/SofiaSans-Medium.eot?#iefix") format("embedded-opentype"),
        url("../res/fonts/SofiaSans/SofiaSans-Medium.woff2") format("woff2"),
        url("../res/fonts/SofiaSans/SofiaSans-Medium.woff") format("woff"),
        url("../res/fonts/SofiaSans/SofiaSans-Medium.ttf") format("truetype"),
        url("../res/fonts/SofiaSans/SofiaSans-Medium.svg#SofiaSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sofia Sans";
    src: url("../res/fonts/SofiaSans/SofiaSans-Bold.eot");
    src: url("../res/fonts/SofiaSans/SofiaSans-Bold.eot?#iefix") format("embedded-opentype"),
        url("../res/fonts/SofiaSans/SofiaSans-Bold.woff2") format("woff2"),
        url("../res/fonts/SofiaSans/SofiaSans-Bold.woff") format("woff"),
        url("../res/fonts/SofiaSans/SofiaSans-Bold.ttf") format("truetype"),
        url("../res/fonts/SofiaSans/SofiaSans-Bold.svg#SofiaSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.text-white {
    color: #ffffff;
}

.text-red {
    color: #e30613;
}

.text-blue {
    color: #333f48;
}


* {
    box-sizing: border-box;
}

*:after,
:before {
    box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Sofia Sans" !important;
}

body {
    margin: 0;
    font-family: "Sofia Sans" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 5;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: j .4s linear infinite;
    animation: j .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

/*!
* Pikaday
* Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
    z-index: 8;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single {
    *zoom: 1
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 7;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 8;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}


/* sweet alert */
.sweet-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 4
}

.sweet-alert {
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 6
}

.sweet-alert:focus {
    outline: none
}

.sweet-alert.loading {
    overflow-y: hidden
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    line-height: 60px;
    display: block
}

.sweet-alert h2,
.sweet-alert p {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0
}

.sweet-alert p {
    font-size: 16px;
    font-weight: 300;
    float: none;
    line-height: normal
}

.sweet-alert hr {
    height: 10px;
    color: transparent;
    border: 0
}

.sweet-alert button.styled {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer
}

.sweet-alert button.styled:focus {
    outline: none
}

.sweet-alert button.styled[disabled] {
    opacity: .4;
    cursor: no-drop
}

.sweet-alert button.styled.loading {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -2px 30px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: j 1.5s linear 0s infinite normal;
    animation: j 1.5s linear 0s infinite normal
}

.sweet-alert button.styled::-moz-focus-inner {
    border: 0
}

.sweet-alert .sweet-image {
    margin: 20px auto
}

.sweet-alert .sweet-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 15px;
    right: 24px;
    cursor: pointer;
    color: #cfcfcf;
    transition: all .1s ease
}

.sweet-alert .sweet-close:hover {
    color: #d55
}

.sweet-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sweet-icon.sweet-error {
    border-color: #f27474
}

.sweet-icon.sweet-error .x-mark {
    position: relative;
    display: block
}

.sweet-icon.sweet-error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-icon.sweet-error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-icon.sweet-error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-icon.sweet-warning {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #f8bb86;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.sweet-icon.sweet-info {
    font-family: Open Sans, sans-serif
}

.sweet-icon.sweet-info,
.sweet-icon.sweet-question {
    color: #c9dae1;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.sweet-icon.sweet-question {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.sweet-icon.sweet-success {
    border-color: #a5dc86
}

.sweet-icon.sweet-success:after,
.sweet-icon.sweet-success:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-icon.sweet-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-icon.sweet-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-icon.sweet-success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-icon.sweet-success .fix {
    width: 7px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-icon.sweet-success .line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-icon.sweet-success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-icon.sweet-success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    padding: 0 12px;
    transition: all .3s
}

.sweet-input.error {
    border-color: #f06e57 !important
}

.sweet-input:focus {
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-input:focus::-moz-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input:focus:-ms-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input:focus::-webkit-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-select {
    color: #555;
    font-size: inherit;
    margin: 20px auto;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%
}

.sweet-validation-error {
    background-color: #f1f1f1;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: #797979;
    font-size: 16px;
    font-weight: 300
}

.sweet-validation-error:before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.show-sweet-alert {
    -webkit-animation: b .3s;
    animation: b .3s
}

.show-sweet-alert.no-animation {
    -webkit-animation: none;
    animation: none
}

.hide-sweet-alert {
    -webkit-animation: c .2s;
    animation: c .2s
}

.hide-sweet-alert.no-animation {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes d {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes d {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes e {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes e {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes f {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.animate-success-tip {
    -webkit-animation: d .75s;
    animation: d .75s
}

.animate-success-long {
    -webkit-animation: e .75s;
    animation: e .75s
}

.sweet-icon.sweet-success.animate:after {
    -webkit-animation: f 4.25s ease-in;
    animation: f 4.25s ease-in
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes g {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

.animate-error-icon {
    -webkit-animation: g .5s;
    animation: g .5s
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes h {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animate-x-mark {
    -webkit-animation: h .5s;
    animation: h .5s
}

@-webkit-keyframes i {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes i {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.pulse-warning {
    -webkit-animation: i .75s infinite alternate;
    animation: i .75s infinite alternate
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes j {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}




a,
p {
    margin: 0
}

#symbols {
    display: none
}

a {
    text-decoration: underline;
    color: #fff;
    transition: all .5s
}

a:hover {
    color: #5ebff3
}

li,
ul {
    list-style: none
}

button,
li,
ul {
    margin: 0;
    padding: 0
}

button {
    -ms-appearance: none;
    -o-appearance: none
}

svg {
    width: 100%;
    height: 100%
}

img {
    max-width: 100%
}

address {
    font-style: normal
}

.wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative
}

.wrapper img {
    display: block
}

hr {
    border: 0;
    max-width: 980px;
    margin: 50px auto;
    height: 1px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, 0))
}

.sweet-alert {
    color: #000
}

.soon {
    display: block;
    font-size: 14px
}

.modal p {
    color: #000;
    padding: 80px 20px
}

.main-header {
    height: 80px;
    background: #000;
    padding: 27px 0;
    box-sizing: border-box
}

.main-header .big {
    font-size: 24px
}

.main-header .logo {
    width: 268px;
    height: 26px
}

@media screen and (max-width:980px) {
    .main-header .logo {
        margin-left: 30px
    }
}

@media screen and (max-width:660px) {
    .main-header .logo {
        margin: 0 auto
    }
}

.three {
    position: absolute;
    top: 20px;
    left: 30px
}

@media screen and (max-width:660px) {
    .three {
        left: auto;
        right: 20px
    }
}

.mobile {
    text-align: center;
    display: none;
    margin-bottom: 2em
}

@media screen and (max-width:660px) {
    .mobile {
        display: block
    }
}

@media screen and (max-width:660px) {
    .see {
        display: none
    }
}

.call {
    text-decoration: none;
    padding: 12px;
    text-align: center;
    background: #3b8db9;
    border-bottom: 4px solid #09354d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.call:focus {
    outline: none
}

.column {
    width: 50%;
    padding: 0 24px;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 30px
}

.column p {
    margin-bottom: 1.5em
}

.column p.big {
    font-size: 24px
}

@media screen and (max-width:660px) {
    .column {
        width: 100%
    }
}

.buynow,
.not {
    display: inline-block
}

.products-header {
    text-align: center;
    background-color: rgba(5, 9, 13, .3);
    margin: 60px 0;
    padding: 36px 0
}

.products-header h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

@media screen and (max-width:660px) {
    .products-header {
        margin: 0
    }
}

.products {
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.products h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.product {
    display: inline-block;
    width: 24%;
    min-width: 140px;
    vertical-align: top;
    max-width: 210px;
    text-align: center;
    font-size: 14px;
    margin: 2em 0
}

.product .title {
    min-height: 63px
}

.product .name {
    font-weight: 700;
    line-height: 1.2
}

.product .buynow,
.product .not,
.product .soon {
    padding: 8px 18px;
    background: #3b8db9;
    border-bottom: 4px solid #09354d;
    font-size: 13px;
    font-weight: 700
}

.product .soon {
    font-size: 9px;
    margin: 0 auto;
    text-transform: uppercase;
    max-width: 145px;
    padding: 12px 18px;
    background: #eee;
    color: #444
}

@media screen and (max-width:660px) {
    .product .soon {
        font-size: 13px;
        padding: 8px 18px
    }
}



.regulament {
    padding: 40px 0 10px;
    font-size: 11.5px;
    font-weight: 500;
}



/* #container {
    height: 54px;
    width: 54px
} */

#form1 {
    padding: 20px 0;
    display: block
}

#form1 .submit {
    margin-top: 60px
}

#form2 {
    display: none
}

.form {}

.form .big {
    font-size: 24px
}

.form h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 1em
}

.form h1 strong {
    color: #3b8db9;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .form {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 24px
    }
}

.input {
    color: #000
}

.fieldset {
    position: relative;
    display: block;
    padding: 25px 0
}

.fieldset label {
    font-size: 11px;
    line-height: 1.2;
    display: inline-block
}

.fieldset .error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: red;
    font-size: 12px
}

@media screen and (max-width:980px) {
    .fieldset {
        padding: 16px 0
    }
}

.checkbox {
    position: relative
}

.checkbox .error {
    color: red;
    font-size: 12px
}

input[type=email],
input[type=tel],
input[type=text] {
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 17px 12px;
    border: none;
    transition: border .3s;
    border-radius: 0;
    box-shadow: none
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    border-color: none;
    outline: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    padding: .5em 12px;
    border: 1px solid #fff;
    color: #000;
    transition: border .3s;
    background: #fff url(../images/select.svg) no-repeat 95%;
    border-radius: 0;
    box-shadow: none
}

select option:checked,
select option:not(:checked) {
    color: #111
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 12px 60px;
    background: #3b8db9;
    border-bottom: 4px solid #09354d;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

button,
button:focus {
    outline: none
}

span.more {
    display: inline-block;
    vertical-align: middle
}

.checkbox-text,
span.more {
    font-size: 11px;
    padding-left: 32px
}

.checkbox-text {
    display: block;
    padding-top: 6px
}

.checkbox-text a {
    text-decoration: underline
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label .tick {
    display: block;
    float: left;
    margin: 2px 4px 0 0;
    width: 24px;
    height: 24px;
    background: url(../images/check.png) 0 0 no-repeat;
    cursor: pointer
}

input[type=checkbox]:checked+label .tick {
    background: url(../images/check.png) -24px top no-repeat
}

.checkbox {
    margin: 0 0 1em
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

#modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: table;
    left: 0;
    top: 0;
    z-index: 3;
    display: none
}

#modal.is-visible {
    display: table
}

#modal .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#modal .modal {
    display: inline-block;
    width: 280px;
    background: #fff;
    padding-top: 30px
}

@media screen and (max-width:660px) {
    #modal .modal {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

#modal .modal img {
    display: block
}

#modal .modal a {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    display: inline-block
}

/*# sourceMappingURL=style.css.map */





.sweet-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 4
}

.sweet-alert {
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 6
}

.sweet-alert:focus {
    outline: 0
}

.sweet-alert.loading {
    overflow-y: hidden
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    line-height: 60px;
    display: block
}

.sweet-alert h2,
.sweet-alert p {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0
}

.sweet-alert p {
    font-size: 16px;
    font-weight: 300;
    float: none;
    line-height: normal
}

.sweet-alert hr {
    height: 10px;
    color: transparent;
    border: 0
}

.sweet-alert button.styled {
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 0 5px;
    cursor: pointer
}

.sweet-alert button.styled:focus {
    outline: 0
}

.sweet-alert button.styled[disabled] {
    opacity: .4;
    cursor: no-drop
}

.sweet-alert button.styled.loading {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: -2px 30px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: j 1.5s linear 0s infinite normal;
    animation: j 1.5s linear 0s infinite normal
}

.sweet-alert button.styled::-moz-focus-inner {
    border: 0
}

.sweet-alert .sweet-image {
    margin: 20px auto
}

.sweet-alert .sweet-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 15px;
    right: 24px;
    cursor: pointer;
    color: #cfcfcf;
    transition: all .1s ease
}

.sweet-alert .sweet-close:hover {
    color: #d55
}

.sweet-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sweet-icon.sweet-error {
    border-color: #f27474
}

.sweet-icon.sweet-error .x-mark {
    position: relative;
    display: block
}

.sweet-icon.sweet-error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-icon.sweet-error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-icon.sweet-error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-icon.sweet-warning {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #f8bb86;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.sweet-icon.sweet-info {
    font-family: Open Sans, sans-serif
}

.sweet-icon.sweet-info,
.sweet-icon.sweet-question {
    color: #c9dae1;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.sweet-icon.sweet-question {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.sweet-icon.sweet-success {
    border-color: #a5dc86
}

.sweet-icon.sweet-success:after,
.sweet-icon.sweet-success:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-icon.sweet-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-icon.sweet-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-icon.sweet-success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-icon.sweet-success .fix {
    width: 7px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-icon.sweet-success .line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-icon.sweet-success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-icon.sweet-success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    padding: 0 12px;
    transition: all .3s
}

.sweet-input.error {
    border-color: #f06e57 !important
}

.sweet-input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-input:focus::-moz-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input:focus:-ms-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input:focus::-webkit-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .8
}

.sweet-input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-select {
    color: #555;
    font-size: inherit;
    margin: 20px auto;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%
}

.sweet-validation-error {
    background-color: #f1f1f1;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: #797979;
    font-size: 16px;
    font-weight: 300
}

.sweet-validation-error:before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.show-sweet-alert {
    -webkit-animation: b .3s;
    animation: b .3s
}

.show-sweet-alert.no-animation {
    -webkit-animation: none;
    animation: none
}

.hide-sweet-alert {
    -webkit-animation: c .2s;
    animation: c .2s
}

.hide-sweet-alert.no-animation {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes d {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes d {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes e {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes e {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes f {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.animate-success-tip {
    -webkit-animation: d .75s;
    animation: d .75s
}

.animate-success-long {
    -webkit-animation: e .75s;
    animation: e .75s
}

.sweet-icon.sweet-success.animate:after {
    -webkit-animation: f 4.25s ease-in;
    animation: f 4.25s ease-in
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes g {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

.animate-error-icon {
    -webkit-animation: g .5s;
    animation: g .5s
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes h {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animate-x-mark {
    -webkit-animation: h .5s;
    animation: h .5s
}

@-webkit-keyframes i {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes i {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.pulse-warning {
    -webkit-animation: i .75s infinite alternate;
    animation: i .75s infinite alternate
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes j {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}



body {
    font: 400 1em/1.5 sans-serif;
    color: #333f48;
    background: #ffffff;
}

a,
p {
    margin: 0
}

#symbols {
    display: none
}

a {
    text-decoration: underline;
    color: #fff;
    transition: all .5s
}

a:hover {
    color: #5ebff3
}

li,
ul {
    list-style: none
}

button,
li,
ul {
    margin: 0;
    padding: 0
}

button {
    -ms-appearance: none;
    -o-appearance: none
}

svg {
    width: 100%;
    height: 100%
}

img {
    max-width: 100%
}

address {
    font-style: normal
}

.wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative
}

.wrapper img {
    display: block
}

hr {
    border: 0;
    max-width: 980px;
    margin: 50px auto;
    height: 1px;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, 0))
}

.sweet-alert {
    color: #000
}

.soon {
    display: block;
    font-size: 14px
}

.modal p {
    color: #000;
    padding: 80px 20px
}

.main-header {
    height: 80px;
    background: #000;
    padding: 27px 0;
    box-sizing: border-box
}

.main-header .big {
    font-size: 24px
}

.main-header .logo {
    width: 268px;
    height: 26px
}

@media screen and (max-width:980px) {
    .main-header .logo {
        margin-left: 30px
    }
}

@media screen and (max-width:660px) {
    .main-header .logo {
        margin: 0 auto
    }
}

.three {
    position: absolute;
    top: 20px;
    left: 30px
}

@media screen and (max-width:660px) {
    .three {
        left: auto;
        right: 20px
    }
}

.mobile {
    text-align: center;
    display: none;
    margin-bottom: 2em
}

@media screen and (max-width:660px) {
    .mobile {
        display: block
    }
}

@media screen and (max-width:660px) {
    .see {
        display: none
    }
}

.call {
    text-decoration: none;
    padding: 12px;
    text-align: center;
    background: #3b8db9;
    border-bottom: 4px solid #09354d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.call:focus {
    outline: none
}

.column {
    width: 100%;
    padding: 0 24px;
    font-size: 20px;
    line-height: 1.3;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Sofia Sans";
}

.column p {
    margin-bottom: 10px
}

.column p.big {
    font-size: 24px
}

@media screen and (max-width:660px) {
    .column {
        width: 100%
    }
}


.btn-buynow,
.buynow,
.not {
    display: inline-block
}

.products-header {
    text-align: center;
    background-color: rgba(5, 9, 13, .3);
    margin: 60px 0;
    padding: 36px 0
}

.products-header h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

@media screen and (max-width:660px) {
    .products-header {
        margin: 0
    }
}

.products {
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.products h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.product {
    display: inline-block;
    width: 24%;
    min-width: 140px;
    vertical-align: top;
    max-width: 210px;
    text-align: center;
    font-size: 14px;
    margin: 2em 0
}

.product .title {
    min-height: 63px
}

.product .name {
    font-weight: 700;
    line-height: 1.2
}

.product .seemore,
.product .buynow,
.product .btn-buynow,
.product .not,
.product .soon {
    padding: 8px 5px;
    background: #3b8db9;
    border-bottom: 4px solid #09354d;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.product .seemore {
    border-bottom: 4px solid #09354d;
    font-weight: 700;
    color: #3b8db9;
    background: #fff;
    margin: 5px auto 0;
    text-transform: uppercase;
}

.product .soon {
    font-size: 9px;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 12px 8px;
    background: #eee;
    color: #444;
}

.product .buynow,
.product .btn-buynow,
.product .seemore,
.product .not,
.product .soon {
    max-width: 145px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:660px) {
    .product .soon {
        font-size: 13px;
        padding: 8px 18px
    }
}

footer {
    text-align: left
}

footer .regulament {
    padding: 2em 20px;
    background-color: rgba(5, 9, 13, .3)
}

footer .regulament p {
    max-width: 930px;
    margin: 0 auto;
    font-size: 12px
}

footer .copy {
    color: #041627;
    margin: 2em 0;
    text-align: center
}



#form1 {
    padding: 5px 0;
    display: block
}

#form1 .submit {
    margin-top: 40px
}

#form2 {
    display: none
}

.form {
    background-color: #e30613;
    padding: 25px 35px
}

.form .big {
    font-size: 24px
}

.form h1 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.form h1 strong {
    font-size: 30px;
    color: #333f48;
    font-weight: 700;
    text-transform: uppercase
}

.form h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #ffffff;
    text-transform: uppercase
}

@media screen and (max-width:660px) {
    .form {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 24px
    }
}

.input {
    color: #000
}

.fieldset {
    position: relative;
    display: block;
    padding: 25px 0
}

.fieldset label {
    font-size: 11px;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.fieldset .error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: red;
    background: #fff;
    padding: 1px 12px;
    font-size: 12px
}

@media screen and (max-width:980px) {
    .fieldset {
        padding: 16px 0
    }
}

.checkbox {
    position: relative
}

.checkbox .error {
    background: #fff;
    color: red;
    font-size: 12px
}

input[type=email],
input[type=tel],
input[type=text] {
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 17px 12px;
    border: none;
    transition: border .3s;
    border-radius: 0;
    box-shadow: none
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    border-color: none;
    outline: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    padding: .5em 12px;
    border: 1px solid #fff;
    color: #000;
    transition: border .3s;
    background: #fff url('//www.rowenta.bg/medias/select.svg?context=bWFzdGVyfHJvb3R8MTQ1fGltYWdlL3N2Zyt4bWx8aGM2L2g5Yy8xMzIwODgzMzIyODgzMC5zdmd8Zjc2ZjhhM2UxMWI4OTBhNTQwZGMzODRhODEyYmU4Mjg5OWRlNDlkZWNkODgzYjYwNWQ2YTlhZjVjNWE2OTFhOA') no-repeat 95%;
    border-radius: 0;
    box-shadow: none
}

select option:checked,
select option:not(:checked) {
    color: #111
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 12px 60px;
    background: #333f48;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

button,
button:focus {
    outline: none
}

span.more {
    display: inline-block;
    vertical-align: middle
}

.checkbox-text,
span.more {
    font-size: 11px;
    padding-left: 32px;
    color: #ffffff;
}

.checkbox-text {
    display: block;
    padding-top: 6px
}

.checkbox-text a {
    text-decoration: underline
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label .tick {
    display: block;
    float: left;
    margin: 2px 4px 0 0;
    width: 24px;
    height: 24px;
    background: url('//www.rowenta.bg/medias/check.png?context=bWFzdGVyfHJvb3R8MjM4fGltYWdlL3BuZ3xoZTMvaDU0LzEzMjA3OTk3NTQ2NTI2LnBuZ3xiN2E1OGJkNzBhNDMzODA0Mzc0MWIyZmRlMmJhMWQ0ZWFkNjU3ZGY1YTIwNDUwODVjZDU5M2U1MjNjYmYyMjVm') 0 0 no-repeat;
    cursor: pointer
}

input[type=checkbox]:checked+label .tick {
    background: url('//www.rowenta.bg/medias/check.png?context=bWFzdGVyfHJvb3R8MjM4fGltYWdlL3BuZ3xoZTMvaDU0LzEzMjA3OTk3NTQ2NTI2LnBuZ3xiN2E1OGJkNzBhNDMzODA0Mzc0MWIyZmRlMmJhMWQ0ZWFkNjU3ZGY1YTIwNDUwODVjZDU5M2U1MjNjYmYyMjVm') -24px top no-repeat
}

.checkbox {
    margin: 0 0 1em
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

#modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: table;
    left: 0;
    top: 0;
    z-index: 3;
    display: none
}

#modal.is-visible {
    display: table
}

#modal .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#modal .modal {
    display: inline-block;
    width: 280px;
    background: #fff;
    padding-top: 30px
}

@media screen and (max-width:660px) {
    #modal .modal {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

#modal .modal img {
    display: block
}

#modal .modal a {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    display: inline-block
}

/*# sourceMappingURL=style.css.map */
.product .image {
    position: relative;
}

.product .image img {
    width: 100%;
    max-width: 145px;
}

.product .image a.button {
    position: absolute;
    top: -25px;
    right: 0;
    width: 50px;
    transition: all 300ms ease;
    mix-blend-mode: inherit;
    display: none;
}

.product .image a.button:hover {
    mix-blend-mode: hard-light;
}

.product .image a.button img {
    width: 100%;
}

footer .copy {
    color: #fff;
    font-size: 14px;
}

.wrap-footer {
    background: #fff;
}

.three {
    max-width: 180px;
}

html .modal p {
    padding: 10px 20px;
}

html .fieldset,
html .checkbox {
    padding: 35px 0 0 0;
}

html .fieldset:first-child {
    padding-top: 10px;
}

html .fieldset .error {}

#ModalCommerce {
    color: #000;
}

#ModalCommerce a {
    color: #000;
}

#form select {
    font-size: 16px;
}

#myCarouselBC {
    display: block
}

#datepicker {
    cursor: pointer;
}


footer .regulament p {
    margin: 15px auto;
}

footer .regulament p a {
    font-weight: bold;
}

/* 
#form1.inactive {
display: none;
}

#form2.active {
display: block;
} 
*/

.head-image {
    background: url('../medias/bg-steam.png') no-repeat center top;
    background-size: cover;
    padding: 5% 10%;
}

@media(min-width: 576px) {
    .head-image {
        background: url('../medias/bg-steam.png') no-repeat center center;
        background-size: cover;
        padding: 5% 1.5% 2%;
    }
}


.head-image .bg-head-image {
    width: 100%;
}


.head-image .three {
    width: 33%;
    max-width: 180px;
}

@media(min-width: 660px) {
    .head-image .three {
        width: 15%;
        max-width: 180px;
        left: auto;
        right: 50%;
        margin-right: 10px;
    }
}

.form-wrapper {
    display: flex;
    flex-direction: column;
}

.form-wrapper .col-wrap {
    width: 100%;
}

@media(min-width: 768px) {
    .form-wrapper {
        display: flex;
        flex-direction: row;
    }

    .form-wrapper .col-wrap {
        width: 50%;
    }
}

.header,
.footer {
    padding: 15px 0;
}

.header .wrapper,
.footer .wrapper {
    padding-left: 12px;
    padding-right: 12px;
}

.header {
    background: #ffffff;
    border-bottom: 1px solid lightgray;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header .wrapper {
    display: flex;
    justify-content: center;
}

.header .wrapper .logo-wrapper {
    display: block;
    width: 250px;
    max-width: 30%;
}

.footer {
    border-top: 1px solid lightgray;
    margin-top: 20px;
}


.footer .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .wrapper .logo-wrapper {
    display: block;
    width: 165px;
    max-width: 30%;
    margin: 0 auto 20px;
}




.footer .wrapper .logo-wrapper .logo {
    display: block;
}


.footer .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 768px) {
    .footer .menu {
        justify-content: space-around;
        min-width: 50%;
    }
}

.footer .menu a {
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    font-family: "Sofia Sans" !important;
    text-transform: uppercase;
    font-weight: 500;
}

.footer .menu a:hover {
    color: #e30613;
}

@media(min-width: 768px) {
    .footer .wrapper {
        flex-direction: row;
        justify-content: start;
    }

    .footer .wrapper .logo-wrapper {
        display: block;
        width: 165px;
        max-width: 30%;
        margin: auto 100px auto 0;
    }
}