@charset "UTF-8";

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

a,
input,
select,
textarea {
    outline: 0
}

img,
input {
    border: none;
    height: auto;
    max-width: 100%
}

button {
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0
}

button[type=submit],
input[type=submit] {
    cursor: pointer
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: GraphikLCG;
    font-display: swap;
    src: url(../fonts/GraphikLCG-Bold/GraphikLCG-Bold.woff) format("woff"), url(../fonts/GraphikLCG-Bold/GraphikLCG-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: GraphikLCG;
    font-display: swap;
    src: url(../fonts/GraphikLCG-Regular/GraphikLCG-Regular.woff) format("woff"), url(../fonts/GraphikLCG-Regular/GraphikLCG-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

body {
    background: #fff;
    font-family: GraphikLCG;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.42px;
    overflow-x: hidden
}

input {
    border-radius: 15px;
    font-family: GraphikLCG;
    font-size: 16px;
    height: 50px;
    letter-spacing: -.48px
}

button {
    border: none
}

textarea {
    border: none;
    font-family: GraphikLCG;
    font-size: 22px;
    resize: vertical
}

.h1,
.h2,
.h3,
.h4,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GraphikLCG;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase
}

.h1,
h1 {
    font-size: 44px;
    letter-spacing: -1.32px
}

@media (max-width:830px) {

    .h1,
    h1 {
        font-size: 32px;
        line-height: 1.2
    }
}

@media (max-width:430px) {

    .h1,
    h1 {
        font-size: 25px
    }
}

@media (max-width:350px) {

    .h1,
    h1 {
        font-size: 23px
    }
}

.h2,
h2 {
    font-size: 44px;
    margin-bottom: 45px;
    letter-spacing: -1.32px
}

.h2 span,
h2 span {
    display: inline-block;
    padding: 10px 15px 5px
}

@media (max-width:830px) {

    .h2,
    h2 {
        font-size: 30px
    }
}

@media (max-width:430px) {

    .h2,
    h2 {
        font-size: 23px
    }
}

@media (max-width:350px) {

    .h2,
    h2 {
        font-size: 20px;
        line-height: 1.3
    }
}

.h3,
h3 {
    font-size: 28px
}

@media (max-width:830px) {

    .h3,
    h3 {
        font-size: 22px;
        line-height: 35px
    }
}

@media (max-width:350px) {

    .h3,
    h3 {
        font-size: 20px;
        line-height: 1.3
    }
}

.h4,
h4 {
    font-size: 22px
}

@media (max-width:530px) {

    .h4,
    h4 {
        font-size: 17px
    }
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px
}

strong {
    font-family: GraphikLCG;
    font-weight: 700
}

img {
    -o-object-fit: cover;
    object-fit: cover
}

section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0
}

label {
    cursor: pointer
}

input[type=email],
input[type=text] {
    font-weight: 400
}

a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.text-center {
    text-align: center
}

.wrapper {
    margin: 0 auto;
    max-width: 2560px
}

.center {
    margin: 0 auto;
    max-width: 990px
}

@media (max-width:1020px) {
    .center {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 800px
    }
}

@media (max-width:830px) {
    .center {
        max-width: 600px
    }
}

@media (max-width:630px) {
    .center {
        max-width: 500px
    }
}

@media (max-width:530px) {
    .center {
        max-width: 400px
    }
}

@media (max-width:430px) {
    .center {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 40px
    }
}

@media (max-width:351px) {
    .center {
        padding-left: 15px;
        padding-right: 15px
    }
}

.redBtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c42b0f), to(#e76610));
    background-image: -o-linear-gradient(bottom, #c42b0f 0, #e76610 100%);
    background-image: linear-gradient(to top, #c42b0f 0, #e76610 100%);
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, .53);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .53);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64);
    text-transform: uppercase;
    width: 286px
}

