.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,
    from,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: jello;
    -ms-transform-origin: center;
    transform-origin: center
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

a,
button,
input[type=submit] {
    display: inline-block;
    transition: all .2s ease-in
}

a:active,
a:hover,
a:link,
a:visited,
button:active,
button:hover,
button:link,
button:visited,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:link,
input[type=submit]:visited {
    text-decoration: none
}

i {
    display: inline-block
}

@font-face {
    font-family: Museo300;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Museo300.woff) format("woff")
}

@font-face {
    font-family: Museo500;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Museo500.woff) format("woff")
}

@font-face {
    font-family: Museo700;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Museo700.woff) format("woff")
}

@font-face {
    font-family: Museo900;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Museo900.woff) format("woff")
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

* {
    outline: 0!important;
    box-sizing: border-box
}

body {
    font-family: Museo500;
    letter-spacing: .7px;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.container {
    max-width: 1575px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

.icon-styajka {
    background-image: url(/img/sprite.png);
    background-position: -52px 0;
    width: 52px;
    height: 52px
}

.icon-electro {
    background-image: url(/img/sprite.png);
    background-position: 0 -52px;
    width: 51px;
    height: 49px
}

.icon-door {
    background-image: url(/img/sprite.png);
    background-position: -190px 0;
    width: 31px;
    height: 51px
}

.icon-trash {
    background-image: url(/img/sprite.png);
    background-position: -146px 0;
    width: 44px;
    height: 50px
}

.icon-paint {
    background-image: url(/img/sprite.png);
    background-position: -104px 0;
    width: 42px;
    height: 58px
}

.icon-brash {
    background-image: url(/img/sprite.png);
    background-position: -146px -50px;
    width: 43px;
    height: 43px
}

.icon-kran {
    background-image: url(/img/sprite.png);
    background-position: 0 -101px;
    width: 43px;
    height: 39px
}

.icon-types {
    background-image: url(/img/sprite.png);
    background-position: -43px -101px;
    width: 44px;
    height: 38px
}

.icon-laminat {
    background-image: url(/img/sprite.png);
    background-position: -51px -52px;
    width: 51px;
    height: 45px
}

.icon-demontaj {
    background-image: url(/img/sprite.png);
    background-position: 0 0;
    width: 52px;
    height: 52px
}

.icon-angle-r {
    background-image: url(/img/sprite.png);
    background-position: -190px -51px;
    width: 17px;
    height: 31px
}

.icon-angle-b {
    background-image: url(/img/sprite.png);
    background-position: -190px -82px;
    width: 17px;
    height: 31px
}

.header {
    min-height: 100vh
}

.nav {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0
}

.nav__logo {
    margin-right: 50px
}

.nav__right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.nav__right-top {
    margin-bottom: 21px
}

.nav__right-bot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav__menu-inner {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.nav__menu-inner a {
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-family: Museo500
}

.nav__menu-inner a:hover {
    color: #ffeb4c
}

.nav__menu-inner li:not(:last-child) a {
    margin-right: 60px
}

.nav__phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav__phones a {
    font-size: 32px;
    color: #ffeb4c;
    font-family: Museo900;
    margin-left: 43px
}

.nav__phones a:hover {
    color: #ff7c23
}

.nav__order a {
    padding: 20px 40px;
    border-radius: 6px;
    background-color: #2c6bc5;
    color: #fff;
    font-size: 23px;
    margin-left: 109px
}

.nav__order a:hover {
    background-color: #ff7c23
}

.losung {
    margin-top: 5vh;
    background-color: rgba(44, 107, 197, .37);
    padding: 40px 0;
    text-align: center
}

.losung h1 {
    font-size: 62px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: Museo900
}

.steps {
    margin-top: 6vh
}

.steps__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.steps__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    height: 275px;
    border-radius: 50%;
    background-color: #ffeb4c;
    border: 30px solid rgba(255, 235, 76, .33);
    font-size: 31px;
    color: #2c6bc5;
    font-family: Museo300;
    text-align: center;
    background-clip: padding-box;
    padding: 20px;
    position: relative
}

.steps__item:nth-child(odd) {
    top: 90px
}

.discount__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.discount__title {
    color: #ff7c23;
    text-transform: uppercase;
    font-size: 44px;
    font-family: Museo700;
    padding: 77px 0
}

.discount__title span {
    color: #272727
}

.discount__content {
    background-color: #eef3fa;
    padding: 5px 0
}

.discount__timer {
    width: 469px;
    height: 451px;
    background-image: url(/img/paint.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 70px;
    margin-right: 30px
}

.discount__timer-title {
    font-size: 26px;
    padding-left: 70px;
    text-transform: uppercase;
    color: #fff;
    font-family: Museo900
}

.discount__timer-body {
    display: -ms-flexbox;
    display: flex;
    padding: 27px 0 27px 43px
}

.discount__timer-body>div {
    text-align: center;
    font-family: Museo900
}

.discount__timer-body>div span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 84px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 10px;
    font-size: 36px;
    color: #008ae7
}

.discount__timer-body>div strong {
    margin-top: 11px;
    font-size: 16px;
    display: inline-block;
    color: #fff
}

.discount__form-input {
    width: calc(50% - 17px)
}

.discount__form p {
    font-size: 35px;
    font-family: Museo700;
    color: #008ae7;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px
}

.discount__form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input input {
    height: 112px;
    border-radius: 7px;
    border: 1px solid #2c6bc5;
    width: 100%;
    padding: 5px 32px;
    font-size: 24px;
    text-transform: uppercase;
    color: #313131
}

.input input:focus {
    border-color: #ff7c23
}

.btn {
    width: 100%;
    height: 112px;
    border-radius: 7px;
    border: none;
    background-color: #ff7c23;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer
}

.btn:hover {
    background-color: #2c6bc5
}

.btn--blue {
    background-color: #2c6bc5
}

.btn--blue:hover {
    background-color: #ff7c23
}

.btn--white {
    background-color: #fff;
    color: #2c6bc5
}

.btn--white:hover {
    background-color: #ff7c23
}

.title {
    margin-bottom: 51px
}

.title h2 {
    font-size: 48px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-family: Museo700;
    color: #ff7c23
}

.title h2 span {
    font-family: Museo500;
    color: #272727
}

.title--white {
    text-align: right
}

.title--white h2 {
    color: #fff
}

.title--white h2 span {
    color: #161616
}

.sertifications {
    padding: 70px 0 60px
}

.sertifications__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sertifications__item {
    width: calc(25% - 20px)
}

.sertifications__item img {
    width: 100%;
    height: auto
}

.remont {
    background-color: #f5f5f5;
    overflow-x: hidden
}

.remont__title {
    text-align: right;
    background-color: #fff;
    padding: 113px 0 90px
}

.remont__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.remont__col--right {
    text-align: right
}

.remont__col--left {
    text-align: left
}

.remont__items {
    padding: 80px 0
}

.remont__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 103px;
    background-color: #fff;
    width: 440px;
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    color: #2c6bc5;
    z-index: 0
}

.remont__item:not(:last-child) {
    margin-bottom: 35px
}

.remont__item:before {
    content: "";
    width: calc(100% + 100%);
    right: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: -1
}

.remont__item--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.remont__item--reverse:before {
    left: 0;
    right: auto
}

.remont__item:nth-child(1) {
    animation-delay: .2s
}

.remont__item:nth-child(2) {
    animation-delay: .4s
}

.remont__item:nth-child(3) {
    animation-delay: .6s
}

.remont__item:nth-child(4) {
    animation-delay: .8s
}

.remont__item:nth-child(5) {
    animation-delay: 1s
}

.remont__item:nth-child(6) {
    animation-delay: 1.2s
}

.remont__item-icon {
    width: 85px
}

.remont__circle {
    position: relative;
    width: calc(100% - 880px)
}

.remont__circle img {
    position: absolute;
    left: 50%;
    top: 23px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    display: inline-block
}

.remont__dostavka {
    width: 551px;
    height: 280px;
    background-image: url(/img/label.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 50px);
    right: calc(100% + 150px);
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: Museo900;
    padding: 60px
}

.payment {
    padding: 76px 0
}

.payment__title {
    font-size: 48px;
    color: #2c6bc5;
    font-family: Museo700;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase
}

.payment__form form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment__input {
    width: calc(33.333% - 19px)
}

.causes {
    background-color: #ffcf42;
    margin-bottom: 65px
}

.causes__title {
    padding: 67px 0;
    border-bottom: 1px solid #c5a138
}

.causes__title h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: Museo700;
    margin: 0;
    color: #fff
}

