﻿@charset "UTF-8";
div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.s11 {
    background-image: linear-gradient(#63b149 50%, #63b149 50%), linear-gradient(silver 50%, silver 50%);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 2px, 50% 2px;
    color: #000;
    padding-bottom: 3px;
    transition: .5s ease-in-out;
    margin-bottom: 4px
}

.s11:hover {
    background-size: 50% 2px, 100% 2px;
    color: #63b149
}

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: .4em 1.6em 1.6em 0
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: .4em 0 1.6em 1.6em
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 1.6em
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left
}

.ac-container label {
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 100%;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .1);
    top: 7px
}

.ac-container label:hover {
    background: #fff
}

.ac-container input:checked + label, .ac-container input:checked + label:hover {
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, .3), 0px 2px 2px rgba(0, 0, 0, .1)
}

.ac-container input {
    display: none
}

.ac-container article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

.ac-container input:checked ~ article {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear
}

.ac-container input:checked ~ article.ac-small {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px
}

.ac-container input:checked ~ article.ac-large {
    height: 230px
}

em {
    font-size: 36px;
    background: url(../images/mazok.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 180px
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none
}

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    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;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

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

.fancybox-caption, .fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    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;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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--next {
    z-index: 99995
}

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

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

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

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

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content {
    height: calc(100% - 44px);
    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;
    vertical-align: top;
    width: 100%
}

.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;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.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, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.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:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.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-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

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

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, .6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.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 {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(99, 99, 99, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

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

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    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;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

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

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

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

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

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

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

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

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

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

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

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

.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;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    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: #fff;
    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: 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;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    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: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    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
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2, .col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5, .col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7, .col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8, .col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10, .col-11, .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11, .col-12 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-column, .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes pulse-outer {
    0% {
        opacity: .1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 0
    }
}

@keyframes pulse-outer {
    0% {
        opacity: .1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse-inner {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse-inner {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont-1.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse, .mfp-preloader a:hover {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    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: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    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, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    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
}

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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner, input[type=submit]::-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;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.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:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    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, img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane, .jspVerticalBar {
    position: absolute
}

.jspVerticalBar {
    background: red;
    height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.jspHorizontalBar {
    background: red;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%
}

.jspCap, .slick-slide.slick-loading img {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick-1.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: 22px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    padding: 3px;
    background: 0 0;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: red;
    cursor: pointer
}

.slick-dots li button:before, .slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slick-dots li button:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #979795;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
    background: #4e4e4e
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

fieldset, img {
    margin: 0;
    padding: 0
}

fieldset, img, ul {
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a img, fieldset, img, ul {
    border: 0
}

input[type=tel], textarea {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto
}

button, input {
    margin: 0;
    padding: 0;
    border: 0
}

button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: 0
}

ol {
    list-style-type: none
}

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

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body, html {
    display: block;
    position: relative;
    min-width: 320px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background: #ffffff;
}

* {
    margin: 0;
    padding: 0
}

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

a, a:focus, a:hover {
    outline: 0;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.container {
    padding-right: 0;
    padding-left: 0
}

.slick-arrow:before {
    font-size: 15px
}

input, input[type=email], input[type=text] {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=email], input[type=text] {
    font-family: "Gilroy-Regular", sans-serif;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=email]:focus:required:invalid, input[type=text]:focus:required:invalid {
    border-color: #2c3544;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 16px
}

input[type=email]:focus:required:valid, input[type=text]:focus:required:valid {
    border-color: #2c3544;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 16px
}

input[type=email]:required:invalid, input[type=text]:required:invalid {
    border-color: #03a6f1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 16px
}

input[type=email]:required:valid, input[type=text]:required:valid {
    border-color: #03a6f1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 16px
}

input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
    color: #2c3544;
    font-size: 16px;
    line-height: 1;
    font-weight: 400
}

input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
    color: #2c3544;
    font-size: 16px;
    line-height: 1;
    font-weight: 400
}

input[type=email]::placeholder, input[type=text]::placeholder {
    color: #2c3544;
    font-size: 16px;
    line-height: 1;
    font-weight: 400
}

select {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button, .button:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.button {
    border-radius: 8px;
    text-align: center;
    font-family: "Gilroy-Bold", sans-serif;
    color: #fff;
    letter-spacing: .02em;
    cursor: pointer;
    display: block;
    background-color: #ed1c24;
    -webkit-box-shadow: 7.5px 12.99px 25px 0 rgba(237, 28, 36, .2);
    box-shadow: 7.5px 12.99px 25px 0 rgba(237, 28, 36, .2)
}

.button:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    background-color: #03a6f1;
    -webkit-box-shadow: 10px 10px 25px 0 rgba(3, 166, 241, .2);
    box-shadow: 10px 10px 25px 0 rgba(3, 166, 241, .2)
}

.button a, .nav ul li a {
    padding: 13px;
    color: #fff;
    display: block
}

.button_long, .info h2 {
    display: inline-block
}

.button_long a {
    padding: 15px 45px;
    font-size: 20px
}

.button_footer {
    margin-top: 40px;
    margin-left: 60px;
    width: 180px
}

.logo img {
    width: 130px;
    height: 80px
}

.info__title_sub-title h2:before {
    bottom: -50px
}

.info h2 {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 36px;
    letter-spacing: -.01em;
    position: relative
}

.info h2:before {
    content: url(../images/sea-water.svg);
    width: 65px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px
}

.info p {
    max-width: 695px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 55px;
}

.info_reviews {
    padding-top: 22px;
    padding-left: 2px
}

.info_reviews h4 {
    letter-spacing: .01em
}

.my-mfp-zoom-in .zoom-anim-dialog {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in .zoom-anim-dialog, .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.icon-facebook {
    width: .53em;
    height: 1em;
    fill: #000
}

@font-face {
    font-family: Gilroy-UltraLightItalic;
    src: url(../fonts/Gilroy-UltraLightItalic/Gilroy-UltraLightItalic.woff) format("woff"), url(../fonts/Gilroy-UltraLightItalic/Gilroy-UltraLightItalic.ttf) format("ttf"), url(../fonts/Gilroy-UltraLightItalic/Gilroy-UltraLightItalic.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Light;
    src: url(../fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light/Gilroy-Light.ttf) format("ttf"), url(../fonts/Gilroy-Light/Gilroy-Light.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/Gilroy-Regular/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular/Gilroy-Regular.ttf) format("ttf"), url(../fonts/Gilroy-Regular/Gilroy-Regular.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy-Medium/Gilroy-Medium.woff) format("woff"), url(../fonts/Gilroy-Medium/Gilroy-Medium.ttf) format("ttf"), url(../fonts/Gilroy-Medium/Gilroy-Medium.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff) format("woff"), url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf) format("ttf"), url(../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(../fonts/Gilroy-Bold/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold/Gilroy-Bold.ttf) format("ttf"), url(../fonts/Gilroy-Bold/Gilroy-Bold.eot) format("eot");
    font-weight: 400;
    font-style: normal
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff
}

.pulse {
    position: relative;
    left: 50%;
    top: 50vh;
    margin: -40px 0 0 -40px
}

.pulse:after, .pulse:before {
    content: '';
    border: 5px solid #63b149;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute
}

.pulse:before {
    -webkit-animation: pulse-outer .8s ease-in infinite;
    animation: pulse-outer .8s ease-in infinite
}

.pulse:after {
    -webkit-animation: pulse-inner .8s ease-in infinite;
    animation: pulse-inner .8s ease-in infinite
}

header {
    display: block;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    background: #f3f7f8
}

.nav, .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.nav {
    min-height: 46px;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav ul li {
    padding-right: 30px
}

.nav ul li a {
    position: relative;
    color: #a0a4af;
    line-height: 1.2em;
    padding: 13px 0 16px
}

.nav ul li a:before {
    content: '';
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #63b149
}

.nav ul li a:focus, .nav ul li a:hover {
    color: #2c3544
}

.nav ul li a:focus:before, .nav ul li a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nav ul li.current-menu-item a {
    color: #2c3544
}

.nav ul li.current-menu-item a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nav_footer {
    width: 330px
}

.nav_footer ul {
    position: relative;
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav_footer ul li {
    display: block;
    margin-right: 50px
}

.nav_footer ul li a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px 0;
    color: #a0a4af
}

.modal-servises .services__elem:focus p, .modal-servises .services__elem:hover p, .nav_footer ul li a:focus, .nav_footer ul li a:hover, .second-screen .services__elem:focus p, .second-screen .services__elem:hover p {
    color: #fff
}

.nav_footer ul li a:focus:before, .nav_footer ul li a:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.menu__btn {
    display: none;
    width: 50px;
    min-height: 50px;
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: #fff;
    z-index: 101
}

.menu__btn .bar, .menu__btn .bar:after, .menu__btn .bar:before {
    position: fixed;
    right: 9px;
    top: 30px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    height: 3px;
    width: 40px;
    background-color: #2c3544
}

.menu__btn .bar:after, .menu__btn .bar:before {
    top: -8px;
    position: absolute;
    right: 0
}

.menu__btn .bar:after {
    top: 8px
}

.info-line {
    padding-top: 52px;
    padding-bottom: 10px;
    width: 100%;
    position: relative
}

.info-line__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-line__address, .info-line__tel, .info-line__work-schedule {
    position: relative;
    color: #a1a1a1;
    font-size: 10px;
    padding-left: 30px
}

.info-line__address img, .info-line__tel img, .info-line__work-schedule img {
    width: 26px;
    height: 26px;
    position: absolute;
    left: -12px;
    top: 12px;
}

.info-line__address:before, .info-line__tel:before, .info-line__work-schedule:before {
    content: '';
    border: 1px #e6f5f8 solid;
    border-radius: 24px;
    position: absolute;
    width: 46px;
    height: 46px;
    left: -23px;
    top: 3px;
}

.info-line__work-schedule p {
    padding-top: 5px
}

.info-line__address p, .info-line__work-schedule p a {
    color: #2c3544;
    font-size: 14px;
    font-family: "Gilroy-Medium", sans-serif;
    line-height: 16px;
    font-weight: 600
}

.info-line__address p {
    padding-top: 5px;
}

.info-line__address p a {
    color: #2c3544;
    font-size: 14px;
    font-family: "Gilroy-Medium", sans-serif;
    line-height: 16px;
    font-weight: 600;
}

.info-line__tel p {
    padding-top: 5px;
}

.info-line__tel p a {
    color: #2c3544;
    font-size: 14px;
    font-family: "Gilroy-SemiBold", sans-serif;
    line-height: 16px;
    font-weight: 600;
}

.info-line__work-schedule p:focus a, .info-line__work-schedule p:hover a,
.info-line__address p:focus a, .info-line__address p:hover a,
.info-line__tel p:focus a, .info-line__tel p:hover a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color:#ed1c24;
}

.first-screen {
    width: 100%;
    background: url(../images/bnr.jpg) no-repeat center;
    background-size: cover;
    padding-top: 195px;
    padding-bottom: 135px;
    position: relative;
    text-align: center
}

.first-screen h1 {
    font-size: 36px;
    color: #2c3544;
    max-width: 700px;
    margin: 0 auto 12px;
    text-transform: uppercase
}

.first-screen h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .01em;
    color: #6a707a;
    margin: 0 auto 40px;
    max-width: 750px
}

.first-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.first-screen__buttons a {
    border-radius: 24px;
    background-color: #96ce32;
    -webkit-box-shadow: 10px 17.321px 30px rgba(150, 206, 50, .3);
    box-shadow: 10px 17.321px 30px rgba(150, 206, 50, .3);
    padding: 14px 70px;
    font-size: 15px;
    font-family: "Gilroy-Bold", sans-serif;
    letter-spacing: .006em;
    color: #fefefe;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 16px 25px
}

.first-screen__buttons a:last-child {
    background-color: #63b04a;
    -webkit-box-shadow: 10px 17.321px 30px rgba(99, 176, 74, .3);
    box-shadow: 10px 17.321px 30px rgba(99, 176, 74, .3)
}

.first-screen__buttons a:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: 10px 17.321px 30px 0 rgba(150, 206, 50, .6);
    box-shadow: 10px 17.321px 30px 0 rgba(150, 206, 50, .6)
}

.first-screen__buttons a:hover:last-child {
    -webkit-box-shadow: 10px 17.321px 30px 0 rgba(99, 176, 74, .6);
    box-shadow: 10px 17.321px 30px 0 rgba(99, 176, 74, .6)
}

.first-screen__nav {
    color: #2c3544;
    z-index: 30;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 166, 241, .3)), to(rgba(3, 166, 241, 0)));
    background: -webkit-linear-gradient(left, rgba(3, 166, 241, .3), rgba(3, 166, 241, 0));
    background: -o-linear-gradient(left, rgba(3, 166, 241, .3), rgba(3, 166, 241, 0));
    background: linear-gradient(to right, rgba(3, 166, 241, .3), rgba(3, 166, 241, 0));
    margin-top: 50px
}

.first-screen__nav li {
    font-size: 20px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.first-screen__nav .slick-current li {
    color: #03a6f1
}

.first-screen__nav .slick-current li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #03a6f1;
    border-radius: 3px;
    top: 18px;
    left: 8px
}

.first-screen__elem .slick-next, .first-screen__elem .slick-prev {
    background: rgba(3, 166, 241, .2);
    width: 36px;
    height: 36px;
    border: 1px rgba(3, 166, 241, .2) solid;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-5px) translateY(-50%);
    -ms-transform: translateX(-5px) translateY(-50%);
    transform: translateX(-5px) translateY(-50%)
}

.first-screen__elem .slick-prev:before {
    opacity: 1;
    content: url(../../../themes/window/img/prev_d.svg)
}

.first-screen__elem .slick-next:before {
    opacity: 1;
    content: url(../../../themes/window/img/next_d.svg)
}

.first-screen__uslugi {
    background: 0 0;
    padding: 0
}

.first-screen__uslugi_wrapper {
    background-size: cover;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
    display: block
}

.first-screen__uslugi h1, .first-screen__uslugi h3 {
    color: #fff
}

.first-screen__zamena_wrapper {
    background: #eee url(../../../themes/window/img/bnr-zamena.png) no-repeat center;
    background-size: cover
}

.first-screen__ustanovka-p_wrapper {
    background: #eee url(../../../themes/window/img/bnr-ustanovka-p.png) no-repeat center;
    background-size: cover
}

.first-screen__otkos_wrapper {
    background: #eee url(../../../themes/window/img/bnr-otkos.png) no-repeat center;
    background-size: cover
}

.first-screen__steklopaket_wrapper {
    background: #eee url(../../../themes/window/img/bnr-steklopaket.png) no-repeat center;
    background-size: cover
}

.first-screen__uplotnitel_wrapper {
    background: #eee url(../../../themes/window/img/bnr-uplotnitel.png) no-repeat center;
    background-size: cover
}

.link-gb {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 50px;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 14px
}

.link-gb, .link-gb a {
    color: #4c4c4c
}

.blog__article_content h3:hover, .link-gb a:hover {
    text-decoration: underline
}

.link-gb strong {
    color: 808080;
    font-weight: 300
}

.main-form {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px
}

.main-form h2, .main-form p {
    letter-spacing: .01em;
    margin-left: -15px
}

.main-form h2 {
    font-size: 36px;
    line-height: 30px;
    padding-top: 54px;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 100;
    margin-bottom: 10px
}

.main-form p {
    font-size: 24px;
    line-height: 36px;
    color: #7b818a;
    position: relative;
    display: inline-block
}

.main-form p:before {
    content: url(../images/sea-water.svg);
    width: 65px;
    height: 8px;
    position: absolute;
    bottom: -13px;
    left: 5px;
    border-radius: 15px
}

.main-form__contacts {
    background: #fcfcfc
}

.main-form__form {
    border: 10px solid #f2faf0;
    padding: 10px 85px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-form__form .button {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    display: inline-block
}

.main-form__form_wrapper {
    margin-bottom: 35px
}

.main-form__form_email, .main-form__form_name {
    width: 270px;
    height: 35px;
    padding-top: 2px;
    border-bottom: 1px solid #caccd0;
    border-radius: 0;
    position: relative
}

.main-form__form_name {
    padding-left: 28px;
    background: url(../images/man-user.svg) 4px no-repeat
}

.main-form__form_email {
    padding-left: 28px;
    background: url(../../../themes/window/img/black-envelope.svg) no-repeat
}

.main-form__form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-form__form strong:after {
    content: "";
    position: absolute;
    display: none
}

.main-form__form_label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    color: #7b818a;
    line-height: 16px;
    padding-left: 30px;
    padding-top: 10px;
    max-width: 250px
}

.main-form__form_label:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 3px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #a4acb4;
    border-radius: 2px
}

.main-form__form_label:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 15px;
    width: 5px;
    height: 9px;
    border: solid #63b149;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 20;
    opacity: 0
}

.main-form__form_checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.main-form__form_checkbox:checked ~ .main-form__form_label:after {
    opacity: 1
}

.main-form__form label.error {
    background: #ed1c24;
    position: absolute;
    padding: 3px 15px;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 20px;
    left: 0;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px)
}