.redBtn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c42b0f), to(#e76610));
    background-image: -o-linear-gradient(top, #c42b0f 0, #e76610 100%);
    background-image: linear-gradient(to bottom, #c42b0f 0, #e76610 100%)
}

.section-1 {
    background-image: url(../images/dist/section-1-bg.jpg);
    min-height: 753px;
    overflow: hidden;
    padding-top: 0;
    position: relative
}

.cloud {
    -webkit-animation: cloud 6s infinite;
    animation: cloud 6s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    bottom: -200px;
    position: absolute;
    right: 10%;
    z-index: 1
}

.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 160px
}

.logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe4f9), to(#fff));
    background-image: -o-linear-gradient(bottom, #dfe4f9 0, #fff 100%);
    background-image: linear-gradient(to top, #dfe4f9 0, #fff 100%);
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .23);
    box-shadow: 0 0 10px rgba(0, 0, 0, .23);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 18px;
    width: 243px
}

.logo img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.logo__descript {
    color: #335597;
    line-height: 16px
}

.logo strong {
    display: block
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__item {
    line-height: 16px;
    margin-right: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .39)
}

.menu__item:last-child {
    margin-right: 0
}

.menu__link {
    color: #fff
}

.phone {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.78px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .39)
}

.phone span {
    color: #d5e3ff
}

.call-link {
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .39)
}

.section-1__title {
    color: #335597;
    line-height: 1.45
}

.section-1__title span {
    background: #335597;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 2px
}

.toggle-mnu {
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    height: 52px;
    padding: 16px 12px;
    position: relative;
    width: 52px;
    z-index: 9
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

.toggle-mnu span:after {
    top: 18px
}

.toggle-mnu span {
    position: relative;
    display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
    background: #fff;
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

@media (max-width:1020px) {
    .toggle-mnu {
        display: block
    }

    .menu {
        background: #335597;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 70%;
        z-index: 90
    }

    .menu li + li {
        margin-top: 10px
    }

    .menu a {
        display: block;
        text-align: center
    }

    .menu__item {
        font-size: 18px;
        line-height: 1.3;
        margin-right: 0
    }

    .menu--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:630px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 100px;
        position: relative
    }

    .header__logo {
        margin-bottom: 30px
    }

    .toggle-mnu {
        position: absolute;
        right: 0;
        top: 15px
    }
}

@media (max-width:430px) {
    .toggle-mnu {
        right: 15px;
        top: 5px
    }

    .header__logo {
        margin-left: -60px;
        padding: 15px 9px;
        width: 225px
    }
}

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

    33.3% {
        -webkit-transform: rotate(-5deg) translateX(-50px);
        transform: rotate(-5deg) translateX(-50px)
    }

    66.6% {
        -webkit-transform: rotate(5deg) translateX(50px);
        transform: rotate(5deg) translateX(50px)
    }

    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}

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

    33.3% {
        -webkit-transform: rotate(-5deg) translateX(-50px);
        transform: rotate(-5deg) translateX(-50px)
    }

    66.6% {
        -webkit-transform: rotate(5deg) translateX(50px);
        transform: rotate(5deg) translateX(50px)
    }

    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}

.numeric {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bdc8f8), to(#fff));
    background-image: -o-linear-gradient(bottom, #bdc8f8 0, #fff 100%);
    background-image: linear-gradient(to top, #bdc8f8 0, #fff 100%);
    padding-bottom: 70px;
    padding-top: 70px
}

.numeric__center {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 190px;
    grid-row-gap: 55px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.numeric__item {
    color: #335597
}

.numeric__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 95px 1fr;
    grid-template-columns: 95px 1fr;
    grid-column-gap: 25px
}

.numeric__numb {
    display: block;
    font-size: 54px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: center
}

.numeric__desript {
    display: block;
    font-size: 12px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: center;
    text-transform: uppercase
}

.numeric__text {
    font-size: 16px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    line-height: 1.5;
    padding-top: 4px
}

@media (max-width:830px) {
    .numeric__center {
        grid-column-gap: 20px
    }
}

@media (max-width:630px) {
    .numeric__center {
        display: block
    }

    .numeric__item {
        margin-bottom: 20px
    }

    .numeric__item:last-child {
        margin-bottom: 0
    }
}

.zavod {
    background-image: url(../images/dist/zavod-bg.jpg);
    color: #fff;
    font-size: 16px
}

.zavod p {
    line-height: 1.5;
    margin-bottom: 25px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64)
}

.zavod__title {
    color: #fff
}

.zavod__title span {
    background: #fff;
    color: #335597;
    margin-bottom: 15px
}

.photos {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 25px
}

.betonsorte {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bdc8f8), to(#fff));
    background-image: -o-linear-gradient(bottom, #bdc8f8 0, #fff 100%);
    background-image: linear-gradient(to top, #bdc8f8 0, #fff 100%)
}

.betonsorte__title {
    color: #335597
}

.betonsorte__title span {
    background: #335597;
    color: #fff;
    margin-top: 5px
}

.betonsorte-list {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 44px;
    grid-row-gap: 46px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.betonsorte-list__item {
    background: url(../images/dist/betonsorte-bg.jpg) repeat;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .56);
    box-shadow: 0 0 24px rgba(0, 0, 0, .56);
    color: #fff;
    padding: 50px 0 70px;
    text-align: center
}

.betonsorte-list__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e5c410;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -.84px;
    line-height: 1.2;
    margin: 0 0 15px 0;
    min-height: 65px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64);
    text-transform: uppercase
}

.betonsorte-list__name {
    background: rgba(255, 255, 255, .77);
    color: #403f42;
    display: block;
    font-size: 20px;
    letter-spacing: -.6px;
    margin: 0 22px 13px;
    padding: 10px;
    position: relative;
    text-transform: uppercase
}

.betonsorte-list__name::after,
.betonsorte-list__name::before {
    background: rgba(255, 255, 255, .77);
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 9px
}

.betonsorte-list__name::after {
    left: -22px
}

.betonsorte-list__name::before {
    right: -22px
}

.betonsorte-list__descript {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64)
}