.causes__title h2 span {
    color: #282828;
    font-family: Museo500
}

.causes__container {
    padding: 100px 0;
    position: relative
}

.causes__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.causes__item h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ff7c23;
    font-family: Museo700;
    margin: 0;
    margin-bottom: 10px
}

.causes__item p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: Museo300
}

.causes__item>div {
    width: 50%;
    position: relative
}

.causes__item>div.text-left {
    padding-left: 140px;
    text-align: left;
    margin-top: 82px
}

.causes__item>div.text-left i {
    font-style: normal;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    left: 27px;
    top: 50%;
    margin-top: -44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    font-family: Museo300;
    position: absolute;
    background-color: #ff7c23
}

.causes__item>div.text-left i.blue {
    background-color: #2c6bc5
}

.causes__item>div.text-right {
    padding-right: 140px;
    text-align: right
}

.causes__item>div.text-right i {
    font-style: normal;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    right: 27px;
    top: 50%;
    margin-top: -44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    font-family: Museo300;
    position: absolute;
    background-color: #ff7c23
}

.causes__item>div.text-right i.blue {
    background-color: #2c6bc5
}

.causes__button {
    width: 526px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.condicioner {
    height: 475px;
    background-color: #eef3fa;
    background-image: url(/img/condicioner.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

.condicioner__title {
    padding-top: 125px;
    font-family: Museo700;
    font-size: 60px;
    text-transform: uppercase;
    color: #2c6bc5
}

.condicioner__title span {
    color: #fff
}

.reviews {
    background-color: #f5f5f5
}

.reviews__header {
    padding: 80px 0 60px;
    background-color: #fff;
    text-align: right
}

.reviews__circle {
    width: 490px;
    height: 490px;
    border: 30px solid #2c6bc5;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s ease-in;
    box-shadow: 0 0 17px 16px rgba(0, 0, 0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 42px;
    text-align: center
}

.reviews__circle-photo {
    margin-bottom: 27px
}

.reviews__circle-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.reviews__circle-name span {
    color: #ff7c23
}

.reviews__circle-descr {
    opacity: .65;
    padding: 0 22px
}

.reviews__container {
    padding: 70px;
    position: relative
}

.reviews__carousel-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-works__btns,
.reviews__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0
}

.our-works__btns .owl-prev,
.reviews__btns .owl-prev {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.our-works {
    background-image: url(/img/works.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.our-works__header {
    padding: 60px 0 20px
}

.our-works__container {
    padding: 0 70px 90px 70px
}

.our-works__circle {
    width: 400px;
    height: 400px;
    border: 30px solid #ff7c23;
    border-radius: 50%;
    background-color: #ff7c23;
    transition: all .3s ease-in;
    box-shadow: 0 0 17px 16px rgba(0, 0, 0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    overflow: hidden
}

.our-works__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.our-works__item img {
    width: 100%;
    height: auto
}

.our-works__btns {
    margin-top: -110px
}

.our-works .btn {
    width: 525px;
    margin: 0 auto;
    display: block
}

.footer {
    background-image: url(/img/footer.jpg);
    background-position: center;
    background-size: cover;
    padding: 66px 0
}

.footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__map {
    width: 830px;
    height: 480px;
    border-radius: 5px
}

.footer__map iframe {
    width: 100%!important;
    height: 100%!important
}

.footer__info {
    text-align: right
}

.footer__title {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase
}

.footer__title span {
    color: #ff7c23
}

.footer__address {
    margin-bottom: 24px
}

.footer__address h4 {
    color: #ffeb4c;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Museo500;
    margin-bottom: 5px;
    margin-top: 10px
}

.footer__address p {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    text-transform: uppercase
}

.footer__phones {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.footer__phones a {
    color: #ff7c23
}

.owl-next,
.owl-prev {
    cursor: pointer
}

.owl-carousel .owl-stage-outer {
    padding: 125px 0
}

.owl-item.center {
    z-index: 100
}

.owl-item.center .reviews__circle {
    -ms-transform: scale(1.38);
    transform: scale(1.38);
    position: relative
}

.owl-item.center .our-works__circle {
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    position: relative
}

.popup-zakaz,
.success {
    padding: 50px 40px;
    background-color: #ffeb4c;
    max-width: 627px;
    margin: 0 auto;
    position: relative
}

.popup-zakaz .desc,
.success .desc {
    color: #a0a0a0;
    margin-bottom: 27px
}

.popup-zakaz .input,
.success .input {
    margin-bottom: 15px
}

.success {
    text-align: center;
    color: #fff
}

@media only screen and (max-width:1575px) {
    .container {
        max-width: 1200px
    }
    .nav__right-bot {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .nav__order {
        margin-top: 20px
    }
    .steps__item {
        width: 230px;
        height: 230px;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 26px
    }
    .discount__timer {
        width: 475px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .btn,
    .input input {
        font-size: 20px
    }
    .reviews__circle {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 380px;
        height: 380px
    }
    .our-works__circle {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 340px;
        height: 340px
    }
    .reviews__circle-photo img {
        max-width: 100px;
        height: auto
    }
    .reviews__circle-descr {
        font-size: 13px
    }
    .footer__map {
        width: 550px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .header {
        padding-bottom: 30px
    }
    .remont__circle img {
        max-width: 440px;
        top: 133px
    }
    .remont__dostavka {
        bottom: calc(100% - 99px);
        right: calc(100% + 4px)
    }
}

@media only screen and (max-width:1200px) {
    .container {
        max-width: 991px
    }
    .nav__logo {
        max-width: 250px
    }
    .nav__logo img {
        width: 100%;
        height: auto
    }
    .nav__menu-inner li a {
        font-size: 24px
    }
    .nav__menu-inner li:not(:last-child) a {
        margin-right: 30px
    }
    .steps__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
    .steps__container>div {
        top: 0!important;
        margin: 0 20px;
        margin-bottom: 25px
    }
    .remont__circle img {
        display: none
    }
    .btn,
    .input input {
        height: 90px;
        font-size: 18px
    }
    .discount__form p {
        font-size: 25px
    }
    .discount__form form {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .discount__form form>div {
        width: 100%;
        margin-bottom: 15px
    }
    .discount__form form>div input {
        width: 100%
    }
    .causes__item h5 {
        font-size: 21px
    }
    .causes__item p {
        font-size: 18px
    }
    .causes__item>div.text-right {
        padding-right: 100px
    }
    .causes__item>div.text-left {
        padding-left: 100px
    }
    .causes__item>div.text-left i,
    .causes__item>div.text-right i {
        width: 55px;
        height: 55px;
        font-size: 30px
    }
    .reviews__header {
        padding: 30px 0
    }
    .footer__map {
        width: 400px
    }
    .owl-carousel .owl-stage-outer {
        padding: 20px 0
    }
    .condicioner {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 767px
    }
    .remont__item {
        width: 350px
    }
    .losung h1 {
        font-size: 45px
    }
    .nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .nav__logo {
        margin-right: 0;
        margin-bottom: 25px
    }
    .nav__order a {
        margin-left: 0
    }
    .nav__right-bot {
        -ms-flex-align: center;
        align-items: center
    }
    .discount__title,
    .remont__title {
        padding: 25px 0;
        font-size: 30px
    }
    .title {
        margin-bottom: 20px
    }
    .discount__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .discount__timer {
        margin-right: 0
    }
    .remont__dostavka {
        display: none
    }
    .causes__title,
    .payment__title,
    .remont__title,
    .reviews__header,
    .sertifications {
        font-size: 30px;
        padding: 25px 0
    }
    .causes__title h2,
    .payment__title h2,
    .remont__title h2,
    .reviews__header h2,
    .sertifications h2 {
        font-size: 30px
    }
    .causes__container {
        padding: 40px 0
    }
    .payment {
        padding-top: 0
    }
    .payment__title {
        margin-bottom: 30px
    }
    .payment__form form {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .payment__form form>div {
        margin-bottom: 20px;
        width: 100%
    }
    .causes__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .causes__item>div {
        width: 100%;
        margin-bottom: 35px
    }
    .causes__item>div.text-left {
        margin-top: 0
    }
    .our-works__btns,
    .reviews__btns {
        padding: 0 20px
    }
    .footer__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__container>div {
        width: 100%;
        margin-bottom: 25px
    }
    .footer__info {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .container {
        max-width: 100%
    }
    .nav__menu-inner,
    .nav__phones {
        text-align: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .losung h1 {
        font-size: 35px
    }
    .remont__item:before {
        display: none
    }
    .causes__button,
    .our-works .btn {
        width: 100%
    }
    .footer__phones {
        font-size: 32px
    }
    .sertifications__item {
        width: calc(50% - 20px);
        margin-bottom: 25px;
        text-align: center
    }
    .footer__map {
        height: 360px
    }
    .nav__phones a {
        margin-left: 0
    }
    .nav__menu-inner li:not(:last-child) a {
        margin-right: 0
    }
    .discount__timer {
        height: auto;
        padding-bottom: 30px
    }
    .discount__timer-body {
        padding: 10px 0
    }
    .discount__timer-body>div>span {
        width: 50px;
        font-size: 14px;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1)
    }
    .discount__timer-body>div>strong {
        color: #2c6bc5
    }
    .discount__timer-title {
        padding-left: 0;
        text-align: center
    }
    .our-works__container {
        padding: 30px 20px
    }
    .our-works__circle,
    .reviews__circle {
        width: 270px;
        height: 270px;
        border-width: 5px
    }
    .causes__title,
    .discount__title,
    .payment__title,
    .remont__title,
    .reviews__header,
    .sertifications {
        font-size: 17px;
        padding: 25px 0
    }
    .causes__title h2,
    .discount__title h2,
    .payment__title h2,
    .remont__title h2,
    .reviews__header h2,
    .sertifications h2 {
        font-size: 17px
    }
    .title h2 {
        font-size: 17px
    }
    .owl-item.center {
        z-index: 100
    }
    .owl-item.center .reviews__circle {
        -ms-transform: scale(1);
        transform: scale(1);
        position: relative
    }
    .owl-item.center .our-works__circle {
        -ms-transform: scale(1);
        transform: scale(1);
        position: relative
    }
    .our-works__btns,
    .reviews__btns {
        padding: 0 5px;
        margin-top: -60px
    }
    .reviews__container {
        padding: 20px
    }
    .reviews__circle-photo {
        margin-bottom: 15px
    }
    .reviews__circle-descr {
        font-size: 12px
    }
    .reviews__circle {
        box-shadow: none
    }
    .remont__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .remont__col {
        width: 100%
    }
    .remont__items {
        padding: 30px 0
    }
    .causes__item>div.text-right {
        padding-right: 15px
    }
    .causes__item>div.text-left {
        padding-left: 15px
    }
    .causes__item>div.text-left i,
    .causes__item>div.text-right i {
        display: none
    }
    .our-works__container {
        padding-top: 0;
        padding-bottom: 30px
    }
    .steps__item {
        font-size: 22px
    }
}

@media only screen and (max-width:480px) {
    .sertifications__item {
        width: 100%
    }
    .discount__timer {
        width: 100%
    }
    .remont__item {
        width: 100%
    }
    .reviews__circle-descr {
        font-size: 9px
    }
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 1000;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: #000c;
left: 0px;
top: 0px;
cursor: pointer;
 z-index: 1000;
}
#thx {
background: #fff;
position: absolute;
left: 50%;
margin-left: -170px;
top: 50%;
padding: 30px;
margin-top: -20px;
 z-index: 1000;
}
.form{
    position:relative;
}
.form__input{
    height: 112px;
    border-radius: 7px;
    border: 1px solid #2c6bc5;
    width: 100%;
    padding: 5px 32px;
    font-size: 24px;
    text-transform: uppercase;
    color: #313131;
}
#tel-error{
    position: absolute;
    bottom: -20px;
    color: RED;
}
#name-error{
    position: absolute;
    bottom: -20px;
    color: RED;
}
#email-error{
    color: RED;
}
.form-pop #tel-error,.form-pop #name-error{
    position:relative!important;
    bottom:0;
}
@media screen and (max-width: 768px) {
    .form__input {
    font-size: 17px;
    height: 90px;
    padding: 5px 7px;
}
}