.main-form__form label.error:before, .modal_checkbox label.error:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ed1c24;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -5px;
    left: 20px
}

.main-form__form label.error:nth-child(2) {
    -webkit-transform: translateX(105px);
    -ms-transform: translateX(105px);
    transform: translateX(105px)
}

.main-form__form label#agree-error {
    -webkit-transform: translateX(-14px);
    -ms-transform: translateX(-14px);
    transform: translateX(-14px);
    top: -15px
}

.news {
    position: relative;
    padding: 80px 0;
    background: #fafafa
}

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

.news__button {
    width: auto;
    margin-left: 80px
}

.news__button a, .news__button a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news__button a {
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    color: #2c3544;
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 5px 8.66px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 5px 8.66px 15px 0 rgba(0, 0, 0, .1)
}

.news__button a:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: 5px 8.66px 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 5px 8.66px 15px 0 rgba(0, 0, 0, .3)
}

.news__content {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.modal-servises .services__elem:last-child, .news__content:last-child, .news__events:last-child, .second-screen .services__elem:last-child {
    margin-bottom: 0
}

.news__content_title {
    margin-bottom: 10px
}

.news__content_title h4 {
    text-transform: uppercase;
    display: inline;
    font-family: "Gilroy-SemiBold", sans-serif;
    padding-left: 20px
}

.news__content_title h4 a, .news__events a {
    font-size: 14px;
    color: #212121;
    text-decoration: underline
}

.news__content_title strong {
    display: inline;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(324deg, #62b04a 0%, #97ce32 100%);
    background-image: -o-linear-gradient(324deg, #62b04a 0%, #97ce32 100%);
    background-image: linear-gradient(126deg, #62b04a 0%, #97ce32 100%);
    -webkit-box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15);
    box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15);
    padding: 5px;
    color: #fff
}

.news__content p {
    font-size: 14px;
    font-family: "Gilroy-Regular", sans-serif;
    color: #7b818a;
    line-height: 1.45
}

.news__content p a, .news__content p a:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news__content p a {
    color: #63b14a;
    font-family: "Gilroy-SemiBold", sans-serif;
    position: relative
}

.news__content p a:after {
    content: url(../../../themes/window/img/news-right-arrow.svg);
    width: 14px;
    right: -20px;
    top: 0;
    position: absolute
}

.news__content p a:hover {
    padding-left: 3px
}

.news__events {
    margin-bottom: 25px;
    width: 60%
}

.news__events strong {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 12px;
    color: 212121
}

.news__events a {
    font-family: "Gilroy-Medium", sans-serif;
    color: #63b14a;
    cursor: pointer
}

.news .title, .news .title h2 {
    position: relative;
    margin-bottom: 60px
}

.news .title h2 {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 6px;
    letter-spacing: -.01em;
    display: inline-block
}

.news .title h2:before {
    content: url(../images/sea-water.svg);
    width: 65px;
    height: 8px;
    position: absolute;
    bottom: -50px;
    left: 0;
    border-radius: 15px
}

.news .title p {
    font-size: 24px;
    line-height: 28px;
    color: #7b818a
}

.modal-servises, .second-screen {
    position: relative;
    width: 100%;
    min-height: 884px;
    margin-left: -15px;
    background: url(../images/bg-services.jpg) 60% no-repeat;
    background-size: cover;
    margin-right: -15px
}

@media screen and (max-width: 1280px) {
    .second-screen {
        background: #ffffff;
    }
}

.modal-servises .services, .second-screen .services {
    display: block;
    position: relative;
    margin-right: 10px;
    color: #fff
}

.modal-servises .services__block, .second-screen .services__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative
}

.modal-servises .services__block_left, .modal-servises .services__block_right, .second-screen .services__block_left, .second-screen .services__block_right {
    width: 50%;
    margin: 87px 0
}

.modal-servises .services__block_left, .second-screen .services__block_left {
    margin-left: 60px;
    margin-right: 10px;
    position: relative
}

.modal-servises .services__block_left .services__elem:before, .modal-servises .services__block_right .services__elem:before, .second-screen .services__block_left .services__elem:before, .second-screen .services__block_right .services__elem:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute
}

.modal-servises .services__block_left .services__elem:nth-child(1):before, .second-screen .services__block_left .services__elem:nth-child(1):before {
    content: url(../images/problem-clock.svg)
}

