html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: .0625rem dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.125rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

:focus {
    outline: none !important
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

@media (max-width: 1399px) {
    html {
        font-size: 14px
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    html {
        font-size: 16px
    }
}

body {
    font-size: var(--font-size);
    font-family: var(--font-family);
    line-height: var(--line-height);
    min-width: var(--layout-min-width);
    color: var(--color-text);
    background-color: var(--body-bg)
}

body.overflow-hidden {
    overflow: hidden
}

@media (min-width: 992px) {
    body.overflow-hidden {
        margin-right: 1rem
    }
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

button, input, optgroup, select, textarea {
    font: inherit
}

button {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    border: none
}

textarea {
    resize: vertical
}

ol, ul {
    margin: 0;
    list-style: none
}

ol, td, th, ul {
    padding: 0
}

a {
    text-decoration: none;
    color: var(--color-dark)
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1)
}

hr, p {
    margin-bottom: 1rem
}

p, p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 600
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../../static/fonts/Montserrat-Regular.woff?de4a911e) format("woff"), url(../../static/fonts/Montserrat-Regular.woff2?c7b975f3) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../../static/fonts/Montserrat-SemiBold.woff?3d2d1385) format("woff"), url(../../static/fonts/Montserrat-SemiBold.woff2?a0d37207) format("woff2")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../../static/fonts/Montserrat-Bold.woff?a79b68fc) format("woff"), url(../../static/fonts/Montserrat-Bold.woff2?eeadf322) format("woff2")
}

.container {
    width: 100%;
    padding-right: var(--layout-padding);
    padding-left: var(--layout-padding);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout-max-width)
}

@font-face {
    font-family: lg;
    src: url(../../static/fonts/lg.ttf?f4292655) format("truetype"), url(../../static/fonts/lg.woff?1fbfd4bc) format("woff"), url(../../static/img/lg.svg?b48efb20#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: .125rem;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 1.375rem;
    margin-top: -.625rem;
    padding: .5rem .625rem .5625rem;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 1.25rem
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 1.25rem
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -1.875rem
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 1.875rem
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 1.875rem
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    height: 2.9375rem;
    line-height: 1.6875rem;
    padding: .625rem 0;
    text-align: center;
    width: 3.125rem;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    box-shadow: none;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 1rem;
    left: 0;
    padding: .625rem 2.5rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: .8125rem;
    font-weight: 700
}

.lg-sub-html p {
    font-size: .75rem;
    margin: .3125rem 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-top: .75rem;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-.625rem, 0, 0);
    transform: translate3d(-.625rem, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(.625rem, 0, 0);
    transform: translate3d(.625rem, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -.625rem, 0);
    transform: translate3d(0, -.625rem, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 21.875rem;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: .625rem 0;
    height: 100%;
    margin-bottom: -.3125rem
}

.lg-outer .lg-thumb-item {
    border-radius: .3125rem;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: .125rem solid #fff;
    border-radius: .25rem;
    margin-bottom: .3125rem
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 7.5rem
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 6.25rem
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: .125rem .125rem 0 0;
    color: #999;
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.4375rem;
    line-height: 1.6875rem;
    padding: .3125rem 0;
    position: absolute;
    right: 1.25rem;
    text-align: center;
    top: -2.4375rem;
    width: 3.125rem;
    outline: medium none;
    border: none
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 71.25rem;
    max-height: 100%;
    width: 100%;
    padding: 0 .3125rem
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 5.25rem;
    height: 3.6875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.625rem;
    margin-top: -1.875rem;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../../static/img/vimeo-play.png?7d8bbfb0) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../../static/img/vimeo-play.png?7d8bbfb0) no-repeat scroll 0 -3.625rem transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../../static/img/video-play.png?7f3c3874) no-repeat scroll 0 0;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../../static/img/youtube-play.png?edcb86d9) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../../static/img/youtube-play.png?edcb86d9) no-repeat scroll 0 -3.75rem transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: .3125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: .3125rem;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 1.25rem
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: .625rem
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 .3125rem
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 .125rem #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 5.1875rem;
    left: 0;
    margin-bottom: 1.25rem;
    margin-left: -3.75rem;
    opacity: 0;
    padding: .3125rem;
    position: absolute;
    width: 7.5rem;
    border-radius: .1875rem;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, .3125rem, 0);
    transform: translate3d(0, .3125rem, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 .5rem hsla(0, 0%, 100%, .7);
    display: block;
    height: .75rem;
    transition: box-shadow .3s ease 0s;
    width: .75rem
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 .5rem #fff
}

.lg-outer .lg-caret {
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: .625rem dashed;
    bottom: -.625rem;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -.3125rem;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: .125rem;
    font-size: .875rem;
    list-style-type: none;
    margin: 0;
    padding: .625rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3.125rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, .3125rem, 0);
    transform: translate3d(0, .3125rem, 0);
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: .5rem solid transparent;
    border-bottom-color: #fff;
    right: 1rem;
    top: -1rem
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: .25rem .75rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .75rem
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -.1875rem;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 1.25rem;
    height: auto;
    line-height: 1;
    margin-right: .5rem;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906"
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 .3125rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s, -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 1.625rem
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-group {
    *zoom: 1
}

.lg-group:after, .lg-group:before {
    display: table;
    content: "";
    line-height: 0
}

.lg-group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../../static/img/loading.gif?b302f9df) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: .0625rem;
    margin-right: -.0625rem
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 .3125rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.button {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    height: 2.4375rem;
    background: linear-gradient(180deg, #ff623e, #b42201);
    box-shadow: 0 .1875rem .3125rem rgba(0, 0, 0, .17);
    border-radius: 4.1875rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 110%;
    letter-spacing: .04em;
    padding: .25rem 2.1875rem 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 .0625rem .25rem rgba(117, 0, 0, .5);
    position: relative
}

a.button, a.button:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .button {
        font-size: .6875rem;
        height: 1.5rem;
        padding: 0 .9375rem
    }
}

.button:after, .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: inherit
}