@media (max-width:1020px) {
    .betonsorte-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:630px) {
    .betonsorte-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .betonsorte-list__name {
        font-size: 15px
    }

    .betonsorte-list__title {
        font-size: 20px
    }
}

@media (max-width:530px) {
    .betonsorte-list {
        display: block
    }
}

.sales {
    background: #ede2d7 url(../images/dist/sales-bg.jpg) no-repeat center top;
    overflow: hidden
}

.sales__title {
    color: #335597
}

.sales__title span {
    background: #335597;
    color: #fff;
    margin-top: 10px
}

.sales-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sales-table__item {
    margin-right: 35px
}

.sales-table__item:last-child {
    margin-right: 0
}

.sales-table__img {
    display: block;
    margin-bottom: 9px
}

.sales-table__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.sales-table__name {
    background: #335597;
    color: #cfd7fa;
    padding: 7px 20px
}

.sales-table__price {
    background: #223966;
    color: #fff;
    padding: 7px 20px;
    min-width: 88px
}

.sand-wrapper {
    height: 444px;
    margin-bottom: 20px;
    margin-top: 130px;
    position: relative
}

.sand-animation {
    -webkit-animation: fume 6s infinite linear;
    animation: fume 6s infinite linear;
    background: url(../images/dist/sand-animation.png) no-repeat left center/contain;
    height: 444px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.license__title {
    color: #7b7066
}

.license__title span {
    background: #7b7066;
    color: #fff;
    margin-top: 10px
}

.license-grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 28px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px
}

.license-grid__link {
    -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, .2);
    box-shadow: 3px 5px 6px rgba(0, 0, 0, .2)
}

.license-grid img {
    display: block;
    width: 100%
}

.sales__descript {
    color: #7b7066;
    font-size: 16px;
    line-height: 1.5
}