.modal-servises .services__block_left .services__elem:nth-child(1):hover:before, .second-screen .services__block_left .services__elem:nth-child(1):hover:before {
    content: url(../images/problem-clock-white.svg)
}

.modal-servises .services__block_left .services__elem:nth-child(2):before, .second-screen .services__block_left .services__elem:nth-child(2):before {
    content: url(../images/problem-boy.svg)
}

.modal-servises .services__block_left .services__elem:nth-child(2):hover:before, .second-screen .services__block_left .services__elem:nth-child(2):hover:before {
    content: url(../images/problem-boy-white.svg)
}

.modal-servises .services__block_left .services__elem:nth-child(3):before, .second-screen .services__block_left .services__elem:nth-child(3):before {
    content: url(../images/problem-hammer.svg)
}

.modal-servises .services__block_left .services__elem:nth-child(3):hover:before, .second-screen .services__block_left .services__elem:nth-child(3):hover:before {
    content: url(../images/problem-hammer-white.svg)
}

.modal-servises .services__block_right, .second-screen .services__block_right {
    margin-right: 60px;
    margin-left: 10px;
    position: relative
}

.advantages__services_elem:nth-child(2):before, .modal-servises .services__block_right .services__elem:nth-child(1):before, .second-screen .services__block_right .services__elem:nth-child(1):before {
    content: url(../images/problem-timer.svg)
}

.advantages__services_elem:nth-child(2):hover:before, .modal-servises .services__block_right .services__elem:nth-child(1):hover:before, .second-screen .services__block_right .services__elem:nth-child(1):hover:before {
    content: url(../images/problem-timer-white.svg)
}

.advantages__services_elem:nth-child(4):before, .modal-servises .services__block_right .services__elem:nth-child(2):before, .second-screen .services__block_right .services__elem:nth-child(2):before {
    content: url(../images/problem-money.svg)
}

.advantages__services_elem:nth-child(4):hover:before, .modal-servises .services__block_right .services__elem:nth-child(2):hover:before, .second-screen .services__block_right .services__elem:nth-child(2):hover:before {
    content: url(../images/problem-money-white.svg)
}

.advantages__services_elem:nth-child(5):before, .modal-servises .services__block_right .services__elem:nth-child(3):before, .second-screen .services__block_right .services__elem:nth-child(3):before {
    content: url(../images/problem-set-square.svg)
}

.advantages__services_elem:nth-child(5):hover:before, .modal-servises .services__block_right .services__elem:nth-child(3):hover:before, .second-screen .services__block_right .services__elem:nth-child(3):hover:before {
    content: url(../images/problem-set-square-white.svg)
}

.modal-servises .services__block_bg, .second-screen .services__block_bg {
    background: #f9faf9;
    position: absolute;
    width: 760px;
    height: 600px;
    z-index: -1;
    top: 50px
}

.modal-servises .services__elem, .second-screen .services__elem {
    padding: 22px 20px;
    width: 300px;
    margin-bottom: 30px
}

.modal-servises .services__elem p, .second-screen .services__elem p {
    padding-top: 60px;
    font-size: 20px;
    line-height: 22px;
    font-family: "Gilroy-Medium", sans-serif;
    letter-spacing: -.01em;
    margin-bottom: 3px;
    color: #212121
}

.modal-servises .services__elem:focus, .modal-servises .services__elem:hover, .second-screen .services__elem:focus, .second-screen .services__elem:hover {
    border-radius: 8px;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-image: -webkit-linear-gradient(324deg, #97ce32 0%, #62b04a 100%);
    background-image: -o-linear-gradient(324deg, #97ce32 0%, #62b04a 100%);
    background-image: linear-gradient(126deg, #97ce32 0%, #62b04a 100%);
    -webkit-box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15);
    box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15)
}

.modal-servises .services-text, .second-screen .services-text {
    padding-top: 106px;
    margin-left: 40px
}

.modal-servises .services-text h2, .second-screen .services-text h2 {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -.01em;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 100
}

.modal-servises .services-text p, .second-screen .services-text p {
    font-size: 16px;
    line-height: 30px;
    color: #7b818a;
    letter-spacing: -.01em
}

.advantages {
    background: 0 0;
    text-align: center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 50px
}

.advantages h2:before, .advantages__services_elem:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.advantages__services_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages__services_elem {
    position: relative
}

.advantages__services_elem:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute
}

.advantages__services_elem:nth-child(1):before {
    content: url(../../../themes/window/img/problem-clock.svg)
}

.advantages__services_elem:nth-child(1):hover:before {
    content: url(../../../themes/window/img/problem-clock-white.svg)
}

.advantages__services_elem:nth-child(3):before {
    content: url(../../../themes/window/img/problem-boy.svg)
}

.advantages__services_elem:nth-child(3):hover:before {
    content: url(../../../themes/window/img/problem-boy-white.svg)
}

.advantages__services_elem:nth-child(6):before {
    content: url(../../../themes/window/img/problem-hammer.svg)
}

.advantages__services_elem:nth-child(6):hover:before {
    content: url(../../../themes/window/img/problem-hammer-white.svg)
}

.problem {
    background: 0 0;
    min-height: auto
}

.problem .services__block_bg {
    height: 420px
}

.problem .services__elem strong {
    font-family: "Gilroy-Regular", sans-serif;
    padding-right: 5px
}

.our-services {
    position: relative;
    background: url(../images/bg-our.png) no-repeat top center;
    background-size: cover;
    padding-top: 112px;
    padding-bottom: 90px
}

.our-services__tile .tile__block {
    display: block;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 5px 8.66px 30px 0 rgba(152, 198, 210, .25);
    box-shadow: 5px 8.66px 30px 0 rgba(152, 198, 210, .25);
    padding: 30px 30px 90px;
    margin: 0 auto 30px;
    color: #2c3544;
    background: #fff no-repeat;
    overflow-y: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: center;
    background-repeat: no-repeat;
    background-size: cover
}

.our-services__tile .tile__block h5 {
    font-size: 20px;
    letter-spacing: .01em;
    font-family: "Gilroy-SemiBold", sans-serif;
    margin-bottom: 20px
}

.our-services__tile .tile__block ul li {
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 22px;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 8px
}

.our-services__tile .tile__block ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    background: #03a6f1;
    border-radius: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.our-services__tile .tile__block .btn {
    position: absolute;
    right: 60px;
    bottom: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 7.5px 12.99px 25px 0 rgba(0, 0, 0, .2);
    box-shadow: 7.5px 12.99px 25px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 24px;
    font-size: 14px;
    color: #2c3544;
    cursor: pointer;
}

.our-services__tile .tile__block .btn:hover {
    background: #ed1c24;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: 7.5px 12.99px 25px 0 rgba(0, 0, 0, .6);
    box-shadow: 7.5px 12.99px 25px 0 rgba(0, 0, 0, .6);
    color: #fff
}

.our-services__tile .tile__block_long {
    width: 100%;
    height: 270px
}

.our-services__tile .tile__block_short {
    width: 100%;
    height: 460px;
}

.about-us {
    width: 100%;
    background: url(../images/about-us-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 160px
}

.about-us__logo-block {
    width: 340px;
    height: 340px;
    background-color: #fff;
    margin-left: 104px;
    padding: 80px 45px
}

.about-us__logo-block .logo img {
    width: 250px;
    height: 160px
}

.about-us__info {
    padding-left: 71px;
    padding-top: 143px;
    padding-right: 20px;
    position: relative;
    display: block
}

.about-us__info p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 31px
}

.about-us__info .content__wrapper {
    max-height: 350px;
    margin-bottom: 40px
}

.about-us__info .jspVerticalBar {
    width: 3px
}

.about-us__info .jspDrag {
    background-color: #63b149
}

.about-us__info .jspPane {
    padding-right: 20px
}

.about-us__uslugi {
    background: url(../../../themes/window/img/about-us-bg-usetki.png) center no-repeat;
    background-size: cover
}

.about-us__uslugi__info {
    padding-top: 95px
}

.about-us__uslugi__info ul {
    margin-bottom: 25px
}

.about-us__uslugi__info ul li {
    padding-left: 20px;
    margin-bottom: 15px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 18px;
    color: #212121;
    position: relative
}

.about-us__uslugi__info ul li:before {
    content: '';
    position: absolute;
    background: #63b04a;
    width: 11px;
    height: 2px;
    top: 10px;
    left: 0
}

.news ul {
    margin-bottom: 0
}

.news ul li {
    padding-left: 20px;
    margin-bottom: 0;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 18px;
    color: #212121;
    position: relative
}

.news ul li:before {
    content: '';
    position: absolute;
    background: #63b04a;
    width: 11px;
    height: 2px;
    top: 10px;
    left: 0
}

.about-us__uslugi__info ul li:last-child {
    margin-bottom: 0
}

.about-us__uslugi__info h4 {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 23px;
    color: #3b3b3b;
    margin-bottom: 15px
}

.about-us__uslugi__info p {
    color: #3b3b3b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px
}

.about-us__uslugi__info strong {
    font-size: 18px;
    font-family: "Gilroy-Medium", sans-serif;
    margin-bottom: 50px;
    display: block;
    color: #3b3b3b
}

.about-us__zamena {
    background: url(../../../themes/window/img/about-us-bg-zamena.png) center no-repeat;
    background-size: cover
}

.about-us__ustanovka-p {
    background: url(../../../themes/window/img/about-us-bg-ustanovka-p.png) center no-repeat;
    background-size: cover
}

.about-us__otkos {
    background: url(../../../themes/window/img/about-us-bg-otkos.png) center no-repeat;
    background-size: cover
}

.about-us__steklopaket {
    background: url(../../../themes/window/img/about-us-bg-steklopaket.png) center no-repeat;
    background-size: cover
}

.about-us__uplotnitel {
    background: url(../../../themes/window/img/about-us-bg-uplotnitel.png) center no-repeat;
    background-size: cover
}

.slider-screen {
    min-height: 720px;
    width: 100%;
    background: #00247c
}

.slider-screen__info {
    padding-top: 113px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-bottom: 96px
}

.my-slider__section {
    height: 720px
}

.my-slider__section li {
    height: 310px;
    width: 510px;
    margin-top: 23px;
    margin-bottom: 23px
}

.my-slider__section .slick-current li img, .my-slider__section li img {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    height: 310px
}

.my-slider__section li img {
    border-radius: 8px;
    margin-left: 70px;
    width: 430px;
    opacity: .2
}

.my-slider__section .slick-current li img {
    margin-left: 32px;
    width: 510px;
    opacity: 1
}

.my-slider__block li {
    color: #fff;
    display: block;
    width: 535px;
    padding-left: 15px
}