.button:before {
    background: linear-gradient(180deg, #ff623e, #b42201);
    z-index: 2;
    transition: opacity var(--transition)
}

.button:after {
    background: linear-gradient(180deg, #f00000, #750000);
    z-index: 1;
    top: .0625rem
}

@media (min-width: 992px) {
    .button:hover:before {
        opacity: .5
    }
}

.button_large {
    min-width: 23.3125rem;
    height: 6.9375rem;
    box-shadow: 0 .4375rem 1.0625rem rgba(0, 0, 0, .17);
    font-size: 1.1875rem;
    padding: .25rem 3.4375rem 0
}

@media (max-width: 991px) {
    .button_large {
        height: 4.625rem;
        padding: 0 2.0625rem;
        min-width: auto
    }
}

@media (max-width: 767px) {
    .button_large {
        font-size: 1.0625rem
    }
}

.button_large:after {
    top: .1875rem
}

.button_medium {
    height: 3.6875rem
}

.button__icon, .button span {
    position: relative;
    z-index: 3
}

.button__icon {
    font-size: 1.1875rem;
    margin-right: .9375rem
}

@media (max-width: 767px) {
    .button__icon {
        margin-right: .625rem;
        margin-left: .5rem;
        top: -.3125rem
    }
}

.contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 991px) {
    .contact {
        font-size: 1.125rem
    }
}

.contact_place {
    -ms-flex-align: start;
    align-items: flex-start
}

.contact__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .0625rem
}

.contact__icon {
    font-size: 1rem;
    margin-right: .375rem;
    position: relative;
    top: -.0625rem
}

.contact__icon.icon_place {
    font-size: 1.4375rem;
    margin-right: .625rem
}

.contact__icon.icon_phone {
    font-size: 1.1875rem;
    margin-right: .4375rem
}

.contact__legend {
    font-weight: 600
}

.contact__link {
    color: var(--color-primary)
}

@media (min-width: 992px) {
    .contact__link:hover {
        text-decoration: underline
    }
}

.contact__link_place {
    text-decoration: underline;
    margin-left: 1.625rem
}

@media (min-width: 992px) {
    .contact__link_place:hover {
        text-decoration: none
    }
}

.desc {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem
}

@media (max-width: 991px) {
    .desc {
        padding-bottom: 3.125rem
    }
}

@media (max-width: 767px) {
    .desc {
        padding-top: 1.4375rem
    }
}

.desc__title {
    margin-bottom: .6875rem
}

@media (max-width: 767px) {
    .desc__title {
        margin-bottom: .1875rem
    }
}

.desc__text {
    padding-top: 1.25rem;
    border-top: .1875rem solid var(--color-primary)
}

@media (max-width: 767px) {
    .desc__text {
        border-width: .125rem;
        padding-top: 1rem
    }
}

.fact {
    display: -ms-flexbox;
    display: flex;
    border-radius: .625rem;
    overflow: hidden;
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .25);
    margin-bottom: 1.5625rem
}

@media (max-width: 767px) {
    .fact {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 1.3125rem
    }
}