@media (max-width:630px) {
    .license-grid {
        grid-row-gap: 20px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:530px) {
    .sales-table {
        display: block
    }

    .sales-table__item {
        margin-bottom: 30px;
        margin-right: 0
    }

    .sales-table__img {
        margin-left: auto;
        margin-right: auto
    }

    .sand-animation,
    .sand-wrapper {
        height: 300px
    }
}

@-webkit-keyframes fume {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes fume {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.bid {
    background: url(../images/dist/bid-bg-top.jpg) no-repeat center top, #181b27 url(../images/dist/bid-bg-bottom.jpg) no-repeat bottom center;
    overflow: hidden
}

.bid__title {
    color: #fff;
    text-align: center
}

.bid__title span {
    background: #fff;
    color: #335597;
    margin-top: 10px
}

.myform {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 286px;
    width: 100%
}

.myform__input {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, .53);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .53);
    color: #335597;
    display: block;
    margin-bottom: 13px;
    padding: 0 15px;
    text-align: center;
    width: 100%
}

.myform__input::-webkit-input-placeholder {
    color: #335597
}

.myform__input::-moz-placeholder {
    color: #335597;
    opacity: 1
}

.myform__input:-moz-placeholder {
    color: #335597;
    opacity: 1
}

.myform__input:-ms-input-placeholder {
    color: #335597
}

.myform__redBtn {
    border-radius: 15px
}

.politics {
    color: #fff;
    line-height: 1.5;
    text-align: center
}

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

.politics a:hover {
    text-decoration: none
}

.bid__politics {
    margin-bottom: 220px
}

.bid__car {
    height: 220px;
    position: relative
}

.bid__car-inner {
    -webkit-animation: fume-reverse 6s infinite linear;
    animation: fume-reverse 6s infinite linear;
    background: url(../images/dist/car.png) no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bid__price {
    color: #fff
}

.bid__price span {
    background: #fff;
    color: #335597;
    margin-bottom: 10px
}

.bid__descript {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64)
}

.price-table {
    width: 100%
}

.price-table th {
    background: #f9f9f9;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 700;
    padding: 19px 0
}

.price-table th:nth-child(1) {
    padding-left: 29px;
    padding-right: 29px;
    text-align: left
}

.price-table th:nth-child(2),
.price-table th:nth-child(3) {
    text-align: center
}

.price-table tr:nth-child(even) {
    border: 1px solid rgba(206, 189, 170, .12)
}

.price-table tr:nth-child(even) td {
    background: #e1e5ed
}

.price-table tr:nth-child(odd) td {
    background: #f9f9f9
}

.price-table tr:last-child {
    border-bottom: none
}

.price-table td {
    color: #5c687f;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left
}

.price-table td:nth-child(1) {
    padding-left: 29px;
    padding-right: 29px;
    width: 51%
}

.price-table td:nth-child(2),
.price-table td:nth-child(3) {
    text-align: center
}

.price-table td:nth-child(2) {
    font-weight: 700;
    width: 24%
}

.price-table td:nth-child(3) {
    width: 25%
}

.c-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-quantity input {
    background: 0 0;
    color: #5c687f;
    font-size: 16px;
    height: auto;
    width: 90px;
    text-align: center
}

.minus-plus {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c72f10), to(#e66510));
    background-image: -o-linear-gradient(bottom, #c72f10 0, #e66510 100%);
    background-image: linear-gradient(to top, #c72f10 0, #e66510 100%);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .32);
    box-shadow: 0 0 6px rgba(0, 0, 0, .32);
    color: #fff;
    font-size: 16px;
    height: 24px;
    text-align: center;
    width: 24px
}

.minus-plus span {
    position: relative;
    top: -2px
}

.minus-plus:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c72f10), to(#e66510));
    background-image: -o-linear-gradient(top, #c72f10 0, #e66510 100%);
    background-image: linear-gradient(to bottom, #c72f10 0, #e66510 100%)
}

.bid__result {
    background: #f9f9f9;
    font-size: 16px;
    padding: 50px 50px 35px 50px;
    text-align: center
}

.bid__result-price {
    color: #757575;
    display: block;
    margin-bottom: 30px
}

.bid__result-descript {
    color: #303030;
    line-height: 1.25;
    text-align: center
}

@media (max-width:830px) {
    .c-quantity input {
        width: 45px
    }
}

@media (max-width:530px) {

    .price-table td:nth-child(3),
    .sales-table__item {
        padding-left: 10px;
        padding-right: 10px
    }

    .price-table td:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px
    }

    .bid__result {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:430px) {
    .price-table th {
        font-size: 12px
    }

    .price-table th:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px
    }

    .price-table td {
        font-size: 12px
    }

    .price-table td:nth-child(1) {
        width: 21%
    }

    .price-table td:nth-child(2) {
        width: 34%
    }

    .price-table td:nth-child(3) {
        width: 45%
    }

    .c-quantity input {
        font-size: 14px;
        width: 30px
    }
}

@-webkit-keyframes fume-reverse {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes fume-reverse {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.delivery {
    background-image: url(../images/dist/delivery-bg.jpg)
}

.delivery__title {
    color: #fff
}

.delivery__title span {
    background: #fff;
    color: #335597;
    margin-bottom: 10px
}

.delivery-list {
    margin-bottom: 43px;
    max-width: 572px
}

.delivery-list__item {
    color: #fff;
    padding: 30px 15px 25px 45px
}

.delivery-list__item:nth-child(1) {
    background: rgba(25, 33, 51, .45)
}

.delivery-list__item:nth-child(2) {
    background: rgba(25, 33, 51, .28)
}

.delivery-list__item:nth-child(3) {
    background: rgba(25, 33, 51, .44)
}

.delivery-list__price {
    color: #d5e3ff;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64)
}

.delivery-list__title {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 2;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, .64)
}

.delivery-list__text {
    display: block;
    line-height: 2
}

@media (max-width:1020px) {
    .delivery {
        background-position: left top
    }
}

@media (max-width:530px) {
    .delivery-list {
        max-width: 100%
    }
}

@media (max-width:430px) {
    .delivery-list__item {
        padding-left: 15px
    }
}

.single-box {
    background: #ede2d7 url(../images/dist/single-bg.jpg) no-repeat center top;
    padding-bottom: 70px
}

.single-box__center {
    background: #f9f9f9;
    color: #5c687f;
    padding: 42px 0 0 0
}

.single-box__center .bid__price {
    color: #335597
}

.single-box__center .bid__price span {
    background: #335597;
    color: #fff
}

.single-box__center p {
    color: #5c687f;
    text-shadow: none
}

.single-box__center-inner {
    padding-left: 47px;
    padding-right: 47px
}

.footer {
    background: #192133;
    padding-bottom: 25px;
    padding-top: 25px
}

.footer__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__logo {
    margin-top: -25px
}

.footer__column {
    text-align: center
}

.footer__column a {
    color: #b5c1db;
    display: block;
    line-height: 1.3;
    text-decoration: underline
}

.footer__column a:hover {
    text-decoration: none
}

.footer__phone {
    color: #2f4c86;
    font-weight: 700
}

.footer__callBtn {
    color: #2f4c86
}

@media (max-width:830px) {
    .footer__center {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .footer__logo {
        grid-column: 1/-1;
        margin-left: auto;
        margin-right: auto
    }

    .footer__logo img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:530px) {
    .footer__center {
        display: block
    }

    .footer__logo {
        margin-bottom: 30px
    }

    .footer__column {
        margin-bottom: 30px
    }

    .footer__contactsBox {
        text-align: center
    }
}

.overlay {
    background: rgba(42, 69, 123, .9);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 89
}

.popup {
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .4);
    display: none;
    left: 50%;
    max-height: 90%;
    max-width: 990px;
    padding: 40px 20px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 92
}

.popup__title {
    color: #335597;
    margin: 0 0 20px 0
}

#popup-delivery {
    background: url(../images/dist/popup-delivery-bg.jpg) no-repeat center top
}

#popup-call {
    background: url(../images/dist/popup-call.jpg) no-repeat center top
}

.popup__content {
    max-width: 400px
}

.popup__myform {
    margin-bottom: 20px
}

.popup__myform .myform__input {
    -webkit-box-shadow: 1px 2px 8px 0 rgba(51, 85, 151, .16);
    box-shadow: 1px 2px 8px 0 rgba(51, 85, 151, .16);
    border: 1px solid rgba(51, 85, 151, .26)
}

.popup__konf {
    color: #335597;
    font-size: 12px;
    margin: 0 auto;
    max-width: 290px;
    width: 100%
}

.popup__konf a {
    color: #335597;
    text-decoration: underline
}

.popup__konf a:hover {
    text-decoration: none
}

.close-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#9d0404), to(#d70303));
    background-image: -o-linear-gradient(bottom, #9d0404 0, #d70303 100%);
    background-image: linear-gradient(to top, #9d0404 0, #d70303 100%);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 8px rgba(89, 89, 89, .43);
    box-shadow: 0 1px 8px rgba(89, 89, 89, .43);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: calc((50% - 28px)/ 2.5);
    overflow: hidden;
    position: absolute;
    top: -28px;
    width: 56px
}

.close-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9d0404), to(#d70303));
    background-image: -o-linear-gradient(top, #9d0404 0, #d70303 100%);
    background-image: linear-gradient(to bottom, #9d0404 0, #d70303 100%)
}

#politics {
    max-width: 90%;
    overflow-y: auto;
    text-align: left
}

#politics .close-button {
    top: 5px
}

#politics p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px
}

.myform__redBtn {
    -webkit-box-shadow: 1px 2px 8px 0 rgba(51, 85, 151, .22);
    box-shadow: 1px 2px 8px 0 rgba(51, 85, 151, .22)
}

@media (max-width:1030px) {
    .popup {
        width: 95%
    }
}

@media (max-width:890px) {

    #popup-call,
    #popup-delivery {
        background-position: left top
    }
	.close-button {
		left: calc(50% - 28px);
	}
}

.single-box__header {
    margin-bottom: 60px;
}