.my-slider__block li h5 {
    font-size: 20px;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    line-height: 30px;
    max-width: 350px;
    margin-bottom: 30px
}

.my-slider__block li p {
    font-size: 18px;
    line-height: 30px;
    color: #a0aed0;
    margin-bottom: 37px
}

.my-slider__block li strong {
    color: #fff;
    font-size: 16px;
    margin-left: 22px;
    display: block;
    font-weight: 400;
    position: relative
}

.my-slider__block li strong img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -22px
}

.my-slider__block .slick-next, .my-slider__block .slick-prev {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 365px;
    border-width: 1px;
    border-color: rgba(3, 166, 241, .2);
    border-style: solid;
    border-radius: 50%
}

.my-slider__block .slick-prev {
    left: 17px
}

.my-slider__block .slick-prev:before {
    opacity: 1;
    content: url(../../../themes/window/img/prev.svg)
}

.my-slider__block .slick-next {
    left: 62px
}

.my-slider__block .slick-next:before {
    opacity: 1;
    content: url(../../../themes/window/img/next.svg)
}

.clients {
    position: relative;
    text-align: center;
    padding-top: 102px;
    padding-bottom: 61px
}

.clients__block, .clients__main {
    position: relative;
    display: block
}

.clients__main {
    width: 100%
}

.clients__main .clients__block {
    height: 190px;
    width: 190px !important;
    margin: 0 20px;
    border: 1px solid #e9ecf1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.clients__main .clients__block:first-child {
    margin-left: 0
}

.clients__main .clients__block:last-child {
    margin-right: 0
}

.clients__main .clients__block:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.clients__main .clients__block img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    position: absolute
}

.clients .slick-dots {
    bottom: -20px
}

.clients .slick-slide {
    position: relative
}

.reviews, .reviews__block {
    width: 100%;
    background: #fafafa;
    position: relative
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px
}

.reviews img {
    width: 150px;
    height: 205px;
    margin: 0 auto;
    border-radius: 20px
}

.reviews__block {
    min-height: 390px;
    display: block
}

.reviews__block .slick-dots {
    bottom: -30px
}

.reviews__clients {
    background: #fff;
    padding: 15px 60px 20px 50px
}

.reviews__title {
    padding: 0
}

.reviews__client-slide h4 {
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
    color: #212121;
    margin-bottom: 30px
}

.reviews__client-slide strong {
    color: #63b149;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 14px;
    font-weight: 300
}

.reviews__client-slide p {
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    color: #666
}

.reviews .slick-next:before, .reviews .slick-prev:before {
    color: green
}

.reviews .slick-next {
    right: 10px
}

.reviews .slick-prev {
    left: 10px
}

.footer {
    width: 100%;
    padding-top: 0;
    position: relative
}

.footer #map {
    height: 400px
}

.footer__contacts {
    position: absolute;
    background: #fff;
    width: 370px;
    height: 370px;
    right: 478px;
    top: 100px;
    padding: 50px;
    -webkit-box-shadow: 7.5px 12.99px 30px 0 rgba(51, 51, 51, .1);
    box-shadow: 7.5px 12.99px 30px 0 rgba(51, 51, 51, .1)
}

.footer__contacts h6 {
    font-size: 36px;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 56px
}

.footer__contacts p, .modal .main-form .block__wrapper {
    position: relative
}

.footer__contacts p:before, .footer__map_contacts p:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
}

.footer__contacts p:nth-of-type(1) {
    font-size: 18px;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-weight: 700;
    padding-left: 26px;
    margin-bottom: 19px
}

.footer__contacts p:nth-of-type(1) a, .footer__contacts p:nth-of-type(2) a, .footer__contacts p:nth-of-type(3) a, .footer__map_contacts p:nth-of-type(1) a, .footer__map_contacts p:nth-of-type(2) a, .footer__map_contacts p:nth-of-type(3) a {
    color: #7b818a
}

.footer__contacts p:nth-of-type(1):hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline
}

.footer__contacts p:nth-of-type(1):before {
    background: url(../images/call-answer.svg) left top no-repeat;
    background-size: cover
}

.footer__contacts p:nth-of-type(2) {
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 21px;
    padding-right: 30px;
    line-height: 24px;
    margin-bottom: 24px
}

.footer__contacts p:nth-of-type(2):before, .footer__contacts p:nth-of-type(2):focus {
    background: url(../images/placeholder-filled-point.svg) left top no-repeat;
    background-size: cover
}

.footer__contacts p:nth-of-type(3) {
    color: #00f;
    font-family: "Gilroy-Medium", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 24px;
    padding-right: 30px;
    line-height: 24px
}

.footer__contacts p:nth-of-type(3):before {
    background: url(../images/whatsapp.png) left top no-repeat;
    background-size: cover
}

.footer__contacts p:nth-of-type(3):focus, .footer__contacts p:nth-of-type(3):hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline
}

.footer__map, .footer__map_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__map {
    padding-top: 30px;
    padding-bottom: 100px
}

.footer__map #map {
    width: 1500px
}

.footer__map_contacts {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    padding: 50px 30px;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 7.5px 12.99px 30px 0 rgba(51, 51, 51, .1);
    box-shadow: 7.5px 12.99px 30px 0 rgba(51, 51, 51, .1);
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer__map_contacts p, .footer__map_contacts strong {
    padding-left: 30px;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500
}

.footer__map_contacts strong {
    display: block;
    font-size: 12px;
    color: #a1a1a1
}

.footer__map_contacts p {
    font-size: 16px;
    color: #2c3544;
    position: relative
}

.footer__map_contacts p a, .modal a {
    color: #2c3544
}

.footer__map_contacts p:nth-of-type(1):hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline
}

.footer__map_contacts p:nth-of-type(1):before {
    background: url(../images/call-answer.svg) left top no-repeat;
    background-size: cover
}

.footer__map_contacts p:nth-of-type(2):before {
    background: url(../images/info-line-blue-envelope.svg) left top no-repeat;
    background-size: cover
}

.footer__map_contacts p:nth-of-type(2):focus, .footer__map_contacts p:nth-of-type(2):hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
}

.footer__map_contacts p:nth-of-type(3):before, .footer__map_contacts p:nth-of-type(3):focus {
    background: url(../images/placeholder-filled-point.svg) left top no-repeat;
    background-size: cover
}

.footer__map_contacts p:nth-of-type(3):focus, .footer__map_contacts p:nth-of-type(3):hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline
}

.footer__map_contacts p:nth-of-type(4) {
    color: #7b818a
}

.footer__map_contacts p:nth-of-type(4):before, .footer__map_contacts p:nth-of-type(4):focus {
    background: url(../../../themes/window/img/time.svg) left top no-repeat;
    background-size: cover
}

.footer__nav {
    padding-top: 66px;
    min-height: 240px;
    background: #3f3d3d;
    padding-left: 20px
}

.footer__nav_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__nav .work-schedule {
    font-size: 10px;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    color: #a0a4af;
    line-height: 20px;
    padding-top: 40px;
    margin-left: 120px
}

.footer__nav .work-schedule p {
    color: #a0a4af;
    font-size: 12px
}

.footer__nav .button_footer {
    margin-right: 20px
}

.footer__nav .social {
    margin-left: 10px
}

.footer__nav .social img {
    display: inline-block;
    margin-top: 30px;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.footer__nav .social img:hover {
    -webkit-filter: drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 1px #fff)
}

.footer__nav .button_footer {
    margin-left: 100px
}

.footer__nav .nav_footer {
    max-width: 380px
}

.footer__nav .copy {
    text-align: center;
    display: block;
    position: relative;
    color: #333;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 14px;
    padding: 10px 0
}
#overlay {
    position:fixed;
    background-color: #000000;
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 1000;
    transition: all 0.3s ease 0s;
    cursor:pointer;
    display:none;
}
#modal-form, #question, #cost, #thanks {
    margin-top: -250px;
    margin-left: -200px;
    display: none;
    padding: 10px;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1100;
}
.modal {
    padding: 10px 10px 30px;
    width: 400px;
    background: #fff;
    margin: 0 auto;
    border: 5px solid #63b149;
}

.modal-thanks h2 {
    font-size: 30px;
    margin-bottom: 15px
}

.modal a:hover {
    color: red
}

.modal h5 {
    font-size: 28px;
    line-height: 20px;
    color: #2c3544;
    padding-bottom: 30px
}

.modal h5 strong {
    font-size: 16px;
    color: #7b818a
}

.modal .main-form__form_main, .modal_checkbox {
    margin: 20px 0;
    position: relative;
    display: block
}

.modal .main-form__form_flex {
    padding: 0
}

.modal .main-form__form_wrapper {
    margin-bottom: 0
}

.modal .main-form__form_checkbox strong:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #03a6f1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal .main-form__form_droplist {
    margin-top: 20px;
    margin-bottom: 35px;
    max-height: 270px;
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 100;
    font-size: 16px;
    background: url(../../../themes/window/img/cleaning-litle.svg) no-repeat
}

.modal input {
    margin: 20px 0
}

.modal select {
    border-bottom: 1px solid #caccd0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    width: 270px;
    padding: 8px 0 8px 23px;
    color: #2c3544
}

.modal .close {
    display: block;
    text-align: right;
    font-size: 24px;
    padding-right: 20px
}

.modal .button {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 12px 20px
}

.modal_checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    color: #7b818a;
    line-height: 16px;
    padding-top: 10px;
    text-align: center;
    width: 280px;
    margin: 0 auto
}

.modal_checkbox input {
    margin: 0
}

.modal_checkbox label.error, span.wpcf7-not-valid-tip {
    background: #ed1c24;
    position: absolute;
    padding: 3px 15px;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.modal_checkbox label.error {
    left: 10px;
    top: -15px
}

.close-servises {
    font-size: 30px;
    color: red;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100
}

.modal h5, .modal-thanks h2, .modal-thanks p {
    text-align: center
}

span.wpcf7-not-valid-tip {
    top: -50px
}

span.wpcf7-not-valid-tip:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ed1c24;
    position: absolute;
    bottom: -5px;
    left: 20px;
    transform: rotate(45deg)
}

.wpcf7-textarea {
    font-size: 16px;
    width: 270px;
    font-family: "Gilroy-Regular", sans-serif;
    color: #000;
    border: 0;
    border-bottom: 1px solid #03a6f1
}

.wpcf7-textarea:placeholder {
    font-size: 16px;
    color: #000
}

.o-nas {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px
}

.o-nas .info p {
    max-width: 900px;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #7b818a;
    margin-bottom: 10px
}

.o-nas__advantages_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.o-nas__advantages_elem {
    padding: 22px 20px;
    width: 300px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    position: relative
}