@media (max-width: 767px) {
    .fact_second {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fact__content {
    background: #fff;
    border-radius: .5625rem;
    padding: 2rem 3.625rem 2.5rem 2.4375rem;
    position: relative;
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .fact__content {
        max-width: 50%;
        padding: 1.875rem
    }
}

@media (max-width: 767px) {
    .fact__content {
        max-width: 100%;
        padding: 1.125rem 1.1875rem 1.625rem
    }
}

.fact__content:before {
    content: "";
    position: absolute;
    top: .1875rem;
    right: .1875rem;
    bottom: .3125rem;
    left: .1875rem;
    border-radius: .625rem;
    border: .0625rem solid var(--color-primary);
    pointer-events: none
}

.fact__image-wrap {
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    margin: 0 -.625rem
}

@media (max-width: 767px) {
    .fact__image-wrap {
        height: 9.4375rem;
        margin: 0 0 -.625rem
    }
}

.fact__image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fact__legend {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

.fact__title {
    font-weight: 700;
    font-size: 1.5625rem;
    color: var(--color-primary);
    margin-bottom: 1.125rem
}

@media (max-width: 767px) {
    .fact__title {
        font-size: 1.125rem;
        margin-bottom: .375rem
    }
}

@media (max-width: 767px) {
    .fact__desc {
        margin-right: -.625rem
    }
}

.fact__desc p:not(:last-child) {
    margin-bottom: .9375rem
}

@media (max-width: 767px) {
    .fact__desc p:not(:last-child) {
        margin-bottom: .625rem
    }
}

.facts {
    padding-top: 6.125rem;
    padding-bottom: 5.3125rem
}

@media (max-width: 991px) {
    .facts {
        padding-top: 5rem;
        padding-bottom: 0
    }
}

.facts__title {
    margin-bottom: 1rem
}

.facts__holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4.125rem;
    position: relative
}

@media (max-width: 991px) {
    .facts__holder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .facts__holder {
        margin-bottom: 1.25rem
    }
}

@media (max-width: 991px) {
    .facts__holder .praise {
        margin-bottom: 2.5rem
    }
}

@media (max-width: 767px) {
    .facts__holder .praise {
        margin-bottom: .75rem
    }
}

@media (max-width: 991px) {
    .facts__holder .button {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .facts__holder .button {
        font-size: .8125rem;
        text-align: left;
        height: 3.9375rem;
        padding-right: 2.3125rem;
        line-height: 1.25
    }
}

.facts__holder .button br {
    display: none
}

@media (max-width: 767px) {
    .facts__holder .button br {
        display: block
    }
}

.facts__gallery {
    display: none
}

.lg-outer .lg-thumb.group {
    margin-left: auto;
    margin-right: auto
}

.faq {
    padding-top: 3.75rem;
    padding-bottom: 4.6875rem
}

@media (max-width: 991px) {
    .faq {
        padding-top: 5rem;
        padding-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .faq {
        padding-top: 4.625rem;
        padding-bottom: 2.9375rem
    }
}

.faq__top {
    margin-bottom: 3.375rem
}

@media (max-width: 991px) {
    .faq__top {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .faq__top {
        margin-bottom: 1rem
    }
}

.faq__title {
    margin-bottom: .8125rem
}

@media (max-width: 767px) {
    .faq__title {
        margin-bottom: 1rem
    }
}

.faq__holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 991px) {
    .faq__holder {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.faq__request-wrap {
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .faq__request-wrap {
        width: 100%;
        margin-bottom: 3.75rem
    }
}

@media (max-width: 767px) {
    .faq__request-wrap {
        margin-bottom: 2.0625rem
    }
}

.faq__list {
    max-width: 41.875rem;
    margin-left: 4.375rem;
    margin-top: 1.9375rem
}

@media (max-width: 991px) {
    .faq__list {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%
    }
}

.faq__list-item {
    position: relative;
    padding-left: 3.4375rem
}

@media (max-width: 767px) {
    .faq__list-item {
        padding-left: 0
    }
}

.faq__list-item + .faq__list-item {
    margin-top: 5rem
}

@media (max-width: 991px) {
    .faq__list-item + .faq__list-item {
        margin-top: 1.875rem
    }
}

@media (max-width: 767px) {
    .faq__list-item + .faq__list-item {
        margin-top: 1.4375rem
    }
}

.faq__list-item:before {
    content: "?";
    position: absolute;
    top: -.5rem;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.5625rem;
    font-weight: 600;
    width: 2.5625rem;
    height: 2.5625rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff623e, #b42201)
}

@media (max-width: 767px) {
    .faq__list-item:before {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 1.9375rem;
        height: 1.9375rem;
        line-height: 1.9375rem;
        font-size: 1.125rem;
        margin-bottom: .875rem
    }
}

.faq__list-title {
    font-weight: 600;
    font-size: 1.5625rem;
    margin-bottom: .9375rem
}

@media (max-width: 767px) {
    .faq__list-title {
        font-size: 1.125rem;
        margin-bottom: .4375rem
    }
}

.faq__list-desc {
    max-width: 33.4375rem
}

.feature {
    width: 100%;
    height: 17.4375rem;
    border-radius: .625rem;
    overflow: hidden;
    border: .0625rem solid var(--color-primary);
    position: relative;
    background-color: var(--color-primary)
}

@media (max-width: 767px) {
    .feature {
        height: 12.125rem
    }
}

.feature + .feature {
    margin-top: 1.125rem
}

@media (max-width: 767px) {
    .feature + .feature {
        margin-top: .75rem
    }
}

.feature_full {
    height: 100%
}

@media (max-width: 991px) {
    .feature_full {
        height: 25rem
    }
}

.feature__image-wrap {
    height: 75%
}

.feature_full .feature__image-wrap {
    height: 85%
}

.feature__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feature__holder {
    padding: .8125rem 1.25rem 1.25rem 1.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background: linear-gradient(180deg, #ff623e, #b42201);
    border-radius: .5625rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

@media (max-width: 767px) {
    .feature__holder {
        padding: .5rem 1.25rem .75rem .75rem
    }
}

.feature__holder:before {
    content: "";
    position: absolute;
    top: .125rem;
    right: .125rem;
    bottom: .125rem;
    left: .125rem;
    border: .0625rem solid #fff;
    border-radius: .625rem
}

.feature__content {
    position: relative;
    z-index: 1;
    margin-top: .125rem
}

.feature__title {
    font-weight: 700;
    margin-bottom: .1875rem
}

@media (max-width: 767px) {
    .feature__title {
        margin-bottom: .0625rem
    }
}

.feature__desc {
    font-size: .875rem
}

@media (max-width: 767px) {
    .feature__desc {
        font-size: .625rem
    }
}

.feature__desc ul, .feature__desc ul li + li {
    margin-top: .5rem
}

.feature__desc ul li:before {
    content: "\002022";
    margin-right: .625rem
}

.feature__icon {
    font-size: 1.6875rem;
    -ms-flex: none;
    flex: none;
    margin-right: .875rem
}

@media (max-width: 767px) {
    .feature__icon {
        font-size: 1.1875rem;
        margin-right: .5rem;
        position: relative;
        top: .125rem
    }
}

.features {
    padding-top: 6.25rem;
    padding-bottom: 5.3125rem;
    background: url(../../static/img/features-bg-item.png?86e28e95) no-repeat 100% 0
}

@media (max-width: 991px) {
    .features {
        padding-top: 5.8125rem;
        padding-bottom: 2.5rem;
        background: none
    }
}

@media (max-width: 767px) {
    .features {
        padding-top: 5.8125rem;
        margin-top: -3.75rem;
        padding-bottom: 0
    }
}

.features__head {
    margin-bottom: 1.9375rem
}

@media (max-width: 767px) {
    .features__head {
        margin-bottom: 1.4375rem
    }
}

.features__title {
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    .features__title {
        margin-bottom: .625rem
    }
}

.features__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem
}

.features__col, .features__row {
    display: -ms-flexbox;
    display: flex
}

.features__col {
    width: 33.33333%;
    padding: 0 .625rem;
    margin-bottom: 1.25rem
}

@media (max-width: 991px) {
    .features__col {
        width: 100%;
        max-width: 46.875rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .features__col {
        margin-bottom: .75rem
    }
}

.features__col_items {
    -ms-flex-direction: column;
    flex-direction: column
}

.field__input {
    width: 100%;
    height: 4.125rem;
    background: #fff;
    border: .0625rem solid #e20505;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1);
    border-radius: 2.625rem;
    padding: 0 2.125rem
}

.field_compact .field__input {
    height: 3.125rem;
    font-size: .875rem;
    padding: 0 1.25rem
}

@media (max-width: 767px) {
    .field_compact .field__input {
        font-size: .6875rem
    }
}

@media (max-width: 767px) {
    .field__input {
        height: 2.875rem;
        padding: 0 1.25rem
    }
}

.field__input::-webkit-input-placeholder {
    color: var(--color-text);
    opacity: .5
}

.field__input:-moz-placeholder, .field__input::-moz-placeholder {
    opacity: 1;
    color: var(--color-text);
    opacity: .5
}

.field__input:-ms-input-placeholder {
    color: var(--color-text);
    opacity: .5
}

.field__error-message {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    color: red;
    font-size: .625rem;
    font-weight: 500;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .3125rem
}

.field__error-message.show {
    display: -ms-flexbox;
    display: flex
}

.field__error-message .icon {
    margin-right: .3125rem;
    font-size: .9375rem
}

.footer {
    padding-top: 2.5rem;
    padding-bottom: 4.8125rem
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 2.5rem
    }
}

.footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .footer__container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__left {
    -ms-flex: none;
    flex: none;
    margin-top: -.625rem
}

@media (max-width: 991px) {
    .footer__left {
        margin-top: 0;
        margin-bottom: 2.1875rem
    }
}

.footer__text {
    font-size: .875rem
}

@media (max-width: 991px) {
    .footer__text {
        text-align: center
    }
}

.footer__logo {
    max-width: 15.25rem;
    margin-bottom: 1.5625rem
}

@media (max-width: 991px) {
    .footer__logo {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .footer__logo {
        max-width: 11.875rem;
        margin-bottom: .9375rem
    }
}

.footer__center {
    -ms-flex: auto;
    flex: auto
}

@media (max-width: 991px) {
    .footer__center {
        margin-bottom: 2.5rem
    }
}

@media (max-width: 767px) {
    .footer__center {
        margin-bottom: 3.8125rem
    }
}

.footer__right {
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .footer__right .contact {
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .footer__menu {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__menu-item + .footer__menu-item {
    margin-left: 2.125rem
}

@media (max-width: 767px) {
    .footer__menu-item + .footer__menu-item {
        margin-left: 0;
        margin-top: 2.5rem
    }
}

.footer__menu-link {
    transition: color var(--transition)
}

@media (max-width: 767px) {
    .footer__menu-link {
        font-size: 1.125rem;
        text-transform: uppercase
    }
}

@media (min-width: 992px) {
    .footer__menu-link:hover {
        color: var(--color-primary)
    }
}

.footer .contact + .contact {
    margin-top: 1.5625rem
}

.form__field {
    margin-bottom: 1.0625rem
}

.form__button {
    font-size: 1rem;
    height: 4.75rem;
    padding: 0 2.75rem
}

@media (max-width: 767px) {
    .form__button {
        height: 3.875rem;
        font-size: .75rem;
        white-space: nowrap;
        padding: 0 1.25rem;
        width: 100%
    }
}

.form__button-wrap {
    text-align: center
}

.gps {
    padding-top: 7.25rem;
    padding-bottom: 9.375rem;
    background: url(../../static/img/gps-bg.png?079bd5dd) no-repeat 0
}

@media (max-width: 991px) {
    .gps {
        padding-top: 5rem;
        padding-bottom: 4.375rem
    }
}

@media (max-width: 767px) {
    .gps {
        padding-top: 4.375rem;
        padding-bottom: 0
    }
}

.gps__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .gps__container {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.gps__title {
    margin-bottom: 1.625rem
}

@media (max-width: 767px) {
    .gps__title {
        max-width: 18.125rem;
        position: relative;
        margin-bottom: 1.0625rem
    }
}

.gps__title .icon {
    font-size: 3.1875rem;
    position: relative;
    top: -.375rem;
    left: -.1875rem
}

@media (max-width: 767px) {
    .gps__title .icon {
        font-size: 2.125rem;
        position: absolute;
        left: auto;
        top: 1rem;
        right: -.1875rem
    }
}

.gps__image-wrap {
    -ms-flex: none;
    flex: none;
    max-width: 28.6875rem
}

.gps__info {
    -ms-flex: auto;
    flex: auto;
    padding-left: 2.125rem
}

@media (max-width: 991px) {
    .gps__info {
        padding-left: 0;
        margin-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .gps__info {
        margin-bottom: 3.125rem
    }
}

.hamburger {
    --hamburger-width: 1.375rem;
    --hamburger-height: 0.9375rem;
    --hamburger-bar-height: 0.15625rem;
    --hamburger-transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    all: unset;
    box-sizing: border-box;
    width: var(--hamburger-width);
    height: var(--hamburger-height);
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: var(--color-text);
    isolation: isolate;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 991px) {
    .hamburger {
        display: -ms-flexbox;
        display: flex
    }
}

.hamburger:before {
    content: "";
    display: block;
    position: absolute;
    width: 2.625rem;
    height: 2.625rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    background-color: currentColor;
    opacity: 0;
    transition: var(--hamburger-transition);
    transition-property: opacity
}

.hamburger:focus-visible:before {
    opacity: .2
}

.hamburger__bar {
    height: var(--hamburger-bar-height);
    background-color: currentColor;
    width: 100%;
    display: block;
    border-radius: 0;
    transition: var(--hamburger-transition);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    will-change: transform;
    position: relative
}

.hamburger__bar:nth-child(2) {
    transition-property: opacity;
    will-change: opacity;
    margin: auto 0
}

.hamburger_active .hamburger__bar:first-child {
    -webkit-transform: translateY(calc((var(--hamburger-height) - var(--hamburger-bar-height)) / 2)) rotate(45deg) scaleX(1.1);
    transform: translateY(calc((var(--hamburger-height) - var(--hamburger-bar-height)) / 2)) rotate(45deg) scaleX(1.1)
}

.hamburger_active .hamburger__bar:nth-child(3) {
    -webkit-transform: translateY(calc((var(--hamburger-height) - var(--hamburger-bar-height)) / -2)) rotate(-45deg) scaleX(1.1);
    transform: translateY(calc((var(--hamburger-height) - var(--hamburger-bar-height)) / -2)) rotate(-45deg) scaleX(1.1)
}

.hamburger_active .hamburger__bar:nth-child(2) {
    opacity: 0
}

header {
    position: sticky;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
}

@media (max-width: 991px) {
    .header {
        position: sticky;
        background-color: #fff
    }
}

.header__container {
    height: var(--header-height);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__panel {
    -ms-flex: auto;
    flex: auto;
    margin-left: 6.5rem
}

@media (max-width: 991px) {
    .header__panel {
        position: fixed;
        top: var(--header-height);
        background-color: #fff;
        z-index: 100;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 0;
        overflow-y: auto;
        padding: 1.1875rem 1.3125rem 2.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition: opacity var(--transition), visibility var(--transition), -webkit-transform var(--transition);
        transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
        transition: transform var(--transition), opacity var(--transition), visibility var(--transition), -webkit-transform var(--transition)
    }
}

.header__panel_open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

@media (max-width: 991px) {
    .header__panel .contact {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 991px) {
    .header__panel .contact .icon_phone {
        margin-right: .8125rem
    }
}

@media (max-width: 991px) {
    .header__panel .contact__link {
        margin-left: 1.625rem
    }
}

@media (max-width: 991px) {
    .header__panel .contact + .contact {
        margin-top: 1.4375rem
    }
}

.header__items {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: .0625rem
}

@media (max-width: 991px) {
    .header__items {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .header__items .contact_place {
        display: none
    }
}

.icon {
    display: inline-block;
    fill: currentColor;
    fill-rule: evenodd;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.intro {
    padding-top: 2.3125rem;
    padding-bottom: 16.875rem;
    background: url(../../static/img/intro-bg.jpg?bd2d3cf4) no-repeat bottom/cover;
    position: relative
}

@media (max-width: 991px) {
    .intro {
        padding-top: 7.5rem;
        background-position: 40%
    }
}

@media (max-width: 767px) {
    .intro {
        padding-top: 1rem;
        padding-bottom: 3.75rem;
        background-position: top
    }
}

@media (max-width: 575px) {
    .intro {
        background-image: url(../../static/img/intro-bg-mobile.jpg?9a5b5a32)
    }
}

.intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../static/img/intro-overlay.png?ef5725e5) no-repeat 50%/cover
}

@media (max-width: 991px) {
    .intro:before {
        display: none
    }
}

.intro__container {
    position: relative;
    z-index: 1
}

.intro__block {
    max-width: 41.875rem
}

@media (max-width: 991px) {
    .intro__block {
        max-width: 31.25rem
    }
}

@media (max-width: 767px) {
    .intro__block {
        max-width: 100%
    }
}

.intro__title {
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 1.23;
    margin-bottom: 1.5625rem
}

@media (max-width: 991px) {
    .intro__title {
        font-size: 2.5rem
    }
}

@media (max-width: 767px) {
    .intro__title {
        max-width: 18.75rem;
        margin-right: -.625rem;
        font-size: 1.5rem;
        letter-spacing: -.01em;
        margin-bottom: 1.0625rem
    }
}

.intro__title span {
    color: var(--color-primary)
}

@media (max-width: 991px) {
    .intro__praise {
        max-width: 18.75rem
    }
}

@media (min-width: 992px) {
    .intro__praise:nth-child(n) {
        line-height: 1.25;
        font-size: 1.4375rem
    }
}

.intro__bottom {
    margin-top: 3.8125rem;
    position: relative
}

@media (max-width: 767px) {
    .intro__bottom {
        margin-top: 9.125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.intro__note {
    max-width: 24.6875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .64);
    border: .0625rem solid #fff;
    border-radius: .75rem;
    padding: .75rem .625rem .4375rem .5rem;
    position: absolute;
    left: 10.75rem;
    top: 8.625rem;
    -webkit-backdrop-filter: blur(1.375rem);
    backdrop-filter: blur(1.375rem)
}

@media (max-width: 991px) {
    .intro__note {
        left: 4.375rem
    }
}

@media (max-width: 767px) {
    .intro__note {
        position: relative;
        left: -.25rem;
        top: auto;
        max-width: 13.9375rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem
    }
}

.intro__note-image {
    max-width: 4.375rem;
    margin-right: .75rem
}

@media (max-width: 767px) {
    .intro__note-image {
        max-width: 3.125rem;
        margin-right: .5625rem
    }
}

.intro__note-desc {
    font-size: 1rem
}

@media (max-width: 767px) {
    .intro__note-desc {
        font-size: .625rem;
        position: relative;
        top: -.1875rem
    }
}

.intro__note-icon {
    font-size: 3.875rem;
    position: absolute;
    top: -5.125rem;
    left: 12.9375rem
}

@media (max-width: 767px) {
    .intro__note-icon {
        font-size: 2.5rem;
        top: 3.625rem;
        left: 14.125rem
    }
}

.intro__button {
    max-width: 15.5rem;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.logo {
    -ms-flex: none;
    flex: none
}

.logo__image {
    max-width: 15.25rem
}

@media (max-width: 991px) {
    .logo__image {
        max-width: 9.375rem
    }
}

@media (max-width: 767px) {
    .logo__image {
        max-width: 8rem
    }
}

.map {
    padding-top: 4.6875rem;
    padding-bottom: 3.125rem
}

@media (max-width: 767px) {
    .map {
        padding-top: 3.125rem;
        padding-bottom: 0
    }
}

.map__title {
    text-align: center;
    margin-bottom: 1.8125rem
}

@media (max-width: 767px) {
    .map__title {
        margin-bottom: .9375rem
    }
}

.map__holder {
    overflow: hidden;
    height: 31.25rem;
    max-width: 110.375rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: .125rem .125rem .5625rem rgba(0, 0, 0, .17);
    border-radius: 1.25rem;
    position: relative
}

@media (max-width: 991px) {
    .map__holder {
        height: 31.25rem
    }
}

@media (max-width: 767px) {
    .map__holder {
        height: 34rem
    }
}

.map__holder > ymaps, .map__holder iframe, .map__holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(45, 45, 45, .5);
    overflow-y: scroll;
    padding: 1.25rem;
    transition: all var(--transition);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media (max-width: 767px) {
    .modal {
        padding: 0
    }
}

.modal_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.modal_order {
    color: var(--color-dark)
}

.modal__content {
    max-width: 37.375rem;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10;
    border-radius: 1.5625rem;
    padding: 4.375rem 4.875rem 2.5625rem;
    background: #fff;
    box-shadow: 0 .625rem 3.125rem -.625rem rgba(8, 0, 44, .25)
}

@media (max-width: 767px) {
    .modal__content {
        max-width: 18.75rem;
        padding-top: 3.4375rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.modal_success .modal__content {
    max-width: 30.8125rem
}

@media (max-width: 767px) {
    .modal_success .modal__content {
        max-width: 18.75rem
    }
}

.modal__close {
    position: absolute;
    top: 2.0625rem;
    right: 2.1875rem;
    line-height: 1;
    padding: 0;
    border: none;
    background: none;
    color: #494949;
    font-size: 1.3125rem;
    z-index: 5;
    transition: opacity var(--transition);
    cursor: pointer
}

@media (max-width: 767px) {
    .modal__close {
        top: 1.25rem;
        font-size: .75rem;
        right: 1.25rem
    }
}

@media (min-width: 992px) {
    .modal__close:hover {
        opacity: .8
    }
}

.modal__close .icon {
    display: block
}

.modal__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    margin-right: -1.25rem
}

@media (max-width: 767px) {
    .modal__title {
        margin-right: 0;
        font-size: 1rem
    }
}

.modal__success {
    text-align: center
}

.modal__success-icon {
    font-size: 6.0625rem;
    margin-bottom: 2.4375rem
}

@media (max-width: 767px) {
    .modal__success-icon {
        font-size: 3.125rem;
        margin-bottom: 1.25rem
    }
}

.modal__success-title {
    background: linear-gradient(180deg, #ff623e 35%, #b42201 80%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-primary);
    font-weight: 500;
    font-size: 3.125rem
}

@media (max-width: 767px) {
    .modal__success-title {
        font-size: 1.5625rem;
        margin-bottom: .625rem
    }
}

.modal__success-desc {
    font-weight: 500;
    font-size: 1.1875rem
}

@media (max-width: 767px) {
    .modal__success-desc {
        font-size: .75rem
    }
}

.nav {
    -ms-flex: auto;
    flex: auto;
    display: none;
    margin-bottom: 3.125rem
}

@media (max-width: 991px) {
    .nav {
        display: block
    }
}

.nav__item + .nav__item {
    margin-top: 1.125rem
}

.nav__link {
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase
}

.praise {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625rem
}

@media (max-width: 991px) {
    .praise {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .praise {
        font-size: .875rem;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.praise__icon {
    font-size: 3.6875rem;
    margin-right: 1.125rem;
    position: relative;
    top: .25rem
}

@media (max-width: 991px) {
    .praise__icon {
        font-size: 3.0625rem
    }
}

@media (max-width: 767px) {
    .praise__icon {
        font-size: 1.9375rem;
        margin-right: .5625rem;
        top: auto
    }
}

.price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e6e6e6;
    padding-right: 1.375rem;
    margin-bottom: .625rem
}

@media (max-width: 767px) {
    .price {
        padding-right: .9375rem;
        margin-bottom: .3125rem
    }
}

.price__side {
    width: 17.1875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: .9375rem 1.8125rem .8125rem
}

@media (max-width: 767px) {
    .price__side {
        width: 5.9375rem;
        height: 100%;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .4375rem
    }
}

.price_gravel .price__side {
    background-image: url(../../static/img/gravel.jpg?19b97668)
}

.price_granite .price__side {
    background-image: url(../../static/img/granite.jpg?0c622de9)
}

.price_solution .price__side {
    background-image: url(../../static/img/solution.jpg?89543bb4)
}

.price_kbeton .price__side {
    background-image: url(../../static/img/kbeton.jpg?4342ea55)
}

.price_tbeton .price__side {
    background-image: url(../../static/img/tbeton.jpg?0274537e)
}

.price__title {
    font-weight: 700;
    font-size: 1.5625rem
}

@media (max-width: 767px) {
    .price__title {
        font-size: 1.125rem
    }
}

.price_title-small .price__title {
    font-size: 1.125rem;
    white-space: nowrap;
    letter-spacing: -.04em
}

@media (max-width: 767px) {
    .price_title-small .price__title {
        white-space: normal;
        font-size: .75rem
    }
}

.price__desc {
    font-size: .75rem;
    margin-left: .6875rem
}

@media (max-width: 767px) {
    .price__desc {
        display: none
    }
}

.price__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.price__sum {
    font-weight: 600;
    margin-right: 2rem
}

@media (max-width: 767px) {
    .price__sum {
        margin-right: 1.5rem;
        position: relative;
        top: .125rem
    }
}

.prices {
    padding-top: 3.875rem;
    padding-bottom: 5.75rem;
    background: url(../../static/img/prices-bg.jpg?dd14324e) no-repeat 50%/contain
}

@media (max-width: 991px) {
    .prices {
        padding-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .prices {
        padding-top: 5.25rem;
        background: none
    }
}

.prices__head {
    margin-bottom: 2.9375rem
}

@media (max-width: 767px) {
    .prices__head {
        margin-bottom: 1.75rem
    }
}

.prices__title {
    margin-bottom: 1.4375rem
}

@media (max-width: 767px) {
    .prices__title {
        margin-bottom: .875rem
    }
}

.prices__title br {
    display: none
}

@media (max-width: 991px) {
    .prices__title br {
        display: block
    }
}

.prices__flag-text {
    position: relative
}

.prices__flag-text:nth-child(n) {
    color: var(--color-text)
}

.prices__flag-text span {
    position: relative;
    z-index: 2
}

.prices__flag-text span:nth-child(n) {
    color: var(--color-text)
}

@media (max-width: 991px) {
    .prices__flag-text:after {
        width: 4.0625rem;
        height: 4.0625rem
    }
}

@media (max-width: 767px) {
    .prices__flag-text:after {
        width: 2.8125rem;
        height: 2.8125rem;
        top: -1.5625rem;
        right: -.625rem
    }
}

.prices__desc {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .prices__desc {
        display: block
    }
}

.prices__desc-box {
    position: relative;
    -ms-flex: none;
    flex: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 2.4375rem 0 1.0625rem;
    height: 3.875rem;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    text-transform: uppercase;
    background: url(../../static/img/prices-desc-box.svg?d8d45fbe) no-repeat 50%/cover;
    margin-right: .875rem
}

@media (max-width: 767px) {
    .prices__desc-box {
        height: 2.1875rem;
        padding: 0 1.5625rem 0 .5625rem;
        font-size: .75rem;
        margin-bottom: .625rem
    }
}

.prices__text {
    font-size: 1.5625rem
}

@media (max-width: 991px) {
    .prices__text {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .prices__text {
        font-size: .875rem
    }
}

@media (max-width: 991px) {
    .prices__nav {
        overflow-x: auto
    }
}

.prices__controls {
    display: -ms-flexbox;
    display: flex
}

.prices__control {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    color: var(--color-text);
    color: #2d2d2d;
    white-space: nowrap;
    border-radius: 1.0625rem 1.0625rem 0 0;
    height: 5.25rem;
    padding: 0 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    position: relative
}

a.prices__control, a.prices__control:hover {
    text-decoration: none
}

@media (max-width: 991px) {
    .prices__control {
        height: 4.375rem;
        padding: 0 1.875rem
    }
}

@media (max-width: 767px) {
    .prices__control {
        height: 2.75rem;
        padding: 0 1.25rem
    }
}

.prices__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(180deg, #ff623e, #b42201);
    opacity: 0;
    transition: opacity var(--transition)
}

.prices__controls-item_active .prices__control:before {
    opacity: 1 !important
}

.prices__controls-item_active .prices__control {
    color: #fff
}

@media (min-width: 992px) {
    .prices__control:hover:before {
        opacity: .25
    }
}

.prices__control span {
    position: relative;
    z-index: 1
}

.prices__heading {
    background-color: #2d2d2d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5625rem 1.8125rem .5rem;
    margin-bottom: .625rem
}

@media (max-width: 767px) {
    .prices__heading {
        padding: .25rem 1.125rem .0625rem;
        margin-bottom: .3125rem
    }
}

.prices__content {
    display: none
}

.prices__content_active {
    display: block
}

.prices__tabs {
    margin-bottom: 3.375rem
}

@media (max-width: 991px) {
    .prices__tabs {
        margin-right: calc(var(--layout-padding) * -1);
        margin-left: calc(var(--layout-padding) * -1)
    }
}

@media (max-width: 767px) {
    .prices__tabs {
        margin-bottom: 1.5625rem
    }
}

.prices__features {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .prices__features {
        display: block
    }
}

.prices__features-item {
    width: 31.65%;
    position: relative;
    padding: 0 1.875rem
}

@media (max-width: 991px) {
    .prices__features-item {
        padding: 0 1.25rem
    }
}

@media (max-width: 767px) {
    .prices__features-item {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 767px) {
    .prices__features-item + .prices__features-item {
        margin-top: 2.8125rem
    }
}

.prices__features-item:before {
    content: "";
    width: .0625rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary)
}

@media (max-width: 767px) {
    .prices__features-item:before {
        display: none
    }
}

.prices__features-item:last-child:before {
    content: none
}

@media (min-width: 992px) {
    .prices__features-item:first-child {
        width: 33.1%;
        padding-left: 3.1875rem
    }
}

@media (min-width: 992px) {
    .prices__features-item:nth-child(2) {
        padding-left: 3.875rem
    }
}

@media (min-width: 768px) {
    .prices__features-item:nth-child(2) {
        width: 37.7%
    }
}

@media (min-width: 992px) {
    .prices__features-item:nth-child(3) {
        padding-left: 3.0625rem
    }

    .prices__features-item:nth-child(3) img {
        left: -1.5625rem;
        position: relative
    }
}

.prices__features-image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 11.5625rem
}

@media (max-width: 767px) {
    .prices__features-image-wrap {
        height: 9.0625rem;
        margin-bottom: .375rem
    }
}

.prices__features-image-wrap img {
    max-height: 11.5625rem
}

@media (max-width: 767px) {
    .prices__features-image-wrap img {
        height: 100%
    }
}

.prices__features-title {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: .5625rem
}

@media (max-width: 767px) {
    .prices__features-title {
        font-size: 1.125rem;
        margin-bottom: .1875rem
    }
}

.product {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    border: .03125rem solid rgba(45, 45, 45, .1);
    box-sizing: border-box;
    box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .1);
    border-radius: .5625rem;
    position: relative;
    padding: 2rem 1.625rem 1.625rem .625rem
}

@media (max-width: 767px) {
    .product {
        padding: 1.5rem .9375rem 1.0625rem .625rem
    }
}

.product:before {
    content: "";
    position: absolute;
    top: .375rem;
    right: .375rem;
    bottom: .375rem;
    left: .375rem;
    border: .0625rem solid var(--color-primary);
    border-radius: .625rem;
    pointer-events: none
}

@media (max-width: 767px) {
    .product:before {
        top: .25rem;
        right: .25rem;
        bottom: .25rem;
        left: .25rem
    }
}

.product__image-wrap {
    width: 12rem;
    overflow: hidden;
    height: 10.75rem
}

@media (max-width: 991px) {
    .product__image-wrap {
        width: 9.0625rem;
        height: 9.375rem
    }
}

@media (max-width: 767px) {
    .product__image-wrap {
        height: 7.5625rem
    }
}

.product__image {
    max-width: none;
    width: auto;
    height: 100%
}

.product__info {
    -ms-flex: auto;
    flex: auto;
    padding-left: 2.125rem;
    margin-left: -2.875rem;
    position: relative;
    background: linear-gradient(270deg, #fff 93.07%, hsla(0, 0%, 100%, 0) 94.96%)
}

@media (max-width: 767px) {
    .product__info {
        padding-left: 1.3125rem;
        margin-left: -.875rem
    }
}

.product__title {
    font-weight: 700;
    margin-bottom: .5rem
}

@media (max-width: 767px) {
    .product__title {
        white-space: nowrap;
        margin-bottom: .25rem
    }
}

.product__list {
    font-size: .875rem;
    white-space: nowrap
}

@media (max-width: 767px) {
    .product__list {
        font-size: .625rem
    }
}

.product__list_price {
    line-height: 1.55;
    margin-top: 1rem;
    padding-top: .8125rem;
    border-top: .0625rem solid var(--color-primary)
}

@media (max-width: 767px) {
    .product__list_price {
        margin-top: .6875rem;
        padding-top: .5625rem
    }
}

.product__list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product__list-legend {
    margin-right: .1875rem
}

.products {
    padding-top: 5.3125rem;
    padding-bottom: 6.4375rem;
    background: url(../../static/img/products-bg.jpg?cdba1648) no-repeat 50%/cover
}

@media (max-width: 991px) {
    .products {
        padding-bottom: 1.875rem
    }
}

@media (max-width: 767px) {
    .products {
        padding-top: 3.625rem
    }
}

.products__head {
    margin-bottom: 2.3125rem
}

@media (max-width: 767px) {
    .products__head {
        margin-bottom: .9375rem
    }
}

.products__title {
    margin-bottom: .9375rem
}

.products__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem
}

.products__col, .products__row {
    display: -ms-flexbox;
    display: flex
}

.products__col {
    width: 33.33333%;
    padding: 0 .625rem;
    margin-bottom: 1.25rem
}

@media (max-width: 991px) {
    .products__col {
        width: 50%
    }
}

@media (max-width: 767px) {
    .products__col {
        width: 100%;
        max-width: 28.125rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: .5rem
    }
}

.products__footer {
    margin-top: 1.4375rem;
    text-align: center
}

@media (max-width: 767px) {
    .products__footer {
        margin-top: 1.25rem
    }
}

.request {
    max-width: 32.4375rem;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #2d2d2d, #514747);
    border-radius: 1.25rem;
    color: #fff;
    padding: 2.9375rem 2.8125rem 4.1875rem
}

@media (max-width: 991px) {
    .request {
        max-width: 37.5rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .request {
        padding: 2.0625rem 1.5625rem 2.1875rem
    }
}

.request__title {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: .4375rem
}

@media (max-width: 767px) {
    .request__title {
        font-size: 1.25rem;
        margin-bottom: .1875rem
    }
}

.request__desc {
    margin-bottom: 2.8125rem
}

@media (max-width: 767px) {
    .request__desc {
        margin-bottom: .6875rem
    }
}

.request__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem
}

@media (max-width: 767px) {
    .request__contact {
        margin-bottom: 1.0625rem
    }
}

.request__contact-title {
    margin-bottom: .875rem
}

@media (max-width: 767px) {
    .request__contact-title {
        margin-bottom: 1.1875rem
    }
}

.request__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5625rem;
    white-space: nowrap
}

@media (max-width: 767px) {
    .request__phone {
        font-size: 1.25rem
    }
}

.request__phone .icon {
    font-size: 1.5rem;
    margin-right: .4375rem
}

@media (max-width: 767px) {
    .request__phone .icon {
        font-size: 1.0625rem
    }
}

.request__form {
    margin-bottom: .8125rem
}

@media (max-width: 767px) {
    .request__form {
        margin-bottom: .5rem
    }
}

.request__button {
    height: 4.0625rem;
    min-width: 17.875rem
}

@media (max-width: 767px) {
    .request__button {
        min-width: auto;
        font-size: .875rem;
        height: 3rem;
        padding: 0 1.875rem
    }
}

.request__field {
    margin-bottom: 1.4375rem
}

@media (max-width: 767px) {
    .request__field {
        margin-bottom: .9375rem
    }
}

.request__text {
    max-width: 16.25rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .875rem;
    opacity: .5
}

@media (max-width: 767px) {
    .request__text {
        font-size: .625rem
    }
}

.select, .select__button {
    position: relative
}

.select__button {
    z-index: 10;
    text-align: left;
    width: 100%;
    height: 3.125rem;
    font-size: .875rem;
    padding: 0 1.25rem;
    background: #fff;
    border: .0625rem solid #e20505;
    color: var(--color-text);
    color: #2d2d2d;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1);
    border-radius: 2.625rem
}

.select__button:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.3125rem;
    width: 1rem;
    height: .625rem;
    background: url(../../static/img/arrow-down.svg?1ff6056f) no-repeat 50%/cover
}

@media (max-width: 767px) {
    .select__button:before {
        width: .875rem;
        height: .5625rem;
        right: .625rem
    }
}

.select_open .select__button:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.select__placeholder {
    opacity: .5
}

@media (max-width: 767px) {
    .select__placeholder {
        font-size: .6875rem
    }
}

.select__placeholder_active {
    opacity: 1
}

.select__dropdown {
    display: none;
    padding: 3.3125rem 1.25rem 0;
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 1rem;
    height: 17.5rem;
    background: #fff;
    border: .0625rem solid #e20505;
    box-sizing: border-box;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1);
    border-radius: .625rem
}

@media (max-width: 767px) {
    .select__dropdown {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.select_open .select__dropdown {
    display: block
}

.select__inner {
    height: 100%;
    overflow-y: auto
}

.select__inner::-webkit-scrollbar {
    width: .375rem;
    border-radius: .375rem;
    background-color: #eee
}

.select__inner::-webkit-scrollbar-thumb {
    border-radius: .375rem;
    background-color: var(--color-primary)
}

.select__group {
    margin-bottom: .5rem
}

@media (max-width: 767px) {
    .select__group {
        margin-bottom: .75rem
    }
}

.select__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--transition)
}

@media (max-width: 767px) {
    .select__title {
        font-size: .75rem;
        white-space: nowrap
    }
}

@media (min-width: 992px) {
    .select__title:hover {
        color: var(--color-primary)
    }
}

.select__group_open .select__title {
    color: var(--color-primary)
}

.select__title:before {
    -ms-flex: none;
    flex: none;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.select__title:after {
    content: "";
    -ms-flex: none;
    flex: none;
    width: .6875rem;
    height: .4375rem;
    background: url(../../static/img/arrow-down.svg?1ff6056f) no-repeat 50%/cover;
    margin-left: .375rem
}

.select__group_open .select__title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__title_1:before {
    width: 1rem;
    height: 1rem;
    background-image: url(../../static/img/select-1.png?164c1de1);
    margin-right: .375rem
}

.select__title_2:before {
    width: .75rem;
    height: .9375rem;
    background-image: url(../../static/img/select-2.png?292b0f74);
    margin-right: .625rem
}

.select__title_3:before {
    width: .75rem;
    height: .875rem;
    background-image: url(../../static/img/select-3.png?c178132c);
    margin-right: .625rem
}

.select__title_4:before {
    width: 1rem;
    height: 1rem;
    background-image: url(../../static/img/select-4.png?9716dec8);
    margin-right: .375rem
}

.select__title_5:before {
    width: 1rem;
    height: 1rem;
    background-image: url(../../static/img/select-4.png?9716dec8);
    margin-right: .375rem
}

.select__subtitle {
    font-weight: 600;
    font-size: .6875rem;
    text-transform: uppercase;
    margin-top: .4375rem
}

.select__subtitle:first-child {
    margin-top: 0
}

.select__items {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: .375rem;
    padding-left: 1.5625rem;
    line-height: 1;
    display: none
}

.select__group_open .select__items {
    display: -ms-flexbox;
    display: flex
}

.select__item {
    cursor: pointer
}

@media (max-width: 767px) {
    .select__item + .select__item {
        margin-top: .3125rem
    }
}

.select__item-input {
    display: none
}

.select__item-input:checked ~ .select__item-legend {
    color: var(--color-primary)
}

.select__item-legend {
    font-size: .6875rem;
    text-transform: uppercase
}

:root {
    --color-primary: #e84722;
    --color-text: #2d2d2d;
    --font-family: Montserrat, system-ui, -apple-system, Arial, sans-serif;
    --font-size: 1.125rem;
    --line-height: 1.3;
    --layout-padding: 0.9375rem;
    --layout-min-width: 20rem;
    --layout-max-width: calc(80rem + var(--layout-padding) * 2);
    --grid-gutter: 1.875rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --transition: 250ms var(--ease-in-out);
    --header-height: 8.625rem
}

@media (max-width: 991px) {
    :root {
        --font-size: 1rem
    }
}

@media (max-width: 767px) {
    :root {
        --font-size: 0.875rem
    }
}

@media (max-width: 991px) {
    :root {
        --header-height: 4.0625rem
    }
}

.title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.3
}

@media (max-width: 991px) {
    .title {
        font-size: 2.25rem
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 1.25rem
    }
}

.title span {
    color: var(--color-primary)
}

.header__info {
    display: none;
}

@media (max-width: 991px) {
    .header__info {
        display: block;
    }

    .header__info .contact {
        font-size: .8rem;
        align-items: center;
    }

    .header__info .contact__link {
        font-size: 1rem;
    }
}

@media (max-width: 355px) {
    html {
        font-size: 14px;
    }
}


.top-item {
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 15px 0;
}
.top-item__container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-item .button {
    flex: none;
}
.top-item__desc {
    max-width: 880px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}

@media (max-width: 576px) {
    .top-item__desc {
        font-size: 12px;
    }
    .top-item .button {
        font-size: 14px;
        border-radius: 5px;
        height: 32px;
        padding-top: 2px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.modal_conditions .form__title {
    margin-bottom: 20px;
}

.modal_conditions .form_modal .form__form {
    margin-top: 20px;
}
.modal_conditions ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.modal_conditions ul li + li {
    margin-top: 10px;
}