
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
  
    bottom: 0px;
  
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  
  right: 0;
  
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps__thumb-x {
    background-color: #aaa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
  
    bottom: 2px;
  
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  
  right: 2px;
  
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

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

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    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: .9;
    -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-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -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;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    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--image {
    overflow: hidden;
    padding: 44px 0
}

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

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

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

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    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;
    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-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: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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)
}

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

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

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

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

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

.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    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;
    -webkit-border-radius: 3px;
    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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    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;
    -webkit-border-radius: 10px;
    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;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -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
}

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

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

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

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
font-display: swap;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.fix-scroll-vibrate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pos-v {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-h {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-c {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.depth-0 {
    z-index: -1;
}

.depth-1 {
    z-index: 100;
}

.depth-2 {
    z-index: 200;
}

.depth-3 {
    z-index: 300;
}

.depth-4 {
    z-index: 400;
}

.depth-5 {
    z-index: 500;
}

.depth-6 {
    z-index: 600;
}

.depth-7 {
    z-index: 700;
}

.depth-8 {
    z-index: 800;
}

.depth-9 {
    z-index: 900;
}

.depth-10 {
    z-index: 1000;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

html, body {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.container {
    display: block;
    width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

h1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 32px;
}

h2 {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 13px;
    letter-spacing: -0.2px;
}

h2:after {
    content: "";
    width: 3px;
    height: 85%;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#11541d), to(#63c76e));
    background: -webkit-linear-gradient(left, #11541d, #63c76e);
    background: -o-linear-gradient(left, #11541d, #63c76e);
    background: linear-gradient(90deg, #11541d, #63c76e);
    display: block;
}

p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
}

.price-label {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
}

.price-label__wrap {
    background-color: #fff573;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #000000;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 11px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, .2);
    box-shadow: 7px 7px 10px rgba(0, 0, 0, .2);
}

.price-label__wrap:after {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    display: block;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #407a46;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
}

.price-label em {
    font-size: 6px;
    display: block;
    line-height: 1;
    font-weight: 400;
}

.price-label span {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    padding-left: 18px;
    margin-top: -1px;
    white-space: nowrap;
}

.price-label span b {
    font-size: 19px;
    line-height: 0.9;
    font-weight: 900;
}

.price-label span i {
    font-size: 10px;
}

.btn {
    border: 1px solid #fff;
    -webkit-border-radius: 58px;
    border-radius: 58px;
    height: 58px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 408px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.btn:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn:not(.btn--yellow):hover {
    background-color: #fff;
}

.btn:not(.btn--yellow):hover span {
    color: #000;
}

.btn:not(.btn--yellow):hover i {
    color: #000;
}

.btn:not(.btn--yellow) i {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .45);
    border-color: transparent;
    color: #fff;
}

.btn--ico i {
    width: 39px;
    height: 39px;
    border: 1px solid #000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 22px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000;
}

.btn span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.btn--yellow {
    border-width: 2px;
    border-color: #c0b856;
    background-color: #fff573;
    -webkit-box-shadow: inset -2px -2px 6px 0px rgba(0, 0, 0, .4);
    box-shadow: inset -2px -2px 6px 0px rgba(0, 0, 0, .4);
}

.btn--yellow span {
    color: #000;
}

.contact {
    width: 330px;
    height: 37px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: transparent;
    padding-left: 29px;
    padding-right: 30px;
    position: relative;
}

.contact:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 94.9%;
    height: 100%;
    background-color: #34713c;
    background-color: rgba(52, 113, 60, .66);
    -webkit-transform: skew(-13deg, 0);
    -ms-transform: skew(-13deg, 0);
    transform: skew(-13deg, 0);
    z-index: 1;
}

.contact:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 94.9%;
    height: 29px;
    background-color: #63c76e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .6;
    -webkit-transform: skew(-13deg, 0);
    -ms-transform: skew(-13deg, 0);
    transform: skew(-13deg, 0);
    z-index: 2;
}

.contact__phone, .contact__mail {
    padding-left: 42px;
    position: relative;
    text-align: right;
    z-index: 3;
    padding-left: 27px;
}

.contact__phone i, .contact__mail i {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.contact__phone em, .contact__mail em {
    display: block;
    color: #fff;
    font-size: 8px;
    margin-bottom: 0;
    white-space: nowrap;
}

.contact__phone a, .contact__mail a {
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
}

.contact__phone a:hover, .contact__mail a:hover {
    text-decoration: underline;
}

.contact__phone {
    margin-left: 24px;
}

.contact__phone em {
    display: block;
    margin-bottom: 3px;
}

.contact__phone a {
    font-weight: normal;
}

.contact__phone a b {
    font-weight: bold;
}

.contact__phone i {
    font-size: 16px;
}

.logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo img {
    height: 45px;
    margin-right: 13px;
}

.logo p {
    font-size: 13px;
    padding-left: 20px;
    border-left: 1px solid #fff;
    color: #fff;
    padding-right: 15px;
}

@font-face {
	font-display: swap;
    font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Black.eot");
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-display: swap;
    font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.busines {
    margin-top: 74px;
}

.busines__wrap {
    position: relative;
    padding-bottom: 29px;
}

.busines__wrap h2 {
    margin-bottom: 31px;
    text-align: left;
}

.busines__wrap:after {
    content: "";
    width: 500px;
    height: 288px;
    position: absolute;
    bottom: 0px;
    left: 5px;
    background: url("../img/busines.png") center center no-repeat;
    display: block;
}

.busines div {
    text-align: right;
}

.busines ul {
    width: 67%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.busines ul li {
    width: 33.3333%;
    padding-left: 19px;
    position: relative;
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
}

.busines ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #11541d;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.busines span {
    display: inline-block;
    background-color: #11541d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 17px;
    width: 67%;
    margin-top: 17px;
    padding-right: 62px;
    padding-left: 232px;
    line-height: 22px;
    padding-top: 9px;
}

.busines p {
    width: 67%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding-right: 23px;
    padding-left: 140px;
    background-color: #f8f8f8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 34px;
    padding-top: 14px;
    line-height: 17px;
    padding-bottom: 14px;
}

.busines p b {
    font-size: 18px;
    font-weight: bold;
}

.cover {
    margin-top: 30px;
}

.cover__wrap {
    position: relative;
}

.cover__wrap h2 {
    margin-bottom: 40px;
}

.cover__img {
    position: absolute;
    margin-top: 35px;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cover__img > img {
    width: 680px;
}

.cover__img-popover {
    position: absolute;
    top: 38px;
    right: 399px;
}

.cover__img-popover:hover {
    z-index: 999;
}

.cover__img-popover-info {
    top: 209px;
    right: 136px;
}

.cover__img-popover img {
    width: 39px;
    height: 39px;
    cursor: pointer;
}

.cover__img-popover img:hover + p {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.cover__img-popover img:hover + p:after {
    top: -17px;
}

.cover__img-popover p {
    background-color: #ffffd5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 360px;
    -webkit-box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    font-size: 15px;
    position: absolute;
    top: 58px;
    right: -35px;
    line-height: 1.25;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cover__img-popover p:after {
    content: "";
    position: absolute;
    top: 0;
    right: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 17px 17.5px;
    border-color: transparent transparent #ffffd5 transparent;
    display: block;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.cover__img-popover p b {
    font-weight: bold;
}

.cover__grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cover__grid b {
    font-size: 15px;
    background: #f6f6f6;
    display: block;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.cover__grid span {
    line-height: 1.1;
}

.cover__grid span sub, .cover__grid span sup {
    font-size: 6px;
    position: relative;
    top: -5px;
}

.cover__grid em sub, .cover__grid em sup {
    font-size: 6px;
    position: relative;
    top: -5px;
}

.cover__grid img {
    width: 95px;
    height: 95px;
}

.cover__grid > div {
    width: 50%;
}

.order-1 b {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 13px;
    line-height: 1.1;
}

.order-1 b span {
    font-size: 11px;
    display: block;
}

.order-2 {
    text-align: right;
    position: relative;
}

.order-2 img {
    position: absolute;
    top: -32px;
    right: -2px;
}

.order-2 b {
    padding-right: 105px;
}

.order-2 span {
    padding-right: 105px;
    display: block;
    margin-top: 1px;
}

.order-2 em {
    padding-right: 11px;
    display: block;
    color: #696969;
    margin-top: 10px;
    line-height: 1.4;
}

.order-3 {
    margin-top: 52px;
}

.order-3 b {
    margin-top: 8px;
    padding-left: 14px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.order-3 img {
    position: relative;
    z-index: 11;
}

.order-3 span {
    width: 100%;
    display: block;
    margin-top: 6px;
    margin-bottom: 7px;
}

.order-3 em {
    width: 100%;
    display: block;
    line-height: 1.3;
    color: #696969;
    padding-right: 140px;
}

.order-4 {
    margin-top: 177px;
}

.order-4 b {
    text-align: right;
    padding-right: 38px;
}

.order-4 span {
    width: 100%;
    display: block;
    margin-top: 6px;
    padding-left: 155px;
}

.order-4 em {
    width: 100%;
    display: block;
    padding-left: 155px;
    line-height: 1.3;
    color: #696969;
}

.covprice {
    padding-top: 38px;
    padding-bottom: 36px;
    margin-top: 48px;
    background-color: #fafcfb;
}

.covprice__title {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.covprice__title h2 {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.covprice__header {
    width: 560px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f6f5;
    position: relative;
    padding-top: 57px;
    padding-bottom: 13px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.covprice__header b {
    font-weight: 900;
    background-color: #c4c4c4;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 19px;
    white-space: nowrap;
}

.covprice__header b:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 43px 9px;
    border-color: transparent transparent #f5f6f5 transparent;
}

.covprice__header b:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 9px 0 0;
    border-color: #f5f6f5 transparent transparent transparent;
}

.covprice__header span {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 10px;
}

.covprice__header span em {
    background-color: #fcf59a;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 15px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.covprice__header span em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #f5f6f5;
}

.covprice__header p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.covprice__setcolor {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #939494;
    position: relative;
    width: 344px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 33px;
    padding-right: 33px;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 16px;
    margin-top: -34px;
}

.covprice__setcolor > span {
    background-color: #fff;
    font-size: 18px;
    padding-left: 7px;
    padding-right: 21px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.covprice__setcolor-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.covprice__setcolor-item i {
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.covprice__setcolor-item span {
    display: block;
    color: #696969;
    text-align: center;
    margin-top: 9px;
}

.covprice__grid {
    height: 549px;
    position: relative;
    margin-top: -80px;
    margin-left: 25px;
}

.covprice__grid .price-label {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.covprice__grid .price-label span {
    padding-left: 6px;
}

.covprice__grid .cov {
    position: absolute;
}

.covprice__grid .cov img {
    width: 100%;
    max-width: 100%;
}

.covprice__grid .cov__info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 9px;
    right: 13px;
    color: #fff;
}

.covprice__grid .cov__info > span {
    text-align: right;
    font-size: 12px;
}

.covprice__grid .cov__info > b {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -3px;
}

.covprice__grid .cov-1 {
    width: 150px;
    height: 120px;
    top: 124px;
    left: 0px;
    z-index: 10;
}

.covprice__grid .cov-1 .cov__info {
    right: 8px;
}

.covprice__grid .cov-2 {
    width: 250px;
    height: 140px;
    z-index: 9;
    top: 104px;
    left: 162px;
}

.covprice__grid .cov-3 {
    width: 326px;
    height: 175px;
    z-index: 8;
    top: 78px;
    left: 427px;
    z-index: 8;
}

.covprice__grid .cov-4 {
    width: 402px;
    height: 244px;
    z-index: 7;
    top: 0;
    left: inherit;
    right: 70px;
}

.covprice__grid .cov-5 {
    width: 653px;
    height: 179px;
    z-index: 6;
    bottom: 20px;
    left: 52px;
    z-index: 6;
}

.covprice__grid .cov-6 {
    width: 100%;
    height: 254px;
    z-index: 5;
    top: 260px;
    left: 0px;
}

.covprice__grid .cov-7 {
    width: 488px;
    height: 244px;
    top: 0;
    left: 98px;
}

.covprice__grid .cov-8 {
    width: 397px;
    height: 186px;
    top: 81px;
    left: 6px;
}

.covprice__newsize {
    margin-top: 26px;
    position: relative;
}

.covprice__newsize .covprice__grid {
    margin-top: 21px;
    height: 267px;
}

.mailprice {
    width: 375px;
    height: 243px;
    position: absolute;
    top: 57px;
    right: 0px;
}

.mailprice i {
    width: 283px;
    height: 179px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #afc6b4;
    border-bottom: 0;
}

.mailprice i img {
    margin: 0 auto;
    display: block;
    margin-top: -32px;
}

.mailprice .btn {
    width: 100%;
    margin-top: 5px;
}

.footer {
    background-image: -webkit-linear-gradient(296deg, #032108, #63c76e);
    background-image: -o-linear-gradient(296deg, #032108, #63c76e);
    background-image: linear-gradient(154deg, #032108, #63c76e);
}

.footer__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    margin-left: -60px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.gallery {
    margin-top: 68px;
    padding-bottom: 53px;
}

.gallery h2 {
    margin-bottom: 56px;
}

.gallery img {
    max-width: 100%;
    width: 100%;
}

.gallery__grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.gallery__item {
    width: -webkit-calc(20% - 3px);
    width: calc(20% - 3px);
    height: 110px;
    margin-bottom: 6px;
    overflow: hidden;
}

.gallery__item img {
    max-width: 100%;
    width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .gallery__item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }
}

.header {
    min-height: 403px;
    color: #fff;
}

.header .menu {
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.header .menu__wrap {
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -60px;
}

.header .menu__wrap .logo p {
    width: 294px;
}

.header .menu__wrap .contact {
    margin-left: 69px;
}

.header__outer {
    min-height: inherit;
    height: 100%;
    position: relative;
    background: url("../img/bg.webp") center top no-repeat;
}

.header__wrap {
    position: relative;
}

.header__wrap:after {
    content: "";
    width: 316px;
    height: 416px;
    background: url(../img/hum.png) center center no-repeat;
    display: block;
    position: absolute;
    left: 400px;
    bottom: -129px;
    z-index: 10;
    -webkit-background-size: contain;
    background-size: contain;
}

.header__info {
    padding-top: 61px;
    padding-top: 108px;
    padding-bottom: 50px;
    width: 50%;
}

.header__info h1 {
    margin-top: 6px;
}

.header__info > em {
    font-size: 12px;
    letter-spacing: 0.3px;
}

.header__info p {
    margin-top: 5px;
    line-height: 15px;
    padding-left: 11px;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 12px;
}

.header__info p:after {
    content: "";
    width: 2px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__info ul {
    margin-top: 30px;
    margin-bottom: 39px;
}

.header__info ul li {
    padding-left: 59px;
    position: relative;
    margin-bottom: 31px;
}

.header__info ul li:last-child {
    margin-bottom: 0px;
}

.header__info ul li:nth-child(1) img {
    height: 17px;
    max-width: 40px;
}

.header__info ul li:nth-child(2) img {
    margin-left: 12px;
}

.header__info ul li img {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 3px;
    height: 26px;
    max-width: 40px;
}

.header__info ul li em {
    display: block;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin-bottom: -3px;
    line-height: 1;
}

.header__info ul li span {
    font-size: 11px;
    letter-spacing: 0.2px;
    font-weight: 300;
}

.header__replace {
    background-color: #f6f6f6;
    padding-left: 65px;
    position: relative;
    color: #696969;
    margin-top: 15px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 7px;
    width: 457px;
}

.header__replace img {
   /* position: absolute;
    top: 50%;
    left: 12px;*/
     -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
   
}
.header__replace img{
    transform:none;
}
.header__replace{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-line-pack: center;
    align-content: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding-left: 0;
}
.header__replace img{
    margin-right: 10px;
}
.header__replace b {
    display: block;
    font-weight: bold;
}

.header.headform .contact {
    position: absolute;
    top: 23px;
    left: 578px;
}

.header.headform .header__outer:after {
    left: 37.7%;
    bottom: -165px;
}

.header.headform .header__wrap {
    position: relative;
}

.header.headform .header__wrap:before {
    content: "";
    width: 599px;
    height: 475px;
    display: block;
    background: url(../img/headform-bg.png) center center no-repeat;
    position: absolute;
    top: 251px;
    left: 43.4%;
    -webkit-background-size: contain;
    background-size: contain;
}

.header.headform .header__info {
    padding-top: 56px;
    padding-bottom: 50px;
}

.header.headform h2 {
    font-size: 38px;
    padding: 0px;
    line-height: 46px;
}

.header.headform h2:after {
    display: none;
}

.header.headform ul {
    margin-top: 55px;
    margin-bottom: 56px;
}

.header.headform ul li {
    margin-bottom: 20px;
}

.header.headform form input {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    width: 406px;
    height: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    outline: none;
    margin-bottom: 28px;
}

.header.headform form input.error {
    border-color: red;
}

.header.headform form input:-ms-input-placeholder {
    color: #fff;
    font-weight: bold;
}

.header.headform form input::-webkit-input-placeholder {
    color: #fff;
    font-weight: bold;
}

.header.headform form input::-moz-placeholder {
    color: #fff;
    font-weight: bold;
}

.header.headform form input::-ms-input-placeholder {
    color: #fff;
    font-weight: bold;
}

.header.headform form input::placeholder {
    color: #fff;
    font-weight: bold;
}

.howorder {
    margin-top: 38px;
}

.howorder__wrap > a {
    color: #11541d;
    background: -webkit-linear-gradient(340deg, #11541d, #63c76e);
    background: -o-linear-gradient(340deg, #11541d, #63c76e);
    background: linear-gradient(110deg, #11541d, #63c76e);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 27px;
    -webkit-text-fill-color: transparent;
    margin-left: 30px;
}

.howorder__wrap > a b {
    font-weight: bold;
}

.howorder__wrap .btn-gradient {
    margin-left: 292px;
    margin-top: -8px;
}

.howorder__grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 57px;
}

.howorder__grid-item {
    width: 25%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.howorder__grid-item span {
    font-weight: bold;
    color: #11541d;
    background: -webkit-linear-gradient(340deg, #11541d, #63c76e 50%);
    background: -o-linear-gradient(340deg, #11541d, #63c76e 50%);
    background: linear-gradient(110deg, #11541d, #63c76e 50%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 57px;
    -webkit-text-fill-color: transparent;
    display: block;
    position: relative;
    top: 11px;
    padding-right: 7px;
}

.howorder__grid-item p {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    padding-left: 10px;
    font-size: 16px;
    padding-right: 10px;
}

.howorder__grid-item p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#11541d), to(#63c76e));
    background: -webkit-linear-gradient(left, #11541d, #63c76e);
    background: -o-linear-gradient(left, #11541d, #63c76e);
    background: linear-gradient(90deg, #11541d, #63c76e);
}

.howorder__grid-item p a {
    font-weight: bold;
    color: inherit;
    font-size: 18px;
}

.howorder__grid-item p a:hover {
    text-decoration: underline;
}

.howorder__grid-item p b {
    font-size: 18px;
    font-weight: bold;
}

.btn-gradient {
    background-image: -webkit-linear-gradient(296deg, #11541d, #63c76e);
    background-image: -o-linear-gradient(296deg, #11541d, #63c76e);
    background-image: linear-gradient(154deg, #11541d, #63c76e);
    -webkit-box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    width: 221px;
    height: 46px;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn-gradient:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gradient span {
    color: #fff;
}

.map {
    position: relative;
    height: 600px;
}

.map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.map .container {
    height: 100%;
}

.map__info {
    background: #ffffff;
    background: rgba(255, 255, 255, .93);
    width: 325px;
    border-top: 8px solid #11541d;
    top: 122px;
    position: relative;
}

.map__info ul {
    padding-top: 27px;
    padding-bottom: 21px;
}

.map__info ul li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 35px;
}

.map__info ul li:last-child {
    margin-bottom: 0px;
}

.map__info ul li b {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
}

.map__info ul li a, .map__info ul li em {
    font-size: 18px;
    display: block;
    color: inherit;
}

.map__info ul li i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #98b59e;
}

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

.popup {
    display: none;
    width: 323px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .21);
    padding: 0px;
}

.popup .fancybox-close-small path {
    fill: #fff;
}

.popup__header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 96px;
    background: #304935;
}

.popup__header img {
    height: 45px;
}

.popup__content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
}

.popup__content p {
    font-size: 22px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 40px;
}

.popup__content i {
    font-size: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #304935;
}

.popup__content input {
    width: 303px;
    height: 57px;
    -webkit-border-radius: 57px;
    border-radius: 57px;
    border: 2px solid #304935;
    color: #304935;
    outline: none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: bold;
}

.popup__content input.error {
    border-color: red;
}

.popup__content input:-ms-input-placeholder {
    color: #304935;
}

.popup__content input::-webkit-input-placeholder {
    color: #304935;
}

.popup__content input::-moz-placeholder {
    color: #304935;
}

.popup__content input::-ms-input-placeholder {
    color: #304935;
}

.popup__content input::placeholder {
    color: #304935;
}

.popup__content .btn {
    width: 303px;
    height: 57px;
}

.question {
    margin-top: 26px;
    margin-top: 40px;
    margin-top: 6px;
}

.question__wrap {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.question__wrap h3 {
    background: #e8e8e8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .05);
    box-shadow: 0px 9px 5.95px 1.05px rgba(0, 0, 0, .05);
    display: inline-block;
    padding-right: 28px;
    padding-left: 47px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    top: -16px;
    left: 75px;
    letter-spacing: -0.3px;
}

.question__wrap h3 img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.question__wrap h3 span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.question__header {
    background: #f1f1f1 url("../img/question-bg.png") left bottom no-repeat;
    background-position-x: 15px;
    padding-right: 248px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: -webkit-calc(100% + 12px);
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-top: -1px;
    padding-top: 46px;
    padding-left: 124px;
    padding-right: 316px;
    padding-bottom: 29px;
}

.question__header img {
    position: absolute;
    top: 15px;
    right: 11px;
}

.question__header p {
    text-align: center;
}

.question__content {
    padding-left: 15px;
    padding-top: 9px;
    padding-right: 242px;
}

.question__content p {
    line-height: 1.1;
    text-align: center;
}

.question__content p u {
    text-decoration: none;
    position: relative;
    display: inline;
}

.question__content p u:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    background-color: #bfbfbf;
    height: 1px;
    width: 100%;
}

.question__content span {
    background: #f1f1f1;
    width: 100%;
    display: block;
    margin-left: -15px;
    margin-bottom: 10px;
    margin-top: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
    text-align: center;
    font-size: 18px;
}

.eng {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 35px;
}

.eng__label {
    display: block;
    position: relative;
}

.eng__label img {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.eng__label span {
    background-color: #f6f6f6;
    display: block;
    font-size: 18px;
    padding-left: 38px;
    padding-right: 13px;
    padding-top: 9px;
    padding-bottom: 9px;
}

@media (max-width: 1180px) {
    .footer__wrap {
        width: 100%;
        margin-left: 0px;
    }

    .header .menu__wrap {
        width: 100%;
        margin-left: 0px;
    }

    .header .menu__wrap .contact {
        margin-left: 10px;
    }
}

@media (max-width: 1023px) {
    .container {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .btn {
        -webkit-border-radius: 36px;
        border-radius: 36px;
        height: 36px;
        width: 255px;
        padding-left: 4px;
        padding-right: 4px;
        margin: auto;
    }

    .btn--ico i {
        width: 24px;
        height: 24px;
        font-size: 15px;
    }

    .btn span {
        font-size: 12px;
    }

    .logo img {
        height: 29px;
    }

    .logo p {
        font-size: 8px;
        line-height: 1;
    }

    .busines {
        margin-top: 46px;
    }

    .busines__wrap {
        padding-bottom: 19px;
    }

    .busines__wrap h2 {
        margin-bottom: 15px;
    }

    .busines__wrap:after {
        width: 308px;
        height: 177px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .busines ul li {
        font-size: 11px;
        margin-bottom: 14px;
        letter-spacing: 1px;
        padding-left: 12px;
    }

    .busines ul li:after {
        width: 4px;
        height: 4px;
    }

    .busines span {
        font-size: 11px;
        padding-left: 70px;
        margin-top: 4px;
    }

    .busines p {
        font-size: 9px;
        padding-left: 30px;
        margin-top: 19px;
        padding-top: 9px;
        line-height: 12px;
        padding-bottom: 6px;
    }

    .busines p b {
        font-size: 14px;
        display: block;
    }

    .cover__grid span {
        font-size: 14px;
    }

    .cover__grid em {
        font-size: 14px;
    }

    .covprice {
        margin-top: -9px;
    }

    .covprice__header {
        width: 382px;
        padding-top: 31px;
        padding-bottom: 4px;
    }

    .covprice__header b {
        font-size: 11px;
        padding: 8px 19px;
    }

    .covprice__header span {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .covprice__header span em {
        font-size: 11px;
    }

    .covprice__header span em:after {
        border-width: 9px 0 9px 11px;
    }

    .covprice__header p {
        font-size: 14px;
        padding-left: 20px;
padding-right: 20px;
    }

    .covprice__setcolor {
        width: 215px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-top: -20px;
    }

    .covprice__setcolor > span {
        font-size: 14px;
        white-space: nowrap;
        padding-left: 14px;
        padding-right: 14px;
    }

    .covprice__setcolor-item i {
        width: 46px;
        height: 46px;
    }

    .covprice__setcolor-item i img {
        width: 100%;
    }

    .covprice__setcolor-item span {
        font-size: 14px;
        margin-top: 6px;
    }

    .covprice__grid {
        margin-left: 0px;
        margin-top: -50px;
        margin-left: 65px;
        height: 343px;
    }

    .covprice__grid .cov__info > span {
        font-size: 7px;
    }

    .covprice__grid .cov__info > b {
        font-size: 16px;
    }

    .covprice__grid .cov__info .price-label .price-label__wrap {
        padding-left: 11px;
    }

    .covprice__grid .cov-1 {
        width: 94px;
        height: 75px;
        top: 78px;
        left: 20px;
    }

    .covprice__grid .cov-2 {
        width: 156px;
        height: 88px;
        top: 65px;
        left: 101px;
    }

    .covprice__grid .cov-3 {
        width: 204px;
        height: 104px;
        top: 48px;
        left: 267px;
    }

    .covprice__grid .cov-4 {
        width: 251px;
        height: 153px;
    }

    .covprice__grid .cov-5 {
        width: 408px;
        height: 112px;
        top: 231px;
        left: 32px;
    }

    .covprice__grid .cov-6 {
        width: 613px;
        height: 160px;
        top: 163px;
    }

    .covprice__grid .cov-7 {
        width: 305px;
        height: 153px;
        left: 57px;
    }

    .covprice__grid .cov-8 {
        width: 248px;
        height: 116px;
        top: 51px;
        left: 0;
    }

    .covprice__newsize {
        margin-top: 16px;
    }

    .covprice__newsize .covprice__grid {
        margin-top: 13px;
        margin-left: 65px;
        height: 167px;
    }

    .mailprice {
        width: 234px;
        height: 151px;
        top: 36px;
        right: 70px;
    }

    .mailprice i {
        width: 270px;
        height: 142px;
    }

    .mailprice i img {
        width: 184px;
        margin-top: -20px;
    }

    .gallery {
        margin-top: 38px;
        padding-bottom: 33px;
    }

    .gallery h2 {
        margin-bottom: 32px;
    }

    .header .menu__wrap {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header .menu__wrap .logo p {
        width: 200px;
        font-size: 16px;
    }
.header__info p{
	font-size: 16px;
}
.header__info ul li span{
	font-size: 16px;
}
    .header__wrap:after {
        left: 250px;
        height: 359px;
        bottom: -73px;
    }

    .header.headform .contact {
        left: 430px;
    }

    .header.headform .header__wrap:before {
        width: 410px;
        height: 325px;
        top: 129px;
        left: 48%;
    }

    .header.headform .header__info {
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .header.headform .header__info ul {
        margin-top: 34px;
        margin-bottom: 33px;
    }

    .header.headform .header__info ul li {
        margin-bottom: 14px;
    }

    .header.headform h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .header.headform form input {
    width: 300px;
height: 56px;
font-size: 14px;
margin-bottom: 17px;
    }
    .btn.vopl{
width: 300px;
height: 56px;
font-size: 14px;
padding-left: 10px;
padding-right: 20px;

    }
    .btn.vopl span{
font-size: 14px;
    }

    .howorder {
        margin-top: 23px;
    }

    .howorder__wrap > a {
        font-size: 16px;
        margin-left: 27px;
        margin-top: 5px;
        display: inline-block;
    }

    .howorder__wrap .btn-gradient {
        margin-left: auto;
        margin-right: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-top: 10px;
        height: 65px;
        font-size: 12px;
        width: 284px;
    }
    .howorder__wrap .btn-gradient span{
        font-size: 24px;
    }
    .howorder__grid {
        margin-top: 36px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .howorder__grid-item span {
        font-size: 36px;
        padding-right: 4px;
        top: 6px;
        width: 28px;
    }

    .howorder__grid-item > div {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .howorder__grid-item p {
        font-size: 14px;
        padding-left: 7px;
        line-height: 11px;
    }

    .howorder__grid-item p:after {
        width: 2px;
    }

    .howorder__grid-item p a {
        font-size: 11px;
    }

    .howorder__grid-item p b {
        font-size: 11px;
    }

    .btn-gradient {
        height: 28px;
        font-size: 10px;
        width: 137px;
    }

    .map {
        height: 375px;
        height: initial;
    }
    .map iframe{
        position: relative;
        height: 400px;
    }

    .map__info {
        width: 100%;
        border-top: 5px solid #11541d;
        top: 0;
    }

    .map__info ul {
        padding-top: 15px;
    }

    .map__info ul li {
        padding-left: 37px;
        margin-bottom: 30px;
    }

    .map__info ul li b {
        font-size: 16px;
    }

    .map__info ul li a, .map__info ul li em {
        font-size: 16px;
    }

    .map__info ul li i {
        font-size: 18px;
        left: 10px;
    }

    .map__info ul li i.fa-mobile {
        font-size: 27px;
        margin-left: 3px;
    }

    .question__header {
        background: #f1f1f1 url(../img/question-bg.png) left bottom no-repeat;
        background-position-x: 9px;
        padding-right: 248px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: -webkit-calc(100% + 12px);
        width: calc(100% + 12px);
        margin-left: -6px;
        margin-top: -1px;
        padding-top: 43px;
        padding-left: 70px;
        padding-right: 165px;
        padding-bottom: 16px;
        -webkit-background-size: 49px 49px;
        background-size: 49px;
    }

    .question__header img {
        width: 138px;
    }

    .question__header p {
        font-size: 14px;
        line-height: 15px;
    }

    .question__content {
        padding-right: 0;
        padding-left: 0;
    }

    .question__content p {
        font-size: 12px;
        padding-right: 160px;
        padding-left: 10px;
    }

    .question__content p u {
        text-decoration: underline;
    }

    .question__content p u:after {
        display: none;
    }

    .question__content span {
        font-size: 12px;
        padding-right: 160px;
        padding-left: 10px;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .gallery__grid {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .gallery__item {
        width: 33.333%;
        margin: 0px;
    }

    .eng__label img {
       width: 24px;
height: 24px;
position: relative;
top: calc(50% - 12px);
transform: none;
    }

    .eng__label span {
        font-size: 11px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 8px;
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 560px;
    }

    .logo {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .logo p {
        padding-left: 0px;
        border: 0px;
        margin-top: 10px;
    }

    .busines ul {
        width: 85%;
    }

    .busines p {
        padding-left: 121px;
    }

    .covprice__title {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .covprice__title-h2 {
        width: 100%;
    }

    .covprice__header {
        width: 100%;
        margin-top: 20px;
    }

    .covprice__setcolor {
        margin-top: 20px;
    }

    .covprice__grid {
        margin-left: 0px;
        height: 312px;
    }

    .covprice__grid .cov-3 {
        left: 231px;
    }

    .covprice__grid .cov-4 {
        right: 0px;
    }

    .covprice__grid .cov-4 {
        top: -30px;
    }

    .covprice__grid .cov-5 {
        left: 10px;
        top: 200px;
    }

    .covprice__grid .cov-6 {
        width: 100%;
        width: calc(100% - 40px);
left: 20px;
    }

    .covprice__grid .cov-7 {
        left: 20px;
        width: 260px;
        height: 130px;
        left: calc(50% - 130px);
    }

    .covprice__grid .cov-8 {
        width: 200px;
        height: 94px;
        top: 66px;
        left: calc(50% - 100px);

    }

    .covprice__newsize .covprice__grid {
        margin-left: 0px;
    }

    .mailprice {
        right: 0px;
    }

    .header.headform .contact {
        left: 0px;
        top: 15px;
        left: calc( 50% - 170px);
    }
    .header__info ul li em{
        font-size: 16px;
    }

    .header.headform .header__wrap:before {
        display: none;
    }

    .header.headform .header__info {
        padding-top: 110px;
    }

    .howorder__wrap > a {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

    .howorder__grid {
        margin-top: 20px;
    }

    .howorder__grid-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .howorder__grid-item span {
        top: 1px;
    }
}

@media (max-width: 740px) {
    .header__wrap:after {
        left: 215px;
        bottom: -42px;
        width: 246px;
        height: 286px;
    }
}

@media (max-width: 560px) {
    h1 {
        font-size: 28px;
    }

    .logo {
        margin-bottom: 10px;
    }

    .logo img {
        margin-right: 0px;
    }

    .logo p {
        text-align: center;
        padding: 0;
    }
    .logo p.vnz{
        font-size: 16px;
    }

    .busines__wrap:after {
        display: none;
    }

    .busines ul {
        width: 100%;
    }

    .busines ul li {
        width: 50%;
        font-size: 14px;
    }

    .busines span {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 16px;
    }

    .busines p {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    .cover__wrap h2 {
        margin-bottom: 20px;
    }

    .cover__img {
        position: static;
        margin-top: 0px;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
    }

    .cover__img img {
        max-width: 100%;
    }

    .cover__img-popover {
        top: 10%;
        right: 50%;
    }

    .cover__img-popover-info {
        top: 40%;
        right: 25%;
    }

    .cover__img-popover p {
        width: 180px;
        font-size: 14px;
        padding: 10px;
    }

    .cover__grid > div {
        width: 100%;
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
    }

    .order-2 b {
        padding-left: 18px;
        margin-bottom: 10px;
    }

    .order-3 {
        position: relative;
        margin-top: 30px;
    }

    .order-3 img {
        position: absolute;
        top: -22px;
        left: 0px;
    }

    .order-3 b {
        padding-left: 105px;
    }

    .order-3 span, .order-3 em {
        padding-left: 105px;
        padding-right: 0;
    }

    .order-4 {
        margin-bottom: 0px !important;
    }

    .order-4 b {
        padding-left: 0;
        text-align: left;
        padding-left: 18px;
        margin-bottom: 10px;
    }

    .order-4 span, .order-4 em {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .covprice {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 25px;
    }

    .covprice__header {
        padding-top: 20px;
    }

    .covprice__header b {
        width: 100%;
        white-space: normal;
        text-align: center;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 10px;
        font-size: 16px;
    }

    .covprice__header b:after {
        display: none;
    }

    .covprice__header b:before {
        display: none;
    }

    .covprice__header span em {
        margin: 5px 0px;
        font-size: 14px;
        padding-bottom: 6px;
    }

    .covprice__setcolor {
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }

    .covprice__setcolor-item {
        min-width: 56px;
        text-align: center;
    }

    .covprice__setcolor-item i {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .covprice__grid {
        margin-top: 50px;
        height: 303px;
    }

    .covprice__grid .cov-2 {
        left: 50px;
    }

    .covprice__grid .cov-3 {
        width: 200px;
        left: 100px;
    }

    .covprice__grid .cov-4 {
        right: 100px;
    }

    .covprice__grid .cov-5 {
        width: 277px;
        height: 76px;
        top: 227px;
        left: calc(50% - 135px);
    }

    .covprice__newsize .covprice__grid {
        height: 160px;
    }

    .mailprice {
    position: static;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
padding: 0 20px;
width: 100%;
height: 210px;
    }
    .mailprice .btn{
        height: 70px;
    }
    .mailprice .btn span{
font-size: 16px;
    }

    .footer__wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gallery__item {
        width: 50%;
    }

    .header .menu {
        top: 10px;
    }

    .header .menu__wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .header__outer {
        background-position-x: 20%;
    }

    .header__info {
        width: 100%;
        padding-top: 210px;
        padding-bottom: 20px;
        text-align: center;
    }
    .header__info ul{
        
text-align: left;
width: max-content;
margin: auto;
margin-top: 30px;
margin-bottom: 39px;
    }

    .header__info p::after{
        display: none;
    }

    .header__replace {
        width: 100%;
    }

    .howorder__wrap > a {
        margin-top: -10px;
        font-size: 24px;
    }

    .question {
        margin-top: 20px;
    }

    .question__wrap {
        overflow: hidden;
    }

    .question__wrap h3 {
        position: relative;
        top: 0px;
        left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f1f1f1;
        padding-top: 20px;
    }

    .question__wrap h3 img {
        display: none;
    }

    .question__header {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding-top: 10px;
    }

    .question__header img {
        position: static;
        display: block;
        margin: 20px auto;
width: 100%;
margin-bottom: 60px;
    }

    .question__content p {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .question__content span {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .eng {
        margin-bottom: 15px;
    }
    .btn.vtp{
        width: 300px;
height: 66px;
    }
    .btn.vtp span{
        font-size: 15px;
        margin-left: 20px;
    }
    .btn.vtp i{
       margin-right: 20px;
    }
}

@media (max-width: 559px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .covprice__grid .cov-4 {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .contact {
        padding-left: 15px;
        padding-right: 20px;
        width: 290px;
        width: 340px;
height: 72px;
    }
    .contact:after{
        height: 63px;
    }

    .contact__phone, .contact__mail {
        padding-left: 20px;
    }

    .contact__phone {
        margin-left: 15px;
    }

    .header__wrap:after {
        display: none;
    }
    .contact__phone a, .contact__mail a{
        font-size: 15px;
    }
    .contact__phone em, .contact__mail em{
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .popup {
        width: 280px;
    }

    .popup__content p {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .popup__content input {
        width: 260px;
    }

    .popup__content .btn {
        width: 260px;
    }

    .eng__label {
       /*width: -webkit-calc(100% - 12px);
        width: calc(100% - 12px);*/
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-ms-flex-line-pack: center;
    align-content: center;
margin: 0 20px;
background: #f6f6f6;
padding: 0 30px;
    }
    .cover{
        padding: 0 20px;
    }

    .eng__label span {
        padding-left: 15px;
        padding-right: 5px;
        font-size: 14px;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .cover__img {
        margin-top: 30px;
    }

    .cover__img > img {
        width: 450px;
    }

    .cover__img-popover {
        top: 34px;
        right: 232px;
    }

    .cover__img-popover-info {
        top: 150px;
        right: 130px;
    }

    .cover__img-popover p {
        width: 190px;
        font-size: 14px;
        padding: 10px;
    }

    .order-2 span {
        padding-right: 80px;
    }

    .order-3 {
        margin-top: 25px;
    }

    .order-4 {
        margin-top: 130px;
    }

    .order-4 span {
        padding-left: 0;
    }

    .order-4 em {
        padding-left: 0;
    }

    .header__outer {
        background-position-x: 40%;
    }

    .header__info {
        width: 70%;
    }
}

@media (min-width: 993px) {
    .header__info p {
        padding-right: 80px;
    }
}

@media print {
    *,
  *:before,
  *:after {
        background: transparent !important;
        color: #000 !important;
    
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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