.o-nas__advantages_elem:focus, .o-nas__advantages_elem:hover {
    border-radius: 8px;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-image: -webkit-linear-gradient(324deg, #97ce32 0%, #62b04a 100%);
    background-image: -o-linear-gradient(324deg, #97ce32 0%, #62b04a 100%);
    background-image: linear-gradient(126deg, #97ce32 0%, #62b04a 100%);
    -webkit-box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15);
    box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .15)
}

.o-nas__advantages_elem:focus h5, .o-nas__advantages_elem:focus p, .o-nas__advantages_elem:hover h5, .o-nas__advantages_elem:hover p {
    color: #fff
}

.o-nas__advantages_elem h5 {
    padding-top: 60px;
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #212121;
    margin-bottom: 10px
}

.o-nas__advantages_elem p {
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666
}

.o-nas__advantages_elem:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute
}

.o-nas__advantages_elem:nth-child(1):before {
    content: url(../../../themes/window/img/premium-green.svg)
}

.o-nas__advantages_elem:nth-child(1):hover:before {
    content: url(../../../themes/window/img/premium-white.svg)
}

.o-nas__advantages_elem:nth-child(2):before {
    content: url(../../../themes/window/img/guarantee-green.svg)
}

.o-nas__advantages_elem:nth-child(2):hover:before {
    content: url(../../../themes/window/img/guarantee-white.svg)
}

.o-nas__advantages_elem:nth-child(3):before {
    content: url(../../../themes/window/img/money-green.svg)
}

.o-nas__advantages_elem:nth-child(3):hover:before {
    content: url(../../../themes/window/img/money-white.svg)
}

.blog {
    padding-top: 30px;
    padding-bottom: 115px;
    position: relative
}

.blog .container {
    padding: 0 15px
}

.blog .navigation {
    text-align: center
}

.blog .navigation .page-numbers {
    color: #a0a4af
}

.blog .navigation .prev {
    padding-right: 20px;
    color: #63b14a;
    position: relative
}

.blog .navigation .prev:hover:after {
    -webkit-transform: translateX(-2px) rotate(180deg);
    -ms-transform: translateX(-2px) rotate(180deg);
    transform: translateX(-2px) rotate(180deg)
}

.blog .navigation .next:after, .blog .navigation .prev:after {
    content: url(../../../themes/window/img/news-right-arrow.svg);
    width: 14px;
    top: 0;
    position: absolute
}

.blog .navigation .prev:after {
    left: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog .navigation .next, .blog .navigation .next:hover:after, .blog .navigation .prev, .blog .navigation .prev:hover:after {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.blog .navigation .next {
    color: #63b14a;
    padding-left: 20px;
    position: relative
}

.blog .navigation .next:hover:after {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.blog .navigation .next:after {
    right: -20px
}

.blog .navigation .current {
    color: #63b14a
}

.blog__article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 100%;
    -webkit-box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .1);
    box-shadow: 5px 8.66px 30px 0 rgba(116, 186, 66, .1)
}

.blog__article:last-child {
    margin-bottom: 90px
}

.blog__article:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.blog__article:nth-child(even) .blog__article_block:nth-child(2) {
    padding-right: 15px;
    padding-left: 0
}

.blog__article:nth-child(even) .blog__article_block:nth-child(1) {
    padding-left: 15px;
    padding-right: 0
}

.blog__article:nth-child(even) .blog__article_content {
    padding: 30px 15px 20px 30px
}

.blog__article_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog__article_block {
    width: 50%;
    padding-right: 15px
}

.blog__article_block a img {
    max-width: 570px;
    max-height: 335px
}

.blog__article_block:nth-child(2) {
    padding-right: 0;
    padding-left: 15px
}

.blog__article_content {
    padding: 30px 25px 20px 0
}

.blog__article_content a {
    color: #212121
}

.blog__article_content h3 {
    font-size: 38px;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1
}

.blog__article_content p {
    font-size: 14px;
    color: #7b818a;
    margin-bottom: 20px;
    line-height: 1.5;
    max-height: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block
}

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

.blog__article_content p, .blog__article_info p strong, .blog__article_info time {
    font-family: "Gilroy-Regular", sans-serif;
    font-weight: 400
}

.blog__article_info time {
    display: inline-block;
    font-size: 12px;
    color: #666
}

.blog__article_info p {
    margin-bottom: 0;
    color: #4c4c4c;
    font-size: 14px
}

.blog__article_info p strong {
    font-size: 14px;
    color: #63b14a
}

.blog__article_info a {
    display: inline-block;
    color: #63b14a;
    padding-right: 20px;
    position: relative
}

.blog__article_info a:hover {
    text-decoration: underline;
    -webkit-transition: all .3;
    -o-transition: all .3;
    transition: all .3
}

.blog__article_info a:hover:after {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.blog__article_info a:after {
    content: url(../../../themes/window/img/news-right-arrow.svg);
    width: 14px;
    right: 0;
    top: 0;
    position: absolute
}

.blog .search-form {
    text-align: right
}

.blog .search-form input.search-submit {
    display: none
}

.blog .search-form input.search-field {
    background: url(../../../themes/window/img/magnifying-glass.svg) no-repeat;
    background-size: auto;
    right: 0;
    border: 1px solid #f3f7f8;
    padding: 10px 5px 10px 40px;
    border-radius: 5px
}

.blog .search-form input.search-field::-webkit-input-placeholder {
    font-size: 14px;
    color: #a0a4af
}

.blog .search-form input.search-field:-ms-input-placeholder, .blog .search-form input.search-field::-ms-input-placeholder {
    font-size: 14px;
    color: #a0a4af
}

.blog .search-form input.search-field::placeholder {
    font-size: 14px;
    color: #a0a4af
}

.article-blog__wrapper {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1
}

.article-blog__wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    z-index: -1
}

.article-blog__wrapper h2 {
    padding: 50px 15px;
    text-transform: uppercase;
    color: #fff
}

.article-blog__content {
    position: relative;
    padding: 40px
}

.article-blog__content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-column-reverse, .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-column-reverse, .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-column-reverse, .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media only screen and (min-width: 1200px) {
    .blog .container {
        max-width: 1200px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-column-reverse, .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@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;
        -webkit-box-sizing: border-box;
        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 only screen and (max-width: 1200px) {
    .first-screen h1, .first-screen h3 {
        padding-left: 0
    }

    .main-form__form_name {
        margin: 0 30px 0 0
    }

    .main-form__form label.error {
        -webkit-transform: translateX(325px);
        -ms-transform: translateX(325px);
        transform: translateX(325px)
    }

    .modal-servises .services__block, .second-screen .services__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .modal-servises .services__block_left, .second-screen .services__block_left {
        margin-left: 10px
    }

    .modal-servises .services__block_right, .second-screen .services__block_right {
        margin-right: 10px
    }

    .my-slider__section li img {
        width: 370px;
        margin-left: 30px
    }

    .my-slider__section .slick-current li img {
        width: 430px;
        margin-left: 0
    }

    .footer__contacts {
        right: 100px
    }

    .footer__nav_wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__nav .work-schedule {
        display: none
    }

    .blog__article_block a img {
        width: 100%
    }
}

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

    .info p {
        max-width: none
    }

    .first-screen__nav {
        display: none
    }

    .news__content:last-child {
        margin-bottom: 30px
    }

    .news__events {
        width: 100%
    }

    .modal-servises, .second-screen {
        margin-right: 0;
        margin-left: 0
    }

    .modal-servises .services, .second-screen .services {
        margin-right: 0;
        background: #f9faf9
    }

    .modal-servises .services__block_bg, .modal-servises .services__elem br, .second-screen .services__block_bg, .second-screen .services__elem br {
        display: none
    }

    .modal-servises .services__elem, .second-screen .services__elem {
        width: 240px
    }

    .modal-servises .services-text, .second-screen .services-text {
        margin-left: 0;
        padding-top: 40px;
        padding-bottom: 0
    }

    .our-services__tile .tile__block_long, .our-services__tile .tile__block_short {
        height: auto
    }
}

@media only screen and (max-width: 998px) {
    .info-line__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .info-line__address, .info-line__tel, .info-line__work-schedule {
        display: none
    }

    .footer__nav .button_footer {
        margin: 5px 20px 10px 0
    }
}

@media only screen and (max-width: 600px) {
    .first-screen__elem .slick-next, .first-screen__elem .slick-prev {
        top: 95%;
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    .first-screen__elem .slick-prev {
        left: 35%
    }

    .first-screen__elem .slick-next {
        right: 35%
    }

    .news__content_title h4 a {
        text-align: center;
        display: block;
        padding-left: 0
    }

    .news__content_title strong {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .our-services {
        padding: 40px 0
    }

    .about-us__info {
        padding: 0
    }

    .about-us__info p {
        font-size: 16px
    }
}

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

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

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }

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

@media only screen and (max-width: 991px) {
    .main-form {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .main-form__form {
        margin-right: 0;
        margin-top: 40px
    }

    .about-us__logo-block {
        display: none
    }

    .my-slider__block .slick-prev {
        left: 40%;
        -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        transform: translateX(-60%)
    }

    .my-slider__block .slick-next {
        left: 60%;
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

@media only screen and (max-width: 992px) {
    .info__title {
        display: block;
        text-align: center
    }

    .info h2:before, .news .title h2:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .info h2, .main-form h2, .modal-servises .services-text h2, .news .title h2, .second-screen .services-text h2 {
        text-align: center;
        font-size: 30px
    }

    .info p, .reviews__block .info h2 {
        margin-bottom: 30px
    }

    .nav_footer ul {
        margin-left: 30px
    }

    .first-screen {
        padding-top: 40px;
        padding-bottom: 30px;
        min-height: auto
    }

    .first-screen__buttons {
        margin-bottom: 0
    }

    .first-screen__uslugi {
        padding: 0
    }

    .first-screen__uslugi_wrapper {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .link-gb {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .main-form {
        display: block;
        text-align: center
    }

    .main-form h2 {
        padding-top: 0
    }

    .main-form p {
        text-align: center;
        font-size: 20px
    }

    .main-form p:before {
        bottom: 0;
        left: 50%
    }

    .main-form__form label.error {
        top: 60px;
        -webkit-transform: translateX(355px);
        -ms-transform: translateX(355px);
        transform: translateX(355px)
    }

    .news {
        padding: 40px 0
    }

    .news .title {
        display: block;
        margin: 0 auto 60px
    }

    .modal-servises, .second-screen {
        padding-top: 0;
        padding-bottom: 40px;
        display: block
    }

    .modal-servises .services__block, .news .title, .second-screen .services__block {
        text-align: center
    }

    .modal-servises .services__block_left, .second-screen .services__block_left {
        margin-left: 60px
    }

    .advantages__services_elem:before, .main-form p:before, .modal-servises .services__block_left .services__elem:before, .modal-servises .services__block_right .services__elem:before, .o-nas__advantages_elem:before, .second-screen .services__block_left .services__elem:before, .second-screen .services__block_right .services__elem:before {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .modal-servises .services__block_right, .second-screen .services__block_right {
        margin-right: 60px
    }

    .blog__article_block a, .modal-servises .services-text__title, .second-screen .services-text__title {
        display: block;
        text-align: center
    }

    .about-us, .advantages, .our-services {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about-us {
        min-height: auto
    }

    .about-us__info {
        padding-top: 0;
        padding-left: 0
    }

    .slider-screen__info {
        padding-top: 30px;
        margin-bottom: 56px
    }

    .my-slider__section {
        height: auto
    }

    .my-slider__section .slick-current li img, .my-slider__section li img {
        width: 510px;
        margin: 0 auto
    }

    .my-slider__block .slick-next, .my-slider__block .slick-prev {
        top: -40px
    }

    .clients {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer__contacts h6, .reviews__block {
        text-align: center
    }

    .reviews__clients {
        margin-bottom: 30px
    }

    .footer__contacts {
        top: 110px
    }

    .footer__map #map {
        width: 100%
    }

    .footer__map_contacts {
        width: 100%;
        max-width: none
    }

    .footer__nav {
        padding-top: 80px
    }

    .footer__nav .social {
        display: none
    }

    .o-nas .info p {
        margin-bottom: 50px
    }

    .o-nas__advantages_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .o-nas__advantages_elem:before {
        left: 50%
    }

    .blog__article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .blog__article:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__article_block {
        width: 100%
    }

    .blog__article_block .blog__article_content a {
        text-align: left
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media only screen and (max-width: 770px) {
    .our-services__tile .tile__block_two {
        margin-right: 0
    }

    .our-services__tile .tile__block_three {
        margin-left: 0
    }

    .our-services__tile .tile__block_four {
        margin-right: 0
    }

    .our-services__tile .tile__block_five {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .button_long {
        width: 240px;
        display: block;
        margin: 0 auto
    }

    .nav_footer ul {
        height: auto;
        display: block;
        margin-left: 0
    }

    .nav_footer ul li {
        margin: 0;
        text-align: center
    }

    .nav_footer ul li a {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        color: #a0aed0;
        padding: 5px
    }

    .nav_footer ul li a:focus, .nav_footer ul li a:hover {
        color: red
    }

    .nav_footer ul li:first-child {
        border-top: 1px solid rgba(160, 174, 208, .2);
        padding-top: 10px
    }

    .nav_footer ul li:last-child {
        border-bottom: 1px solid rgba(160, 174, 208, .2);
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .first-screen h1 {
        font-size: 30px
    }

    .first-screen h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 50px
    }

    .first-screen__buttons a {
        padding: 14px 60px
    }

    .about-us__uslugi__info h4 {
        font-size: 18px
    }

    .my-slider__section li {
        height: auto
    }

    .my-slider__section .slick-current li img, .my-slider__section li img {
        width: 100%;
        height: auto
    }

    .reviews {
        padding: 40px 0
    }

    .reviews__client-slide h4 {
        display: block;
        margin-right: 0;
        margin-bottom: 5px
    }

    .reviews__client-slide strong {
        display: block;
        margin-bottom: 10px
    }

    .footer__contacts {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%
    }

    .footer__nav {
        padding-top: 20px;
        padding-left: 0
    }

    .footer__nav_wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav .button_footer {
        margin: 0 0 30px
    }

    .footer__nav .nav_footer {
        width: auto
    }

    .footer__nav .nav_footer li {
        padding-right: 0
    }

    .footer__nav .copy {
        display: none
    }

    .o-nas {
        padding: 40px 0
    }

    .o-nas .info h2, .o-nas .info p {
        margin-bottom: 30px
    }

    .o-nas .info p {
        font-size: 14px
    }

    .o-nas__advantages_elem {
        margin-bottom: 15px
    }

    .blog__article_content h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .blog__article_info a {
        font-size: 12px
    }

    .article-blog__content {
        padding: 30px 20px
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .first-screen__buttons, .main-form__form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .first-screen__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-form__form {
        padding: 20px 35px
    }

    .main-form__form .button {
        padding: 12px 20px;
        margin: 0 auto
    }

    .main-form__form_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 15px
    }

    .main-form__form_name {
        width: 230px
    }

    .main-form__form_email {
        margin: 15px auto;
        width: 230px
    }

    .main-form__form_name {
        margin: 10px auto
    }

    .main-form__form_email {
        padding-left: 28px
    }

    .main-form__form_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-form__form_label {
        margin: 0 auto 20px;
        text-align: left
    }

    .main-form__form label.error {
        -webkit-transform: translateX(150px) translateY(56px);
        -ms-transform: translateX(150px) translateY(56px);
        transform: translateX(150px) translateY(56px)
    }

    .main-form__form label.error:nth-child(2) {
        -webkit-transform: translateX(150px) translateY(-5px);
        -ms-transform: translateX(150px) translateY(-5px);
        transform: translateX(150px) translateY(-5px)
    }

    .news__button {
        margin-left: 30px
    }

    .modal-servises .services__block_left, .second-screen .services__block_left {
        margin-left: 10px;
        margin-right: 0
    }

    .modal-servises .services__block_right, .second-screen .services__block_right {
        margin-right: 0;
        margin-left: 0
    }

    .slider-screen {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 0
    }

    .slider-screen__info {
        padding-top: 0
    }

    .my-slider__block .slick-prev {
        left: 45%;
        -webkit-transform: translateX(-55%);
        -ms-transform: translateX(-55%);
        transform: translateX(-55%)
    }

    .my-slider__block .slick-next {
        left: 55%;
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%)
    }

    .modal select {
        width: 230px
    }
}

@media only screen and (max-width: 610px) {
    header, header.active {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s
    }

    header {
        -webkit-transform: translate(102vw, -102vw);
        -ms-transform: translate(102vw, -102vw);
        transform: translate(102vw, -102vw)
    }

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

    .nav ul {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }

    .nav ul li a {
        display: block;
        text-align: center;
        width: 100vw;
        margin: 2% auto;
        color: #2c3544
    }

    .nav ul li a:before {
        width: 0;
    }

    .nav_footer ul {
        display: block;
        margin-left: 0
    }

    .nav_footer ul li {
        margin: 0;
        text-align: center
    }

    .nav_footer ul li a {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        color: #a0aed0;
        padding: 5px
    }

    .nav_footer ul li a:focus, .nav_footer ul li a:hover {
        color: red
    }

    .nav_footer ul li:first-child {
        border-top: 1px solid rgba(160, 174, 208, .2);
        padding-top: 10px
    }

    .nav_footer ul li:last-child {
        border-bottom: 1px solid rgba(160, 174, 208, .2);
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .menu__btn {
        display: block
    }

    .menu__btn.active {
        background-color: #f3f7f8
    }

    .menu__btn.active .bar {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        background-color: transparent
    }

    .menu__btn.active .bar:after, .menu__btn.active .bar:before {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }

    .menu__btn.active .bar:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .info-line {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .info-line .button {
        display: none
    }
}

@media only screen and (max-width: 576px) {
    .our-services__tile .tile__block_two {
        margin-right: auto
    }

    .our-services__tile .tile__block_three {
        margin-left: auto
    }

    .our-services__tile .tile__block_four {
        margin-right: auto
    }

    .our-services__tile .tile__block_five {
        margin-left: auto
    }

    .blog__article:nth-child(even) .blog__article_block:nth-child(1), .blog__article:nth-child(even) .blog__article_block:nth-child(2), .blog__article_block:nth-child(2) {
        padding: 0 5px
    }

    .blog__article:nth-child(even) .blog__article_content {
        padding: 15px 5px
    }

    .blog__article_content {
        padding: 0
    }

    .blog__article_info time {
        padding-right: 5px
    }

    .blog__article_info p {
        font-size: 12px;
        line-height: 1
    }

    .article-blog__content {
        padding: 20px 0
    }
}

@media only screen and (max-width: 575px) {
    .main-form h2, .main-form p {
        margin-left: 0
    }

    .modal-servises .services-text, .second-screen .services-text {
        padding: 30px 0 0
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media only screen and (max-width: 567px) {
    .modal-servises .services__block, .second-screen .services__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-servises .services__block_left, .modal-servises .services__block_right, .second-screen .services__block_left, .second-screen .services__block_right {
        width: 100%;
        margin: 30px 0
    }

    .modal-servises .services__elem, .second-screen .services__elem {
        margin: 0 auto
    }

    .my-slider__block .slick-prev {
        left: 42%
    }

    .my-slider__block .slick-next {
        left: 56%
    }

    .blog__article_block {
        padding: 0
    }
}

@media only screen and (max-width: 545px) {
    .modal-servises .services__block_left, .modal-servises .services__block_right, .second-screen .services__block_left, .second-screen .services__block_right {
        margin: 0
    }
}

@media only screen and (max-width: 530px) {
    .first-screen h3 {
        font-size: 18px
    }
}

@media only screen and (max-width: 500px) {
    .main-form__form label.error {
        left: 22%;
        -webkit-transform: translateX(0) translateY(56px);
        -ms-transform: translateX(0) translateY(56px);
        transform: translateX(0) translateY(56px)
    }

    .main-form__form label.error:nth-child(2) {
        -webkit-transform: translateX(0) translateY(-5px);
        -ms-transform: translateX(0) translateY(-5px);
        transform: translateX(0) translateY(-5px)
    }

    .main-form__form label#agree-error {
        left: 0
    }
}

@media only screen and (max-width: 480px) {
    .first-screen h3 {
        font-size: 16px
    }
}

@media only screen and (max-width: 475px) {
    .our-services__tile .tile__block .btn {
        right: 60px;
        left: 60px;
    }
    #modal-form, #question, #cost, #thanks {
        margin-left: -150px;
    }
    .modal {
        width: 300px;
    }
}

@media only screen and (max-width: 425px) {
    .info h2, .news .akciya .title h2 {
        font-size: 24px;
        text-align: center
    }

    .info p, .our-services__tile .tile__block {
        margin-bottom: 20px
    }

    .first-screen h1, .main-form h2, .modal-servises .services-text h2, .second-screen .services-text h2 {
        font-size: 24px
    }

    .first-screen h3 {
        font-size: 14px
    }

    .main-form {
        text-align: center
    }

    .main-form p {
        font-size: 16px
    }

    .main-form p:before {
        bottom: -14px
    }

    .footer__contacts h6 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 420px) {
    .modal {
        width: 300px
    }

    .modal .main-form__form_droplist {
        font-size: 14px
    }
}

.news h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.news p {
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7b818a
}

.news ul li {
    padding-left: 20px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #212121;
    position: relative;
    font-weight: 500
}

blockquote {
    margin: 0;
    color: #131314;
    padding: 30px 30px 30px 90px;
    position: relative;
    font-family: 'Lato', sans-serif
}

iframe#bx_form_iframe_7 {
    height: 300px !important
}

blockquote:after {
    content: "";
    width: 4px;
    background: #96ce32;
    position: absolute;
    left: 70px;
    top: 20px;
    bottom: 20px
}

blockquote p {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300
}

blockquote cite {
    font-style: normal;
    text-transform: uppercase
}

.o-nas .info ul li:before {
    content: '';
    position: absolute;
    background: #63b04a;
    width: 11px;
    height: 2px;
    top: 10px;
    left: 0
}

.o-nas .info ul li {
    padding-left: 20px;
    margin-bottom: 0;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    color: #7b818a;
    position: relative
}

.o-nas .info ul {
    margin-bottom: 0
}

a {
    color: #96ce32
}

.article-blog__content ul li:before {
    content: '';
    position: absolute;
    background: #63b04a;
    width: 11px;
    height: 2px;
    top: 10px;
    left: 0
}

.article-blog__content ul li {
    padding-left: 20px;
    margin-bottom: 0;
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 16px;
    color: #000;
    position: relative;
    padding-bottom: 10px
}

.article-blog__content ul {
    margin-bottom: 0
}

.article-blog__content h1 {
    padding-bottom: 10px
}

.article-blog__content h2 {
    padding-bottom: 10px
}

.article-blog__content h3 {
    padding-bottom: 10px
}

.modal-servises .services-text1, .second-screen .services-text1 {
    padding-top: 80px;
    text-align: center
}

@media only screen and (max-width: 575px) {
    .modal-servises .services-text1, .second-screen .services-text1 {
        padding: 30px 0 0;
        margin-left: 0
    }
}

.akciya h2:before {
    content: url(../images/sea-water.svg);
    width: 65px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 40%;
    border-radius: 15px;
    background-position: center;
    margin-left: auto;
    margin-right: auto
}

.prices__item {
    padding: 90px 0
}

.prices__item:nth-child(odd) {
    background-color: #f7f7f8
}

.prices__item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.prices__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #2c3544
}

.prices__content {
    font-weight: 600;
    color: #2c3544
}

.prices__content p {
    margin-bottom: 10px
}

.prices__list {
    margin-top: 30px;
    margin-bottom: 25px
}

.prices__list p {
    margin-bottom: 15px;
    font-weight: 400;
    color: #7b818a
}

.prices__list p b {
    font-weight: 600;
    color: #2c3544
}

.prices__list p span {
    color: #62b04a
}

.prices__list p br {
    display: none
}

.prices__img-container {
    position: relative;
    z-index: 1;
    text-align: center
}

.prices__img-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 460px;
    height: 460px;
    border: 1px solid #97ce32;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.prices__img-wrap {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border-radius: 60px;
    box-shadow: 0 0 60px rgba(44, 53, 68, .1);
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    overflow: hidden
}

.prices__img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    -ms-transform: translate(-50%, -50%) rotate(25deg);
    transform: translate(-50%, -50%) rotate(25deg);
    height: 560px;
    object-fit: cover;
    width: 560px
}

@media only screen and (max-width: 1200px) {
    .prices__img-container:before {
        width: 400px;
        height: 400px
    }

    .prices__img-wrap {
        width: 350px;
        height: 350px
    }
}

@media only screen and (max-width: 992px) {
    .prices__item {
        padding: 70px 0 40px
    }

    .prices__item:nth-child(odd) .row {
        flex-direction: column-reverse
    }

    .prices__item:nth-child(even) .row {
        flex-direction: column-reverse
    }

    .prices__img-container {
        margin-bottom: 70px
    }

    .prices__img-container:before {
        width: 280px;
        height: 280px
    }

    .prices__img-wrap {
        width: 250px;
        height: 250px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

    .prices__title {
        text-align: center
    }

    .prices__content {
        text-align: center
    }
}

@media only screen and (max-width: 576px) {
    .prices__img-container:before {
        width: 180px;
        height: 180px
    }

    .prices__img-wrap {
        width: 150px;
        height: 150px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .prices__img-wrap img {
        width: 250px;
        height: 250px
    }

    .prices__img-container {
        margin-bottom: 50px
    }

    .prices__title {
        font-size: 20px
    }

    .prices__list p br {
        display: block
    }
}

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
    background-color: #fff;
    background-image: url(../../../plugins/a3-lazy-load/assets/css/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

figure.wp-block-image img.lazy-hidden {
    min-width: 150px
}

.main-form__form_name1 {
    border: 2px solid #bde088;
    border-radius: 3px;
    width: 300px;
    text-align: center;
    font-weight: 500;
    background: 0 0
}

input.wpcf7-form-control.wpcf7-submit.button.button1 {
    width: 300px;
    height: 40px
}

.main-form__form_name1 {
    height: 40px;
    margin-bottom: 10px
}

.header_mob_phone {
    margin: 30px auto;
    font-size: 125%;
    font-weight: 700;
}

@media only screen and (min-width: 610px) {
    .header_mob_phone {
        display: none
    }
}

#wpgmza-maps-engine-dialog {
    text-align: left
}

#wpgmza-maps-engine-dialog h1 {
    text-align: center;
    margin-bottom: 1em
}

#wpgmza-maps-engine-dialog img {
    display: block;
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box
}

#wpgmza-maps-engine-dialog .wpgmza-inner {
    display: flex
}

#wpgmza-maps-engine-dialog .wpgmza-inner > div, #wpgmza-maps-engine-dialog .wpgmza-inner label {
    flex: 1;
    display: flex;
    flex-direction: column
}

#wpgmza-maps-engine-dialog .wpgmza-inner > div > div, #wpgmza-maps-engine-dialog .wpgmza-inner label > div {
    flex-grow: 1
}

#wpgmza-maps-engine-dialog ul {
    list-style: none
}

#wpgmza-maps-engine-dialog .wpgmza-pros > li:before {
    content: "\2714"
}

#wpgmza-maps-engine-dialog .wpgmza-cons > li:before {
    content: "\2718"
}

#wpgmza-maps-engine-dialog h2 > img {
    width: 100%;
    height: auto
}

#wpgmza-maps-engine-dialog footer {
    margin: auto;
    width: 20%
}

#wpgmza-maps-engine-dialog footer > img {
    width: 100%;
    height: auto
}

#wpgmza-maps-engine-dialog img.wpgmza-engine-logo {
    width: 75%;
    height: auto
}

#wpgmza-maps-engine-dialog input[type=radio] {
    display: none
}

#wpgmza-maps-engine-dialog input[type=radio] + label {
    -webkit-filter: grayscale(100%);
    transition: all .5s
}

#wpgmza-maps-engine-dialog input[type=radio] + label:hover, #wpgmza-maps-engine-dialog input[type=radio]:checked + label {
    -webkit-filter: grayscale(0%)
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio {
    position: relative;
    left: -1.3em
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-button {
    display: inline-block;
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    margin-right: .5em;
    position: top;
    top: -4px;
    border: 1px solid #ccc;
    border-radius: 100%
}

#wpgmza-maps-engine-dialog small {
    display: block;
    text-align: center
}

#wpgmza-maps-engine-dialog input[type=radio]:checked + label .wpgmza-mock-radio-button {
    border: 4px solid #fff;
    box-shadow: -1px -1px 0px #ccc, -1px 0px 0px #ccc, 1px -1px 0px #ccc, 1px 0px 0px #ccc, 1px -1px 0px #ccc, 0px -1px 0px #ccc, -1px -1px 0px #ccc, -1px 0px 0px #ccc;
    background: #0073aa
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio > * {
    display: inline-block;
    vertical-align: middle
}

#wpgmza-maps-engine-dialog .wpgmza-mock-radio-label {
    width: 50%;
    height: auto
}

#wpgmza-maps-engine-dialog ul {
    text-align: center
}

#wpgmza-maps-engine-dialog button {
    font-size: 1.25em
}

.wpgmza-centered {
    text-align: center
}

.wpgmza_map {
    border: 0
}

.wpgmza_hide_input {
    display: none !important
}

.wpgmza_theme_selection {
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 4px
}

.wpgmza-not-found-msg {
    display: none;
    margin-top: 20px;
    color: #777
}

.wpgmza-not-found-msg.is-active {
    display: block
}

.wpgmza-not-found-msg p {
    margin-bottom: 0
}

.wpgmza_map img:not(button img) {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important
}

.wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"], img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png'] {
    box-shadow: none !important
}

#wpgmza_map img {
    box-shadow: none !important
}

.wpgmza_table img {
    box-shadow: none !important
}

.gm-style div {
    margin-top: 0 !important
}

#wpgmaps_directions_edit {
    padding-top: 20px
}

.wpgmza_markerbox {
    margin: 0;
    padding: 0;
    color: #000 !important
}

.wpgmza_markerbox img {
    margin: 3px !important
}

.wpgmza_markerbox h1, .wpgmza_markerbox h2, .wpgmza_markerbox h3, .wpgmza_markerbox h4, .wpgmza_markerbox h5, .wpgmza_markerbox h6, .wpgmza_markerbox h7, .wpgmza_markerbox h8, .wpgmza_markerbox strong, .wpgmza_markerbox p, .wpgmza_markerbox br {
    margin: 2px;
    padding: 1px;
    color: #000 !important
}

.wpgmza_markerbox a {
    color: #1982d1 !important
}

.wpgmaps_mlist_table {
    width: 42px
}

.wpgmza_table .wpgmaps_mlist_marker {
    width: 32px;
    height: 32px;
    vertical-align: top;
    padding: 0 !important
}

.wpgmza_table .wpgmaps_mlist_info {
    vertical-align: top;
    text-align: left;
    padding: 0 !important
}

.wpgmza_table .wpgmaps_mlist_row {
    cursor: pointer
}

.wpgmza_table .wpgmaps_mlist_row:hover {
    background-color: #eee
}

.wpgmaps_directions_outer_div {
    padding-top: 30px;
    padding-bottom: 5px
}

.wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
    margin-bottom: 0 !important
}

.wpgmza_map h2 {
    clear: both
}

.wpgmaps_user_form {
    clear: both
}

.wpgmza_table {
    clear: both
}

.wpgmaps_mlist_row img {
    margin-bottom: 0 !important
}

.wpgmza_table td {
    vertical-align: top !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    border: 0 !important
}

.wpgmza_table tr {
    border: 0 !important
}

.wpgmza_table th {
    text-align: left !important;
    padding-bottom: 15px !important;
    border: 0 !important;
    min-width: 100px
}

.dataTables_filter input[type=text], .dataTables_filter select {
    display: inline !important
}

.dataTables_filter label {
    font-weight: 700
}

.adp-placemark img {
    width: 24px !important;
    max-width: none !important
}

.wpgmza_table .sorting {
    background-image: none !important
}

#wpgm_premium {
    display: block;
    overflow: auto;
    margin: 10px;
    margin-left: 0;
    clear: both;
    width: 90%
}

#wpgm_premium h2 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 200;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 2px
}

#wpgm_premium p {
    font-size: 16px;
    line-height: 28px
}

.wpgm_premium_row {
    margin-top: 20px;
    display: block;
    clear: both;
    width: 100%;
    overflow: auto
}

.wpgm_details p {
    padding-top: 0;
    margin-top: 2px;
    color: #666 !important
}

.wpgm_icon {
    display: block;
    float: left;
    width: 50px;
    height: 70px;
    background-image: url(../../../plugins/wp-google-maps/images/premium.png);
    background-repeat: no-repeat
}

.wpgm_details {
    display: block;
    float: left;
    width: 80%
}

.wpgm_notice_message {
    border-style: solid;
    border-width: 1px;
    margin: 5px 0 15px;
    padding: 0 .6em;
    background-color: #fffcf5;
    border-color: #ffba00
}

.wpgmza_sl_main_div {
    width: 100%
}

.wpgmza_sl_query_div {
    height: 30px;
    display: block
}

.wpgmza_sl_query_innerdiv1 {
    float: left;
    display: block;
    width: 150px;
    clear: left
}

.wpgmza_sl_query_innerdiv2 {
    display: block;
    float: left;
    width: 250px
}

.wpgmza_sl_radius_div {
    display: block;
    height: 30px;
    margin-top: 10px;
    clear: both
}

.wpgmza_sl_radius_innerdiv1 {
    float: left;
    display: block;
    width: 150px
}

.wpgmza_sl_radius_innerdiv2 {
    display: block;
    float: left;
    width: 250px
}

.wpgmza_sl_category_div {
    display: block;
    clear: both;
    height: auto;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.wpgmza_sl_category_innerdiv1 {
    float: left;
    display: block;
    width: 150px
}

.wpgmza_sl_category_innerdiv2 {
    float: left
}

.wpgmza_marker_approval_msg {
    font-weight: 700
}

.scrollFix {
    line-height: 1.35
}

.wpgmza_infowindow_description {
    white-space: normal
}

.wpgmza_infowindow_title {
    white-space: normal
}

.wpgmza_infowindow_address {
    white-space: normal
}

.wpgmza_infowindow_title {
    font-weight: 700
}

#wpgmza_marker_list tr {
    vertical-align: middle !important
}

#wpgmza_marker_list td {
    vertical-align: middle !important
}

#wpgmza_marker_list td img {
    vertical-align: middle !important
}

.wpgmza_marker_carousel {
    clear: both
}

.wpgmza-shadow {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(107, 107, 107, 1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(107, 107, 107, 1);
    box-shadow: 3px 3px 10px 0px rgba(107, 107, 107, 1)
}

.wpgmza_innermap_holder {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px
}

.wpgmza_small_img {
    max-width: 14px;
    max-height: 14px
}

ul.wpgmza_marker_list_class {
    list-style: none;
    margin-left: 5px;
    padding-left: 0
}

.wpgmza-basic-list-item {
    float: left;
    cursor: pointer
}

.wpgmaps_blist_row {
    clear: both;
    display: block;
    height: auto;
    overflow: hidden
}

.wpgmaps_blist_row:hover {
    background-color: #eee
}

.wpgmza_div_marker {
    width: 17px;
    height: 17px
}

.wpgmza_div_address {
    padding-left: 2px
}

.wpgmza_row {
    width: 100%;
    display: block;
    overflow: auto
}

.wpgmza_row_col {
    width: 90%;
    float: left;
    display: block;
    overflow: auto;
    margin: .25%;
    padding: .2%;
    min-height: 360px
}

.wpgmza_row_col h2 {
    font-weight: 900
}

.wpgmza_row_col ul li {
    margin: .3em 2.5em
}

.wpgmza_row_col ul {
    list-style-type: disc
}

@media only screen and (min-width: 480px) {
    .wpgmza_row_col {
        width: 31%;
        float: left;
        display: block;
        overflow: auto;
        margin: .25%;
        padding: .2%;
        min-height: 360px
    }
}

.wpgmza_theme_selection_activate {
    border-radius: px;
    padding-left: 0;
    padding-right: 0;
    border-left: 4px solid #0073aa
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .wpgmza_infowindow_description, .wpgmza_infowindow_address, .wpgmza_infowindow_title {
        width: 140px !important
    }
}

.wpgmza-badge {
    background-image: url(../../../plugins/wp-google-maps/images/WP-google-maps-logo-1-B-transparent.png);
    position: absolute;
    background: url(../../../plugins/wp-google-maps/images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
    -webkit-background-size: 202px 101px;
    background-size: 202px 101px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin: 5px 0 0;
    padding: 5px;
    height: 101px;
    display: inline-block;
    width: 202px;
    text-rendering: optimizeLegibility;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    top: 0;
    right: 0
}

.toplevel_page_wp-google-maps-menu .about-text {
    max-width: 600px
}

.wpgmza-clearfix {
    zoom: 1
}

.wpgmza-clearfix:before, .wpgmza-clearfix:after {
    content: '';
    display: table;
    table-layout: fixed
}

.wpgmza-clearfix:after {
    clear: both
}

.wpgmza_sl_main_div {
    overflow: hidden;
    position: relative;
    top: 10px
}

.wpgmza_sl_query_div, .wpgmza_sl_radius_div {
    height: auto;
    margin-bottom: 10px
}

.wpgmza_sl_radius_div {
    margin-bottom: 20px
}

.wpgmaps_fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999
}

.wpgmza-modern-store-locator {
    text-align: center;
    padding-top: 10px
}

.wpgmza-modern-store-locator > .wpgmza-inner {
    display: inline-block;
    background: #fff;
    padding: .5em !important;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px
}

.wpgmza-modern-store-locator input, .wpgmza-modern-store-locator select {
    height: 28px !important;
    vertical-align: top;
    padding: 0 6px !important;
    margin: 0 2px;
    color: #777
}

#addressInput {
    width: auto !important;
    display: inline
}

.wpgmza-form-field {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 25px
}

.wpgmza-form-field:last-of-type {
    margin-bottom: 18px
}

.wpgmza-form-field--no-pad {
    display: block;
    padding-top: 0
}

.wpgmza-form-field__label {
    display: block;
    color: #666;
    font-weight: 400
}

#wpgmza-map .wpgmza-form-field__label--float {
    width: 100%;
    position: absolute;
    top: 37px;
    background: #fff;
    transition: all ease .3s
}

.wpgmza-form-field__input:focus ~ label {
    top: 8px;
    color: #333;
    font-weight: 700
}

.wpgmza-modern-store-locator .wpgmza_sl_search_button {
    cursor: pointer;
    font-size: 15px;
    padding: 0 .3em;
    height: 100%;
    line-height: 28px;
    color: #b7b7b7
}

#wpgmza_map .wpgmza-inner .wpgmza-form-field__input, #wpgmza_map .wpgmza-form-field input[type=text], #wpgmza_map .wpgmza-form-field input[type=url], #wpgmza_map .wpgmza-form-field input[type=password], #wpgmza_map .wpgmza-form-field input[type=search], #wpgmza_map .wpgmza-form-field input[type=number], #wpgmza_map .wpgmza-form-field input[type=tel], #wpgmza_map .wpgmza-form-field input[type=email], #wpgmza_map .wpgmza-form-field textarea, #wpgmza_map .wpgmza-form-field select {
    padding: 10px;
    padding-left: 0;
    border: none;
    border-radius: 0;
    transition: all .3s;
    background: 0 0;
    box-shadow: none;
    font-family: Roboto, sans-serif
}

#wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus, #wpgmza_map .wpgmza-form-field input[type=text]:focus, #wpgmza_map .wpgmza-form-field input[type=url]:focus, #wpgmza_map .wpgmza-form-field input[type=password]:focus, #wpgmza_map .wpgmza-form-field input[type=search]:focus, #wpgmza_map .wpgmza-form-field input[type=number]:focus, #wpgmza_map .wpgmza-form-field input[type=tel]:focus, #wpgmza_map .wpgmza-form-field input[type=email]:focus, #wpgmza_map .wpgmza-form-field textarea:focus, #wpgmza_map .wpgmza-form-field select:focus {
    background: 0 0
}

.wpgmza_sl_main_div input[type=button], .wpgmaps_directions_outer_div input[type=button], .wpgmza-inner input[type=button] .wpgmza_sl_main_div input[type=button] {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em
}

.pac-container {
    border-radius: 2px;
    border-top: none;
    font-family: Roboto, sans-serif;
    box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
    -o-box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px
}

.pac-container .pac-item {
    border-top: none
}

.pac-container .pac-item .pac-item-query {
    color: #333
}

#wpgmza-google-api-error-dialog {
    width: 66vw
}

#wpgmza-google-api-error-list, #wpgmza-google-api-error-list * {
    text-align: left
}

#wpgmza-google-api-error-list {
    list-style: none
}

#wpgmza-google-api-error-list li {
    background: #f8f8ff;
    padding: .5em;
    margin: .5em
}

#wpgmza-google-api-error-list li:before {
    content: "\26D4";
    color: red
}

#wpgmza-google-api-error-dialog a {
    color: blue
}

#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons {
    float: right
}

#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a {
    color: #444;
    background: #f3f3f3;
    border: 1px #dadada solid;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 9pt;
    outline: none
}

#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover {
    border: 1px #c6c6c6 solid;
    box-shadow: 1px 1px 1px #eaeaea;
    color: #333;
    background: #f7f7f7
}

#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active {
    box-shadow: inset 1px 1px 1px #dfdfdf
}

#wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i {
    font-weight: 700;
    padding-right: .3em
}

#wpgmza-google-api-error-dialog .wpgmza-front-end-only {
    color: red;
    font-size: .8em
}

.wpgmza_map img {
    max-width: none
}

.wpgmza_widget {
    overflow: auto
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:hover, .remodal-close:focus {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

.pc-view {
    display: inline-block !important;
}
.mobile-view {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .pc-view {
        display: none !important;
    }
    .mobile-view {
        display: inline-block !important;
    }
}

#toWhatsApp {
    background: #96ce32;
    padding: 10px;
    border: 1px solid #27431e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    right: 30px;
    bottom: 30px;
    font-size: 26px;
    position: fixed;
    z-index: 999;
    cursor: pointer;
}
#toWhatsApp a {
    color: #ffffff;
}
#toWhatsApp:hover {
    background: #ffffff;
}
#toWhatsApp:hover a {
    color: #63B149;
}