/* Minification failed. Returning unminified contents.
(739,33): run-time error CSS1046: Expect comma, found '0'
(739,37): run-time error CSS1046: Expect comma, found '/'
(802,28): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(867,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(880,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(913,25): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(987,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(1029,17): run-time error CSS1039: Token not allowed after unary operator: '-title-color'
(1030,28): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(1064,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(1071,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(1074,23): run-time error CSS1039: Token not allowed after unary operator: '-title-font'
(1080,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-color'
(1085,17): run-time error CSS1039: Token not allowed after unary operator: '-white-color'
(9958,143): run-time error CSS1030: Expected identifier, found ','
(9958,171): run-time error CSS1031: Expected selector, found ')'
(9958,171): run-time error CSS1025: Expected comma or open brace, found ')'
(22011,34): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(22018,29): run-time error CSS1039: Token not allowed after unary operator: '-thm-black'
(22089,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font-2'
(22145,27): run-time error CSS1039: Token not allowed after unary operator: '-thm-font-2'
(22224,43): run-time error CSS1039: Token not allowed after unary operator: '-thm-black-rgb'
(22293,41): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(22297,33): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(22301,39): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(22339,25): run-time error CSS1039: Token not allowed after unary operator: '-thm-base'
(22368,35): run-time error CSS1039: Token not allowed after unary operator: '-thm-font'
(22426,30): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-2'
 */
/*! nouislider - 14.6.2 - 9/16/2020 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}
.midpadding{ padding:30px 0 10px 0}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        right: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        right: -6px;
        top: -17px
    }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    transform: translate(50%);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    transform: translateY(-18px);
    top: auto;
    right: 28px
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/complexes/ProximaNova/ProximaNovaT-Thin.eot);
    src: local("Proxima Nova"), url(../../../fonts/complexes/ProximaNova/ProximaNovaT-Thind41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/complexes/ProximaNova/ProximaNovaT-Thin.woff) format("woff"), url(../../../fonts/complexes/ProximaNova/ProximaNovaT-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/complexes/ProximaNova/ProximaNova-Thinit.html);
    src: local("Proxima Nova"), url(../../../fonts/complexes/ProximaNova/ProximaNova-Thinitd41d.html?#iefix) format("embedded-opentype"), url(../../../fonts/complexes/ProximaNova/ProximaNova-Thinit-2.html) format("woff"), url(../../../fonts/complexes/ProximaNova/ProximaNova-Thinit-3.html) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-Light.eot);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-Light.woff) format("woff"), url(../../../fonts/ProximaNova-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-Lightit.html);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-Lightitd41d.html?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-Lightit-2.html) format("woff"), url(../../../fonts/ProximaNova-Lightit-3.html) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-Semibold.eot);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-Semiboldd41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-Semibold.woff) format("woff"), url(../../../fonts/ProximaNova-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-Semiboldit.html);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-Semibolditd41d.html?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-Semiboldit-2.html) format("woff"), url(../../../fonts/ProximaNova-Semiboldit-3.html) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-Regular.eot);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-Regular.woff) format("woff"), url(../../../fonts/ProximaNova-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../../../fonts/ProximaNova-RegularIt.eot);
    src: local("Proxima Nova"), url(../../../fonts/ProximaNova-RegularItd41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/ProximaNova-RegularIt.woff) format("woff"), url(../../../fonts/ProximaNova-RegularIt.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Nocturne Serif";
    src: url(../../../fonts/NocturneSerif-Lightitalic.eot);
    src: local("Nocturne Serif Light italic"), local("NocturneSerif-Lightitalic"), url(../../../fonts/NocturneSerif-Lightitalicd41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/NocturneSerif-Lightitalic.html) format("woff2"), url(../../../fonts/NocturneSerif-Lightitalic.woff) format("woff"), url(../../../fonts/NocturneSerif-Lightitalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

* {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    position: relative;
    box-sizing: content-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:focus {
        outline: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible;
    outline: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.hidden-element {
    display: none !important
}

[data-scroll-to].scroll-to-active {
    cursor: pointer
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    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
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    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
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}





.floating-menu {
    position: fixed;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 80%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    z-index: 100;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .floating-menu a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        display: block;
        text-align: center;
        transition: background-color 0.3s ease 0s;
    }

        .floating-menu a svg {
            margin-top: 14px;
            width: 30px;
            height: 33px;
        }

        .floating-menu a:nth-child(2) {
            background-color: #2b9107;
            border-bottom-left-radius: 5px;
        }

        .floating-menu a:nth-child(1):hover {
            border-top-left-radius: 5px;
            background-color: #036af9;
        }

        .floating-menu a:nth-child(2):hover {
            border-bottom-left-radius: 5px;
            background-color: #ccc;
        }

        .floating-menu a:nth-child(2) svg {
            fill: #fff;
        }

        .floating-menu a:nth-child(1):hover svg {
            fill: #fff;
        }

        .floating-menu a:nth-child(2):hover svg {
            fill: #000;
        }
        




.container-full {
    width: 93%;
    margin: auto;
}




.tour-card {
    border-radius: 10px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 15px rgba(22,25,33,0.05)
}

.tour-card__img {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}



    .tour-card__img img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        border-radius: 25px;
    }

.tour-card__top, .tour-card__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tour-card__top {
    margin-top: -0.3em
}

.tour-card__bottom {
    border-top: 1px dashed #bdbdbd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px
}

.tour-card__location {
    font-size: 14px;
    color: #687179; text-decoration:none
}

    .tour-card__location i {
        color: #47609c;
        margin-right: 3px
    }

    .tour-card__location:hover {
        color: #47609c
    }


.tour-card__tag {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 16px;
    color: var(--white-color);
    background-color: rgba(22,25,33,0.8);
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 31px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

    .tour-card__tag:hover {
        background-color: var(--theme-color)
    }

.tour-meta {
    display: inline-block;
}
    .tour-meta a:not(:last-child), .tour-meta span:not(:last-child) {
        margin-right: 25px;
    }
    .tour-meta a i, .tour-meta span i {
        color: #47609c;
        padding-right: 5px;
    }

    .tour-meta a, .tour-meta span {
        font-size: 14px;
    }


.tour-card__title {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 12px
}

    .tour-card__title a {
        color: inherit;
        text-decoration: none;
    }

        .tour-card__title a:hover {
            color: var(--theme-color)
        }

.tour-card__content {
    padding: 25px 25px 0 25px;
}

.tour-card__price {
    margin-bottom: 0
}

.tour-card .price {
    color: #47609c;
    font-weight: 600
}

.tour-card .link-btn {
    font-weight: 600;
    font-size: 14px;
    color: #687179
}

    .tour-card .link-btn i {
        color: #47609c
    }

    .tour-card .link-btn:hover {
        color: #47609c
    }


.ApDetails {
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 0 4px 4px 0;
    padding: 5px 15px;
    color: #fff;
    background: #000000a8;
    font-size: 13px;
}

.icon-box {
    position: absolute;
    right: 0;
    bottom: -50px;
    height: 100px;
    width: 100px;
    background: #fff;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 57px;
    background-color:#ff0000;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
    text-decoration:none
}

.tour-card:hover .tour-card__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1399px) {
    .tour-card__content {
        padding: 20px 15px 0 15px;
        margin-top: -5px;
    }
}

@media (max-width: 1199px) {
    .tour-card__content {
        padding: 25px 25px 0 25px
    }
}

.tour-offer {
    position: relative
}

.tour-offer__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px
}

.tour-offer__tag {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    background-color: var(--white-color);
    padding: 0 15px;
    border-radius: 5px;
    line-height: 30px
}

.tour-offer__img {
    position: relative
}

    .tour-offer__img img {
        width: 100%
    }

    .tour-offer__img:before {
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(top, rgba(22,25,33,0) 0%, #161921 100%);
        background: linear-gradient(to bottom, rgba(22,25,33,0) 0%, #161921 100%)
    }

.tour-offer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tour-offer__title {
    color: var(--white-color);
    margin-bottom: 8px
}

.tour-offer__subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    font-style: italic;
    font-family: var(--title-font)
}

.tour-offer__price {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin-top: -0.2em
}

.tour-offer__text {
    color: var(--white-color);
    margin-bottom: -0.5em;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.tour-offer:hover .tour-offer__text {
    border-top: 1px dashed #687179;
    padding-top: 24px;
    margin-top: 25px;
    max-height: 150px;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

@media (max-width: 1199px) {
    .tour-offer__content {
        padding: 30px
    }

    .tour-offer__tag {
        top: 30px;
        left: 30px
    }

    .tour-offer__title {
        font-size: 22px
    }

    .tour-offer__price {
        font-size: 18px
    }

    .tour-offer__subtitle {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .tour-offer {
        max-width: 516px;
        margin-left: auto;
        margin-right: auto
    }
}



.trainee-filters {
    align-items: center;
    display: flex;
    padding: 30px 50px 5px 50px;
    background-color: #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(186,186,186,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(186,186,186,1);
    box-shadow: 0px 0px 15px 0px rgba(186,186,186,1);
    transition: .3s;
    margin-bottom: 30px;
    justify-content: space-between;
}

.trainee-filter {
    display: flex;
}

.trainee-grid {
    display: flex;
    flex-wrap: wrap;
}

    .trainee-grid > div {
        box-sizing: border-box;
        width: 24%;
        margin-right: 1%;
        background: #f2f2f2;
        padding: 9px;
        border-radius: 30px;
        margin-bottom: 3rem;
    }

    .trainee-grid:not(.filtered) > .trainee-grid.filtered > div.selected:not() {
        margin-right: 1em;
    }
.trainee-filters select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    font-size: 16px;
    padding: 5px 38px 5px 15px;
    border-radius: 22px;
    border: #ccc solid;
}

.trainee-filters fieldset {
    padding: 0 !important; border:0px !important;
    margin-bottom:25px
}

.trainee-filters .view-all {
    position: relative;
    top: -12px;
    background: #32477a;
    color: #fff;
    border-radius: 20px;
    padding: 9px 15px;
    cursor: pointer;
}


@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

body {
    font-family: Proxima Nova, sans-serif;
    color: #242629;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden
}

    body.hidden {
        overflow: hidden
    }

    body.layout:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(36, 38, 41, .8);
        z-index: 900;
        transition: opacity .3s
    }

    body.layout_hidden:after {
        opacity: 0
    }

.site-menu__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background-color: transparent;
    border: none;
    width: 23px;
    cursor: pointer;
    margin-left: 53px
}

@media (min-width:769px) {
    .site-menu__btn {
        flex: 0 0 23px
    }
}

@media (max-width:1300px) {
    .site-menu__btn {
        margin-left: 30px
    }
}

@media (max-width:768px) {
    .site-menu__btn {
        width: 25px
    }
}

@media (max-width:375px) {
    .site-menu__btn {
        margin-left: 20px
    }
}

.site-menu__btn_white .site-menu__btn-dot {
    background-color: #fff
}

.site-menu__btn-dot {
    width: 3px;
    height: 3px;
    background-color: #242629;
    border-radius: 50px;
    transition: .3s
}

@media (max-width:768px) {
    .site-menu__btn-dot {
        width: 5px;
        height: 5px
    }
}

@media (min-width:769px) {
    .site-menu__btn.hidden {
        display: none
    }
}

.site-menu__body {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    box-shadow: 0 10px 20px rgba(71, 96, 156, .2);
    border-radius: 35px;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 35px 30px;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    will-change: opacity;
    z-index: 10
}

@media (max-width:1300px) {
    .site-menu__body {
        padding: 30px 23px
    }
}

@media (max-width:768px) {
    .site-menu__body {
        min-width: 190px
    }
}

.site-menu__body_show {
    opacity: 1;
    pointer-events: visible
}

.site-menu__item {
    text-align: center;
    display: block
}

    .site-menu__item:not(:last-child) {
        margin-bottom: 13px
    }

@media (max-width:1300px) {
    .site-menu__item:not(:last-child) {
        margin-bottom: 8px
    }
}

.site-menu__link {
    text-decoration: none;
    color: #242629;
    position: relative;
    transition: .25s ease-out
}

    .site-menu__link:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #47609c;
        opacity: .8;
        transition: .25s ease-out
    }

    .site-menu__link:hover {
        color: #47609c
    }

        .site-menu__link:hover:after {
            left: 0;
            width: 100%
        }

.nav {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    opacity: 1
}

    .nav.transparent {
        opacity: 0
    }

.nav_dark-mode .nav__menu-link {
    color: #fff
}

.nav_dark-mode .site-menu__body {
    background-color: #242629;
    border: 1px solid rgba(71, 96, 156, .05);
    box-shadow: 0 10px 20px rgba(71, 96, 156, .2)
}

.nav_dark-mode .site-menu__link {
    color: #fff
}

    .nav_dark-mode .site-menu__link:hover {
        color: #8c9ec8
    }

    .nav_dark-mode .site-menu__link:after {
        background-color: #8c9ec8
    }

.nav__menu-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

@media (min-width:980px) {
    .nav__menu-list-desktop_hidden {
        display: none
    }
}

@media (max-width:1300px) {
    .nav__menu-list {
        gap: 5px
    }
}

@media (max-width:980px) {
    .nav__menu-list {
        display: none
    }
}

.nav__menu-item {
    display: inline-block
}

    .nav__menu-item:not(:first-child) {
        margin-left: 50px
    }

@media (max-width:1300px) {
    .nav__menu-item:not(:first-child) {
        margin-left: 30px
    }
}

.nav__menu-link {
    font-size: 17px;
    text-decoration: none;
    color: #242629;
    transition: .3s
}

.nav__hidden {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

.logo {
    text-decoration: none;
    width: 210px;
    color: #242629
}

@media (max-width:1300px) {
    .logo_header {
        flex: 0 0 127px
    }
}

@media (max-width:768px) {
    .logo_header {
        flex: 0 0 100px
    }
}

.logo_footer {
    width: 100%;
    max-width: 210px
}

.logo_white {
    color: #fff
}

.logo__img {
    max-width: 100%;
    height: 64px
}

.logo__text {
    font-size: 10px;
    font-weight: 400;
    margin: 0
}

@media (max-width:768px) {
    .logo__text {
        font-size: 8px
    }
}

.block-contact {
    display: flex;
    align-items: center
}

.block-contact_white .block-contact__phone {
    color: #fff
}

.block-contact a {
    text-decoration: none
}

.block-contact__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    color: #242629
}

.block-contact__phone-text {
    font-size: 12px
}

.block-contact__phone-number {
    font-size: 20px;
    font-weight: 600
}

.block-contact__soc {
    margin-left: 54px;
    line-height: 0
}

@media (max-width:1300px) {
    .block-contact__soc {
        margin-left: 52px
    }
}

.block-contact__soc-item:last-child {
    margin-left: 10px
}

.toggle {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase
}

@media (max-width:1300px) {
    .toggle {
        font-size: 12px
    }
}

.toggle__text {
    cursor: default;
    transition: .2s;
    color: hsla(0, 0%, 100%, .5)
}

    .toggle__text.active {
        color: #fff
    }

.toggle__frame {
    margin: 0 10px;
    padding: 2px;
    width: 40px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer
}

@media (max-width:1300px) {
    .toggle__frame {
        margin: 0 5px
    }
}

.toggle__switch {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    transition: .8s
}

    .toggle__switch.animate-right {
        -webkit-animation-name: langSwitchRight;
        animation-name: langSwitchRight;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background-color: #32477a
    }

    .toggle__switch.animate-left {
        -webkit-animation-name: langSwitchLeft;
        animation-name: langSwitchLeft;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

.toggle_gray .toggle__frame {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2
}

.toggle_label .toggle__frame {
    margin-right: 0
}

.toggle_label .toggle__text {
    color: #242629;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    min-width: 100px
}

@-webkit-keyframes langSwitchRight {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-2px)
    }

    to {
        transform: translateX(calc(100% + 6px))
    }
}

@keyframes langSwitchRight {
    0% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-2px)
    }

    to {
        transform: translateX(calc(100% + 6px))
    }
}

@-webkit-keyframes langSwitchLeft {
    0% {
        transform: translateX(calc(100% + 6px))
    }

    40% {
        transform: translateX(calc(100% + 8px))
    }

    to {
        transform: translateX(0)
    }
}

@keyframes langSwitchLeft {
    0% {
        transform: translateX(calc(100% + 6px))
    }

    40% {
        transform: translateX(calc(100% + 8px))
    }

    to {
        transform: translateX(0)
    }
}

.gallery [data-category].hidden {
    display: none
}

.gallery [data-category].animate-hidden {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gallery [data-category] > div {
    opacity: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.drop-btn {
    text-align: left
}

.drop-body {
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: .3s
}

.drop-body_slide {
    opacity: 1;
    pointer-events: visible;
    transition: 0s
}

.breadcrumbs__item {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    opacity: .5;
    font-weight: 400;
    line-height: 1;
    color: #242629;
    text-decoration: none
}

.breadcrumbs__item_active {
    opacity: 1;
    text-decoration: underline
}

.breadcrumbs__arrow {
    display: inline-block;
    font-size: 16px;
    margin: 0 8px
}

.container {
    max-width: 1320px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    margin: 0 auto
}

@media (max-width:767px) {
    .container {
        padding: 0 20px
    }
}

.container_p-0 {
    padding: 0
}

.container_middle {
    max-width: 1110px
}

@media (max-width:1200px) {
    .container_middle {
        max-width: 844px
    }
}

@media (max-width:350px) {
    .container_mobile-min {
        padding: 0 10px
    }
}

.container_small {
    max-width: 955px
}

@media (max-width:767px) {
    .container_desktop {
        max-width: 100%;
        padding: 0;
        margin: 0
    }
}

.container_big {
    max-width: 1400px
}

@media (max-width:1300px) {
    .container_filter {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .block-container {
        padding: 0 30px
    }
}

[form-wrapp-item] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    [form-wrapp-item].hidden {
        display: none !important
    }

    [form-wrapp-item].popup__buttons .btn,
    [form-wrapp-item] .popup__form-row .btn {
        font-size: 16px !important
    }

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    font-family: Proxima Nova, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

header {
    flex: 0 0 auto
}

main {
    flex: auto
}

footer {
    flex: 0 0 auto
}

form input.has-error,
form input.invalid {
    border-color: tomato;
    background-color: #ffeaea
}

.text_gray {
    color: hsla(0, 0%, 100%, .5)
}

.currency {
    font-family: -apple-system, Proxima Nova, sans-serif
}

.row {
    display: flex
}

.row,
.row_a-start {
    align-items: flex-start
}

.row_a-end {
    align-items: flex-end
}

.row_between {
    justify-content: space-between
}

[data-href] {
    cursor: pointer
}

.location-map__zoom {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    transition: .3s;
    cursor: pointer
}

    .location-map__zoom:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
    }

    .location-map__zoom:after,
    .location-map__zoom:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 1px;
        background-color: #242629
    }

    .location-map__zoom:before {
        transform: translate(-50%, -50%)
    }

    .location-map__zoom:after {
        transform: translate(-50%, -50%) rotate(90deg)
    }

.location-map__zoom_minus:after {
    background-color: transparent
}

.placemark-layout__container {
    position: relative
}

.placemark-layout__image {
    position: absolute;
    width: 62px;
    height: 62px;
    border: 3px solid #242629;
    background-color: #fff;
    border-radius: 100px;
    top: -83px;
    left: -31px;
    box-shadow: 0 4px 4px rgba(36, 38, 41, .25);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

    .placemark-layout__image:after,
    .placemark-layout__image:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .placemark-layout__image:after {
        width: 8px;
        height: 8px;
        background-color: #242629;
        border-radius: 50px;
        bottom: -23px
    }

    .placemark-layout__image:before {
        background-color: #242629;
        width: 3px;
        height: 16px;
        bottom: -17px
    }

.img_loaded.fast_background_animate {
    -webkit-animation: none !important;
    animation: none !important;
    background-color: transparent !important
}

.fast_background_animate {
    will-change: background-color;
    background-color: #797979 !important;
    -webkit-animation: fast_background_animate 1s ease-in-out infinite;
    animation: fast_background_animate 1s ease-in-out infinite;
    overflow: hidden
}

@-webkit-keyframes fast_background_animate {
    0% {
        filter: opacity(15%)
    }

    50% {
        filter: opacity(30%)
    }

    to {
        filter: opacity(15%)
    }
}

@keyframes fast_background_animate {
    0% {
        filter: opacity(15%)
    }

    50% {
        filter: opacity(30%)
    }

    to {
        filter: opacity(15%)
    }
}

@media (min-width:768px) {
    .only-mobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .only-desktop {
        display: none !important
    }
}

@media (min-width:1001px) {
    .only-less-1000 {
        display: none !important
    }
}

@media (max-width:1000px) {
    .only-more-1000 {
        display: none !important
    }
}

.control-block {
    position: absolute;
    top: 10px;
    right: 10px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(1.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(1.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(1.5em)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(1.5em)
    }
}

@-webkit-keyframes levitationMockup {
    0% {
        transform: translate(calc(-50% - 5px), -10px) rotate(-10.49deg)
    }

    50% {
        transform: translate(calc(-50% - 5px)) rotate(-10.49deg)
    }

    to {
        transform: translate(calc(-50% - 5px), -10px) rotate(-10.49deg)
    }
}

@keyframes levitationMockup {
    0% {
        transform: translate(calc(-50% - 5px), -10px) rotate(-10.49deg)
    }

    50% {
        transform: translate(calc(-50% - 5px)) rotate(-10.49deg)
    }

    to {
        transform: translate(calc(-50% - 5px), -10px) rotate(-10.49deg)
    }
}

@-webkit-keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes swipeUpPaymentStage {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

    to {
        transform: translateY(-50%);
        opacity: 1
    }
}

@keyframes swipeUpPaymentStage {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

    to {
        transform: translateY(-50%);
        opacity: 1
    }
}

@-webkit-keyframes swipeUp {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes swipeUp {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes swipeDown {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes swipeDown {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(100%);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    90% {
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(0)
    }

    80% {
        transform: scale(1.2)
    }

    90% {
        transform: scale(1.2)
    }

    to {
        opacity: 0
    }
}

.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}

.icon-telegram {
    width: 26px;
    height: 22px
}

.icon-telegram_blue {
    background-image: url(../../../images/complexes/icons/telegram-blue.svg)
}

.icon-telegram_white {
    background-image: url(../../../images/complexes/icons/telegram-white.svg)
}

.icon-telegram_min {
    width: 20px;
    height: 17px
}

.icon-whatsapp {
    width: 23px;
    height: 22px
}

.icon-whatsapp_blue {
    background-image: url(../../../images/complexes/icons/whatsapp-blue.svg)
}

.icon-whatsapp_green {
    background-image: url(../../../images/complexes/icons/whatsapp-green.svg)
}

.icon-whatsapp_white {
    background-image: url(../images/whatsapp-white.svg)
}

.icon-whatsapp_min {
    width: 20px;
    height: 20px
}

.icon-play {
    width: 17px;
    height: 17px
}

.icon-play_blue {
    background-image: url(../../../images/complexes/icons/play-blue.svg)
}

.icon-map {
    width: 15px;
    height: 19px
}

.icon-map_blue {
    background-image: url(../../../images/complexes/icons/map-blue.svg)
}

.icon-plan {
    width: 22px;
    height: 22px;
    background-image: url(../../../images/complexes/icons/plan.svg)
}

.icon-phone {
    width: 20px;
    height: 20px;
    background-image: url(../../../images/complexes/icons/phone.svg)
}

@media (max-width:767px) {
    .icon-phone {
        width: 15px;
        height: 15px;
        background-size: cover
    }
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-family: Proxima Nova, sans-serif;
    background-color: #47609c;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 50px;
    padding: 19px 12px;
    outline: none;
    text-align: center;
    cursor: pointer;
    will-change: background-color, border-color, box-shadow;
    transition: .3s
}

    .btn:hover {
        background-color: #32477a
    }

@media (max-width:1300px) {
    .btn {
        font-size: 12px
    }
}

.btn_wide {
    padding-left: 59px;
    padding-right: 59px
}

.btn_white_skyblue {
    background-color: #fff;
    border: 1px solid #fff;
    color: #0c0c0c
}

    .btn_white_skyblue .icon {
        transition: .3s
    }

    .btn_white_skyblue:hover {
        background-color: #e5e8ee;
        border-color: #e5e8ee;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .1)
    }

        .btn_white_skyblue:hover .icon {
            filter: brightness(0) invert(1)
        }

.btn_white {
    background-color: #fff;
    border: 1px solid #47609c;
    color: #47609c
}

    .btn_white .icon {
        transition: .3s
    }

    .btn_white:hover {
        background-color: #47609c;
        border: 1px solid #47609c;
        color: #fff !important;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .1)
    }

        .btn_white:hover .icon {
            filter: brightness(0) invert(1)
        }

.btn_white_black {
    background-color: #fff;
    border: 1px solid #fff;
    color: #0c0c0c
}

    .btn_white_black .icon {
        transition: .3s
    }

    .btn_white_black:hover {
        background-color: #47609c;
        border: 1px solid #47609c;
        color: #fff !important;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .1)
    }

        .btn_white_black:hover .icon {
            filter: brightness(0) invert(1)
        }

.btn_black,
.btn_black:hover {
    background-color: #242629;
    border: 1px solid #242629
}

.btn_transparent {
    background-color: transparent;
    border: 1px solid #47609c;
    color: #47609c
}

    .btn_transparent:hover {
        border-color: rgba(71, 96, 156, .1)
    }

    .btn_transparent.active,
    .btn_transparent:hover {
        background-color: #e5e8ee
    }

.btn_green {
    background-color: #78ac77;
    border: 1px solid #78ac77
}

    .btn_green:hover {
        background-color: #60a95f;
        border: 1px solid #60a95f;
        box-shadow: 0 20px 20px rgba(120, 172, 119, .2)
    }

.btn_solid-black {
    background-color: transparent;
    border: 1px solid #242629;
    color: #242629
}

    .btn_solid-black:hover {
        color: #fff
    }

.btn_solid-black2 {
    background-color: #32477a;
    color: #fff
}

    .btn_solid-black2:hover {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff
    }

.btn_short {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:1300px) {
    .btn_short {
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.btn_icon {
    padding-left: 50px;
    position: relative;
    text-align: center
}

    .btn_icon i {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%)
    }

.btn_icon-mobile-pl,
.btn_icon-mobile-pr {
    width: calc(100% - 20px)
}

.btn_icon-mobile-pl {
    float: right
}

.btn_full {
    width: 100%;
    text-align: center
}

    .btn_full i {
        left: 32px
    }

@media (min-width:769px) {
    .btn_mob {
        display: none
    }
}

.btn {
    z-index: 1;
    position: relative;
    overflow: hidden
}

    .btn:before {
        position: absolute;
        content: "";
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        -webkit-animation: shiny 3s ease-in-out infinite;
        animation: shiny 3s ease-in-out infinite
    }

    .btn:hover:before {
        display: none
    }

    .btn:active {
        box-shadow: 4px 4px 6px 0 hsla(0, 0%, 100%, .3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 hsla(0, 0%, 100%, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2)
    }

@-webkit-keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0
    }
}

.header__multiple-langs .toggle {
    pointer-events: auto;
    opacity: 1
}

.header_sticky {
    position: fixed !important;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-130%);
    transition: transform .3s
}

    .header_sticky .header__container {
        padding:15px 50px;
        background-color: #fff;
        border-radius: 100px;
        box-shadow: 0 10px 20px rgba(71, 96, 156, 0);
        transition: .3s
    }

@media (max-width:1300px) {
    .header_sticky .header__container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:900px) {
    .header_sticky .header__container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .header_sticky .header__container .block-contact {
        margin: 0 0 0 auto
    }
}

.header_sticky .header__container .nav {
    margin-left: 0
}

.header_sticky .logo__img_white {
    display: none
}

.header_sticky-show {
    transform: translateY(0)
}

    .header_sticky-dark .site-menu__body,
    .header_sticky-show .header__container {
        box-shadow: 0 10px 20px rgba(71, 96, 156, .2)
    }

.header_sticky-dark .site-menu__body {
    background-color: #242629;
    border: 1px solid rgba(71, 96, 156, .05)
}

.header_sticky-dark .site-menu__link {
    color: #fff
}

    .header_sticky-dark .site-menu__link:hover {
        color: #8c9ec8
    }

    .header_sticky-dark .site-menu__link:after {
        background-color: #8c9ec8
    }



.header_sticky-dark .logo__img_white {
    display: block
}

.header_sticky-dark .logo__text {
    color: #fff;
    margin-top: 5px
}



.header_sticky-dark .site-menu__btn-dot {
    background-color: #fff
}

.header_sticky-dark .icon-phone {
    background-image: url(../../../images/complexes/icons/phone-white.svg)
}

.header_sticky-dark .icon-telegram_blue {
    background-image: url(../../../images/complexes/icons/telegram-lite-blue.svg)
}

.header_sticky-dark .icon-whatsapp_blue {
    background-image: url(../../../images/complexes/icons/whatsapp-lite-blue.svg)
}

@media (max-width:767px) {
    .header_sticky-dark .header__container .block-contact__soc-item.icon-whatsapp {
        background-image: url(../../../images/complexes/icons/whatsapp-lite-blue.svg)
    }
}

.header_sticky .logo {
    box-sizing: border-box
}

@media (max-width:767px) {
    .header_sticky .logo {
        flex: 0 0 120px
    }
}

@media (max-width:350px) {
    .header_sticky .logo {
        flex: 0 0 80px
    }
}

.header_sticky .nav__menu-list {
    gap: 5px
}

@media (max-width:1300px) {
    .header_sticky .nav__menu-list {
        gap: 5px
    }
}

@media (max-width:767px) {
    .header_sticky .header__icon-phone {
        margin-left: auto
    }
}

.header_sticky-ww {
    transform: translateY(-230%)
}

    .header_sticky-ww + main .contents h1 {
        margin-top: 50px !important
    }

@media (max-width:450px) {
    .header_sticky-ww + main .contents h1 {
        margin-top: 20px !important
    }
}

.header_sticky-ww.header_sticky-show {
    transform: translateY(0)
}

.header_sticky-ww.header_sticky-dark .header__flag {
    filter: contrast(1.4) invert(1)
}

.header_sticky-ww.header_sticky-dark .header__title {
    color: #fff
}

.header_sticky-ww .header__text {
    margin-top: 20px
}

@media (max-width:1300px) {
    .header_sticky-ww .header__title {
        font-size: 14px
    }
}

@media (max-width:1300px) {
    .header_sticky-ww.header_ww .header__container {
        padding: 20px 50px
    }
}

.header_ww {
    position: relative
}

    .header_ww .header__container {
        flex: auto
    }

@media (min-width:1301px) {
    .header_ww .header__container {
        padding-right: 31px
    }
}

@media (max-width:1300px) {
    .header_ww .header__container {
        padding: 40px 0 54px
    }
}

@media (max-width:900px) {
    .header_ww .header__container {
        padding: 20px 0 26px
    }
}

.header_ww .header__container .block-contact {
    margin-left: 0
}

@media (min-width:768px) {
    .header_ww .header__container .block-contact {
        margin-left: auto
    }
}

.header_ww .block-contact__soc {
    margin-left: 40px
}

.header_ww .site-menu__btn {
    margin-left: 37px
}

@media (max-width:767px) {
    .header_ww .site-menu__btn {
        margin-left: 30px
    }
}

.header_ww .header__icon-phone {
    width: 19px;
    height: 19px;
    margin: 0 15px 0 auto
}

.header__overlayer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 40px;
    pointer-events: none
}

@media (max-width:767px) {
    .header__overlayer {
        padding: 0 20px
    }
}

.header__flag {
    position: relative;
    width: 105px;
    z-index: 1;
    pointer-events: visible;
    transition: .3s
}

.header__flag--small {
    width: 73px
}

.header__flag-inner {
    position: absolute;
    width: 100%;
    height: 167px;
    top: 0;
    left: 0
}

@media (max-width:900px) {
    .header__flag {
        width: 64px;
        margin-left: 10px
    }

    .header__flag-inner {
        height: 103px
    }
}

.header__text {
    margin-left: 40px;
    margin-top: 46px;
    pointer-events: visible
}

@media (max-width:1300px) {
    .header__text {
        margin-left: 52px;
        margin-top: 30px
    }
}

@media (max-width:920px) {
    .header__text {
        display: none
    }
}

.header__title {
    font-size: 16px;
    line-height: 1.1;
    max-width: 308px
}

@media (max-width:1300px) {
    .header__title {
        max-width: 246px
    }
}

.header__row {
    display: flex;
    height: 100%
}

@media (min-width:768px) {
    .header__icon-phone {
        display: none
    }
}

@media (max-width:767px) {
    .header__icon-phone {
        margin-right: 14px;
        width: 20px;
        height: 20px
    }
}

.header__icons {
    display: flex
}

@media (max-width:767px) {
    .header__icons {
        align-items: center;
        margin-left: auto;
        justify-self: flex-end;
        justify-content: end;
        flex: auto
    }
}

.header__container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 15px 0 25px;
}

@media (max-width:900px) {
    .header__container {
        padding: 20px 0 26px
    }
}

.header__container .block-contact {
    margin-left: 45px
}

@media (min-width:981px) {
    .header__container .block-contact {
        min-width: 295px
    }
}

@media (max-width:1300px) {
    .header__container .block-contact {
        margin-left: 30px
    }
}


@media (max-width:767px) {
    .header__container .block-contact {
        margin: 0
    }

    .header__container .block-contact__phone {
        display: none
    }

    .header__container .block-contact__soc {
        margin-left: 0
    }

    .header__container .block-contact__soc-item:last-child {
        margin-left: 8px
    }

    .header__container .block-contact__soc-item.icon-whatsapp {
        background-image: url(../../../images/complexes/icons/whatsapp-green.svg)
    }

    .header__container .block-contact .icon-whatsapp {
        width: 20px;
        height: 20px
    }

    .header__container .block-contact .icon-telegram {
        width: 22px;
        height: 20px
    }
}

.header .toggle {
    color: #242629;
    flex: auto;
    justify-content: center
}

@media (min-width:768px) {
    .header .toggle {
        display: none
    }
}

.header .toggle__text {
    color: rgba(36, 38, 41, .5)
}

    .header .toggle__text.active {
        color: #242629
    }

@media (max-width:375px) {
    .header .toggle__text {
        font-size: 10px
    }
}

.header .toggle__frame {
    width: 30px;
    height: 15px;
    border-color: #242629
}

.header .toggle__switch {
    width: 9px;
    height: 9px;
    background-color: #242629
}

.header .breadcrumbs {
    margin-top: 12px
}

.site-block {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .site-block {
        margin-bottom: 50px
    }
}

.site-block_dark {
    background-color: #0f1011;
  
}

.site-block_mb-150 {
    margin-bottom: 150px
}

.site-block__row {
    margin-bottom: 60px
}

@media (max-width:1300px) {
    .site-block__row {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .site-block__row.row {
        display: block
    }
}

@media (max-width:375px) {
    .site-block__row {
        margin-bottom: 30px
    }
}

.site-block__row_mb-70 {
    margin-bottom: 70px
}

@media (max-width:1300px) {
    .site-block__row_mb-70 {
        margin-bottom: 55px
    }
}

@media (max-width:767px) {
    .site-block__row_mb-70 {
        margin-bottom: 30px
    }
}

.site-block__row_white {
    color: #fff
}

.site-block__title,
.site-block__title h2 {
    font-size: 60px;
    line-height: 1
}

    .site-block__title h2 {
        margin: 0;
        font-weight: 400;
    }

    .site-block__title h2.list {
        color: #fff
    }


.site-block__title_tag {
    position: relative
}

    .site-block__title_tag:before {
        content: attr(title-tag);
        position: absolute;
        right: calc(100% - 36px);
        bottom: calc(100% - 27px);
        line-height: 2;
        font-size: 20px;
        padding: 4px 20px;
        background-color: #47609c;
        color: #fff;
        border-radius: 50px;
        white-space: nowrap;
        transform: rotate(15deg);
        transform-origin: 100% 0
    }

@media (max-width:767px) {
    .site-block__title_tag:before {
        padding: 4px 10px;
        font-size: 16px;
        right: calc(100% - 57px);
        bottom: calc(100% - 20px)
    }
}

@media (max-width:350px) {
    .site-block__title_tag:before {
        right: calc(100% - 40px)
    }
}

@media (max-width:1300px) {
    .site-block__title {
        font-size: 50px;
        margin-right: 20px
    }

        .site-block__title h2 {
            font-size: 50px
        }
}

@media (max-width:767px) {
    .site-block__title {
        font-size: 35px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%
    }

        .site-block__title h2 {
            font-size: 35px; 
        }
}

@media (max-width:375px) {
    .site-block__title {
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px
    }

        .site-block__title h2 {
            font-size: 30px;
            text-align:center
        }
}

@media (max-width:340px) {
    .site-block__title {
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px
    }

        .site-block__title h2 {
            font-size: 25px
        }
}

@media (max-width:767px) {
    .site-block__title_sm_full {
        width: 100%;
        max-width: 100%
    }
}

.site-block__subtitle {
    font-size: 18px;
    margin-left: 87px;
    flex: 0 0 610px;
    margin-top: 11px;
    line-height: 28px
}

@media (max-width:1300px) {
    .site-block__subtitle {
        font-size: 15px;
        margin-left: auto;
        flex: 0 0 450px
    }
}

@media (max-width:767px) {
    .site-block__subtitle {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:375px) {
    .site-block__subtitle {
        padding-left: 20px;
        padding-right: 20px
    }
}

.site-block__subtitle_min {
    max-width: 440px
}

@media (max-width:1300px) {
    .site-block__subtitle_min {
        max-width: 329px
    }
}

@media (max-width:767px) {
    .site-block__subtitle_min {
        max-width: 100%;
        width: 100%
    }
}

.site-block__subtitle_middle {
    max-width: 480px
}

.first-screen {
    padding-bottom: 117px
}

@media (max-width:1300px) {
    .first-screen {
        padding-bottom: 93px
    }
}

@media (max-width:767px) {
    .first-screen {
        overflow-x: hidden;
        padding-bottom: 59px
    }
}

.first-screen .row .btn_icon {
    font-size: 15px;
    border: none
}

    .first-screen .row .btn_icon:not(:first-child) {
        margin-left: 20px
    }

@media (max-width:1300px) {
    .first-screen .row .btn_icon {
        font-size: 12px
    }

        .first-screen .row .btn_icon:not(:first-child) {
            margin-left: 10px
        }
}

@media (max-width:767px) {
    .first-screen .row {
        order: 2;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start
    }

        .first-screen .row .btn {
            display: none
        }

            .first-screen .row .btn:not(:last-child) {
                margin-top: 10px
            }

            .first-screen .row .btn .icon-play_blue {
                background-image: url(../../../images/complexes/icons/play.svg) !important;
                width: 20px;
                height: 20px
            }

            .first-screen .row .btn .icon-map_blue {
                background-image: url(../../../images/complexes/icons/map.svg) !important;
                width: 17px;
                height: 20px
            }
}

.first-screen .btn + .toggle {
    margin-left: 45px
}

@media (max-width:1300px) {
    .first-screen .btn + .toggle {
        margin-left: 22px
    }
}

@media (max-width:767px) {
    .first-screen .toggle {
        display: none
    }
}

.first-screen__wrapp {
    display: grid;
    min-height: 566px;
    position: relative
}

@media (max-width:1300px) {
    .first-screen__wrapp {
        min-height: 420px
    }
}

@media (max-width:767px) {
    .first-screen__wrapp {
        display: flex;
        flex-direction: column;
        background: #fff;
        border: 1px solid rgba(71, 96, 156, .1);
        box-sizing: border-box;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
        border-radius: 35px
    }
}

.first-screen__wrapp .container_middle {
    pointer-events: none
}

.first-screen__shading {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px
}

@media (max-width:767px) {
    .first-screen__shading {
        display: none
    }
}

.first-screen__image {
    border-radius: 35px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 214px;
    position: relative
}

@media (min-width:768px) {
    .first-screen__image {
        position: absolute;
        width: 100%;
        height: 100%
    }
}

@media (max-width:767px) {
    .first-screen__image {
        height: 390px
    }
}

@media (max-width:375px) {
    .first-screen__image {
        height: 280px
    }
}

.first-screen__inner {
    display: flex;
    flex-direction: column;
    padding: 60px 0 76px;
    position: relative;
    height: 100%
}

    .first-screen__inner * {
        pointer-events: auto
    }

@media (max-width:1300px) {
    .first-screen__inner {
        padding: 52px 0 56px
    }
}

@media (max-width:767px) {
    .first-screen__inner {
        position: static;
        padding: 30px 10px 90px
    }
}

@media (max-width:375px) {
    .first-screen__inner {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .first-screen__inner_ww .breadcrumbs {
        display: none
    }
}

@media (max-width:767px) {
    .first-screen__inner_ww {
        padding-top: 15px
    }

        .first-screen__inner_ww .breadcrumbs {
            margin-bottom: 15px
        }
}

.first-screen__flag {
    width: 74px;
    height: 121px;
    background-image: url(../../../images/complexes/flagww.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:1300px) {
    .first-screen__flag {
        width: 59px;
        height: 96px
    }
}

@media (max-width:767px) {
    .first-screen__flag {
        left: 30px
    }
}

@media (max-width:375px) {
    .first-screen__flag {
        width: 49px;
        height: 80px;
        left: 35px
    }
}

.first-screen__content {
    margin-top: auto;
    color: #fff;
    max-width: 68%;
    line-height: 1.5
}

@media (max-width:1300px) {
    .first-screen__content {
        max-width: 335px
    }
}

@media (max-width:767px) {
    .first-screen__content {
        color: #242629;
        order: 1
    }
}

.first-screen__title {
    font-size:50px;
    font-weight: 600;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .first-screen__title {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .first-screen__title {
        font-size: 45px;
        margin-bottom: 7px
    }
}

@media (max-width:375px) {
    .first-screen__title {
        font-size: 35px
    }
}

.first-screen__subtitle {
    font-size: 24px;
    line-height: 1.5
}

@media (max-width:1300px) {
    .first-screen__subtitle {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .first-screen__subtitle {
        max-width: 320px;
        font-size: 17px;
        line-height: 25px
    }
}

.first-screen__info {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: left;
}



.first-screen__info-title {
    font-size: 24px;
    font-weight: 600
}

.first-screen__info-subtitle {
    font-size: 17px;
    color: hsla(0, 0%, 100%, .8)
}

@media (min-width:768px) and (max-width:1300px) {
    .first-screen__info-title {
        font-size: 20px
    }

    .first-screen__info-subtitle {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .first-screen__info {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .first-screen__info-title {
        font-size: 15px
    }

    .first-screen__info-subtitle {
        font-size: 12px;
        color: rgba(36, 38, 41, .8)
    }
}

@media (max-width:375px) {
    .first-screen__info {
        justify-content: space-between
    }

        .first-screen__info:last-child {
            margin-right: 10px
        }
}

.first-screen__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 295px;
    right: 0;
    bottom: -99px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 35px;
    padding: 35px 20px 20px
}

    .first-screen__form.without_presentation {
        padding: 25px 20px 20px;
        max-width: 310px
    }

@media (max-width:1300px) {
    .first-screen__form.without_presentation {
        padding-top: 25px;
        max-width: 240px
    }
}

@media (max-width:1300px) {
    .first-screen__form {
        max-width: 230px;
        padding-top: 66px;
        bottom: -92px
    }
}

@media (max-width:767px) {
    .first-screen__form {
        display: none
    }
}

.first-screen__form_mobile {
    display: block;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    right: unset;
    bottom: unset;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    position: relative
}

@media (min-width:768px) {
    .first-screen__form_mobile {
        display: none
    }
}

.first-screen__form_mobile .first-screen__form-img {
    width: 547px;
    height: 410px;
    top: -180px;
    left: 53%
}

.first-screen__form_mobile .first-screen__form-title {
    font-size: 35px;
    text-align: left
}

.first-screen__form_mobile .first-screen__form-subtitle {
    font-size: 16px
}

@media (max-width:375px) {
    .first-screen__form_mobile .first-screen__form-img {
        width: 410px;
        height: 417px;
        top: -180px;
        left: 56%
    }

    .first-screen__form_mobile .first-screen__form-title {
        font-size: 30px;
        text-align: left
    }

    .first-screen__form_mobile .first-screen__form-subtitle {
        font-size: 16px;
        margin-right: -25px
    }
}

.first-screen__form-header {
    padding: 223px 29px 0
}

@media (max-width:767px) {
    .first-screen__form-btn {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .first-screen__form-btn .btn:nth-child(2) {
        margin: 10px 0
    }
}

@media (max-width:1300px) {
    .first-screen__form-btn .btn {
        padding: 13px 3px
    }

        .first-screen__form-btn .btn.btn_icon {
            padding-left: 25px
        }

            .first-screen__form-btn .btn.btn_icon i {
                left: 21px
            }

            .first-screen__form-btn .btn.btn_icon .icon-whatsapp {
                width: 15px;
                height: 15px
            }

            .first-screen__form-btn .btn.btn_icon .icon-telegram {
                width: 15px;
                height: 13px
            }
}

@media (max-width:767px) {
    .first-screen__form-btn .btn {
        width: calc(100% - 114px) !important;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .first-screen__form-btn .btn i {
            width: 15px;
            height: 15px
        }

        .first-screen__form-btn .btn .icon-telegram {
            left: 17px
        }

        .first-screen__form-btn .btn .icon-whatsapp {
            left: unset !important;
            right: 17px
        }

    .first-screen__form-btn .btn_icon {
        text-align: center;
        padding-right: 25px
    }
}

@media (max-width:375px) {
    .first-screen__form-btn .btn {
        width: calc(100% - 100px)
    }

    .first-screen__form-btn .btn_icon {
        padding: 15px !important;
        text-align: center !important
    }
}

.first-screen__form-btn--flex {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .first-screen__form-btn--flex .btn {
        width: calc(100% - 100px) !important
    }
}

@media (max-width:375px) {
    .first-screen__form-btn--flex .btn {
        width: calc(100% - 100px) !important
    }
}

.first-screen__form-title {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.first-screen__form-title.list {
    color:#fff
}
    @media (max-width:1300px) {
        .first-screen__form-title {
            font-size: 22px;
            margin-bottom: 15px
        }
    }

    .first-screen__form-img {
    width: 354px;
    height: 265px;
    position: absolute;
    left: 50%;
    top: -170px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none
}

@media (min-width:768px) {
    .first-screen__form-img {
        -webkit-animation: levitationMockup;
        animation: levitationMockup;
        -webkit-animation-duration: 3.5s;
        animation-duration: 3.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
}

@media (max-width:1300px) {
    .first-screen__form-img {
        width: 273px;
        top: -129px;
        height: 204px
    }
}

@media (max-width:767px) {
    .first-screen__form-img {
        transform: translateX(calc(-50% - 5px)) rotate(-10.49deg)
    }
}

.first-screen__form-promt {
    font-size: 15px;
    width: 250px;
    position: absolute;
    right: calc(100% + 15px);
    bottom: 25px
}

@media (max-width:1300px) {
    .first-screen__form-promt {
        bottom: 0
    }
}

@media (max-width:767px) {
    .first-screen__form-promt {
        display: none
    }
}

.first-screen__form-promt-icon {
    content: "";
    display: inline-block;
    background-image: url(../../../images/complexes/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 10px;
    vertical-align: middle
}

.first-screen__form-promt-text {
    padding-right: 5px
}

.first-screen__form-bottom {
    font-size: 10px;
    color: rgba(36, 38, 41, .5);
    text-align: center;
    margin-top: 10px
}

@media (min-width:768px) {
    .first-screen__form-bottom {
        display: none
    }
}

.first-screen__form [form-wrapp] {
    width: 100%
}

.first-screen__form .popup__form {
    margin-top: 0;
    width: 100%
}

@media (max-width:1300px) {
    .first-screen__form .popup__form button,
    .first-screen__form .popup__form input {
        font-size: 12px;
        height: 43px
    }

        .first-screen__form .popup__form button[name=first-form],
        .first-screen__form .popup__form input[name=first-form] {
            font-size: 12px !important
        }

    .first-screen__form .popup__form button {
        padding-top: 0;
        padding-bottom: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.first-screen__form.download {
    margin-top: 20px;
    text-align: center
}

.first-screen--mockup_is_hidden .first-screen__form {
    padding-top: 20px
}

.first-screen--mockup_is_hidden .first-screen__form-header {
    padding: 20px 29px 0
}

@media (max-width:767px) {
    .first-screen--mockup_is_hidden .first-screen__finner {
        position: static;
        padding: 30px 10px 20px
    }
}

.project-gallery {
    margin-top: 33px;
    display: block
}

@media (max-width:767px) {
    .project-gallery {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.project-gallery__menu {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto;
    padding-top: 2px;
    scrollbar-width: none
}

.site-block__title.list {
    max-width: 400px !important
}

@media (max-width:767px) {
    .project-gallery__menu {
        padding-left: 50px
    }
}

.project-gallery__menu::-webkit-scrollbar {
    display: none
}

.project-gallery__menu-wrapp {
    width: 500px;
    position: relative
}

    .project-gallery__menu-wrapp:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 130px;
        height: 100%;
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
        pointer-events: none
    }

@media (max-width:1300px) {
    .project-gallery__menu-wrapp {
        width: 100%
    }
}

@media (max-width:767px) {
    .project-gallery__menu-wrapp {
        margin-left: -20px;
        width: calc(100% + 40px)
    }

        .project-gallery__menu-wrapp:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: calc(100% + 2px);
            background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 64%);
            pointer-events: none;
            z-index: 1
        }
}

.project-gallery__menu-item {
    display: flex;
    text-decoration: none;
    color: rgba(36, 38, 41, .2);
    font-size: 24px;
    transition: .3s;
    position: relative;
    text-transform: uppercase
}

@media (max-width:767px) {
    .project-gallery__menu-item {
        font-size: 16px
    }
}

.project-gallery__menu-item span {
    position: relative;
    box-sizing: border-box;
    white-space: nowrap
}

    .project-gallery__menu-item span:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #242629;
        opacity: .8;
        transition: .3s ease-out
    }

.project-gallery__menu-item sup {
    display: inline-block;
    color: #47609c;
    font-size: 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(200%);
    will-change: opacity, top;
    transition: .3s
}

@media (max-width:767px) {
    .project-gallery__menu-item sup {
        font-size: 10px;
        top: 3px
    }
}

.project-gallery__menu-item.active,
.project-gallery__menu-item:hover {
    color: #242629
}

    .project-gallery__menu-item.active span:after {
        left: 0;
        width: 100%
    }

    .project-gallery__menu-item.active sup {
        opacity: 1;
        top: 5px
    }

.project-gallery__menu-item-wrapp:last-child {
    padding-right: 105px
}

.project-gallery__menu-item-wrapp:not(:first-child) {
    margin-left: 55px
}

@media (max-width:767px) {
    .project-gallery__menu-item-wrapp:not(:first-child) {
        margin-left: 22px
    }

    .project-gallery__menu-item-wrapp:last-child {
        padding-right: 40px
    }
}

.project-gallery__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    position: relative
}

@media (max-width:767px) {
    .project-gallery__grid {
        margin-left: -10px
    }
}

@media (max-width:413px) {
    .project-gallery__grid {
        margin-left: -7px
    }
}

.project-gallery__grid[data-items-count="3"] .project-gallery__grid-item:nth-child(3) {
    width: calc(80% - 20px)
}

@media (max-width:767px) {
    .project-gallery__grid[data-items-count="3"] .project-gallery__grid-item:nth-child(3) {
        width: 100%
    }
}

.project-gallery__grid[data-items-count="1"] .project-gallery__grid-item:first-child {
    width: calc(80% - 20px)
}

.project-gallery__grid[data-items-count="2"] .project-gallery__grid-item:first-child {
    width: calc(40% - 20px)
}

.project-gallery__grid-item {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 28.572%;
    width: calc(40% - 20px);
    position: relative;
    transition: filter .3s;
    cursor: pointer
}

    .project-gallery__grid-item:nth-child(n+5) {
        display: none
    }

    .project-gallery__grid-item:last-child {
        display: block
    }

    .project-gallery__grid-item:hover {
        filter: drop-shadow(0 20px 20px rgba(71, 96, 156, .1))
    }

    .project-gallery__grid-item:first-child {
        width: calc(60% - 20px)
    }

    .project-gallery__grid-item:last-child {
        width: calc(20% - 20px)
    }

@media (max-width:1300px) {
    .project-gallery__grid-item {
        padding-bottom: 25.512%
    }
}

@media (max-width:767px) {
    .project-gallery__grid-item {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 37.5%;
        padding-bottom: 39.063%
    }

        .project-gallery__grid-item:first-child,
        .project-gallery__grid-item:nth-child(4) {
            width: 57.295%
        }

        .project-gallery__grid-item:last-child {
            width: 100%
        }
}

@media (max-width:413px) {
    .project-gallery__grid-item {
        margin-left: 7px;
        width: 37.5%;
        padding-bottom: 37.242%
    }

        .project-gallery__grid-item:first-child,
        .project-gallery__grid-item:nth-child(4) {
            width: 56.9%
        }

        .project-gallery__grid-item:last-child {
            width: 100%
        }
}

.project-gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #242629)
}

@media (max-width:1300px) {
    .project-gallery__img {
        border-radius: 20px
    }
}

.project-gallery__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.project-gallery__btn {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:767px) {
    .project-gallery__btn {
        padding-top: 10px;
        justify-content: flex-start
    }
}

.project-gallery__btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24%;
    flex: 0 0 calc(50% - 10px)
}

@media (max-width:1300px) {
    .project-gallery__btn .btn {
        border-radius: 35px;
        flex: 0 0 calc(50% - 5px)
    }
}

@media (max-width:767px) {
    .project-gallery__btn .btn {
        font-size: 16px;
        flex: 0 0 52px
    }

        .project-gallery__btn .btn:first-child {
            margin-bottom: 10px
        }
}

.project-gallery__btn-download.btn {
    border: none
}

.project-gallery .site-block__title {
    max-width: 230px
}

@media (min-width:1301px) {
    .project-gallery .site-block__title {
        margin-right: 88px
    }
}

@media (max-width:1300px) {
    .project-gallery .site-block__title {
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:1300px) {
    .project-gallery .site-block__row {
        display: block
    }
}

@media (max-width:1300px) {
    .expert-slider {
        padding-bottom: 1px;
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .expert-slider {
        margin-bottom: 70px
    }
}

@media (max-width:350px) {
    .expert-slider {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .expert-slider .site-block__row {
        display: flex
    }
}

.expert-slider__baloon {
    font-size: 20px;
    color: #919294;
    border: 1px solid #c8c8c9;
    border-radius: 30px 30px 30px 0;
    padding: 20px 30px;
    margin-left: 30px
}

@media (max-width:1300px) {
    .expert-slider__baloon {
        font-size: 15px;
        padding: 17px 29px
    }
}

@media (max-width:767px) {
    .expert-slider__baloon {
        font-size: 12px;
        padding: 10px 20px;
        margin-left: 20px;
        max-width: 120px;
        border-radius: 20px 20px 20px 0
    }
}

@media (max-width:375px) {
    .expert-slider__baloon {
        max-width: 102px;
        margin-left: 15px;
        padding: 10px
    }
}

.expert-slider__frame {
    position: relative;
    z-index: 1
}

    .expert-slider__frame:after,
    .expert-slider__frame:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #242629;
        border-radius: 35px;
        pointer-events: none
    }

@media (max-width:767px) {
    .expert-slider__frame:after,
    .expert-slider__frame:before {
        display: none
    }
}

.expert-slider__frame:before {
    opacity: .4;
    top: 4px;
    left: 4px
}

.expert-slider__frame:after {
    opacity: .2;
    top: 10px;
    left: 10px
}

.expert-slider__wrapp {
    margin-bottom: 80px
}

    .expert-slider__wrapp .flickity-viewport {
        border-radius: 35px;
        overflow: hidden;
        background-color: #242629;
        -webkit-mask-image: -webkit-radial-gradient(#fff, #242629)
    }

    .expert-slider__wrapp .flickity-page-dots {
        text-align: left;
        counter-reset: a;
        top: calc(100% + 40px)
    }

@media (max-width:767px) {
    .expert-slider__wrapp .flickity-page-dots {
        top: calc(100% + 30px);
        left: 30px;
        width: calc(100% - 60px)
    }
}

@media (max-width:375px) {
    .expert-slider__wrapp .flickity-page-dots {
        width: 100%;
        left: 0
    }
}

.expert-slider__wrapp .flickity-page-dots .dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #242629;
    border-radius: 50px;
    font-size: 16px;
    background-color: transparent;
    color: #242629;
    opacity: 1;
    margin: 0 11px 0 0;
    transition: .3s
}

    .expert-slider__wrapp .flickity-page-dots .dot:hover {
        border: 1px solid rgba(36, 38, 41, .1);
        background-color: #d2d4d7
    }

@media (max-width:767px) {
    .expert-slider__wrapp .flickity-page-dots .dot {
        margin: 0 14px 0 0
    }
}

@media (max-width:375px) {
    .expert-slider__wrapp .flickity-page-dots .dot {
        margin: 0 7px 0 0
    }
}

.expert-slider__wrapp .flickity-page-dots .dot:last-child {
    margin: 0
}

.expert-slider__wrapp .flickity-page-dots .dot.is-selected {
    background-color: #242629;
    color: #fff
}

.expert-slider__wrapp .flickity-page-dots .dot:after {
    content: counter(a);
    counter-increment: a
}

.expert-slider__wrapp-edit .expert-slider__item {
    position: relative;
    padding: 20px 20px 60px;
    margin: 5px 0;
    border-radius: 15px
}

.expert-slider__wrapp-edit .expert-slider__item-title {
    min-width: 30%;
    max-width: 30%
}

.expert-slider__wrapp-edit .expert-slider__item-right {
    display: none
}

.expert-slider__wrapp-edit .expert-slider__item-left {
    display: flex
}

.expert-slider__wrapp-edit .expert-slider__control-block {
    position: absolute;
    top: 10px;
    right: 10px
}

.expert-slider__wrapp-edit .about-select-expert {
    bottom: 10px
}

.expert-slider__item {
    background-color: #242629;
    padding: 60px 60px 60px;
    color: #fff;
    display: flex;
    width: 100%;
    border-radius: 30px
}

@media (max-width:1300px) {
    .expert-slider__item {
        padding: 60px 79px;
        align-items: center
    }
}

@media (max-width:767px) {
    .expert-slider__item {
        padding: 40px 27px 30px 30px;
        display: block
    }
}

@media (max-width:375px) {
    .expert-slider__item {
        padding: 30px 20px 20px
    }
}

.expert-slider__item-left {
    margin-right: 27px
}

@media (max-width:1300px) {
    .expert-slider__item-left {
        margin-right: 45px
    }
}

@media (max-width:767px) {
    .expert-slider__item-left {
        margin-right: 0;
        margin-bottom: 40px
    }
}

@media (max-width:375px) {
    .expert-slider__item-left {
        margin-bottom: 30px
    }
}

.expert-slider__item-right {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:767px) {
    .expert-slider__item-right {
        flex-direction: row
    }
}

.expert-slider__item-title {
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 394px
}

@media (max-width:1300px) {
    .expert-slider__item-title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .expert-slider__item-title {
        font-size: 25px
    }
}

.expert-slider__item-desc {
    font-size: 18px;
    line-height: 1.5
}

@media (max-width:1300px) {
    .expert-slider__item-desc {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .expert-slider__item-desc {
        font-size: 16px
    }
}

.expert-slider__item-expert {
    text-align: center
}

@media (max-width:767px) {
    .expert-slider__item-expert {
        text-align: left;
        margin-left: 18px
    }
}

.expert-slider__item-name {
    font-size: 20px;
    font-weight: 600
}

@media (max-width:1300px) {
    .expert-slider__item-name {
        font-size: 15px
    }
}

.expert-slider__item-position {
    font-size: 15px
}

@media (max-width:1300px) {
    .expert-slider__item-position {
        font-size: 12px
    }
}

.expert-slider__item-img {
    width: 189px;
    height: 189px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 27px
}

    .expert-slider__item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

@media (max-width:1300px) {
    .expert-slider__item-img {
        width: 137px;
        height: 137px;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .expert-slider__item-img {
        width: 64px;
        height: 64px;
        border: 2px solid #fff;
        margin-bottom: 0
    }
}

.expert-slider_white .expert-slider__item {
    background-color: #fff;
    color: #242629
}

.expert-slider_white .expert-slider__item-title {
    color: #47609c
}

.expert-slider_white .expert-slider__wrapp {
    background-color: transparent;
    border: 1px solid #47609c;
    border-radius: 35px
}

    .expert-slider_white .expert-slider__wrapp .flickity-viewport {
        background-color: #fff;
        -webkit-mask-image: -webkit-radial-gradient(#fff, #fff);
        z-index: 1
    }

    .expert-slider_white .expert-slider__wrapp .flickity-page-dots .dot {
        border: 1px solid #47609c;
        color: #47609c
    }

        .expert-slider_white .expert-slider__wrapp .flickity-page-dots .dot:hover {
            border: 1px solid rgba(71, 96, 156, .3);
            background-color: rgba(71, 96, 156, .1)
        }

        .expert-slider_white .expert-slider__wrapp .flickity-page-dots .dot.is-selected {
            background-color: #47609c;
            color: #fff;
            filter: drop-shadow(0 10px 15px rgba(71, 96, 156, .2))
        }

@media (max-width:767px) {
    .layouts {
        margin-bottom: 70px
    }
}

@media (max-width:375px) {
    .layouts {
        margin-bottom: 60px
    }
}

.layouts .site-block__subtitle {
    margin-right: -30px
}

.layouts__wrapp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.layouts__wrapp_filter {
    display: block
}

@media (max-width:767px) {
    .layouts__wrapp {
        flex-direction: column-reverse;
        align-items: unset
    }
}

.layouts__wrapp.hidden {
    display: none
}

.layouts__wrapp.animate-hidden {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.layouts__items,
.layouts__wrapp.animate-hidden {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.layouts__items {
    flex: 0 0 505px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width:1300px) {
    .layouts__items {
        flex: 0 0 372px
    }
}

@media (max-width:767px) {
    .layouts__items {
        width: 100%;
        margin-top: 30px;
        border: none
    }
}

@media (max-width:375px) {
    .layouts__items {
        margin-top: 40px
    }
}

.layouts__item {
    border-radius: 35px;
    border: 1px solid rgba(71, 96, 156, .3);
    padding: 20px 50px 30px
}

.layouts__item_hidden {
    display: none
}

.layouts__item_animate-hidden {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.layouts__item_placeholder {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 505px;
    height: 630px
}

@media (max-width:1300px) {
    .layouts__item_placeholder {
        width: 372px;
        height: 442px
    }
}

@media (max-width:767px) {
    .layouts__item_placeholder {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

.layouts__item-sofa {
    position: absolute;
    top: 22px;
    left: -193px;
    width: 484px;
    height: 401px;
    max-width: 100%
}

@media (max-width:1300px) {
    .layouts__item-sofa {
        width: 283px;
        height: auto;
        top: 45px;
        left: -81px
    }
}

@media (max-width:767px) {
    .layouts__item-sofa {
        left: -50px
    }
}

@media (max-width:375px) {
    .layouts__item-sofa {
        left: -57px
    }
}

.layouts__item-plant {
    position: absolute;
    top: 100px;
    right: 50px;
    width: 130px;
    height: 150px;
    max-width: 100%
}

@media (max-width:1300px) {
    .layouts__item-plant {
        width: 120px;
        height: auto;
        top: 62px;
        right: 35px
    }
}

@media (max-width:767px) {
    .layouts__item-plant {
        right: 26px
    }
}

@media (max-width:1300px) {
    .layouts__item-plant {
        right: 14px
    }
}

.layouts__item-content {
    text-align: center
}

.layouts__item-title {
    font-size: 35px;
    max-width: 280px;
    line-height: 1;
    margin-bottom: 10px
}

@media (max-width:1300px) {
    .layouts__item-title {
        font-size: 30px
    }
}

.layouts__item-subtitle {
    font-size: 20px;
    margin-bottom: 70px;
    max-width: 280px;
    line-height: 1.1
}

@media (max-width:1300px) {
    .layouts__item-subtitle {
        margin-bottom: 20px;
        font-size: 16px
    }
}

@media (max-width:1300px) {
    .layouts__item-btn {
        font-size: 16px
    }
}

.layouts__item-img {
    position: relative;
    padding-bottom: 59%
}

    .layouts__item-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%
    }

@media (max-width:1300px) {
    .layouts__item-img {
        margin: 0 20px
    }
}

.layouts__item-article {
    margin-top: 47px;
    padding: 0
}

.layouts__item-article-head {
    display: flex;
    justify-content: space-between
}

@media (max-width:1300px) {
    .layouts__item-article {
        margin-top: 23px
    }
}

@media (max-width:450px) {
    .layouts__item-article {
        padding: 0
    }
}

.layouts__item-price-currency {
    font-size: 30px
}

.layouts__item-price-space {
    font-size: 15px;
    opacity: .5
}

@media (max-width:1300px) {
    .layouts__item-price-currency {
        font-size: 20px
    }

    .layouts__item-price-space {
        font-size: 12px
    }
}

@media (max-width:375px) {
    .layouts__item-price-currency {
        font-size: 16px
    }
}

.layouts__item-space {
    font-size: 30px
}

@media (max-width:1300px) {
    .layouts__item-space {
        font-size: 20px
    }
}

@media (max-width:375px) {
    .layouts__item-space {
        font-size: 16px
    }
}

.layouts__item-desc {
    font-size: 20px;
    margin: 20px 0 40px;
    max-width: 265px;
    min-height: 48px
}

@media (max-width:1300px) {
    .layouts__item-desc {
        font-size: 12px;
        margin: 14px 0 28px
    }
}

.layouts__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 20px
}

    .layouts__item-bottom .btn {
        font-size: 20px;
        padding: 17px 30px;
        max-height: 60px;
        width: 100%
    }

@media (max-width:1300px) {
    .layouts__item-bottom {
        padding: 0 30px
    }

        .layouts__item-bottom .btn {
            font-size: 15px;
            padding: 15px;
            width: 100%
        }
}

@media (max-width:375px) {
    .layouts__item-bottom {
        font-size: 16px;
        padding: 0 20px
    }
}

@media (min-width:1301px) {
    .layouts__item-mobile {
        display: none
    }
}

@media (max-width:1300px) {
    .layouts__item-desktop {
        display: none
    }
}

.layouts__item-schema_notice {
    margin-top: 20px;
    opacity: .5;
    position: relative
}

.layouts__item-schema_notice-icon {
    position: absolute;
    top: 0;
    opacity: .5;
    left: -25px
}

.layouts__soc .icon {
    width: 30px;
    height: 30px
}

    .layouts__soc .icon:not(:first-child) {
        margin-left: 22px
    }

@media (max-width:1300px) {
    .layouts__soc {
        display: none
    }
}

.layouts__right {
    flex: 0 0 400px;
    padding-top: 24px
}

@media (max-width:1300px) {
    .layouts__right {
        flex: 0 0 294px;
        margin-left: 20px
    }

        .layouts__right .btn {
            font-size: 15px;
            padding: 15px 0
        }
}

@media (max-width:767px) {
    .layouts__right {
        flex: 0 0 auto;
        margin: 0
    }

        .layouts__right .btn {
            margin: 0 30px;
            width: calc(100% - 60px)
        }
}

@media (max-width:375px) {
    .layouts__right {
        padding-top: 0
    }

        .layouts__right .btn {
            width: 100%;
            margin: 0
        }
}

.layouts__filter {
    margin-bottom: 40px;
    padding-right: 20px;
    opacity: 0;
    display: flex
}

@media (max-width:1300px) {
    .layouts__filter {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .layouts__filter {
        padding: 0 30px;
        justify-content: unset;
        max-width: unset !important;
        min-height: 50px
    }
}

@media (max-width:375px) {
    .layouts__filter {
        padding: 0 20px
    }
}

.layouts__filter-item {
    display: flex;
    color: #d3d4d4;
    font-size: 35px;
    position: relative;
    cursor: pointer
}

.layouts__filter-item-add {
    display: none;
    position: absolute;
    border: 1px solid #e9e9e9;
    border-radius: 35px;
    font-size: 15px;
    width: 160px;
    text-align: center;
    padding: 5px 10px;
    z-index: 123;
    background: #fff;
    bottom: 100%;
    left: -75px;
    color: #47609c;
    box-shadow: 2px 2px hsla(0, 0%, 75.7%, .38823529411764707)
}

    .layouts__filter-item-add:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        top: 21px;
        left: 50%;
        background-color: #fff;
        transform: rotate(45deg)
    }

    .layouts__filter-item-add:hover,
    .layouts__filter-item:not(.active):hover .layouts__filter-item-add {
        display: block
    }

.layouts__filter-item:not(:first-child) {
    margin-left: auto
}

@media (max-width:1300px) {
    .layouts__filter-item {
        font-size: 25px
    }
}

@media (max-width:767px) {
    .layouts__filter-item {
        font-size: 25px;
        max-height: 35px;
        width: unset
    }
}

@media (max-width:375px) {
    .layouts__filter-item {
        font-size: 20px
    }
}

.layouts__filter-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #47609c;
    bottom: 0;
    left: 0;
    transition: .3s
}

.layouts__filter-item-num {
    transition: .3s;
    margin-right: 0
}

.layouts__filter-item-text {
    position: relative
}

    .layouts__filter-item-text:after {
        content: attr(data-count);
        color: #242629;
        font-size: 15px;
        position: absolute;
        left: 100%;
        top: 0;
        opacity: 0;
        transition: .3s;
        will-change: opacity, transform;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@media (max-width:1300px) {
    .layouts__filter-item-text:after {
        top: -5px
    }
}

@media (max-width:375px) {
    .layouts__filter-item-text:after {
        font-size: 12px
    }
}

.layouts__filter-item.active {
    color: #47609c;
    opacity: 1;
    padding-right: 17px
}

@media (max-width:767px) {
    .layouts__filter-item.active:last-child {
        margin-left: 0 !important
    }
}

@media (max-width:375px) {
    .layouts__filter-item.active:not(:last-child) {
        margin-right: 0
    }
}

.layouts__filter-item.active:after {
    width: calc(100% - 20px)
}

.layouts__filter-item.active .layouts__filter-item-num {
    margin-right: 12px
}

@media (max-width:1300px) {
    .layouts__filter-item.active .layouts__filter-item-num {
        margin-right: 8px
    }
}

.layouts__filter-item.active .layouts__filter-item-num {
    margin-right: 3px
}

.layouts__filter-item.active:not(.first) .layouts__filter-item-num_studio {
    display: none
}

.layouts__filter-item.last {
    margin-left: 0;
    padding-left: 10px
}

@media (max-width:767px) {
    .layouts__filter-item.last {
        margin-right: 15px
    }
}

.layouts__filter-item.last .layouts__filter-item-text:after {
    content: attr(data-count-all)
}

.layouts__filter-item.not-last {
    padding-right: 0;
    margin-left: 0;
    padding-left: 10px
}

    .layouts__filter-item.not-last:after {
        width: 100%
    }

    .layouts__filter-item.not-last .layouts__filter-item-text,
    .layouts__filter-item.not-last .layouts__filter-item-text:after {
        width: 0;
        overflow: hidden
    }

.layouts__filter-item.first {
    margin-left: 0;
    padding-left: 0
}

.layouts__filter-item:not(:first-child) {
    margin-left: unset
}

.layouts__filter-item:not(.active) {
    margin-left: auto
}

.layouts__filter-item:first-child {
    margin-left: unset
}

.layouts__filter-sep_and {
    font-size: 35px;
    position: relative;
    color: #47609c
}

    .layouts__filter-sep_and:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #47609c;
        bottom: 0;
        left: 0;
        transition: .3s
    }

@media (max-width:1300px) {
    .layouts__filter-sep_and .layouts__filter-sep_comma {
        font-size: 25px;
        color: #47609c
    }
}

@media (max-width:767px) {
    .layouts__filter-sep_and {
        max-height: 35px
    }
}

@media (max-width:375px) {
    .layouts__filter-sep_and {
        font-size: 20px
    }
}

.layouts__filter-sep_comma {
    font-size: 35px;
    position: relative;
    color: #47609c
}

    .layouts__filter-sep_comma:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #47609c;
        bottom: 0;
        left: 0;
        transition: .3s
    }

@media (max-width:1300px) {
    .layouts__filter-sep_comma .layouts__filter-sep_comma {
        font-size: 25px;
        color: #47609c
    }
}

@media (max-width:767px) {
    .layouts__filter-sep_comma {
        max-height: 35px
    }
}

@media (max-width:375px) {
    .layouts__filter-sep_comma {
        font-size: 20px
    }
}

@media (max-width:1300px) {
    .layouts__filter-pretext {
        font-size: 25px;
        color: #47609c
    }
}

@media (max-width:375px) {
    .layouts__filter-pretext {
        font-size: 20px
    }
}

.layouts__more-plan {
    margin-top: 100px
}

.layouts__more-plan-title {
    font-size: 20px;
    margin-bottom: 20px
}

.layouts__more-plan-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: -5px;
    display: none;
    grid-gap: 10px;
    transition: .3s;
    max-height: 460px
}

    .layouts__more-plan-grid.active {
        display: grid;
        position: relative;
        max-height: 460px;
        overflow-x: auto;
        padding: 25px;
        margin: -20px
    }

@media (max-width:767px) {
    .layouts__more-plan-grid {
        display: block;
        margin: 0
    }
}

.layouts__more-plan-grid_1 {
    grid-template-columns: 1fr
}

    .layouts__more-plan-grid_1 .layouts__more-plan-item {
        padding-bottom: 48.5%;
        max-width: 295px
    }

.layouts__more-plan-grid_2 {
    grid-template-columns: 1fr
}

    .layouts__more-plan-grid_2 .layouts__more-plan-item {
        padding-bottom: 39.8%;
        max-width: 242px
    }

.layouts__more-plan-item {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 65%;
    opacity: 1 !important;
    transition: .3s;
    will-change: border;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    position: relative
}

    .layouts__more-plan-item:hover {
        opacity: 1;
        border: 2px solid #47609c;
        border-radius: 4px
    }

    .layouts__more-plan-item.active {
        border: 2px solid #32477a
    }

        .layouts__more-plan-item.active .layouts__more-plan-item-overlay {
            display: none
        }

.layouts__more-plan-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #32477a;
    opacity: .1;
    border-radius: 4px
}

@media (max-width:767px) {
    .layouts__more-plan-item {
        display: flex;
        justify-content: space-between;
        opacity: 1;
        padding-bottom: 0
    }
}

@media (max-width:1300px) {
    .layouts__more-plan {
        margin-top: 54px
    }

    .layouts__more-plan-title {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .layouts__more-plan_desktop {
        display: none
    }
}

@media (min-width:768px) {
    .layouts__more-plan_mobile {
        display: none
    }
}

@media (max-width:767px) {
    .layouts__more-plan_mobile .block-container {
        padding: 0 0 0 20px
    }
}

.layouts__more-plan_mobile .layouts__more-plan-title {
    color: #47609c;
    font-size: 16px
}

.layouts__more-plan-img {
    flex: 46.82% 0 0
}

@media (max-width:375px) {
    .layouts__more-plan-img {
        flex: 44.62% 0 0
    }
}

.layouts__more-plan-desc {
    display: inline-flex;
    flex-direction: column;
    padding-top: 7px;
    padding-left: 15px
}

@media (max-width:375px) {
    .layouts__more-plan-desc {
        padding-top: 0
    }
}

.layouts__more-plan-price {
    font-size: 20px;
    margin-bottom: 5px
}

@media (max-width:375px) {
    .layouts__more-plan-price {
        font-size: 16px
    }
}

.layouts__more-plan-sprice {
    font-size: 12px;
    color: #919294
}

@media (max-width:375px) {
    .layouts__more-plan-sprice {
        display: none
    }
}

.layouts__more-plan-space {
    font-size: 20px;
    margin-top: 14px
}

@media (max-width:375px) {
    .layouts__more-plan-space {
        font-size: 16px;
        margin-top: 0
    }
}

.layouts__more-plan-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #32477a;
    border-radius: 50px;
    color: #fff;
    transform: translate(50%, -50%);
    padding: 2px 10px;
    z-index: 1
}

.layouts__expert {
    background-color: #f6f6f6;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    min-height: 340px
}

@media (max-width:835px) {
    .layouts__expert {
        flex-direction: column;
        padding: 0 20px
    }
}

.layouts__expert-list {
    padding: 30px 0;
    margin-right: 30px;
    width: calc(100% - 205px);
    max-width: 530px
}

@media (max-width:835px) {
    .layouts__expert-list {
        max-width: 100%;
        width: 100%;
        padding: 20px 0;
        margin: 0
    }
}

.layouts__expert-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    padding: 28.75px 40px 28.75px 28.75px;
    font-size: 20px
}

    .layouts__expert-item:hover {
        cursor: pointer
    }

    .layouts__expert-item:not(:last-child) {
        margin-bottom: 20px
    }

@media (max-width:835px) {
    .layouts__expert-item {
        border-radius: 20px;
        padding: 20px 25px
    }

        .layouts__expert-item:not(:last-child) {
            margin-bottom: 10px
        }
}

@media (max-width:375px) {
    .layouts__expert-item {
        padding: 20px 6px 20px 29px
    }
}

.layouts__expert-item-right {
    display: flex;
    align-items: center;
    width: calc(100% - 92px)
}

@media (max-width:1300px) {
    .layouts__expert-item-right {
        width: calc(100% - 130px)
    }
}

@media (max-width:835px) {
    .layouts__expert-item-right {
        width: auto;
        min-width: 110px;
        flex-direction: column;
        align-items: flex-start;
        margin-left: auto
    }
}

.layouts__expert .icon-plan {
    flex: 0 0 20px
}

@media (max-width:375px) {
    .layouts__expert .icon-plan {
        display: none
    }
}

.layouts__expert-room {
    margin-left: 25px;
    color: #47609c;
    flex: 0 105px
}

@media (max-width:835px) {
    .layouts__expert-room {
        font-size: 18px;
        flex: 0 0 90px;
        margin-left: 20px
    }
}

@media (max-width:375px) {
    .layouts__expert-room {
        font-size: 16px;
        margin-left: 0;
        flex: 76px
    }
}

.layouts__expert-space {
    flex: 0 0 120px;
    margin-left: auto;
    text-align: right
}

@media (max-width:1300px) {
    .layouts__expert-space {
        flex: 0 0 90px;
        font-size: 15px
    }
}

@media (max-width:835px) {
    .layouts__expert-space {
        font-size: 12px;
        flex: auto;
        margin: 0
    }
}

@media (max-width:375px) {
    .layouts__expert-space {
        font-size: 12px
    }
}

.layouts__expert-price {
    margin-left: 5px;
    flex: 0 0 189px;
    text-align: right
}

@media (max-width:1300px) {
    .layouts__expert-price {
        font-size: 15px;
        flex: 0 0 165px
    }
}

@media (max-width:835px) {
    .layouts__expert-price {
        font-size: 12px;
        flex: auto;
        margin: 0
    }
}

@media (max-width:375px) {
    .layouts__expert-price {
        font-size: 12px
    }
}

.layouts__expert-img {
    margin-top: auto;
    width: 205px;
    height: 290px;
    flex: 0 0 205px;
    position: relative
}

@media (max-width:835px) {
    .layouts__expert-img {
        width: 146px;
        height: 113px;
        flex: 0 0 113px;
        top: -50px
    }
}

@media (max-width:375px) {
    .layouts__expert-img {
        width: 143px;
        height: 110px;
        flex: 0 0 110px;
        top: -47px;
        right: 19px
    }
}

.layouts__expert-img-baloon {
    width: 150px;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 100%
}

@media (max-width:1300px) {
    .layouts__expert-img-baloon {
        display: none
    }
}

.layouts__schema-item {
    display: none
}

@media (max-width:767px) {
    .layouts__schema-item {
        border-radius: 35px;
        margin-bottom: 20px;
        border: 1px solid rgba(71, 96, 156, .3);
        position: relative;
        display: none
    }

        .layouts__schema-item.activeGroup {
            display: block
        }
}

.layouts__schema-item.active {
    display: block
}

.schema__selector {
    display: flex;
    margin-bottom: 40px
}

@media (max-width:1300px) {
    .schema__selector {
        margin-bottom: 20px
    }
}

.schema__selector-item {
    display: flex;
    color: #47609c;
    opacity: .5;
    font-size: 35px;
    position: relative;
    cursor: pointer
}

@media (max-width:1300px) {
    .schema__selector-item {
        font-size: 25px
    }
}

.schema__selector-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #47609c;
    bottom: 0;
    left: 0;
    transition: .3s
}

.schema__selector-item:not(:first-child) {
    margin-left: auto
}

.schema__selector-item.active {
    opacity: 1
}

.schema__selector-item.no-schemas {
    color: #d3d4d4;
    cursor: default;
    opacity: .5
}

.schema__selector-item-num {
    transition: .3s;
    margin-right: 0
}

.schema__selector-item-text {
    margin-left: 10px;
    display: none;
    position: relative
}

.schema__selector-item[data-schemas-group-selector="0"].active .schema__selector-item-num {
    display: none
}

.ps .ps__rail-y {
    opacity: .9
}

@media (max-width:767px) {
    .lots-list {
        display: block;
        margin-top: 35px
    }
}

.lots-list_mobile {
    display: none;
    margin-top: 30px
}

@media (max-width:767px) {
    .lots-list_mobile {
        display: block
    }
}

@media (max-width:375px) {
    .lots-list_mobile .container.container_mobile-min {
        padding: 0
    }
}

.lots-list__wrapp {
    background-color: #f6f6f6;
    border-radius: 35px;
    padding: 40px 0 50px
}

@media (max-width:767px) {
    .lots-list__wrapp {
        border-radius: 20px
    }
}

.lots-list__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 23px
}

@media (max-width:1200px) {
    .lots-list__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:760px) {
    .lots-list__grid {
        grid-template-columns: 1fr
    }
}

.lots-list__item {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 35px;
    cursor: pointer
}

.lots-list__item-bottom,
.lots-list__item-head {
    padding: 0 30px
}

.lots-list__item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px
}

@media (max-width:767px) {
    .lots-list__item-head {
        font-size: 15px
    }
}

@media (max-width:380px) {
    .lots-list__item-title {
        max-width: 100%
    }
}

.lots-list__item-area {
    color: #47609c;
    white-space: nowrap;
    background: #f3f4f6;
    border-radius: 10px;
    border: none;
    padding: 5px 10px
}

@media (max-width:380px) {
    .lots-list__item-area {
        font-size: 14px;
        padding: 6px 10px
    }
}

.lots-list__item-bottom {
    display: flex;
    justify-content: space-between
}

.lots-list__item-no-image {
    min-height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(71, 96, 156, .3);
    padding: 20px 15px;
    text-align: center;
    margin: 20px 0;
    border-radius: 10px
}

.lots-list__item-no-image_title {
    font-weight: 700;
    font-size: 20px
}

.lots-list__item-no-image_text {
    margin-top: 5px;
    font-size: 14px
}

.lots-list__item-no-image_link {
    margin-top: 15px;
    font-size: 14px;
    color: #06c;
    text-decoration: underline
}

.lots-list__item-img {
    margin: 21px 0 24px;
    width: 100%;
    min-height: 225px;
    position: relative
}

.lots-list__item-img-wrapp {
    padding: 0 21px
}

.lots-list__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.lots-list__item-price {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 2px
}

@media (max-width:380px) {
    .lots-list__item-price {
        font-size: 20px
    }
}

.lots-list__item-price-area {
    font-size: 15px;
    color: #919294;
    line-height: 1
}

@media (max-width:380px) {
    .lots-list__item-price-area {
        font-size: 14px
    }
}

.lots-list__item-lot_number {
    text-align: right;
    opacity: .5
}

.lots-list__bottom {
    margin-top: 50px;
    text-align: center
}

    .lots-list__bottom .btn {
        min-width: 405px
    }

@media (max-width:767px) {
    .lots-list__bottom .btn {
        width: 100%;
        min-width: 100%
    }
}

@media (max-width:380px) {
    .lots-list__bottom .btn {
        padding-left: 0;
        padding-right: 0
    }
}

.finishing {
    display: block
}

@media (max-width:767px) {
    .finishing {
        margin-bottom: 80px
    }
}

@media (max-width:375px) {
    .finishing {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .finishing .site-block__title {
        margin-bottom: 20px
    }
}

.finishing__grid + .finishing__grid {
    padding-top: 20px
}

.finishing__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

@media (max-width:767px) {
    .finishing__grid {
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
}

.finishing__grid_1 {
    display: block
}

    .finishing__grid_1 .finishing__grid-item {
        padding-bottom: 0
    }

    .finishing__grid_1 .finishing__img {
        position: static
    }

.finishing__grid_3 {
    grid-template-areas: "one two" "full full"
}

@media (max-width:767px) {
    .finishing__grid_3 {
        grid-template-areas: "one" "two" "full"
    }
}

.finishing__grid_3 .finishing__grid-item:first-child {
    grid-area: one;
    min-height: 400px;
    padding-bottom: 0
}

.finishing__grid_3 .finishing__grid-item:nth-child(2) {
    grid-area: two;
    min-height: 400px;
    padding-bottom: 0
}

.finishing__grid_3 .finishing__grid-item:nth-child(3) {
    grid-area: full;
    padding-bottom: 38.835%
}

@media (max-width:767px) {
    .finishing__grid_3 .finishing__grid-item {
        padding-bottom: 53.48% !important
    }
}

.finishing__grid-item {
    border-radius: 35px;
    overflow: hidden;
    position: relative
}

@media (max-width:375px) {
    .finishing__grid-item {
        border-radius: 20px
    }
}

.finishing__grid-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.finishing__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0
}

.finishing__img-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    line-height: normal
}

@media (max-width:375px) {
    .finishing__img-control {
        top: 10px;
        right: 10px
    }
}

.finishing__img-control > div,
.finishing__img-control button {
    background-color: #fff;
    border-radius: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47609c;
    font-size: 16px
}

@media (max-width:767px) {
    .finishing__img-control > div,
    .finishing__img-control button {
        height: 36px
    }
}

@media (max-width:375px) {
    .finishing__img-control > div,
    .finishing__img-control button {
        height: 32px;
        font-size: 12px
    }
}

.finishing__img-type {
    padding: 0 20px
}

@media (max-width:767px) {
    .finishing__img-type {
        padding: 0 16px
    }
}

.finishing__img-btn {
    width: 40px;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer
}

@media (max-width:767px) {
    .finishing__img-btn {
        width: 36px
    }
}

@media (max-width:375px) {
    .finishing__img-btn {
        width: 32px
    }
}

.finishing__img-btn:after,
.finishing__img-btn:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #47609c;
    top: 50%;
    left: 50%;
    margin-left: -10px
}

@media (max-width:375px) {
    .finishing__img-btn:after,
    .finishing__img-btn:before {
        width: 16px;
        margin-left: -8px
    }
}

.finishing__img-btn:after {
    transform: rotate(90deg)
}

.finishing__images {
    display: none
}

.others-project__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 20px
}

@media (max-width:767px) {
    .others-project__grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:1200px) {
    .others-project__grid-container {
        max-width: 100%
    }
}

@media (max-width:350px) {
    .others-project__grid-container {
        padding: 0
    }
}

.others-project__grid-item {
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    line-height: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #242629)
}

@media (max-width:767px) {
    .others-project__grid-item {
        border-radius: 20px
    }
}

.others-project__grid-item_slider .others-project__card {
    width: 100%
}

.others-project__grid-item_slider .others-project__control {
    pointer-events: none
}

.others-project__grid-item_slider .others-project__control-left,
.others-project__wrapp {
    height: 100%
}

    .others-project__wrapp .flickity-viewport {
        height: 100% !important
    }

    .others-project__wrapp .flickity-page-dots {
        bottom: 36px;
        text-align: right;
        padding-right: 20px
    }

@media (max-width:767px) {
    .others-project__wrapp .flickity-page-dots {
        bottom: unset;
        top: 32px
    }
}

.others-project__wrapp .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    transition: .3s;
    border-radius: 50px
}

    .others-project__wrapp .flickity-page-dots .dot.is-selected {
        width: 24px
    }

.others-project__card {
    height: 239px
}

@media (max-width:350px) {
    .others-project__card {
        height: 200px
    }
}

.others-project__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.others-project__control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px
}

@media (max-width:767px) {
    .others-project__control {
        flex-direction: column-reverse
    }
}

.others-project__control-area,
.others-project__control-name,
.others-project__control-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #47609c;
    background-color: #fff;
    border-radius: 50px;
    line-height: 2;
    height: 40px;
    padding: 0 20px;
    font-size: 0;
    grid-gap: 3px
}

.others-project__control-name {
    font-size: 16px
}

.others-project__control-area,
.others-project__control-price {
    font-size: 14px
}

.others-project__control-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 5px
}

@media (max-width:767px) {
    .others-project__control-left {
        align-self: flex-start
    }
}

.others-project__control-right .btn {
    font-size: 14px;
    line-height: 2;
    padding: 6px 27px
}

.others-project__control-bottom {
    display: flex;
    align-items: center
}

.infrastructure {
    overflow: hidden
}

@media (max-width:767px) {
    .infrastructure {
        margin-bottom: 120px
    }

        .infrastructure .site-block__row {
            margin-bottom: 20px
        }
}

.infrastructure__menu {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 68px;
    position: relative;
    overflow-x: auto;
    justify-content: center;
}

@media (max-width:767px) {
    .infrastructure__menu {
        margin-bottom: 32px;
        padding-left: 50px
    }
}

.infrastructure__menu::-webkit-scrollbar {
    display: none
}

.infrastructure__menu-wrapp {
    width: calc(100% + 150px);
    position: relative
}

@media (max-width:767px) {
    .infrastructure__menu-wrapp {
        margin-left: -20px;
        width: calc(100% + 40px);
        box-sizing: border-box
    }

        .infrastructure__menu-wrapp:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: calc(100% + 2px);
            background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 64%);
            pointer-events: none;
            z-index: 1
        }
}

.infrastructure__menu-item {
    font-size: 25px;
    color: #47609c;
    text-decoration: none;
    opacity: .4;
    transition: .3s;
    will-change: opacity;
    white-space: nowrap;
    position: relative
}

    .infrastructure__menu-item.list {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        opacity: 1;
        transition: .3s;
        will-change: opacity;
        white-space: nowrap;
        position: relative
    }

@media (max-width:767px) {
    .infrastructure__menu-item {
        font-size: 16px
    }
}

.infrastructure__menu-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #47609c;
    transition: .3s ease-out
}

.infrastructure__menu-item.active {
    opacity: 1
}

    .infrastructure__menu-item.active:after {
        width: 100%;
        left: 0
    }

.infrastructure__menu-item-wrapp:last-child {
    padding-right: 137px
}

.infrastructure__menu-item-wrapp:not(:first-child) {
    margin-left: 78px
}

@media (max-width:767px) {
    .infrastructure__menu-item-wrapp:not(:first-child) {
        margin-left: 25px
    }
}

.infrastructure__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "first first first two two" "three three four four four"
}

    .infrastructure__grid.list {
        display: block
    }

@media (max-width:767px) {
    .infrastructure__grid {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px
    }
}

.infrastructure__grid[data-count="1"]:not(.infrastructure__grid--with_text) {
    grid-template-areas: "first first first first first"
}

    .infrastructure__grid[data-count="1"]:not(.infrastructure__grid--with_text) img {
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .infrastructure__grid[data-count="1"]:not(.infrastructure__grid--with_text) .infrastructure__grid-item {
        padding-bottom: 29.127%
    }

.infrastructure__grid-item {
    border-radius: 35px;
    overflow: hidden;
    position: relative
}

    .infrastructure__grid-item:first-child {
        grid-area: first;
        padding-bottom: 58%
    }

    .infrastructure__grid-item:nth-child(2) {
        grid-area: two
    }

    .infrastructure__grid-item:nth-child(3) {
        grid-area: three;
        padding-bottom: 75%
    }

    .infrastructure__grid-item:nth-child(4) {
        grid-area: four;
        padding-bottom: 49.182%
    }

@media (max-width:767px) {
    .infrastructure__grid-item {
        width: 100%
    }

        .infrastructure__grid-item:first-child {
            padding-bottom: 40.11%
        }

        .infrastructure__grid-item:nth-child(3) {
            padding-bottom: 40.11%;
            width: 38.503%
        }

        .infrastructure__grid-item:nth-child(4) {
            width: 58.824%;
            padding-bottom: 0
        }
}

@media (max-width:450px) {
    .infrastructure__grid-item:first-child {
        padding-bottom: 70.11%
    }

        .infrastructure__grid-item:first-child img {
            -o-object-fit: cover;
            object-fit: cover
        }
}

@media (max-width:413px) {
    .infrastructure__grid-item:nth-child(4) {
        width: 57%
    }
}

.infrastructure__grid-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

    .infrastructure__grid-img:hover {
        cursor: pointer
    }

.infrastructure__grid-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 50px;
    background-color: #f6f6f6
}

@media (max-width:1300px) {
    .infrastructure__grid-desc {
        font-size: 15px;
        padding: 30px 30px 40px
    }
}

@media (max-width:767px) {
    .infrastructure__grid-desc {
        font-size: 16px;
        position: relative
    }
}

.ww-block-constructor__list-item-wrapper .grid_images {
    display: block;
    margin-bottom: 0
}

.ww-block-constructor__list-item-wrapper .grid_images__buttons-block {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px
}

.ww-block-constructor__list-item-wrapper .grid_images__add-block {
    min-height: 70px;
    background: none;
    margin: 0;
    width: 100%
}

.ww-block-constructor__list-item-wrapper .grid_images__text {
    width: calc(100% - 20px);
    height: 120px;
    border-radius: 5px;
    padding: 15px;
    line-height: normal;
    font-size: 14px;
    background: #f8fafc;
    margin: 0 10px;
    box-sizing: border-box;
    min-height: 120px;
    max-height: 200px;
    border: 1px solid #e9e9e9
}

.ww-block-constructor__list-item-wrapper .grid_images__text-block {
    padding: 10px 0 0;
    border-top: 1px dashed #dfdfdf;
    position: relative
}

.ww-block-constructor__list-item-wrapper .grid_images__text-block-remove {
    position: absolute;
    right: 15px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px
}

    .ww-block-constructor__list-item-wrapper .grid_images__text-block-remove:hover {
        cursor: pointer
    }

.ww-block-constructor__list-item-wrapper .grid_images__text-blocks {
    max-height: 330px;
    overflow-y: auto
}

.ww-block-constructor__list-item-wrapper .grid_images__text-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    margin: 0
}

.ww-block-constructor__list-item-wrapper .grid_images__text-add {
    font-size: 13px;
    height: auto;
    min-height: auto;
    border: none;
    background: #eaf2ff;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    border-radius: 3px
}

    .ww-block-constructor__list-item-wrapper .grid_images__text-add:hover {
        background: #e6efff;
        text-decoration: none
    }

.ww-block-constructor__list-item-wrapper .grid_images__text-notice {
    font-size: 12px;
    margin: -5px 0 5px 10px
}

    .ww-block-constructor__list-item-wrapper .grid_images__text-notice.length_notice--max {
        color: red
    }

.ww-block-constructor__list-item-wrapper .grid_images__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .ww-block-constructor__list-item-wrapper .grid_images__grid {
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
}

.ww-block-constructor__list-item-wrapper .grid_images__grid-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .19)
}

@media (max-width:375px) {
    .ww-block-constructor__list-item-wrapper .grid_images__grid-item {
        border-radius: 20px
    }
}

.ww-block-constructor__list-item-wrapper .grid_images__grid-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.ww-block-constructor__list-item-wrapper .grid_images__img {
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

    .ww-block-constructor__list-item-wrapper .grid_images__img img {
        height: 150px;
        margin: 10px 10px 0;
        border-radius: 5px;
        overflow: hidden;
        width: calc(100% - 20px)
    }

.ww-block-constructor__list-item-wrapper .grid_images__img-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    line-height: normal
}

    .ww-block-constructor__list-item-wrapper .grid_images__img-control > div,
    .ww-block-constructor__list-item-wrapper .grid_images__img-control button {
        background-color: #fff;
        border-radius: 100px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #47609c;
        font-size: 16px
    }

@media (max-width:767px) {
    .ww-block-constructor__list-item-wrapper .grid_images__img-control > div,
    .ww-block-constructor__list-item-wrapper .grid_images__img-control button {
        height: 36px
    }
}

@media (max-width:375px) {
    .ww-block-constructor__list-item-wrapper .grid_images__img-control > div,
    .ww-block-constructor__list-item-wrapper .grid_images__img-control button {
        height: 32px;
        font-size: 12px
    }
}

.ww-block-constructor__list-item-wrapper .grid_images__img-type {
    padding: 0 20px
}

@media (max-width:767px) {
    .ww-block-constructor__list-item-wrapper .grid_images__img-type {
        padding: 0 16px
    }
}

.ww-block-constructor__list-item-wrapper .grid_images__img-btn {
    width: 40px;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer
}

    .ww-block-constructor__list-item-wrapper .grid_images__img-btn:after,
    .ww-block-constructor__list-item-wrapper .grid_images__img-btn:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #47609c;
        top: 50%;
        left: 50%;
        margin-left: -10px
    }

@media (max-width:375px) {
    .ww-block-constructor__list-item-wrapper .grid_images__img-btn:after,
    .ww-block-constructor__list-item-wrapper .grid_images__img-btn:before {
        width: 16px;
        margin-left: -8px
    }
}

.ww-block-constructor__list-item-wrapper .grid_images__img-btn:after {
    transform: rotate(90deg)
}

.ww-block-constructor__list-item-wrapper .grid_images__images {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin: 0
}

    .ww-block-constructor__list-item-wrapper .grid_images__images img:first-of-type {
        display: none
    }

    .ww-block-constructor__list-item-wrapper .grid_images__images img {
        width: calc(50% - 10px);
        margin: 5px;
        height: 70px;
        border-radius: 5px
    }

.presentation {
    position: relative;
    border-radius: 35px;
    padding-top: 250px;
    min-height: 1790px
}

    .presentation .container {
        height: unset;
        max-width: 90%;
    }

@media (max-width:767px) {
    .presentation .container#video {
        overflow: hidden;
        border-radius: 0 0 0 30px
    }
}

@media (max-width:1570px) {
    .presentation {
        min-height: 1217px;
        padding-top: 100px
    }
}

@media (min-width:768px) {
    .presentation {
        overflow: hidden
    }
}

@media (max-width:767px) {
    .presentation {
        padding-top: 50px;
        min-height: unset;
        margin-bottom: 50px;
        border-radius: 30px
    }
}

.presentation_without-video {
    min-height: auto
}

@media (min-width:1570px) {
    .presentation_without-video {
        padding-bottom: 140px
    }
}

/*@media (max-width:1720px) {
    .presentation_without-video {
        font-size: .838vw
    }
}
*/
@media (max-width:767px) {
    .presentation_without-video {
        padding-bottom: 0 !important
    }
}

.presentation_without-video .site-block__title {
    max-width: 364px
}

@media (max-width:1300px) {
    .presentation_without-video .site-block__subtitle {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .presentation_without-video .site-block__row {
        margin-bottom: 80px
    }
}

.presentation_without-video .presentation__cup {
    top: unset;
    bottom: 4em
}

@media (min-width:768px) {
    .presentation_without-video .presentation__video {
        display: none
    }

    .presentation_without-video .presentation__cup {
        right: 0;
        width: 28.125em;
        height: 28.125em
    }

    .presentation_without-video .presentation__lamp {
        width: 35.875em;
        height: 44.875em;
        top: 55px;
        right: -80px;
        font-size:12px;
    }

    .presentation_without-video .presentation__magazine {
        position: relative;
        height: 20.625em
    }

        .presentation_without-video .presentation__magazine img {
            position: absolute;
            top: -310px;
            right: unset;
            left: calc(50% - 21vw);
            width: 57em;
            height: auto;
            transform: rotate(20deg)
        }

    .presentation_without-video .presentation__form-line {
        flex-direction: column;
        width: 295px;
        grid-gap: 10px
    }

    .presentation_without-video .presentation__form-row {
        width: 100%
    }

    .presentation_without-video .presentation__button .btn:not(:first-child) {
        margin-left: 0
    }

    .presentation_without-video .presentation__button-line {
        flex-direction: column;
        width: 295px;
        grid-gap: 0;
        margin-top: 40px
    }

        .presentation_without-video .presentation__button-line .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            padding: 0 35px;
            margin-bottom: 10px
        }

        .presentation_without-video .presentation__button-line .icon {
            position: static;
            transform: translateY(0);
            margin-right: 10px
        }

        .presentation_without-video .presentation__button-line > a {
            width: 100%;
            margin: 0
        }

        .presentation_without-video .presentation__button-line:after {
            display: none
        }

    .presentation_without-video .presentation__button-bottom {
        text-align: center;
        max-width: 295px;
        padding: 0 40px;
        margin-top: 20px
    }
}

@media (max-width:1100px) and (min-width:1001px) {
    .presentation_without-video .presentation__lamp {
        width: 32.88em
    }

        .presentation_without-video .presentation__lamp img {
            -o-object-position: left;
            object-position: left
        }
}

@media (max-width:1000px) and (min-width:768px) {
    .presentation_without-video .presentation__cup {
        display: none
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .presentation_without-video .presentation__lamp {
        top: 100px
    }
}

@media (max-width:1200px) and (min-width:1001px) {
    .presentation_without-video .presentation__magazine img {
        left: calc(50% - 17vw)
    }
}

@media (max-width:1000px) and (min-width:768px) {
    .presentation_without-video .presentation__magazine img {
        left: calc(50% - 13vw);
        transform: rotate(15deg);
        top: -340px;
        width: 66em
    }
}

.presentation .site-block__row {
    position: relative;
    z-index: 4;
    opacity: .8
}

@media (max-width:767px) {
    .presentation .site-block__row {
        margin-bottom: 30px
    }
}

@media (max-width:1300px) {
    .presentation .site-block__subtitle {
        max-width: 384px;
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .presentation .site-block__subtitle {
        padding-left: 30px;
        max-width: 285px;
        font-size: 15px
    }
}

.presentation__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(73.34% 73.34% at 84.24% 24.08%, rgba(15, 16, 17, 0) 0, #0f1011 15%);
    border-radius: 35px;
    pointer-events: none;
    z-index: 5;
    transition: opacity .5s;
    will-change: opacity
}

@media (max-width:1570px) {
    .presentation__shadow {
        background: radial-gradient(52.34% 60% at 89% 32%, rgba(15, 16, 17, 0) 0, #0f1011 15%)
    }
}

@media (max-width:1300px) {
    .presentation__shadow {
        background: radial-gradient(73.34% 60% at 84.24% 30%, rgba(15, 16, 17, 0) 0, #0f1011 15%)
    }
}

@media (max-width:767px) {
    .presentation__shadow {
        display: none
    }
}

.presentation__shadow.hidden {
    opacity: 0
}

.presentation__light {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 78.72%;
    pointer-events: none;
    z-index: 1
}

    .presentation__light img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

@media (max-width:767px) {
    .presentation__light {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0
    }
}

.presentation__lamp {
    position: absolute;
    top: 55px;
    right: 0;
    width: 574px;
    height: 718px;
    z-index: 5;
    pointer-events: none
}

    .presentation__lamp img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

@media (max-width:1850px) {
    .presentation__lamp {
        width: 436px;
        height: 394px;
        top: 200px
    }
}

@media (max-width:1570px) {
    .presentation__lamp {
        top: 50px;
        width: 390px;
        height: 350px
    }
}

@media (max-width:1100px) {
    .presentation__lamp {
        width: 300px;
        height: 350px;
        top: 200px;
        right: -40px
    }
}

@media (max-width:950px) {
    .presentation__lamp {
        width: 250px;
        height: 300px;
        top: 120px;
        right: 0
    }
}

@media (max-width:850px) {
    .presentation__lamp {
        top: 210px;
        width: 220px;
        height: 250px
    }
}

@media (max-width:767px) {
    .presentation__lamp {
        top: -124px;
        width: 193px;
        height: 310px
    }

        .presentation__lamp img {
            -o-object-position: left;
            object-position: left
        }
}

@media (max-width:767px) {
    .presentation__lamp {
        width: 170px;
        height: 280px
    }
}

@media (max-width:350px) {
    .presentation__lamp {
        width: 147px
    }
}

.presentation__plant {
    position: absolute;
    top: 380px;
    left: 0;
    width: 950px;
    height: 1236px;
    pointer-events: none;
    z-index: 0
}

    .presentation__plant img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

@media (max-width:1800px) {
    .presentation__plant {
        width: 642px;
        height: 836px
    }
}

@media (max-width:1300px) {
    .presentation__plant {
        width: 642px;
        height: 836px;
        transform: rotate(-40deg);
        top: 149px;
        left: 13px
    }
}

@media (max-width:767px) {
    .presentation__plant {
        left: unset;
        right: 0;
        top: 50%;
        width: 414px;
        height: 543px;
        transform: translateY(-50%);
        z-index: 1
    }
}

@media (max-width:414px) {
    .presentation__plant {
        width: 100%
    }
}

.presentation__cup {
    position: absolute;
    top: 40%;
    right: -209px;
    width: 450px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1570px) {
    .presentation__cup {
        width: 350px;
        height: 350px;
        top: 55%;
        right: -170px
    }
}

@media (max-width:1300px) {
    .presentation__cup {
        width: 250px;
        height: 250px;
        right: -120px;
        top: 45%
    }
}

@media (max-width:950px) {
    .presentation__cup {
        top: 56%
    }
}

@media (max-width:767px) {
    .presentation__cup {
        display: none
    }
}

.presentation__button {
    position: relative;
    z-index: 4;
}

@media (min-width:768px) {
    .presentation__button--mobile {
        display: none !important
    }
}

@media (max-width:769px) {
    .presentation__button--pc {
        display: none !important
    }
}

@media (max-width:767px) {
    .presentation__button {
        padding: 0 10px 0 50px
    }

        .presentation__button .container {
            padding: 0
        }
}

@media (max-width:401px) {
    .presentation__button {
        padding: 0
    }
}

@media (min-width:1300px) {
    .presentation__button .btn {
        width: 100%;
        min-width: 265px;
        background: #47609c;
    }
}

.presentation__button .btn:not(:first-child) {
    margin-left: 10px
}

@media (max-width:767px) {
    .presentation__button .btn:not(:first-child).presentation__button--mobile {
        margin-left: unset
    }
}

.presentation__button .btn_icon {
    padding-left: 60px;
    padding-right: 20px
}

    .presentation__button .btn_icon i {
        left: 30px
    }

@media (max-width:1300px) {
    .presentation__button .btn {
        width: 190px;
        font-size: 12px;
        padding-top: 14px;
        padding-bottom: 14px;
        border: none
    }

    .presentation__button .btn_icon {
        padding-left: 46px;
        padding-right: 18px
    }

        .presentation__button .btn_icon i {
            left: 21px;
            width: 15px;
            height: 15px
        }

    .presentation__button .btn_icon_green {
        padding-left: 47px;
        padding-right: 23px
    }

        .presentation__button .btn_icon_green i {
            left: 22px;
            width: 15px;
            height: 12px
        }
}

.presentation__button-line {
    display: inline-flex;
    position: relative;
    margin-right: 15px
}

    .presentation__button-line.without-messengers .presentation__button--pc,
    .presentation__button-line.without-messengers:after {
        display: none
    }

@media (max-width:767px) {
    .presentation__button-line.without-messengers {
        justify-content: flex-start;
        width: 100%
    }

        .presentation__button-line.without-messengers + .presentation__form-line {
            display: none
        }

        .presentation__button-line.without-messengers .btn_white {
            margin-left: 0
        }
}

@media (max-width:420px) {
    .presentation__button-line.without-messengers .btn_white {
        margin-left: 40px
    }
}

@media (max-width:400px) {
    .presentation__button-line.without-messengers {
        display: flex
    }

        .presentation__button-line.without-messengers .btn_white {
            margin-left: 50px
        }
}

@media (max-width:373px) {
    .presentation__button-line.without-messengers .btn_white {
        margin-left: 40px
    }
}

@media (max-width:400px) {
    .presentation__button-line {
        display: none
    }
}

.presentation__button-line:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    width: 80px;
    height: 63px;
    background-image: url(../../../images/complexes/illustrations/arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (max-width:1023px) {
    .presentation__button-line:after {
        display: none
    }
}

@media (max-width:767px) {
    .presentation__button-line .btn_white {
        font-size: 16px;
        color: #242629;
        min-width: 224px
    }

    .presentation__button-line .btn_icon {
        padding: 0;
        min-width: 0;
        width: 55px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

        .presentation__button-line .btn_icon i {
            display: inline-block;
            position: static;
            transform: unset
        }

        .presentation__button-line .btn_icon span {
            display: none
        }
}

@media (min-width:400px) {
    .presentation__button-line-slider {
        display: none
    }
}

.presentation__button-line-slider .btn {
    width: calc(100% - 100px);
    height: 52px;
    font-size: 16px
}

.presentation__button-line-slider .btn_icon {
    padding: 15px !important;
    text-align: center !important
}

    .presentation__button-line-slider .btn_icon.btn_green {
        text-align: center !important
    }

        .presentation__button-line-slider .btn_icon.btn_green i {
            left: unset !important;
            right: 20px
        }

    .presentation__button-line-slider .btn_icon .icon-telegram {
        left: 20px
    }

.presentation__button-line-slider .btn_green {
    margin: 0
}

.presentation__button-line-slider .btn_white {
    margin: 0 10px !important
}

.presentation__button-line-slider .btn_blue {
    margin-left: 0 !important
}

.presentation__button-bottom {
    padding-left: 12px;
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    margin-top: 20px
}

@media (max-width:767px) {
    .presentation__button-bottom {
        padding-left: 0;
        font-size: 12px
    }
}

@media (max-width:420px) {
    .presentation__button-bottom {
        text-align: center;
        margin-left: 50px !important
    }
}

@media (max-width:450px) {
    .presentation__button-bottom {
        text-align: left;
        max-width: 150px;
        margin-left: 0
    }
}

.presentation__magazine {
    height: 517px;
    position: relative;
    z-index: 1
}

    .presentation__magazine img {
        position: absolute;
        width: 1100px;
        height: 1050px;
        transform: rotate(16deg);
        top: -90px;
        right: -450px;
        -o-object-fit: contain;
        object-fit: contain
    }

@media (max-width:2000px) {
    .presentation__magazine img {
        width: 900px;
        height: 850px;
        top: -65px;
        right: -235px
    }
}

@media (max-width:1850px) {
    .presentation__magazine img {
        top: -50px;
        right: -20%
    }
}

@media (max-width:1570px) {
    .presentation__magazine {
        height: 470px
    }

        .presentation__magazine img {
            width: 800px;
            right: -15%;
            top: -100px
        }
}

@media (max-width:1300px) {
    .presentation__magazine {
        height: 370px
    }

        .presentation__magazine img {
            width: 730px;
            height: 636px;
            right: 0
        }
}

@media (max-width:1100px) {
    .presentation__magazine {
        height: 370px
    }

        .presentation__magazine img {
            width: 590px;
            height: 530px;
            left: 25%;
            top: -20px
        }
}

@media (max-width:960px) {
    .presentation__magazine img {
        left: 20%
    }
}

@media (max-width:767px) {
    .presentation__magazine {
        height: 309px
    }

        .presentation__magazine img {
            width: 472px;
            height: 424px;
            transform: rotate(-10deg);
            left: -18%;
            max-width: unset
        }
}

@media (max-width:767px) {
    .presentation__magazine {
        height: 315px
    }

        .presentation__magazine img {
            width: 460px;
            height: 414px;
            left: calc(5% - 100px);
            top: 0
        }
}

@media (max-width:325px) {
    .presentation__magazine img {
        left: calc(5% - 120px)
    }
}

.presentation__video_input {
    width: 100%;
    display: inline-block;
    margin: 20px 0
}

    .presentation__video_input input {
        padding: 10px;
        max-width: 300px
    }

@media (max-width:1300px) {
    .presentation__video {
        padding-top: 75px
    }
}

@media (max-width:767px) {
    .presentation__video {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 37px 30px 40px
    }
}

.presentation__video-tablet {
    position: relative;
    width: 100%;
    max-width: 565px;
    margin-left: -60px;
    padding-bottom: 42.04%
}

@media (max-width:1570px) {
    .presentation__video-tablet {
        max-width: 336px;
        padding-bottom: 0;
        flex: 0 0 336px;
        height: 257px;
        margin-left: 0
    }
}

@media (max-width:1200px) {
    .presentation__video-tablet {
        padding-bottom: 33.7%
    }
}

@media (max-width:767px) {
    .presentation__video-tablet {
        max-width: 100%;
        width: 100%;
        margin: 55px 0 0;
        flex: auto;
        height: unset;
        padding-bottom: 76.5%
    }
}


.otherbG {
    background-image: url(../images/pattern_bg_1.png);
    background-repeat: repeat;
    padding-top: 50px;
}

.presentation__video-tablet-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: drop-shadow(2px -2px 10px rgba(101, 107, 140, .5)) drop-shadow(20px -20px 50px rgba(101, 107, 140, .1)) drop-shadow(-2px 2px 10px #080909) drop-shadow(-20px 10px 30px #080909);
    background-image: url(../../../images/complexes/illustrations/ipad-black.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 16px;
    cursor: pointer
}

@media (max-width:1570px) {
    .presentation__video-tablet-inner {
        padding: 9px
    }
}

@media (max-width:767px) {
    .presentation__video-tablet-inner {
        padding: 12px
    }
}

@media (max-width:480px) {
    .presentation__video-tablet-inner {
        padding: 9px
    }
}

.presentation__video-wrapper {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

    .presentation__video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

@media (max-width:1570px) {
    .presentation__video-wrapper {
        border-radius: 8px
    }
}

@media (max-width:767px) {
    .presentation__video-wrapper {
        border-radius: 15px
    }
}

@media (max-width:480px) {
    .presentation__video-wrapper {
        border-radius: 8px
    }
}

.presentation__video-wrapper:after,
.presentation__video-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    left: 0;
    opacity: .5;
    pointer-events: none
}

.presentation__video-wrapper:before {
    background: #47609c
}

.presentation__video-wrapper:after {
    background: #242629
}

.presentation__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113px;
    height: 79px;
    background-image: url(../../../images/complexes/play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    z-index: 1
}

@media (max-width:1570px) {
    .presentation__video-play {
        width: 80px;
        height: 56px
    }
}

@media (max-width:480px) {
    .presentation__video-play {
        width: 70px;
        height: 48px
    }
}

@media (max-width:350px) {
    .presentation__video-play {
        width: 56px;
        height: 40px
    }
}

.presentation__video-logo {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    max-width: 100px;
    z-index: 1;
    pointer-events: none
}

@media (max-width:480px) {
    .presentation__video-logo {
        bottom: 12%
    }
}

@media (max-width:350px) {
    .presentation__video-logo {
        max-width: 78px
    }
}

.presentation__video-article {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    max-width: 374px;
    opacity: .8;
    margin-left: 150px
}

    .presentation__video-article:after {
        content: "";
        position: absolute;
        bottom: calc(100% + 33px);
        right: 100%;
        width: 92px;
        height: 82px;
        background-image: url(../../../images/complexes/illustrations/arrow-2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%
    }

@media (max-width:1570px) {
    .presentation__video-article {
        margin-left: 110px;
        margin-bottom: -20px
    }

        .presentation__video-article:after {
            width: 63px;
            height: 56px;
            transform: rotate(-15deg)
        }
}

@media (max-width:1300px) {
    .presentation__video-article {
        max-width: 274px
    }
}

@media (max-width:1200px) {
    .presentation__video-article {
        margin-left: 100px
    }
}

@media (max-width:960px) {
    .presentation__video-article {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .presentation__video-article {
        max-width: 285px;
        margin-bottom: 0;
        margin-left: 0
    }

        .presentation__video-article:after {
            width: 42px;
            height: 37px;
            right: unset;
            bottom: unset;
            left: calc(100% - 24px);
            top: calc(100% - 14px);
            transform: scaleY(-1) rotate(90deg)
        }
}

@media (max-width:375px) {
    .presentation__video-article:after {
        width: 38px;
        height: 33px;
        left: calc(50% - 24px);
        top: calc(100% + 10px)
    }
}

.presentation__video-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 18px
}

@media (max-width:1570px) {
    .presentation__video-title {
        font-size: 50px
    }
}

@media (max-width:1025px) {
    .presentation__video-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .presentation__video-title {
        font-size: 35px
    }
}

.presentation__video-subtitle {
    font-size: 20px
}

@media (max-width:1300px) {
    .presentation__video-subtitle {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .presentation__video-subtitle {
        font-size: 16px
    }
}

.presentation__form-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    flex-direction: row
}

.presentation__form-row {
    width: 265px
}

    .presentation__form-row input {
        width: 100%;
        border: 1px solid #242629;
        color: #242629;
        font-size: 16px;
        height: 60px;
        border-radius: 100px;
        text-align: center
    }

    .presentation__form-row button {
        height: 60px;
        font-size: 16px
    }

@media (max-width:1300px) {
    .presentation__form-row {
        width: 190px
    }
}

@media (max-width:1300px) {
    .presentation__form-row .btn,
    .presentation__form-row input {
        height: 45px
    }
}

@media (max-width:1300px) {
    .presentation__form-row input {
        font-size: 12px
    }
}

@media (max-width:1300px) {
    .location .site-block__row {
        align-items: flex-end
    }

    .location .site-block__subtitle {
        max-width: 372px
    }
}

@media (max-width:767px) {
    .location {
        margin-bottom: 60px
    }
}

.location__map-info-block {
    margin-bottom: 28px
}

@media (max-width:767px) {
    .location__map-info-block {
        padding-left: 38px;
        padding-right: 30px
    }
}

@media (max-width:376px) {
    .location__map-info-block {
        padding-left: 27px
    }
}

.location__map-info-metro-items {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: auto
}

@media (max-width:600px) {
    .location__map-info-metro-items {
        width: 100%
    }
}

.location__map-info-road-items {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: auto
}

@media (max-width:600px) {
    .location__map-info-road-items {
        width: 100%
    }
}

.location__map-info-items {
    display: flex;
    justify-content: space-between;
    margin: -5px -10px
}

@media (max-width:600px) {
    .location__map-info-items {
        flex-wrap: wrap
    }
}

.location__map-info-item {
    display: flex;
    align-items: center;
    margin: 5px 10px;
    position: relative;
    width: 30%
}

@media (max-width:600px) {
    .location__map-info-item {
        margin: 5px 0 5px 3px;
        width: 100%
    }
}

.location__map-info-item .item-remove {
    position: absolute;
    left: -4px;
    top: 0;
    background: #ffebeb;
    z-index: 2;
    width: 30px;
    height: 30px
}

.iti--separate-dial-code .iti__selected-flag {
    background: none !important
}

.location__map-info-item-icon {
    width: 25px;
    height: 25px
}

.location__map-info-item-icon--metro {
    width: 24.9px;
    height: auto
}

.location__map-info-item-icons {
    display: flex;
    align-items: center
}

    .location__map-info-item-icons .location__map-info-item-icon:nth-child(2) {
        margin-left: -6px
    }

    .location__map-info-item-icons .location__map-info-item-icon:first-child {
        z-index: 1
    }

.location__map-info-item-text {
    padding-left: 8px
}

    .location__map-info-item-text span.min {
        color: #000;
        font-size: 18px;
        font-weight: 700
    }

.location__map-info-item.add-block.add-example-block {
    min-height: 27px !important;
    background: none !important;
    padding: 0 10px !important;
    font-size: 30px !important;
    line-height: 1
}

.location__map-wrapp {
    width: 100%;
    position: relative
}

@media (max-width:1300px) {
    .location__map-wrapp {
    }
}

@media (max-width:767px) {
    .location__map-wrapp {
    }
}

.location__map-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 35px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

@media (max-width:767px) {
    .location__map-inner {
        border-radius: 20px
    }
}

.location__map-footer {
    margin-top: 40px
}

@media (max-width:1300px) {
    .location__map-footer {
        margin-top: 20px
    }

        .location__map-footer .toggle__text {
            font-size: 12px
        }

        .location__map-footer .toggle__frame {
            margin-left: 10px
        }
}

@media (max-width:767px) {
    .location__map-footer {
        margin-top: 30px;
        padding: 0 30px
    }
}

@media (max-width:500px) {
    .location__map-footer {
        padding: 0
    }
}

@media (max-width:350px) {
    .location__map-footer {
        padding: 0 5px
    }
}

.location__legend {
    display: flex
}

.location__legend-list {
    margin-left: -44px;
    margin-bottom: -20px;
    margin-right: 40px
}

@media (max-width:1300px) {
    .location__legend-list {
        margin-left: -25px
    }
}

@media (max-width:767px) {
    .location__legend-list {
        margin-right: 0;
        width: calc(100% + 25px)
    }
}

@media (max-width:500px) {
    .location__legend-list {
        margin: -10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
}

.location__legend-control {
    margin-left: auto
}

@media (max-width:767px) {
    .location__legend-control {
        display: none
    }
}

.location__checkbox {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 44px
}

@media (max-width:500px) {
    .location__checkbox-name {
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.location__checkbox.animate {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.location__checkbox.hidden {
    display: none
}

@media (max-width:1300px) {
    .location__checkbox {
        margin-left: 25px
    }
}

@media (max-width:767px) {
    .location__checkbox {
        margin-left: 20px
    }
}

@media (max-width:500px) {
    .location__checkbox {
        margin: 10px;
        width: calc(50% - 20px);
        box-sizing: border-box
    }
}

.location__checkbox > input {
    position: absolute;
    opacity: 0
}

    .location__checkbox > input:checked + label:after {
        opacity: 1
    }

.location__checkbox > label {
    cursor: pointer;
    position: relative;
    padding-left: 30px
}

@media (max-width:500px) {
    .location__checkbox > label {
        display: flex
    }
}

.location__checkbox > label:hover:after {
    opacity: .2
}

.location__checkbox > label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 1px solid
}

.location__checkbox > label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    transition: .25s ease-in-out;
    will-change: transform, opacity
}

.location__checkbox-name {
    cursor: pointer;
    font-size: 15px
}

@media (max-width:1300px) {
    .location__checkbox-name {
        font-size: 12px
    }
}

.location__checkbox_blue > label:before {
    border-color: #92aaff
}

.location__checkbox_blue > label:after {
    background-color: #92aaff
}

.location__checkbox_purple > label:before {
    border-color: #d592ff
}

.location__checkbox_purple > label:after {
    background-color: #d592ff
}

.location__checkbox_yellow > label:before {
    border-color: #fff492
}

.location__checkbox_yellow > label:after {
    background-color: #fff492
}

.location__checkbox_cayan > label:before {
    border-color: #92d9ff
}

.location__checkbox_cayan > label:after {
    background-color: #92d9ff
}

.location__checkbox_red > label:before {
    border-color: #fb7171
}

.location__checkbox_red > label:after {
    background-color: #fb7171
}

.location__checkbox_other > label:before {
    border-color: #c2c2c2
}

.location__checkbox_other > label:after {
    background-color: #c2c2c2
}

.location__checkbox_orange > label:before {
    border-color: #ffa692
}

.location__checkbox_orange > label:after {
    background-color: #ffa692
}

.location__checkbox_pink > label:before {
    border-color: #db6da9
}

.location__checkbox_pink > label:after {
    background-color: #db6da9
}

.location__checkbox_green > label:before {
    border-color: #6ddb85
}

.location__checkbox_green > label:after {
    background-color: #6ddb85
}

.location__checkbox_light_green > label:before {
    border-color: #7ee7c5
}

.location__checkbox_light_green > label:after {
    background-color: #7ee7c5
}

@media (max-width:1300px) {
    .places {
        margin-bottom: 120px;
        padding-bottom: 0
    }

        .places .site-block__row {
            margin-bottom: 60px
        }

        .places .site-block__subtitle {
            max-width: 416px
        }
}

@media (max-width:767px) {
    .places {
        margin-bottom: 88px
    }
}

@media (max-width:350px) {
    .places {
        margin-bottom: 70px
    }
}

.places__slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 88px;
    opacity: 0;
    transition: opacity .3s .7s
}

@media (max-width:1300px) {
    .places__slider {
        opacity: 1;
        padding-bottom: 0;
        overflow: hidden
    }
}

.places__slider:hover .places__slider-button button.show {
    pointer-events: visible;
    opacity: 1;
    transform: translateX(0)
}

.places__slider.show {
    opacity: 1
}

.places__slider-scrollbar {
    position: relative;
    bottom: -80px;
    background-color: #d3d4d4;
    height: 2px;
    opacity: 0;
    transition: opacity .3s;
    margin-right: 2px
}

@media (max-width:767px) {
    .places__slider-scrollbar {
        opacity: 1
    }
}

.places__slider-scrollbar.show {
    opacity: 1
}

.places__slider-scrollbar-drag {
    position: absolute;
    height: 16px;
    background-color: #d3d4d4;
    border-radius: 30px;
    top: -7px;
    cursor: pointer
}

.places__slider-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    transition: .3s
}

    .places__slider-wrapper::-webkit-scrollbar {
        display: none
    }

    .places__slider-wrapper.no-draggable {
        justify-content: center
    }

        .places__slider-wrapper.no-draggable .places__slider-item {
            cursor: default
        }

.places__slider-item:not(:first-child) {
    margin-left: 20px
}

.places__slider-inner {
    display: flex;
    width: 400px;
    height: 100%;
    flex-direction: column;
    background-color: #f2f2f2;
    border-radius: 35px;
    text-decoration: none;
    color: #242629
}

@media (max-width:1300px) {
    .places__slider-inner {
        width: 294px
    }
}

@media (max-width:767px) {
    .places__slider-inner {
        border-radius: 20px
    }
}

@media (max-width:350px) {
    .places__slider-inner {
        width: 220px
    }
}

.places__slider-img {
    height: 400px;
    border: 10px solid transparent;
    position: relative
}

@media (max-width:1300px) {
    .places__slider-img {
        height: 301px
    }
}

@media (max-width:305px) {
    .places__slider-img {
        height: 205px
    }
}

.places__slider-desc h2 {
    position: absolute;
    right: 20px;
    color: #000;
    font-size: 20px;
    top: 0
}

    .places__slider-desc h2 span {
        font-size: 13px;
        color: #696868
    }

.places__slider-img > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 25px
}

@media (max-width:767px) {
    .places__slider-img > img {
        border-radius: 10px
    }
}

.places__slider-desc {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 0 0 35px 35px
}

    .places__slider-desc h6 {
        font-size: 16px;
        color: #696868;
        padding: 0;
        margin: 10px 0 0 0
    }

    .places__slider-desc.list {
        padding: 10px 0 20px 35px;
        border-radius: 0 0 35px 35px;
        text-align: left;
        display: block;
        position: relative
    }

    .places__slider-desc span {
        font-size: 24px;
        text-align: center;
        cursor: -webkit-grab;
        cursor: grab
    }

.places__slider-item a {
    text-decoration: none
}

@media (max-width:1300px) {
    .places__slider-desc {
        padding: 28px 30px
    }

        .places__slider-desc span {
            font-size: 20px
        }
}

@media (max-width:350px) {
    .places__slider-desc {
        padding: 27px 20px 32px
    }

        .places__slider-desc span {
            font-size: 16px
        }
}

.places__slider-button {
    position: absolute;
    top: 157px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 360px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none
}

    .places__slider-button button {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: rgba(36, 38, 41, .8);
        position: relative;
        border: none;
        border-radius: 100px;
        cursor: pointer;
        opacity: 0;
        transition: .3s
    }

        .places__slider-button button:after {
            content: "";
            position: absolute;
            width: 21px;
            height: 28px;
            top: 50%;
            left: 50%;
            background-image: url(../images/stage-arrow-slider.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%
        }

.places__slider-prev {
    transform: translateX(-100%)
}

    .places__slider-prev:after {
        transform: translate(calc(-50% - 2px), -50%) scaleX(-1)
    }

.places__slider-next {
    transform: translateX(100%)
}

    .places__slider-next:after {
        transform: translate(calc(-50% + 2px), -50%)
    }

.places__slider.edit_mode .places__slider-item {
    margin: 20px;
    flex: 0 0 calc(25% - 40px)
}

@media (max-width:767px) {
    .places__slider.edit_mode .places__slider-item {
        flex: 0 0 calc(33% - 40px)
    }
}

@media (max-width:500px) {
    .places__slider.edit_mode .places__slider-item {
        flex: 0 0 calc(50% - 40px)
    }
}

@media (max-width:400px) {
    .places__slider.edit_mode .places__slider-item {
        flex: 0 0 100%
    }
}

.places__slider.edit_mode .places__slider-wrapper {
    flex-wrap: wrap
}

@media (min-width:1301px) {
    .marketplace {
        margin-bottom: 170px
    }
}

.marketplace__wrapp {
    background-color: #242629;
    border-radius: 35px;
    background-image: url(../../../images/complexes/illustrations/marketplace-back.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    position: relative
}

@media (max-width:1200px) {
    .marketplace__wrapp {
        background-image: url(../../../images/complexes/illustrations/marketplace-back-1000.html);
        padding-left: 78px
    }
}

@media (max-width:900px) {
    .marketplace__wrapp {
        padding-left: 20px
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .marketplace__wrapp > .container_middle {
        margin: 0;
        padding: 0
    }
}

.marketplace__wrapp:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 264px;
    height: 301px;
    background-image: url(../../../images/complexes/illustrations/marketplace-leaf.html);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 35px 0 0
}

@media (max-width:1200px) {
    .marketplace__wrapp:after {
        width: 175px;
        height: 205px;
        background-image: url(../../../images/complexes/illustrations/marketplace-leaf-1000.html)
    }
}

@media (max-width:767px) {
    .marketplace__wrapp:after {
        background-image: url(../../../images/complexes/illustrations/marketplace-leaf-767.html);
        top: unset;
        bottom: 93px;
        width: 132px;
        height: 154px;
        border-radius: 0;
        z-index: 3
    }
}

@media (max-width:350px) {
    .marketplace__wrapp:after {
        width: 93px;
        height: 128px;
        bottom: 70px
    }
}

@media (max-width:767px) {
    .marketplace__wrapp {
        border-radius: 20px;
        padding-left: 0;
        background-image: none
    }

        .marketplace__wrapp:before {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 98px;
            background-image: url(../../../images/complexes/illustrations/cloud.png);
            background-size: 100%;
            background-position: 100%;
            background-repeat: no-repeat
        }
}

.marketplace__body {
    display: flex
}

@media (max-width:1200px) {
    .marketplace__body {
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .marketplace__body {
        flex-direction: column;
        justify-content: flex-start
    }
}

.marketplace__article {
    padding: 80px 0 108px;
    flex: 0 0 555px
}

@media (max-width:1200px) {
    .marketplace__article {
        padding: 65px 0;
        flex: 0 0 376px
    }
}

@media (max-width:900px) {
    .marketplace__article {
        flex: 0 0 285px
    }
}

@media (max-width:767px) {
    .marketplace__article {
        flex: auto;
        padding-top: 45px;
        padding-bottom: 49px
    }
}

@media (max-width:767px) and (min-width:351px) {
    .marketplace__article {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:350px) {
    .marketplace__article {
        padding-bottom: 44px
    }
}

.marketplace__title {
    font-size: 45px;
    margin-bottom: 23px;
    line-height: 1
}

@media (max-width:1200px) {
    .marketplace__title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .marketplace__title {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.marketplace__subtitle {
    font-size: 20px;
    line-height: 1.2;
    max-width: 480px
}

@media (max-width:1200px) {
    .marketplace__subtitle {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .marketplace__subtitle {
        font-size: 16px
    }
}

.marketplace_input {
    background: #fff;
    margin: 10px 0;
    padding: 15px 30px;
    display: inline-block;
    min-width: 275px !important;
    color: #0c0c0c;
    border-radius: 30px;
    line-height: 1
}

.marketplace .btn {
    background-color: #8c9ec8;
    border-color: #8c9ec8;
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 68px
}

    .marketplace .btn:hover {
        box-shadow: 0 20px 20px rgba(71, 96, 156, .4)
    }

@media (max-width:1200px) {
    .marketplace .btn {
        font-size: 16px;
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .marketplace .btn {
        font-size: 16px;
        line-height: 1;
        padding: 17px;
        width: 100%;
        margin-top: 30px
    }
}

.marketplace__img {
    flex: 0 0 549px;
    margin-right: 37px;
    position: relative;
    top: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width:1200px) {
    .marketplace__img {
        flex: 0 0 406px;
        margin-right: 0
    }
}

@media (max-width:900px) {
    .marketplace__img {
        flex: 0 0 310px
    }
}

@media (max-width:767px) {
    .marketplace__img {
        flex: auto;
        z-index: 2
    }
}

@media (max-width:350px) {
    .marketplace__img {
        margin: 0 -10px;
        top: 16px
    }
}

.marketplace__leaf {
    position: absolute;
    width: 229px;
    height: 176px;
    background-image: url(../../../images/complexes/illustrations/gold-leaf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    left: -20px;
    bottom: -17px;
    z-index: 1
}

@media (min-width:768px) {
    .marketplace__leaf {
        display: none
    }
}

@media (max-width:350px) {
    .marketplace__leaf {
        width: 178px;
        height: 141px;
        background-position: 100% 100%;
        bottom: 0
    }
}

.awards {
    margin-bottom: 120px
}

@media (max-width:767px) {
    .awards {
        margin-bottom: 80px
    }
}

@media (max-width:767px) {
    .awards .site-block__row {
        margin-bottom: 30px
    }
}

.awards__line {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto
}

@media (max-width:767px) {
    .awards__line {
        padding-left: 30px
    }
}

.awards__line::-webkit-scrollbar {
    display: none
}

.awards__line-wrapp {
    position: relative
}

    .awards__line-wrapp:after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: calc(100% - 190px);
        height: 100%;
        background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 124.47%);
        pointer-events: none
    }

@media (max-width:1300px) {
    .awards__line-wrapp:after {
        width: calc(100% - 137px)
    }
}

@media (max-width:767px) {
    .awards__line-wrapp:after {
        width: calc(100% - 190px)
    }
}

@media (max-width:350px) {
    .awards__line-wrapp:after {
        width: calc(100% - 155px)
    }
}

.awards__line-item {
    width: 190px;
    flex: 0 0 190px;
    display: inline-flex
}

@media (max-width:1300px) {
    .awards__line-item {
        width: 137px;
        flex: 0 0 137px
    }
}

@media (max-width:767px) {
    .awards__line-item {
        width: 190px;
        flex: 0 0 190px
    }
}

@media (max-width:350px) {
    .awards__line-item {
        width: 155px;
        flex: 0 0 155px
    }
}

.awards__line-item-helper {
    background: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(71, 96, 156, .1);
    border-radius: 52px;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #47609c;
    padding: 15px 20px;
    position: absolute;
    max-width: 220px;
    margin: 110px 0 0 -15px
}

.awards__line-item-wrapp:last-child {
    padding-right: 190px
}

.awards__line-item-wrapp:not(:first-child) {
    margin-left: 90px
}

@media (max-width:1300px) {
    .awards__line-item-wrapp:not(:first-child) {
        margin-left: 72px
    }
}

@media (max-width:767px) {
    .awards__line-item-wrapp:not(:first-child) {
        margin-left: 40px
    }
}

.general-plan .container {
    position: relative;
    line-height: 1
}

@media (max-width:767px) {
    .general-plan > .container {
        padding: 0
    }
}

.general-plan .site-block__subtitle {
    margin-left: 184px
}

.general-plan__wrapp {
    line-height: normal
}

@media (max-width:767px) {
    .general-plan__wrapp {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

        .general-plan__wrapp::-webkit-scrollbar {
            display: none
        }
}

.general-plan__image {
    position: relative
}

@media (max-width:767px) {
    .general-plan__image {
        min-width: 735px;
        margin: 0 20px
    }
}

@media (max-width:350px) {
    .general-plan__image {
        min-width: 609px
    }
}

.general-plan__dot {
    position: absolute;
    width: 26px;
    height: 26px;
    transition: .3s;
    cursor: pointer;
    z-index: 1
}

    .general-plan__dot.active {
        width: 16px;
        height: 16px;
        z-index: 4
    }

        .general-plan__dot.active:before {
            visibility: hidden
        }

    .general-plan__dot:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffa692;
        box-shadow: 0 5px 10px rgba(255, 166, 146, .8), inset 2px 2px 10px hsla(0, 0%, 100%, .5);
        border-radius: 50px;
        z-index: 3
    }

    .general-plan__dot:before {
        content: "";
        position: absolute;
        background: hsla(0, 0%, 100%, .7);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        width: 44px;
        height: 44px;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        border-radius: 50px;
        z-index: 1;
        -webkit-animation: pulse 2.3s ease-in-out infinite;
        animation: pulse 2.3s ease-in-out infinite
    }

.general-plan__card {
    display: none;
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(36, 38, 41, .7);
    width: 110px;
    z-index: 3
}

    .general-plan__card.show {
        display: block
    }

.general-plan__card-img {
    height: 53px;
    width: 100%
}

    .general-plan__card-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        border-radius: 0 0 15px 15px
    }

.general-plan__card-desc {
    padding: 15px 5px 15px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1
}

.general-plan__btn {
    line-height: normal
}

@media (min-width:1201px) {
    .general-plan__btn {
        position: absolute;
        left: 105px;
        bottom: 45px
    }

        .general-plan__btn .btn {
            min-width: 270px
        }
}

@media (max-width:1200px) {
    .general-plan__btn {
        margin-top: 30px
    }

        .general-plan__btn .btn {
            min-width: 294px;
            font-size: 16px
        }
}

@media (max-width:470px) {
    .general-plan__btn .btn {
        width: 100%
    }
}

.article-block__wrapp {
    position: relative
}

@media (max-width:767px) {
    .article-block__wrapp {
        margin-bottom: 40px
    }
}

.article-block__wrapp-image {
    position: relative;
    margin-bottom: 70px
}

    .article-block__wrapp-image img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 35px
    }

.article-block__wrapp-image-blockquote {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #242629;
    opacity: .5;
    margin: 20px 0
}

@media (max-width:1200px) {
    .article-block__wrapp-image {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .article-block__wrapp-image {
        margin-bottom: 30px
    }

        .article-block__wrapp-image img {
            border-radius: 20px
        }
}

.article-block__wrapp-window {
    position: absolute;
    top: calc(50% + 64px);
    right: 75px;
    width: 250px;
    height: 372px;
    border-radius: 200px;
    overflow: hidden;
    border: 10px solid #fff
}

    .article-block__wrapp-window img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 200px;
        z-index: 1
    }

@media (max-width:1200px) {
    .article-block__wrapp-window {
        top: calc(50% + 54px);
        right: 50px;
        width: 197px;
        height: 291px
    }
}

@media (max-width:900px) {
    .article-block__wrapp-window {
        display: none
    }
}

.article-block__wrapp_show .article-block__first:after {
    opacity: 0
}

.article-block__column {
    max-width: 560px;
    font-size: 25px
}

    .article-block__column p {
        margin: 10px 0
    }

.article-block__column-btn {
    position: absolute;
    left: 0;
    bottom: -255px;
    z-index: 1
}

@media (max-width:1200px) {
    .article-block__column-btn {
        bottom: -200px
    }
}

@media (max-width:767px) {
    .article-block__column-btn {
        bottom: -260px
    }
}

.article-block__column-btn .btn {
    font-size: 16px;
    padding: 22px 63px
}

.article-block__column-btn_fixed {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 140px);
    right: 0;
    z-index: 1;
    width: 300px;
    max-width: 100%
}

@media (max-width:1200px) {
    .article-block__column {
        max-width: 432px;
        font-size: 15px
    }

    .article-block__column-btn .btn {
        padding: 20px 63px
    }
}

@media (max-width:767px) {
    .article-block__column {
        padding: 0 30px;
        font-size: 16px
    }

    .article-block__column-btn {
        width: 100%
    }

        .article-block__column-btn .btn {
            padding: 15px;
            width: 100%
        }

    .article-block__column-btn_fixed {
        width: calc(100% - 40px);
        left: 20px
    }
}

@media (max-width:350px) {
    .article-block__column {
        padding: 0
    }
}

.article-block__body {
    overflow: hidden
}

@media (min-width:900px) {
    .article-block.open:not(.article-block--hide-window) .article-child__header--without_aside + .article-child__text-aside .article-child__aside {
        margin-top: 120px
    }

    .article-block.open:not(.article-block--hide-window) .article-child__header--without_aside + .article-child-block:not(.article-child__text, .article-child__text-aside) {
        margin-top: 200px
    }
}

.article-block.open .article-block__wrapp-blockquote {
    display: inline-block
}

.article-block.always-open .article-block__column-btn,
.article-block.always-open .article-child-block:after {
    display: none !important
}

.article-block--middle .article-child-block-container {
    max-width: 1110px
}

.article-block:not(.open) .ww-child-blocks {
    padding-bottom: 200px
}

@media (max-width:767px) {
    .article-block:not(.open) .ww-child-blocks {
        padding-bottom: 60px
    }
}

.article-block:not(.open) .article-block__wrapp-blockquote,
.article-block:not(.open) .ww-child-blocks > .article-child-block .article-child__aside,
.article-block:not(.open) .ww-child-blocks > .article-child-block ~ .article-child-block {
    display: none
}

.article-block:not(.open) .ww-child-blocks > .article-child-block {
    position: relative;
    margin-bottom: 80px
}

@media (max-width:767px) {
    .article-block:not(.open) .ww-child-blocks > .article-child-block {
        margin-bottom: 80px
    }
}

.article-block:not(.open) .ww-child-blocks > .article-child-block .article-child__text-inner {
    margin-bottom: 0;
    height: 120px;
    overflow: hidden
}

@media (max-width:1000px) {
    .article-block:not(.open) .ww-child-blocks > .article-child-block .article-child__text-inner {
        height: 100px
    }
}

@media (max-width:767px) {
    .article-block:not(.open) .ww-child-blocks > .article-child-block .article-child__text-inner {
        height: 175px
    }
}

.article-block:not(.open) .ww-child-blocks > .article-child-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 120px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 77.6%);
    opacity: 1;
    transition: .3s;
    will-change: opacity
}

@media (min-width:1300px) {
    .article-block--middle .article-child__text-inner {
        max-width: 610px
    }
}

.article-block--hide-window .article-block__wrapp-window {
    display: none !important
}

.article-child__image {
    position: relative
}

.article-child__img {
    border-radius: 35px;
    display: block;
    width: 100%
}

@media (max-width:450px) {
    .article-child__img {
        border-radius: 20px;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 400px;
        height: auto
    }
}

.article-child__img-block {
    position: relative
}

.article-child__img-link {
    background: #fff;
    border-radius: 143px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #47609c;
    text-decoration: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px
}

@media (max-width:450px) {
    .article-child__img-link {
        width: calc(100% - 40px);
        right: 20px;
        bottom: 20px
    }
}

@media (max-width:350px) {
    .article-child__img-link {
        width: calc(100% - 20px);
        right: 10px;
        bottom: 10px
    }
}

.article-child__img-link-field {
    position: absolute;
    top: 0;
    background: hsla(0, 0%, 100%, .87);
    padding: 10px 20px;
    margin: 10px;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 40px
}

.article-child-block + .article-child-block {
    margin-top: 80px
}

@media (max-width:1000px) {
    .article-child-block + .article-child-block {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .article-child-block + .article-child-block {
        margin-top: 40px
    }
}

.article-child__blockquote {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #242629;
    opacity: .5;
    margin: 20px 0
}

.article-child__image {
    margin: 0 0 80px
}

@media (max-width:1000px) {
    .article-child__image {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .article-child__image {
        margin-bottom: 40px
    }
}

.article-child__text-inner {
    font-size: 20px;
    max-width: 820px
}

@media (max-width:1300px) {
    .article-child__text-inner {
        max-width: 700px
    }
}

@media (max-width:1200px) {
    .article-child__text-inner {
        max-width: 600px
    }
}

@media (max-width:1000px) {
    .article-child__text-inner {
        max-width: 500px
    }
}

@media (max-width:900px) {
    .article-child__text-inner {
        max-width: calc(100% - 300px)
    }
}

@media (max-width:767px) {
    .article-child__text-inner {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:1300px) {
    .article-child__text-inner {
        font-size: 18px
    }
}

@media (max-width:450px) {
    .article-child__text-inner {
        font-size: 16px
    }
}

.article-child__text-inner h2,
.article-child__text-inner h3,
.article-child__text-inner h4,
.article-child__text-inner h5,
.article-child__text-inner h6 {
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    color: #242629
}

.article-child__text-inner h1 {
    font-size: 60px
}

@media (max-width:1000px) {
    .article-child__text-inner h1 {
        font-size: 48px;
        margin-bottom: 30px
    }
}

.article-child__text-inner h2 {
    font-size: 50px
}

@media (max-width:1000px) {
    .article-child__text-inner h2 {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.article-child__text-inner h3 {
    font-size: 40px
}

@media (max-width:1000px) {
    .article-child__text-inner h3 {
        font-size: 32px
    }
}

.article-child__text-inner h4 {
    font-size: 35px
}

@media (max-width:1000px) {
    .article-child__text-inner h4 {
        font-size: 28px
    }
}

.article-child__text-inner h5 {
    font-size: 30px
}

@media (max-width:1000px) {
    .article-child__text-inner h5 {
        font-size: 24px
    }
}

.article-child__text-inner h6 {
    font-size: 20px
}

@media (max-width:1000px) {
    .article-child__text-inner h6 {
        font-size: 16px
    }
}

.article-child__text-inner i {
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    line-height: 140%;
    color: #47609c;
    margin: 60px 0;
    display: inline-block;
    font-family: "Nocturne Serif", sans-serif
}

@media (max-width:1300px) {
    .article-child__text-inner i {
        font-size: 30px;
        margin: 30px 0 25px
    }
}

.article-child__text-inner p > i {
    margin-bottom: 35px
}

@media (max-width:1300px) {
    .article-child__text-inner p > i {
        margin-bottom: 20px
    }
}

.article-child__text-aside .article-child-block-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.article-child__aside {
    width: 300px
}

.article-child__aside-image-text p {
    max-width: 250px
}

.article-child__aside-simple-img {
    border: 5px solid #fff;
    box-sizing: border-box;
    filter: drop-shadow(0 20px 20px rgba(71, 96, 156, .1));
    border-radius: 35px;
    display: block;
    width: 100%;
    height: auto
}

@media (max-width:450px) {
    .article-child__aside-simple-img {
        border-radius: 20px
    }
}

.article-child__aside-simple-text {
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    font-feature-settings: "case" on;
    color: #242629;
    margin: 20px 0 5px;
    padding-left: 15px
}

@media (max-width:450px) {
    .article-child__aside-simple-text {
        padding-left: 0
    }
}

.article-child__aside-simple-link {
    padding-left: 15px;
    font-family: Proxima Nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-feature-settings: "case" on;
    color: #47609c
}

@media (max-width:450px) {
    .article-child__aside-simple-link {
        padding-left: 0
    }
}

.article-child__aside-simple-link-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 15px 0;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 4px #000;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .article-child__aside-simple-link-edit:hover span {
        background: rgba(0, 0, 0, .1)
    }

    .article-child__aside-simple-link-edit span {
        background: rgba(0, 0, 0, .22);
        height: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

.article-child__aside-text .article-child__aside-simple-text {
    margin-top: 0
}

.article-child__results-items {
    background: #242629;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 35px;
    padding: 80px 100px
}

@media (max-width:1100px) {
    .article-child__results-items {
        padding: 78px
    }
}

@media (max-width:500px) {
    .article-child__results-items {
        padding: 50px
    }
}

@media (max-width:450px) {
    .article-child__results-items {
        border-radius: 30px;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        padding: 40px 40px 60px
    }
}

.article-child__results-item + .article-child__results-item {
    margin-top: 40px
}

.article-child__results-item-title {
    position: relative;
    font-weight: 600;
    font-size: 35px;
    line-height: 110%;
    color: #fff;
    margin: 0 0 10px
}

@media (max-width:450px) {
    .article-child__results-item-title {
        display: flex;
        align-items: center
    }
}

.article-child__results-item-star {
    position: absolute;
    left: -40px;
    top: 10px
}

@media (max-width:450px) {
    .article-child__results-item-star {
        position: relative;
        top: auto;
        left: 13px;
        order: 2
    }
}

.article-child__results-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    opacity: .8;
    margin: 0
}

.article-child__results-title {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #242629;
    margin: 0 0 40px
}

@media (max-width:1000px) {
    .article-child__results-title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.article-child__results-inner {
    margin-bottom: 100px;
    color: #fff
}

@media (max-width:600px) {
    .article-child__results-inner {
        margin-bottom: 90px
    }
}

@media (max-width:500px) {
    .article-child__results-inner {
        margin-bottom: 80px
    }
}

@media (max-width:450px) {
    .article-child__results-inner {
        margin-bottom: 70px
    }
}

.article-child__results-inner .add-block.small.add-example-block {
    margin-top: 20px;
    background-color: #5c5c5c
}

.article-child__aside-catalog-block {
    padding: 40px;
    background: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 35px;
    position: relative
}

.article-child__aside-catalog-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #242629;
    margin: 0 0 5px
}

.article-child__aside-catalog-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #242629;
    margin: 0 0 5px
}

.article-child__aside-catalog-img {
    position: relative;
    left: -40px;
    top: -20px;
    display: block;
    width: 400px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: -10px
}

.article-child__aside-button {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px
}

@media (max-width:1000px) {
    .article-child__aside-button {
        margin-top: 20px
    }
}

.article-child__slider-item {
    display: flex;
    width: 100%
}

    .article-child__slider-item.add-example-block.add-block {
        width: 100%;
        height: 100%;
        background-color: #cbcbcb
    }

.article-child__slider-item-inner {
    width: 100%
}

.article-child__slider-item-img {
    height: 586px;
    border-radius: 35px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:900px) {
    .article-child__slider-item-img {
        height: 500px
    }
}

@media (max-width:500px) {
    .article-child__slider-item-img {
        height: 420px
    }
}

@media (max-width:450px) {
    .article-child__slider-item-img {
        border-radius: 20px
    }
}

@media (max-width:400px) {
    .article-child__slider-item-img {
        height: 400px
    }
}

.article-child__slider-item-tag {
    position: absolute;
    top: 0;
    background: hsla(0, 0%, 100%, .87);
    padding: 10px 20px;
    margin: 10px;
    width: 300px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 40px;
    font-size: 16px
}

.article-child__slider-items.flickity-enabled .flickity-slider,
.article-child__slider-items.flickity-enabled .flickity-viewport {
    min-height: 400px
}

.article-child__slider-inner {
    border-radius: 35px;
    position: relative
}

@media (max-width:900px) {
    .article-child__slider-inner {
        margin-bottom: 140px
    }
}

.article-child__slider-tags {
    position: absolute;
    bottom: 0;
    margin: 30px
}

@media (max-width:1100px) {
    .article-child__slider-tags {
        margin: 20px
    }
}

@media (max-width:900px) {
    .article-child__slider-tags {
        bottom: -100px;
        margin: 0;
        width: 100%
    }
}

.article-child__slider-tags-items {
    display: flex;
    align-items: center
}

@media (max-width:900px) {
    .article-child__slider-tags-items {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 30px;
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content
    }
}

.article-child__slider-tags-item {
    background: #fff;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 30px
}

@media (max-width:900px) {
    .article-child__slider-tags-item {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        display: flex
    }
}

.article-child__slider-tags-item + .article-child__slider-tags-item {
    margin-left: 10px
}

.article-child__slider-tags-item:hover {
    cursor: pointer
}

.article-child__slider-tags-item--active {
    background: #47609c;
    color: #fff
}

.article-child__slider .flickity-page-dots {
    bottom: 50px;
    right: 60px;
    left: auto;
    text-align: right;
    width: auto
}

@media (max-width:1100px) {
    .article-child__slider .flickity-page-dots {
        bottom: 40px
    }
}

@media (max-width:900px) {
    .article-child__slider .flickity-page-dots {
        width: 100%;
        left: 0;
        right: auto;
        text-align: center
    }
}

.article-child__slider .flickity-page-dots .dot {
    background: #fff;
    width: 16px;
    height: 9px;
    border-radius: 35px;
    opacity: 1;
    transition: .3s
}

    .article-child__slider .flickity-page-dots .dot.is-selected {
        background: #fff;
        border-radius: 35px;
        width: 45px
    }

.article-child__header-meta {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #242629;
    opacity: .5;
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.article-child__header-meta-views:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../../img/icons/eye.svg);
    margin-right: 5px
}

.article-child__header-meta-views {
    display: flex;
    align-items: center
}

.article-child__header-meta-date {
    margin-right: 20px;
    display: inline-block
}

.article-child__header-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #242629;
    opacity: .8;
    margin: 0
}

.article-child__header-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 110%;
    color: #242629;
    margin: 0 0 15px
}

@media (max-width:1000px) {
    .article-child__header-title {
        font-size: 40px;
        margin-bottom: 30px;
        max-width: 500px
    }
}

@media (max-width:767px) {
    .article-child__header-title {
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:450px) {
    .article-child__header-title {
        font-size: 35px
    }
}

.article-child__header-info-text {
    max-width: 715px
}

@media (max-width:1300px) {
    .article-child__header-info-text {
        max-width: 700px
    }
}

@media (max-width:1200px) {
    .article-child__header-info-text {
        max-width: 600px
    }
}

@media (max-width:1000px) {
    .article-child__header-info-text {
        max-width: 500px
    }
}

@media (max-width:900px) {
    .article-child__header-info-text {
        max-width: calc(100% - 300px)
    }
}

@media (max-width:767px) {
    .article-child__header-info-text {
        width: 100%;
        max-width: 100%
    }
}

.article-child__header-info-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

    .article-child__header-info-block .article-block__column-btn {
        bottom: -50px
    }

@media (max-width:1000px) {
    .article-child__aside {
        width: 266px
    }
}

@media (max-width:767px) {
    .article-child__aside {
        width: auto;
        max-width: 500px;
        margin: 40px 0 10px
    }
}

@media (max-width:1000px) {
    .article-child__aside--expert {
        width: 300px
    }
}

@media (max-width:767px) {
    .article-child__aside--expert {
        display: none
    }
}

@media (max-width:1300px) {
    .article-child__aside-catalog-img {
        width: 380px;
        margin-bottom: -45px
    }
}

@media (max-width:1000px) {
    .article-child__aside-catalog-img {
        width: 330px;
        left: -20px;
        margin-bottom: -30px
    }
}

@media (max-width:400px) {
    .article-child__aside-catalog-img {
        left: 10px;
        margin-bottom: 0;
        position: absolute;
        bottom: 20px;
        top: auto;
        width: 280px
    }
}

@media (max-width:1000px) {
    .article-child__aside-catalog-block {
        padding: 25px
    }
}

@media (max-width:400px) {
    .article-child__aside-catalog-block {
        padding-bottom: 230px
    }
}

.article-child__aside-header-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #242629;
    margin: 0 0 5px
}

.article-child__aside-header-img {
    display: block;
    border-radius: 1000px;
    width: 85px;
    height: 100px;
    min-width: 85px;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.article-child__aside-header-description,
.article-child__aside-header-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #242629;
    opacity: .8;
    margin: 0
}

.article-child__aside-header-footer {
    margin-top: 20px
}

.article-child__aside-header-phone {
    font-weight: 600;
    font-size: 21px;
    line-height: 110%;
    color: #242629;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none
}

.article-child__aside-header-img-name {
    display: flex;
    align-items: center
}

.article-child__aside-header-img-block {
    margin-right: 25px
}

.article-child__aside-header-inner {
    background: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    box-sizing: border-box;
    border-radius: 35px;
    padding: 35px 32px
}

.article-child__img-full {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 35px;
    max-width: 1820px;
    margin: 0 auto
}

@media (max-width:500px) {
    .article-child__img-full {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.article-child__img-full-block {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 35px
}

.article-child-block-container-full {
    width: 100%;
    margin: 0 auto;
    max-width: 1820px !important
}

.article-child__image-full {
    margin-top: 20px !important
}

.developer-block__article {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 90px
}

@media (max-width:1200px) {
    .developer-block__article {
        margin-bottom: 60px
    }
}

.developer-block__article-left {
    flex: 1
}

.developer-block__article-right {
    flex: 1;
    font-size: 20px
}

@media (max-width:1200px) {
    .developer-block__article-left {
        flex: 1.1
    }

    .developer-block__article-right {
        flex: 1;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .developer-block__article {
        flex-direction: column;
        padding: 0 30px;
        margin-bottom: 50px
    }

    .developer-block__article-left {
        flex: auto
    }

    .developer-block__article-right {
        flex: auto;
        font-size: 16px
    }
}

@media (max-width:350px) {
    .developer-block__article {
        padding: 0
    }
}

.developer-block__title {
    font-size: 20px;
    color: #47609c
}

@media (max-width:1300px) {
    .developer-block__title {
        font-size: 15px
    }
}

.developer-block__logo {
    margin-top: 56px
}

    .developer-block__logo img {
        max-width: 399px;
        max-height: 250px
    }

@media (max-width:1300px) {
    .developer-block__logo {
        margin-top: 22px
    }

        .developer-block__logo img {
            max-width: 293px
        }
}

@media (max-width:767px) {
    .developer-block__logo {
        margin-top: 30px
    }

        .developer-block__logo img {
            max-width: 100%
        }
}

@media (max-width:350px) {
    .developer-block__logo {
        margin-top: 10px
    }

        .developer-block__logo img {
            max-width: 244px
        }
}

.developer-block__grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

@media (max-width:767px) {
    .developer-block__grid {
        display: block
    }
}

@media (max-width:1200px) {
    .developer-block__grid-wrapp {
        margin-right: -53px
    }
}

@media (max-width:767px) {
    .developer-block__grid-wrapp {
        margin-right: 0
    }
}

.developer-block__grid-item {
    flex: 0 0 calc(20% - 16px);
    border-radius: 35px;
    overflow: hidden;
    will-change: opacity, transform
}

@media (min-width:768px) {
    .developer-block__grid-item {
        opacity: 0;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media (max-width:1200px) {
    .developer-block__grid-item {
        flex: 0 0 calc(25% - 15px)
    }
}

@media (max-width:767px) {
    .developer-block__grid-item {
        width: 36.234%;
        opacity: 0;
        margin: 0 10px;
        border-radius: 20px
    }
}

@media (max-width:420px) {
    .developer-block__grid-item {
        width: 150px
    }
}

.developer-block__grid-item.hidden {
    display: none
}

.developer-block__grid-item.visible {
    opacity: 1
}

.developer-block__grid-item.animate-hidden {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.developer-block__grid-item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d4d4;
    cursor: pointer;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important
}

@media (max-width:767px) {
    .developer-block__grid-item_btn {
        display: none
    }
}

.developer-block__grid-inner {
    width: 100%;
    padding-bottom: 79%;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 155px
}

@media (max-width:420px) {
    .developer-block__grid-inner {
        height: 142px;
        padding-bottom: 0
    }
}

.developer-block__grid-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 20px
}

@media (max-width:767px) {
    .developer-block__grid-text {
        bottom: 10px;
        left: 10px;
        right: 10px;
        font-size: 12px
    }
}

.info-block {
    padding: 150px 0 200px;
    background-color: #242629;
    border-radius: 30px
}

@media (max-width:1200px) {
    .info-block {
        padding: 100px 0 120px
    }
}

@media (max-width:767px) {
    .info-block {
        padding: 50px 0
    }
}

.info-block_no-padding-bottom {
    padding-bottom: 0 !important
}

.info-block_no-padding-top {
    padding-top: 0 !important
}

.info-block .stage-block {
    border-radius: 35px;
    position: relative
}

@media (max-width:767px) {
    .info-block .stage-block .container_middle {
        padding-right: 0
    }
}

.info-block .stage-block__current-label,
.info-block .stage-block__title {
    color: #8c9ec8;
    font-size: 20px;
    line-height: 1
}

@media (max-width:1200px) {
    .info-block .stage-block__current-label,
    .info-block .stage-block__title {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__current-label,
    .info-block .stage-block__title {
        font-size: 16px
    }
}

.info-block .stage-block__title {
    margin-bottom: 15px
}

@media (max-width:1200px) {
    .info-block .stage-block__title {
        margin-bottom: 10px
    }
}

.info-block .stage-block__current-title,
.info-block .stage-block__done-date {
    font-size: 60px
}

@media (max-width:1200px) {
    .info-block .stage-block__current-title,
    .info-block .stage-block__done-date {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__current-title,
    .info-block .stage-block__done-date {
        padding-left: 30px;
        font-size: 35px
    }
}

@media (max-width:350px) {
    .info-block .stage-block__current-title,
    .info-block .stage-block__done-date {
        padding-left: 20px
    }
}

.info-block .stage-block__done-date {
    margin-bottom: 50px
}

@media (max-width:1200px) {
    .info-block .stage-block__done-date {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__done-date {
        margin-bottom: 40px
    }
}

.info-block .stage-block__current {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    grid-gap: 75px
}

@media (max-width:1200px) {
    .info-block .stage-block__current {
        margin-bottom: 30px;
        grid-gap: 10px;
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .info-block .stage-block__current {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-gap: 0;
        margin-bottom: 30px
    }
}

.info-block .stage-block__current-title {
    max-width: 400px;
    line-height: 1;
    margin-bottom: -6px
}

@media (max-width:1200px) {
    .info-block .stage-block__current-title {
        max-width: 330px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__current-title {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .info-block .stage-block__current-info {
        padding-left: 30px;
        margin-top: 20px
    }
}

@media (max-width:350px) {
    .info-block .stage-block__current-info {
        padding-left: 20px
    }
}

.info-block .stage-block__current-label {
    margin-bottom: 10px
}

.info-block .stage-block__current-desc {
    font-size: 30px;
    line-height: 1
}

@media (max-width:1200px) {
    .info-block .stage-block__current-desc {
        font-size: 23px
    }
}

.info-block .stage-block__date {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative
}

    .info-block .stage-block__date::-webkit-scrollbar {
        display: none
    }

.info-block .stage-block__date-wrapp {
    width: 100%;
    overflow: hidden
}

.info-block .stage-block__date_years {
    grid-gap: 30px
}

.info-block .stage-block__date_month {
    grid-gap: 0;
    margin-top: 10px;
    margin-bottom: 60px
}

    .info-block .stage-block__date_month .stage-block__date-item label {
        padding: 10px 18px
    }

@media (max-width:1200px) {
    .info-block .stage-block__date_years {
        grid-gap: 0
    }
}

@media (max-width:767px) {
    .info-block .stage-block__date {
        padding-left: 30px
    }

    .info-block .stage-block__date_years {
        margin-bottom: 10px
    }

    .info-block .stage-block__date_month {
        margin-bottom: 40px;
        margin-top: 0
    }
}

@media (max-width:350px) {
    .info-block .stage-block__date {
        padding-left: 20px
    }
}

.info-block .stage-block__date-item label {
    display: inline-block;
    font-size: 16px;
    color: #919394;
    background: 0 0;
    box-shadow: 0 3px 5px transparent;
    border-radius: 50px;
    padding: 10px 23px;
    transition: .3s;
    cursor: pointer;
    text-transform: capitalize
}

.info-block .stage-block__date-item input {
    position: absolute;
    opacity: 0
}

    .info-block .stage-block__date-item input:checked + label {
        background: #8c9ec8;
        color: #242629
    }

    .info-block .stage-block__date-item input:disabled + label {
        opacity: .4
    }

@media (max-width:1200px) {
    .info-block .stage-block__date-item label {
        font-size: 12px;
        margin-left: -10px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__date-item label {
        margin-left: 0
    }
}

.info-block .stage-block__slider-item {
    width: 26.5372%;
    height: 20.834vw;
    margin: 0 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    will-change: opacity;
    cursor: pointer
}

    .info-block .stage-block__slider-item.animation-init {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

@media (max-width:1200px) {
    .info-block .stage-block__slider-item {
        width: 37.2%;
        height: 29.4vw
    }
}

@media (max-width:767px) {
    .info-block .stage-block__slider-item {
        border-radius: 20px;
        width: 75.846%;
        height: 48.31vw
    }
}

.info-block .stage-block__slider-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.info-block .stage-block__slider-item:after {
    display: none;
    content: attr(data-text);
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 150px);
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 100px;
    line-height: 1;
    color: #242629;
    z-index: 1
}

@media (max-width:1200px) {
    .info-block .stage-block__slider-item:after {
        font-size: 15px;
        max-width: 100%;
        left: 18px;
        right: 18px;
        bottom: 18px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__slider-item:after {
        display: none
    }
}

.info-block .stage-block__slider .flickity-button {
    background: rgba(36, 38, 41, .8)
}

@media (max-width:767px) {
    .info-block .stage-block__slider .flickity-button {
        display: none
    }
}

.info-block .stage-block__slider .flickity-button:disabled,
.info-block .stage-block__slider .flickity-button > svg {
    display: none
}

.info-block .stage-block__slider .flickity-button:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 28px;
    top: 50%;
    left: 50%;
    background-image: url(../../../images/complexes/icons/stage-arrow-slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.info-block .stage-block__slider .flickity-button.next:after {
    transform: translate(calc(-50% + 2px), -50%)
}

.info-block .stage-block__slider .flickity-button.previous:after {
    transform: translate(calc(-50% - 2px), -50%) scaleX(-1)
}

.info-block .stage-block__slider .flickity-prev-next-button {
    width: 60px;
    height: 60px
}

.info-block .stage-block__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

@media (max-width:1200px) {
    .info-block .stage-block__bottom {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__bottom {
        display: none
    }
}

.info-block .stage-block__next,
.info-block .stage-block__prev {
    font-size: 16px;
    color: #8c9ec8;
    cursor: pointer;
    text-transform: capitalize
}

    .info-block .stage-block__next:after,
    .info-block .stage-block__next:before,
    .info-block .stage-block__prev:after,
    .info-block .stage-block__prev:before {
        display: inline-block;
        width: 9px;
        height: 14px;
        background-image: url(../../../images/complexes/icons/stage-arrow.svg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle
    }

    .info-block .stage-block__next:before,
    .info-block .stage-block__prev:before {
        transform: scaleX(-1)
    }

    .info-block .stage-block__next:after {
        content: "";
        margin-left: 10px
    }

    .info-block .stage-block__prev:before {
        content: "";
        margin-right: 10px
    }

.info-block .stage-block__dots-wrapp {
    position: absolute;
    top: calc(100% + 40px);
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    overflow: hidden
}

@media (max-width:1300px) {
    .info-block .stage-block__dots-wrapp {
        top: calc(100% + 20px);
        max-width: 300px
    }
}

@media (max-width:767px) {
    .info-block .stage-block__dots-wrapp {
        display: none
    }
}

.info-block .stage-block__dots-wrapp .flickity-page-dots {
    position: static;
    counter-reset: a;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap
}

    .info-block .stage-block__dots-wrapp .flickity-page-dots::-webkit-scrollbar {
        display: none
    }

    .info-block .stage-block__dots-wrapp .flickity-page-dots .dot {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 16px;
        background-color: transparent;
        color: #919394;
        opacity: 1;
        margin: 0 11px 0 0
    }

@media (max-width:767px) {
    .info-block .stage-block__dots-wrapp .flickity-page-dots .dot {
        margin: 0 14px 0 0
    }
}

@media (max-width:375px) {
    .info-block .stage-block__dots-wrapp .flickity-page-dots .dot {
        margin: 0 7px 0 0
    }
}

.info-block .stage-block__dots-wrapp .flickity-page-dots .dot:last-child {
    margin: 0
}

.info-block .stage-block__dots-wrapp .flickity-page-dots .dot.is-selected {
    background-color: #8c9ec8;
    color: #242629
}

.info-block .stage-block__dots-wrapp .flickity-page-dots .dot:after {
    content: counter(a);
    counter-increment: a
}

.info-block .stage-block__dots-btn {
    position: absolute;
    top: 50%;
    background-image: url(../../../images/complexes/icons/stage-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 10px;
    height: 14px;
    cursor: pointer
}

.info-block .stage-block__dots-btn_next {
    transform: translateY(-50%);
    right: -15px
}

.info-block .stage-block__dots-btn_prev {
    transform: rotate(180deg) translateY(50%);
    left: -15px
}

.info-block .documents-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 140px
}

.info-block .documents-grid-control {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    line-height: normal
}

@media (max-width:1200px) {
    .info-block .documents-grid {
        margin-top: 120px
    }
}

@media (max-width:767px) {
    .info-block .documents-grid {
        padding: 0 30px;
        margin-top: 50px
    }
}

@media (max-width:350px) {
    .info-block .documents-grid {
        padding: 0 0 0 20px
    }
}

.info-block .documents-grid__item {
    display: flex;
    width: calc(50% - 10px);
    border-radius: 35px;
    text-decoration: none;
    color: #fff
}

@media (min-width:768px) {
    .info-block .documents-grid__item {
        overflow: hidden
    }
}

@media (max-width:767px) {
    .info-block .documents-grid__item {
        border-radius: 20px
    }
}

.info-block .documents-grid__item-hidden {
    display: none
}

.info-block .documents-grid__item_image {
    background-color: #edf0f6
}

    .info-block .documents-grid__item_image .documents-grid__item-text {
        flex: 1.3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #242629;
        font-size: 20px
    }

@media (max-width:1200px) {
    .info-block .documents-grid__item_image .documents-grid__item-text {
        flex: 1
    }
}

@media (max-width:1000px) {
    .info-block .documents-grid__item_image .documents-grid__item-text {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .info-block .documents-grid__item_image .documents-grid__item-text {
        font-size: 16px
    }
}

@media (max-width:400px) {
    .info-block .documents-grid__item_image .documents-grid__item-text {
        font-size: 12px
    }
}

.info-block .documents-grid__item_image .documents-grid__item-name {
    max-width: 250px
}

@media (max-width:767px) {
    .info-block .documents-grid__item_image {
        padding: 33px 15px;
        text-align: center;
        position: relative
    }

        .info-block .documents-grid__item_image:after {
            content: "";
            position: absolute;
            top: -2px;
            right: -2px;
            width: 37px;
            height: 36px;
            background-image: url(../../../images/complexes/illustrations/document-decorate.svg);
            background-position: 50%;
            background-size: cover
        }
}

@media (max-width:450px) {
    .info-block .documents-grid__item_image {
        padding: 33px 5px
    }
}

.info-block .documents-grid__item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8c9ec8
}

@media (max-width:767px) {
    .info-block .documents-grid__item_btn {
        width: 100%;
        height: 52px;
        border-radius: 100px
    }
}

.info-block .documents-grid__item_title {
    padding: 10px 20px 10px 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    border-radius: 0
}

@media (max-width:767px) {
    .info-block .documents-grid__item_title {
        width: 100%
    }
}

@media (max-width:1200px) {
    .info-block .documents-grid__item-text {
        font-size: 15px
    }
}

.info-block .documents-grid__item-img {
    display: flex;
    align-items: flex-end;
    padding-top: 38px;
    padding-left: 42px;
    padding-right: 43px
}

    .info-block .documents-grid__item-img img {
        max-width: 137px
    }

@media (max-width:1200px) {
    .info-block .documents-grid__item-img {
        padding-top: 17px;
        padding-left: 32px;
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .info-block .documents-grid__item-img {
        display: none
    }
}

.info-block .documents-grid__title {
    font-size: 60px;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .info-block .documents-grid__title {
        font-size: 50px
    }
}

.info-block .documents-grid__subtitle {
    font-size: 20px
}

@media (max-width:1200px) {
    .info-block .documents-grid__subtitle {
        font-size: 15px
    }
}

.info-block[data-hide-docs] .documents-grid,
.info-block[data-hide-stage] .stage-block,
.info-block[data-hide-stage] .stage-block__bottom,
.info-block[data-hide-stage] .stage__gallery {
    display: none !important
}

.info-block[data-hide-stage] {
    padding-top: 50px;
    padding-bottom: 100px
}

@media (max-width:1200px) {
    .info-block[data-hide-stage] {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.info-block[data-hide-stage] .documents-grid {
    margin-top: 50px
}

@media (max-width:1200px) {
    .info-block[data-hide-stage] .documents-grid {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .info-block[data-hide-stage] {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.info-block[data-hide-docs] {
    padding-bottom: 100px
}

@media (max-width:1200px) {
    .info-block[data-hide-docs] {
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .info-block[data-hide-docs] {
        padding: 50px 0
    }
}

.mortgage-block .site-block__subtitle {
    max-width: 420px;
    margin-left: 189px
}

.mortgage-block .site-block__row {
    margin-bottom: 70px
}

@media (max-width:1200px) {
    .mortgage-block .site-block__subtitle {
        margin-left: 123px;
        max-width: 293px
    }
}

@media (max-width:767px) {
    .mortgage-block .site-block__subtitle,
    .mortgage-block .site-block__title {
        padding: 0
    }

    .mortgage-block .site-block__row {
        margin-bottom: 40px
    }

    .mortgage-block .container_middle {
        padding: 0 50px
    }
}

@media (max-width:350px) {
    .mortgage-block .container_middle {
        padding: 0 40px
    }
}

.mortgage-block__sliders {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 70px
}

@media (max-width:1200px) {
    .mortgage-block__sliders {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .mortgage-block__sliders {
        flex-direction: column;
        grid-gap: 40px
    }
}

.mortgage-block__sliders-item {
    flex: 2.1
}

    .mortgage-block__sliders-item:last-child {
        flex: 1
    }

@media (max-width:767px) {
    .mortgage-block__sliders-item,
    .mortgage-block__sliders-item:last-child {
        flex: auto
    }
}

.mortgage-block__sliders-title {
    font-size: 15px;
    color: rgba(36, 38, 41, .4);
    margin-bottom: 10px;
    line-height: 1
}

.mortgage-block__sliders-value > span {
    display: inline-block;
    padding: 0;
    border: none;
    outline: none;
    color: #242629;
    font-size: 30px;
    font-family: Proxima Nova, sans-serif;
    width: 100%;
    white-space: nowrap
}

    .mortgage-block__sliders-value > span .currency {
        font-size: 28px
    }

@media (max-width:1200px) {
    .mortgage-block__sliders-value > span {
        font-size: 25px
    }

        .mortgage-block__sliders-value > span .currency {
            font-size: 23px
        }
}

.mortgage-block__sliders-noui {
    margin-top: 20px
}

    .mortgage-block__sliders-noui .noUi-connects {
        background-color: rgba(71, 96, 156, .2);
        height: 2px
    }

    .mortgage-block__sliders-noui .noUi-connect {
        background-color: #47609c;
        height: 2px
    }

    .mortgage-block__sliders-noui .noUi-horizontal {
        height: 2px
    }

    .mortgage-block__sliders-noui .noUi-handle {
        background-color: #47609c;
        border-radius: 100%;
        border: none;
        width: 20px;
        height: 20px;
        box-shadow: none;
        cursor: pointer;
        top: -10px
    }

        .mortgage-block__sliders-noui .noUi-handle:after,
        .mortgage-block__sliders-noui .noUi-handle:before {
            content: "";
            display: none
        }

        .mortgage-block__sliders-noui .noUi-active,
        .mortgage-block__sliders-noui .noUi-handle:hover {
            box-shadow: none
        }

.mortgage-block__offer-title {
    font-size: 15px;
    color: #47609c;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .mortgage-block__offer-title {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 243px
    }
}

.mortgage-block__offer-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 60px;
    background-color: #edf0f6;
    border-radius: 35px
}

@media (max-width:1200px) {
    .mortgage-block__offer-body {
        padding: 24px 61px 24px 47px
    }
}

@media (max-width:767px) {
    .mortgage-block__offer-body {
        padding: 30px;
        border-radius: 20px;
        grid-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

@media (max-width:350px) {
    .mortgage-block__offer-body {
        margin: 0 -20px
    }
}

.mortgage-block__offer-bottom {
    margin-top: 20px
}

@media (min-width:768px) {
    .mortgage-block__offer-bottom {
        display: none
    }
}

@media (max-width:350px) {
    .mortgage-block__offer-bottom {
        margin: 20px -20px 0
    }
}

.mortgage-block__offer-item:last-child {
    flex: 0 0 346px
}

@media (max-width:1200px) {
    .mortgage-block__offer-item:last-child {
        flex: 0 0 240px;
        margin-left: 30px
    }
}

@media (max-width:767px) {
    .mortgage-block__offer-item:last-child {
        display: none
    }
}

.mortgage-block__offer-item_pay-size {
    flex: 0 0 270px
}

@media (max-width:1200px) {
    .mortgage-block__offer-item_pay-size {
        flex: 0 0 202px
    }
}

@media (max-width:767px) {
    .mortgage-block__offer-item_pay-size {
        flex: auto
    }
}

.mortgage-block__offer-label {
    font-size: 15px;
    color: rgba(36, 38, 41, .4);
    margin-bottom: 12px
}

@media (max-width:1200px) {
    .mortgage-block__offer-label {
        font-size: 13px
    }
}

.mortgage-block__offer-line {
    flex: 0 0 1px;
    height: 110px;
    background-color: rgba(71, 96, 156, .1)
}

@media (max-width:767px) {
    .mortgage-block__offer-line {
        height: unset;
        width: 100%
    }
}

.mortgage-block__offer-content {
    color: #47609c;
    line-height: 1
}

    .mortgage-block__offer-content span:first-child {
        font-size: 15px
    }

    .mortgage-block__offer-content span:last-child {
        font-size: 25px
    }

.mortgage-block__offer-rate {
    font-size: 50px
}

@media (max-width:1200px) {
    .mortgage-block__offer-rate {
        font-size: 35px
    }
}

.mortgage-block__offer .btn {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .mortgage-block__offer .btn {
        font-size: 12px;
        height: 44px
    }
}

@media (max-width:767px) {
    .mortgage-block__offer .btn {
        height: 52px;
        font-size: 16px
    }
}

.mortgage-block__banks {
    margin: 100px 0 150px
}

@media (max-width:1200px) {
    .mortgage-block__banks {
        margin: 70px 0 123px
    }
}

@media (max-width:767px) {
    .mortgage-block__banks {
        margin: 80px 0
    }
}

@media (max-width:350px) {
    .mortgage-block__banks {
        margin: 80px -20px
    }
}

.mortgage-block__banks-title {
    font-size: 15px;
    color: #47609c;
    margin-bottom: 50px
}

@media (max-width:1200px) {
    .mortgage-block__banks-title {
        margin-bottom: 28px
    }
}

@media (max-width:767px) {
    .mortgage-block__banks-title {
        margin-bottom: 30px
    }
}

.mortgage-block__banks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 60px;
    grid-column-gap: 90px
}

@media (max-width:1200px) {
    .mortgage-block__banks-grid {
        grid-column-gap: 100px;
        grid-row-gap: 44px
    }
}

@media (max-width:767px) {
    .mortgage-block__banks-grid {
        grid-column-gap: 40px;
        grid-row-gap: 37px;
        grid-template-columns: 1fr 1fr
    }
}

.mortgage-block__banks-item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .mortgage-block__banks-item:nth-child(4n) {
        justify-content: flex-end
    }

.mortgage-block__expert {
    overflow: hidden
}

.mortgage-block__expert_gray {
    padding: 0 20px
}

@media (max-width:350px) {
    .mortgage-block__expert_gray {
        padding: 0 10px
    }

        .mortgage-block__expert_gray .mortgage-block__expert-person {
            right: 0
        }
}

.mortgage-block__expert_gray .mortgage-block__expert-container {
    background-color: #f1f1f1;
    border-radius: 35px;
    max-width: 1320px;
    padding: 70px 40px 0;
    margin: 0 auto
}

@media (max-width:767px) {
    .mortgage-block__expert_gray .mortgage-block__expert-container {
        padding: 50px 20px 0
    }
}

@media (max-width:350px) {
    .mortgage-block__expert_gray .mortgage-block__expert-container {
        padding: 50px 0 0
    }
}

@media (max-width:767px) {
    .mortgage-block__expert_gray .container_middle {
        padding: 0 10px
    }
}

.mortgage-block__expert-title {
    font-size: 35px;
    margin-bottom: 60px;
    line-height: 1
}

@media (max-width:1200px) {
    .mortgage-block__expert-title {
        font-size: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-title {
        font-size: 25px
    }
}

@media (max-width:350px) {
    .mortgage-block__expert-title {
        margin-right: -40px
    }
}

.mortgage-block__expert-body {
    display: flex;
    position: relative
}

    .mortgage-block__expert-body:before {
        content: "";
        position: absolute;
        bottom: -44px;
        left: calc(50% - 100px);
        width: 201px;
        height: 227px;
        background-image: url(../../../images/complexes/illustrations/percent.html);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }

@media (max-width:1200px) {
    .mortgage-block__expert-body {
        min-height: 345px
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-body {
        flex-direction: column
    }

        .mortgage-block__expert-body:before {
            width: 97px;
            height: 109px;
            left: 0;
            bottom: 31px
        }
}

.mortgage-block__expert-info {
    flex: 1.19
}

    .mortgage-block__expert-info .btn {
        margin-top: 65px;
        min-width: 265px
    }

@media (max-width:1200px) {
    .mortgage-block__expert-info {
        flex: 1.4
    }

        .mortgage-block__expert-info .btn {
            margin-top: 40px;
            min-width: unset;
            font-size: 12px;
            padding: 13px 39px
        }
}

@media (max-width:767px) {
    .mortgage-block__expert-info {
        flex: auto
    }

        .mortgage-block__expert-info .btn {
            display: none
        }
}

.mortgage-block__expert-img {
    flex: 1;
    position: relative;
    padding-left: 20px;
    line-height: 0
}

    .mortgage-block__expert-img img {
        max-width: 440px;
        width: 100%
    }

@media (max-width:1200px) {
    .mortgage-block__expert-img {
        padding-left: 0;
        margin-top: auto
    }

        .mortgage-block__expert-img img {
            width: 106%;
            margin-left: -30px
        }
}

@media (max-width:767px) {
    .mortgage-block__expert-img {
        flex: auto;
        padding-top: 30px;
        text-align: center
    }

        .mortgage-block__expert-img img {
            width: 222px;
            height: 200px;
            margin-bottom: -23px;
            margin-left: 20px
        }
}

.mortgage-block__expert-person {
    position: absolute;
    right: 0;
    top: 44px;
    max-width: 131px;
    line-height: normal;
    text-align: left
}

@media (max-width:1200px) {
    .mortgage-block__expert-person {
        right: -30px
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-person {
        max-width: 89px;
        top: 70px;
        right: 13px
    }
}

@media (max-width:375px) {
    .mortgage-block__expert-person {
        right: 0
    }
}

@media (max-width:350px) {
    .mortgage-block__expert-person {
        right: -20px
    }
}

.mortgage-block__expert-name {
    font-weight: 600;
    font-size: 20px
}

@media (max-width:1200px) {
    .mortgage-block__expert-name {
        margin-bottom: 3px
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-name {
        font-size: 12px
    }
}

.mortgage-block__expert-role {
    font-size: 15px
}

@media (max-width:1200px) {
    .mortgage-block__expert-role {
        font-size: 12px;
        line-height: 1
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-role {
        font-size: 10px
    }
}

.mortgage-block__expert-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    justify-content: space-between
}

@media (max-width:1200px) {
    .mortgage-block__expert-grid {
        grid-gap: 20px
    }
}

@media (max-width:767px) {
    .mortgage-block__expert-grid {
        grid-gap: 23px
    }
}

.mortgage-block__expert-check {
    width: calc(50% - 15px);
    padding-left: 60px;
    position: relative
}

    .mortgage-block__expert-check:after,
    .mortgage-block__expert-check:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .mortgage-block__expert-check:before {
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background-color: #47609c
    }

    .mortgage-block__expert-check:after {
        left: 10px;
        width: 20px;
        height: 14px;
        background-image: url(../../../images/complexes/icons/check.svg);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: .8
    }

@media (max-width:1200px) {
    .mortgage-block__expert-check {
        padding-left: 45px;
        font-size: 15px
    }

        .mortgage-block__expert-check:before {
            width: 30px;
            height: 30px
        }

        .mortgage-block__expert-check:after {
            left: 8px;
            width: 14px;
            height: 10px
        }
}

@media (max-width:767px) {
    .mortgage-block__expert-check {
        font-size: 16px;
        padding-left: 35px
    }

        .mortgage-block__expert-check:after,
        .mortgage-block__expert-check:before {
            transform: translateY(0)
        }

        .mortgage-block__expert-check:before {
            width: 20px;
            height: 20px;
            top: 0
        }

        .mortgage-block__expert-check:after {
            top: 6px;
            left: 5px;
            width: 9px;
            height: 7px
        }
}

.mortgage-block__installment {
    background-color: #4e5662;
    border-radius: 35px;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 10
}

@media (max-width:1200px) {
    .mortgage-block__installment {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .mortgage-block__installment {
        padding: 30px 0;
        border-radius: 20px
    }

        .mortgage-block__installment .container_middle {
            padding: 0 30px
        }
}

@media (max-width:350px) {
    .mortgage-block__installment {
        padding: 30px 0 10px
    }

        .mortgage-block__installment .container_middle {
            padding: 0 10px
        }
}

.mortgage-block__installment-container {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .mortgage-block__installment-container {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 30px
    }
}

@media (max-width:350px) {
    .mortgage-block__installment-container {
        grid-gap: 20px
    }
}

.mortgage-block__installment-text {
    flex: 1
}

.mortgage-block__installment-title {
    font-size: 35px;
    margin-bottom: 8px
}

@media (max-width:1200px) {
    .mortgage-block__installment-title {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .mortgage-block__installment-title {
        font-size: 25px
    }
}

@media (max-width:350px) {
    .mortgage-block__installment-title {
        font-size: 20px;
        padding: 0 10px 0 20px
    }
}

.mortgage-block__installment-subtitle {
    font-size: 20px
}

@media (max-width:1200px) {
    .mortgage-block__installment-subtitle {
        font-size: 15px
    }
}

@media (max-width:350px) {
    .mortgage-block__installment-subtitle {
        font-size: 13px;
        padding: 0 10px 0 20px
    }
}

.mortgage-block__installment-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .mortgage-block__installment-btn {
        width: 100%
    }
}

.mortgage-block__installment-btn .btn {
    width: 350px;
    color: #242629;
    margin-left: 60px
}

@media (max-width:1200px) {
    .mortgage-block__installment-btn .btn {
        width: 243px;
        font-size: 12px
    }
}

@media (max-width:767px) {
    .mortgage-block__installment-btn .btn {
        font-size: 16px;
        width: 100%;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        border: none
    }
}

.excursion {
    margin-bottom: 150px
}

.bg {
    background-image: url(../images/payment.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    padding: 30px 0 90px 0
}

    .bg .excursion__title {
        color: #fff !important
    }

    .bg .excursion__subtitle {
        color: #fff !important
    }

@media (max-width:1200 px) {
    .excursion {
        margin-bottom: 120px
    }
}

@media (max-width:767px) {
    .excursion {
        margin-bottom: 100px
    }
}

@media (max-width:350px) {
    .excursion {
        margin-bottom: 60px
    }
}

.excursion__text-container {
    max-width: 735px;
    margin: 60px auto 40px;
    text-align: center
}

@media (max-width:767px) {
    .excursion__text-container {
        margin: 40px auto
    }

        .excursion__text-container .excursion__title {
            font-size: 35px;
            margin-bottom: 20px
        }

        .excursion__text-container .excursion__subtitle {
            font-size: 16px;
            padding: 0
        }
}

.excursion__title {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 1
}

.excursion__subtitle {
    font-size: 20px;
    padding: 0 20px
}

.excursion__map-wrapp {
    width: 100%;
    position: relative
}

.excursion__map-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 35px;
    overflow: hidden
}

@media (max-width:767px) {
    .excursion__map-inner {
        border-radius: 20px
    }
}

.excursion__btn {
    display: block;
    max-width: 230px
}

@media (min-width:768px) {
    .excursion__btn {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        margin: 0 auto
    }

        .excursion__btn > a {
            flex: 33%
        }

    .excursion__btn--without-messengers > a {
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width:1300px) {
    .excursion__btn {
        max-width: 590px
    }
}

@media (max-width:767px) {
    .excursion__btn {
        max-width: 80%;
        width: 80%;
        margin: auto
    }
}

.excursion__btn .flickity-slider {
    display: flex
}

    .excursion__btn .flickity-slider > a:first-child {
        order: 2
    }

    .excursion__btn .flickity-slider > a:nth-child(2) {
        order: 1
    }

    .excursion__btn .flickity-slider > a:last-child {
        order: 3
    }

@media (min-width:768px) {
    .excursion__btn_mobile {
        display: none
    }
}

@media (max-width:767px) {
    .excursion__btn_mobile {
        display: block
    }
}

@media (max-width:767px) {
    .excursion__btn_mobile .btn {
        width: calc(100% - 114px) !important;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .excursion__btn_mobile .btn i {
            width: 15px;
            height: 15px
        }

        .excursion__btn_mobile .btn .icon-telegram {
            left: 17px
        }

        .excursion__btn_mobile .btn .icon-whatsapp {
            left: unset !important;
            right: 17px
        }

    .excursion__btn_mobile .btn_icon {
        text-align: center;
        padding-right: 25px
    }
}

@media (max-width:375px) {
    .excursion__btn_mobile .btn {
        width: calc(100% - 100px)
    }

    .excursion__btn_mobile .btn_icon {
        padding: 15px !important;
        text-align: center !important
    }
}

.excursion__btn-bottom {
    font-size: 10px;
    color: rgba(36, 38, 41, .5);
    text-align: center;
    margin-top: 10px
}

@media (min-width:768px) {
    .excursion__btn-bottom {
        display: none
    }
}

@media (max-width:1300px) {
    .excursion__btn .btn {
        padding-top: 13px;
        padding-bottom: 13px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px
    }
}

@media (max-width:1300px) and (min-width:768px) {
    .excursion__btn .btn_icon {
        padding-left: 40px;
        padding-right: 10px
    }
}

@media (max-width:1300px) {
    .excursion__btn .btn .icon {
        left: 17px
    }

    .excursion__btn .btn .icon-whatsapp {
        width: 15px;
        height: 15px
    }

    .excursion__btn .btn .icon-telegram {
        width: 15px;
        height: 12px
    }
}

.excursion__btn--flex {
    display: flex;
    justify-content: center;
    align-items: center
}

    .excursion__btn--flex .btn {
        width: 300px;
        font-size: 16px
    }

.mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9000;
    transition: transform .3s
}

    .mobile-menu.show {
        transform: translateX(-100%)
    }

.mobile-menu__head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    flex: 0 0 auto
}

.mobile-menu__close {
    height: 30px;
    width: 30px;
    position: relative;
    cursor: pointer
}

@media (max-width:350px) {
    .mobile-menu__close {
        width: 25px;
        height: 25px
    }
}

.mobile-menu__close:after,
.mobile-menu__close:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    background-color: #242629
}

@media (max-width:350px) {
    .mobile-menu__close:after,
    .mobile-menu__close:before {
        width: 35px
    }
}

.mobile-menu__close:before {
    transform: rotate(-45deg)
}

.mobile-menu__close:after {
    transform: rotate(45deg)
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    margin-top: 10px;
    grid-gap: 17px;
    flex: auto;
    overflow: auto
}

@media (max-width:350px) {
    .mobile-menu__list {
        grid-gap: 6px;
        margin-top: 24px
    }
}

.mobile-menu__list-item {
    text-decoration: none;
    color: #242629;
    font-size: 20px;
    line-height: 2
}

@media (max-width:350px) {
    .mobile-menu__list-item {
        font-size: 16px
    }
}

.mobile-menu__bottom {
    flex: 0 0 auto;
    padding: 20px 10px 40px 40px
}

@media (max-width:350px) {
    .mobile-menu__bottom {
        padding-bottom: 47px
    }
}

.mobile-menu__bottom .block-contact__soc {
    margin-left: 44px
}

@media (max-width:500px) {
    .mobile-menu__bottom .block-contact__soc {
        margin-left: 25px
    }
}

@media (max-width:350px) {
    .mobile-menu__bottom .block-contact__soc {
        margin-left: 38px
    }
}

.mobile-menu__bottom .block-contact__soc-item.icon-whatsapp_blue {
    width: 29px;
    height: 28px
}

.mobile-menu__bottom .block-contact__soc-item.icon-telegram_blue {
    width: 33px;
    height: 28px
}

@media (max-width:350px) {
    .mobile-menu__bottom .block-contact__soc-item.icon-whatsapp_blue {
        width: 20px;
        height: 19px
    }

    .mobile-menu__bottom .block-contact__soc-item.icon-telegram_blue {
        width: 23px;
        height: 19px
    }
}

.mobile-menu__bottom .block-contact__phone-number {
    font-size: 23px
}

@media (max-width:350px) {
    .mobile-menu__bottom .block-contact__phone-number {
        font-size: 16px
    }
}

.mobile-menu__bottom .block-contact__phone-text {
    font-size: 14px
}

@media (max-width:350px) {
    .mobile-menu__bottom .block-contact__phone-text {
        font-size: 10px
    }
}

.menu-ww {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 501;
    pointer-events: none;
    background-color: rgba(36, 38, 41, .8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: .3s;
    will-change: opacity;
    opacity: 0
}

    .menu-ww.show {
        opacity: 1;
        pointer-events: visible;
        visibility: visible
    }

        .menu-ww.show .menu-ww__body {
            transform: translateX(0)
        }

        .menu-ww.show .menu-ww__close {
            opacity: 1
        }

.menu-ww__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background-color: #242629;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 116px);
    padding: 0 26px 60px;
    transform: translateX(-100%);
    transition: .5s ease;
    will-change: transform;
    pointer-events: visible
}

@media (max-width:1300px) {
    .menu-ww__body {
        width: 595px
    }
}

@media (max-width:767px) {
    .menu-ww__body {
        width: 100%;
        padding-bottom: 20px
    }
}

.menu-ww__flag {
    width: 136px
}

@media (max-width:767px) {
    .menu-ww__flag {
        width: 108px
    }
}

@media (max-width:350px) {
    .menu-ww__flag {
        width: 71px
    }
}

.menu-ww__flag > img {
    width: 100%
}

.menu-ww__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex: auto;
    text-align: center
}

@media (max-width:350px) {
    .menu-ww__list {
        gap: 16px
    }
}

.menu-ww__list-item {
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    text-decoration: none
}

@media (max-width:767px) {
    .menu-ww__list-item {
        font-size: 20px
    }
}

@media (max-width:350px) {
    .menu-ww__list-item {
        font-size: 16px
    }
}

.menu-ww__bottom {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 40px
}

@media (max-width:412px) {
    .menu-ww__bottom {
        padding: 12px 40px;
        margin-bottom: 38px;
        position: relative
    }
}

.menu-ww__bottom .block-contact__soc {
    margin-left: 40px
}

@media (max-width:412px) {
    .menu-ww__bottom .block-contact__soc {
        margin-left: 0;
        position: absolute;
        top: calc(100% + 16px);
        left: 50%;
        transform: translateX(-50%)
    }

        .menu-ww__bottom .block-contact__soc .icon-telegram_blue {
            background-image: url(../../assets/images/icons/telegram-lite-blue.html)
        }

        .menu-ww__bottom .block-contact__soc .icon-whatsapp_blue {
            background-image: url(../../assets/images/icons/whatsapp-lite-blue.html)
        }
}

.menu-ww__close {
    opacity: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer
}

@media (max-width:1300px) {
    .menu-ww__close {
        left: unset;
        right: 40px;
        transform: translateX(0)
    }
}

@media (max-width:767px) {
    .menu-ww__close {
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px
    }
}

.menu-ww__close:after,
.menu-ww__close:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    background-color: #fff
}

@media (max-width:767px) {
    .menu-ww__close:after,
    .menu-ww__close:before {
        width: 42px;
        margin-left: -21px
    }
}

@media (max-width:350px) {
    .menu-ww__close:after,
    .menu-ww__close:before {
        width: 28px;
        margin-left: -14px
    }
}

.menu-ww__close:before {
    transform: rotate(-45deg)
}

.menu-ww__close:after {
    transform: rotate(45deg)
}

.filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    grid-row-gap: 32px;
    grid-column-gap: 20px
}

@media (max-width:1200px) {
    .filter {
        grid-column-gap: 12px;
        grid-row-gap: 20px
    }
}

.filter__block {
    display: none
}

    .filter__block.active {
        display: block
    }

@media (max-width:1300px) and (min-width:768px) {
    .filter_rent {
        grid-column-gap: 20px
    }

        .filter_rent .filter__item:first-child {
            width: 23.37%
        }

        .filter_rent .filter__item:nth-child(2) {
            width: 48.914%
        }

        .filter_rent .filter__item:nth-child(3) {
            width: 23.37%
        }

        .filter_rent .filter__item:nth-child(4) {
            width: auto
        }

        .filter_rent .filter__item:nth-child(5) {
            width: 31.957%
        }

        .filter_rent .filter__item:nth-child(6) {
            width: 23.37%
        }
}

.filter__buttons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(71, 96, 156, .3);
    border-radius: 50px
}

    .filter__buttons-wrapper .btn {
        border: none
    }

@media (max-width:767px) {
    .filter__buttons-wrapper .btn {
        width: 100%;
        margin: 0
    }
}

.filter__buttons-wrapper .btn:active {
    box-shadow: none !important
}

.filter__item {
    width: 35%;
    display: flex;
    flex-direction: column;
    position: relative
}

    .filter__item.active {
        z-index: 3
    }

@media (max-width:1200px) {
    .filter__item {
        width: calc(50% - 6px)
    }
}

@media (max-width:767px) {
    .filter__item {
        width: 100%
    }
}

.filter__item > div {
    width: 100%
}

.filter__item_min {
    width: 18.447%
}

@media (max-width:1200px) {
    .filter__item_min {
        width: calc(50% - 6px)
    }
}

.filter__item_min_link {
    width: auto
}

.filter__item_j-end {
    justify-content: flex-end
}

.filter__item_j-center {
    justify-content: center
}

.filter__item_a-center {
    align-items: center
}

.filter__item .layouts__filter {
    padding-right: 40px;
    padding-bottom: 8px;
    margin-bottom: 0
}

.filter__item-wrapp {
    flex-direction: row;
    height: 55px;
    border: 1px solid #e9e9ea;
    border-radius: 100px
}

    .filter__item-wrapp > div {
        width: auto
    }

    .filter__item-wrapp .filter-price-slider {
        position: relative
    }

    .filter__item-wrapp .filter__item-input {
        border: none
    }

    .filter__item-wrapp .filter__item-label {
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%
    }

    .filter__item-wrapp .toggle-price {
        margin-left: 5px
    }

        .filter__item-wrapp .toggle-price > label {
            height: 45px;
            border: none
        }

.filter__item-main {
    position: relative
}

.filter__item-input {
    border: 1px solid #e9e9ea;
    border-radius: 100px;
    padding: 0 40px;
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 15px
}

.filter__item-input_hidden-prices {
    cursor: pointer;
    text-align: center;
    justify-content: center
}

    .filter__item-input_hidden-prices .link {
        color: #06c;
        text-decoration: underline
    }

.filter__item-label {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    color: rgba(36, 38, 41, .4);
    margin-bottom: 4px
}

    .filter__item-label > span {
        font-size: 15px
    }

.filter__item-label-currency > span {
    font-size: 13px;
    cursor: pointer
}

    .filter__item-label-currency > span.active {
        color: #47609c
    }

    .filter__item-label-currency > span:not(:first-child) {
        margin-left: 10px
    }

.filter__item-label-currency .currency[data-disabled] {
    cursor: default
}

.filter__item-select {
    border: 1px solid #e9e9ea;
    border-radius: 100px;
    padding: 0 40px;
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 15px;
    z-index: 2;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

@media (max-width:1300px) and (min-width:768px) {
    .filter__item-select {
        padding: 0 25px
    }
}

.filter__item-select:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -4.5px;
    width: 14px;
    height: 9px;
    background-image: url(../../../images/complexes/select-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    transition: transform .3s
}

@media (max-width:1300px) and (min-width:768px) {
    .filter__item-select:after {
        right: 25px
    }
}

.filter__item-select.active {
    background-color: #47609c;
    color: #fff
}

    .filter__item-select.active:after {
        filter: brightness(0) invert(1);
        transform: rotate(180deg)
    }

.filter__item-select-body {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(71, 96, 156, .2);
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 0 0 35px 35px;
    padding: 40px 20px 20px;
    z-index: 1;
    background-color: #fff;
    max-height: 400px;
    display: flex;
    flex-direction: column
}

    .filter__item-select-body.drop-show {
        opacity: 1;
        pointer-events: visible
    }

.filter__item-select-list {
    flex: auto;
    overflow: auto
}

    .filter__item-select-list::-webkit-scrollbar {
        width: 1px
    }

    .filter__item-select-list::-webkit-scrollbar-track {
        background: rgba(71, 96, 156, .2)
    }

    .filter__item-select-list::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #47609c
    }

    .filter__item-select-list > input {
        position: absolute;
        opacity: 0
    }

        .filter__item-select-list > input:checked + label {
            background: #edf0f6
        }

            .filter__item-select-list > input:checked + label:after {
                opacity: 1
            }

        .filter__item-select-list > input.active + label {
            background: #edf0f6
        }

    .filter__item-select-list > label {
        position: relative;
        cursor: pointer;
        padding-right: 30px;
        font-size: 15px;
        display: block;
        line-height: 1.5
    }

        .filter__item-select-list > label:not(:last-child) {
            margin-bottom: 4px
        }

        .filter__item-select-list > label:hover:after {
            opacity: .2
        }

        .filter__item-select-list > label:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -10px;
            width: 18px;
            height: 18px;
            border-radius: 100px;
            border: 1px solid #47609c
        }

        .filter__item-select-list > label:after {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 100px;
            background-color: #47609c;
            right: 20px;
            top: 50%;
            margin-top: -5px;
            opacity: 0;
            transition: .25s ease-in-out;
            will-change: transform, opacity
        }

    .filter__item-select-list label {
        padding: 13px 20px;
        border-radius: 20px
    }

@media (max-width:767px) {
    .filter__item-select-list label {
        border-radius: 20px;
        margin: 10px auto;
        padding: 20px 32px;
        border: 1px solid rgba(36, 38, 41, .1)
    }
}

.filter__item-select-list label:hover {
    background: rgba(237, 240, 246, .5)
}

.filter__item-select-list > [type=radio] + label:after,
.filter__item-select-list > [type=radio] + label:before {
    display: none
}

.filter__item_sort .filter__item-select-body {
    max-height: unset
}

.filter__item_sort .filter__item-select-list {
    overflow: hidden
}

    .filter__item_sort .filter__item-select-list > label:after,
    .filter__item_sort .filter__item-select-list > label:before {
        display: none
    }

.filter__item-close,
.filter__item-reset {
    text-decoration: none;
    font-size: 15px;
    color: #47609c;
    background-image: linear-gradient(90deg, #47609c, #47609c);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 1px
}

.filter__item_medium {
    width: 30%;
    height: 55px
}

.filter__item_medium-rent {
    width: 28.642%
}

.filter__item_min {
    width: 25%
}

.filter__item_min-rent {
    width: 18.447%
}

.filter__item_big {
    width: 49.03%
}

.filter__item_flex-auto {
    flex: auto
}

.filter__range {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .filter__range input {
        width: 100%;
        font-size: 15px;
        padding: 0;
        border: none;
        outline: none
    }

    .filter__range > div {
        flex: 1 0 0%;
        font-size: 15px;
        border: none;
        outline: none
    }

.filter__range-line {
    flex: 0 0 27px;
    height: 1px;
    background-color: #e9e9ea
}

@media (max-width:400px) {
    .filter__range-line {
        display: none
    }
}

.filter__range-max > input {
    text-align: right
}

.filter__sliders-noui {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: calc(100% - 80px)
}

    .filter__sliders-noui .noUi-connects {
        background-color: rgba(71, 96, 156, .2);
        height: 1px
    }

    .filter__sliders-noui .noUi-connect {
        background-color: #47609c;
        height: 1px
    }

    .filter__sliders-noui .noUi-horizontal {
        height: 1px
    }

    .filter__sliders-noui .noUi-handle {
        background-color: #47609c;
        border-radius: 100%;
        border: none;
        width: 10px;
        height: 10px;
        box-shadow: none;
        cursor: pointer;
        top: -5px;
        right: -6px
    }

        .filter__sliders-noui .noUi-handle:after,
        .filter__sliders-noui .noUi-handle:before {
            content: "";
            display: none
        }

        .filter__sliders-noui .noUi-active,
        .filter__sliders-noui .noUi-handle:hover {
            box-shadow: none
        }

.filter__tags {
    margin-top: 15px;
    margin-left: -20px;
    margin-bottom: 10px
}

.filter__tags-item {
    display: inline-flex;
    align-items: center;
    background-color: rgba(71, 96, 156, .1);
    color: #47609c;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 34px 5px 15px
}

.filter__tags-close {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
    cursor: pointer
}

    .filter__tags-close:after,
    .filter__tags-close:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        width: 12px;
        height: 1px;
        background-color: rgba(71, 96, 156, .5)
    }

    .filter__tags-close:before {
        transform: rotate(-45deg)
    }

    .filter__tags-close:after {
        transform: rotate(45deg)
    }

.filter__wrap-btn {
    display: flex;
    flex-direction: row
}

.filter__wrapp-mobile .popup__container {
    width: 100%
}

.filter__wrapp-mobile .popup__body {
    padding-bottom: 0
}

.filter__wrapp-mobile .popup__main {
    padding: 0;
    text-align: left
}

.filter__wrapp-mobile .popup__filter {
    height: 70vh;
    overflow: auto
}

.filter__wrapp-mobile .popup__filter-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
    padding-top: 30px
}

    .filter__wrapp-mobile .popup__filter-bottom .btn {
        height: 52px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

.filter__wrapp-mobile .popup__head-line {
    height: 65px;
    border-bottom: 1px solid rgba(36, 38, 41, .2);
    margin-bottom: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:350px) {
    .filter__wrapp-mobile .popup__head-line {
        height: 52px
    }
}

.filter__wrapp-mobile .popup__head-line:after {
    display: none
}

.filter__wrapp-mobile .popup__head-line .filter__item-reset {
    font-size: 15px
}

.filter__wrapp-mobile .popup__head-line-item {
    display: flex;
    flex: 1
}

.filter__wrapp-mobile .popup__head-line-item_center {
    justify-content: center
}

.filter__wrapp-mobile .popup__head-line-item_right {
    justify-content: flex-end
}

.filter__wrapp-mobile .popup__head-line-title {
    font-size: 20px
}

.filter__wrapp-mobile .popup__head-line-cross {
    width: 12px;
    height: 12px;
    position: relative
}

    .filter__wrapp-mobile .popup__head-line-cross:after,
    .filter__wrapp-mobile .popup__head-line-cross:before {
        content: "";
        position: absolute;
        width: 17px;
        height: 1px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        background-color: #242629
    }

    .filter__wrapp-mobile .popup__head-line-cross:before {
        transform: rotate(-45deg)
    }

    .filter__wrapp-mobile .popup__head-line-cross:after {
        transform: rotate(45deg)
    }

.filter_column {
    display: block;
    padding: 25px 20px 40px
}

    .filter_column .filter__item {
        width: 100%;
        margin-bottom: 39px
    }

    .filter_column .filter__item_min {
        width: 100%
    }

    .filter_column .filter__item_b-line {
        margin-bottom: 50px
    }

        .filter_column .filter__item_b-line:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -50px;
            height: 1px;
            width: 100%;
            background-color: rgba(36, 38, 41, .2)
        }

    .filter_column .filter__item-label {
        padding: 0;
        font-size: 16px;
        margin-bottom: 10px
    }

    .filter_column .filter__item-input {
        height: 75px
    }

    .filter_column .filter__item-select-list {
        padding-top: 30px;
        padding-right: 40px
    }

@media (max-width:767px) {
    .filter_column .filter__item-select-list {
        padding-top: 0;
        padding-right: 0
    }
}

@media (max-width:350px) {
    .filter_column .filter__item-select-list {
        padding-right: 0
    }
}

.filter_column .filter__item-select-list label {
    font-size: 20px;
    padding-right: 20px
}

    .filter_column .filter__item-select-list label:before {
        right: 0
    }

@media (max-width:767px) {
    .filter_column .filter__item-select-list label:before {
        right: 10px
    }
}

.filter_column .filter__item-select-list label:after {
    right: 5px
}

@media (max-width:767px) {
    .filter_column .filter__item-select-list label:after {
        right: 15px
    }
}

.filter_column .filter__sliders-noui .noUi-handle {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px
}

@media (max-width:767px) {
    .filter_column .filter__range {
        width: 100%
    }
}

.filter_column .filter__range input {
    font-size: 17px
}

@media (max-width:400px) {
    .filter_column .filter__range input {
        font-size: 15px
    }
}

@media (max-width:330px) {
    .filter_column .filter__range input {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .filter_column .filter__item-input {
        height: 60px
    }
}

.filter_column .layouts__filter {
    padding: 0 0 4px;
    max-width: 300px
}

.filter_column .layouts__filter-item {
    font-size: 25px
}

    .filter_column .layouts__filter-item.active:not(:last-child) {
        margin-right: 0
    }

.filter-price-slider {
    display: none
}

.filter__btn {
    background-color: #e5e8ee;
    border-color: rgba(71, 96, 156, .1)
}

.filter__btn_count {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 200px
}

.filter__btn_sort {
    background-image: url(../../../images/sort-arrows.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 15px;
    max-width: 55px
}

@media (max-width:767px) {
    .filter-results-short {
        display: flex;
        flex-direction: column-reverse
    }
}

.filter__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 60px
}

@media (max-width:1300px) {
    .filter__bottom {
        margin: 30px 0 40px
    }
}

@media (max-width:767px) {
    .filter__bottom {
        display: block;
        padding: 0 30px;
        margin: 10px 0 30px
    }
}

@media (max-width:767px) {
    .filter__bottom-counter {
        display: none
    }
}

.filter__bottom-buttons > a {
    font-size: 15px;
    font-weight: 400;
    color: #47609c;
    text-decoration: none
}

    .filter__bottom-buttons > a:not(:first-child) {
        margin-left: 20px
    }

@media (max-width:767px) {
    .filter__bottom-buttons {
        display: none
    }
}

.filter__bottom .btn {
    font-size: 16px;
    line-height: 2;
    padding: 9px
}

.filter__controll {
    display: flex;
    align-items: center;
    height: 31px
}

.filter__controll-edit,
.filter__controll-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    flex: 1;
    color: #47609c;
    text-decoration: none
}

.filter__controll-edit {
    background-color: #edf0f6
}

@media (max-width:767px) {
    .layouts__filter-item,
    .layouts__filter-sep_and,
    .layouts__filter-sep_comma {
        font-size: 25px
    }
}

.footer {
    background-color: #242629;
    padding: 60px 0 35px;
    border-radius: 35px 35px 0 0;
    overflow: hidden
}

@media (max-width:1300px) {
    .footer {
        padding: 89px 0 67px
    }
}

@media (max-width:767px) {
    .footer {
        padding: 45px 0 71px
    }
}

@media (max-width:375px) {
    .footer {
        padding: 20px 0 40px;
        border-radius: 20px 20px 0 0
    }

        .footer .container_middle {
            padding: 0 12px
        }
}

.footer .block-contact__soc {
    margin-left: 33px
}

.footer .row:not(:first-child) {
    margin-top: 40px
}

@media (max-width:1300px) {
    .footer .row:not(:first-child) {
        margin-top: 27px
    }
}

@media (max-width:767px) {
    .footer .row:not(:first-child) {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .footer__row-head {
        flex-direction: column;
        grid-area: first;
        max-width: 149px
    }
}

@media (max-width:375px) {
    .footer__row-head {
        max-width: 112px;
        padding-top: 10px
    }
}

@media (max-width:767px) {
    .footer__row-middle {
        flex-direction: column;
        grid-area: two;
        flex-direction: column-reverse;
        margin-left: auto;
        max-width: 190px;
        min-width: 185px;
        justify-content: flex-end;
        align-items: flex-end
    }

        .footer__row-middle .block-contact {
            flex-direction: column;
            margin-top: 30px;
            margin-bottom: 15px
        }

        .footer__row-middle .block-contact__soc {
            margin-left: auto;
            margin-top: 20px
        }
}

@media (max-width:767px) {
    .footer__row-bottom {
        grid-area: three;
        margin-top: 30px !important;
        flex-direction: column
    }

        .footer__row-bottom .footer__copyright,
        .footer__row-bottom .footer__links {
            display: none
        }

        .footer__row-bottom .footer__info {
            width: 100%;
            max-width: 100%
        }
}

@media (max-width:767px) {
    .footer__container {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-areas: "first two" "three three";
        padding: 0 10px
    }
}

@media (max-width:375px) {
    .footer__container {
        padding: 0;
        grid-template-columns: 40% 60%
    }
}

.footer__offer {
    font-size: 14px;
    max-width: 255px;
    margin-right: auto;
    margin-left: 35px
}

.footer__offer_mobile {
    display: none
}

@media (max-width:1300px) {
    .footer__offer {
        font-size: 12px;
        max-width: 188px;
        line-height: 1
    }
}

@media (max-width:767px) {
    .footer__offer {
        display: none
    }

    .footer__offer_mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0
    }
}

.footer__info {
    font-size: 14px;
    max-width: 275px
}

@media (max-width:1300px) {
    .footer__info {
        font-size: 12px
    }
}

.footer__links {
    margin-left: 35px
}

.footer__links-item {
    display: inline-block;
    font-size: 14px;
    transition: .3s
}

    .footer__links-item:hover {
        color: hsla(0, 0%, 100%, .7)
    }

@media (max-width:1300px) {
    .footer__links-item {
        font-size: 12px
    }
}

.footer__copyright {
    font-size: 14px;
    margin-left: auto
}

    .footer__copyright > span {
        color: #fff
    }

@media (max-width:1300px) {
    .footer__copyright {
        font-size: 12px
    }
}

@media (max-width:1300px) {
    .footer .btn_wide {
        padding: 13px 42px
    }
}

@media (max-width:767px) {
    .footer .btn_wide {
        padding: 13px;
        width: 100%
    }
}

@media (max-width:375px) {
    .footer .btn_wide {
        width: 160px
    }
}

@media (max-width:980px) {
    .footer .nav__menu-list {
        display: flex
    }
}

@media (max-width:767px) {
    .footer .nav__menu-list {
        flex-direction: column;
        padding-left: 0;
        grid-gap: 16px
    }
}

@media (max-width:1300px) {
    .footer .nav__menu-item:last-child {
        display: inline-block
    }
}

@media (max-width:767px) {
    .footer .nav__menu-item {
        margin: 0
    }
}

@media (max-width:767px) {
    .footer .nav {
        margin-left: 0;
        margin-top: 30px
    }

        .footer .nav button {
            display: none
        }
}

@media (min-width:768px) {
    .footer__mobile {
        display: none
    }
}

@media (max-width:767px) {
    .footer__mobile {
        margin-top: auto
    }

        .footer__mobile .footer__links {
            margin-left: 0
        }

        .footer__mobile .footer__copyright {
            text-align: right;
            margin-top: 11px
        }
}

@media (max-width:800px) and (min-width:768px) {
    .footer .block-contact {
        flex-direction: column;
        align-items: flex-start
    }

    .footer .block-contact__soc {
        margin-left: 0;
        margin-top: 5px
    }
}

.popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

@media (max-width:1570px) {
    .popup {
        padding: 0 40px
    }
}

@media (min-width:768px) {
    .popup.show {
        display: flex
    }

        .popup.show .popup__container {
            -webkit-animation-name: scaleIn;
            animation-name: scaleIn;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .popup.hidden,
        .popup.show .popup__container {
            -webkit-animation-duration: .3s;
            animation-duration: .3s
        }

    .popup.hidden {
        -webkit-animation-name: scaleOut;
        animation-name: scaleOut;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media (max-width:767px) {
    .popup {
        align-items: flex-end;
        padding: 0
    }

        .popup.show {
            display: flex
        }

            .popup.show .popup__container {
                -webkit-animation-name: swipeUp;
                animation-name: swipeUp;
                -webkit-animation-duration: .3s;
                animation-duration: .3s;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards
            }

        .popup.hidden {
            -webkit-animation-name: unset;
            animation-name: unset
        }

            .popup.hidden .popup__container {
                -webkit-animation-name: swipeDown;
                animation-name: swipeDown;
                -webkit-animation-duration: .6s;
                animation-duration: .6s;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards
            }
}

.popup_blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(36, 38, 41, .8)
}

@media (min-width:1571px) {
    .popup_tour .popup__body {
        width: 820px
    }
}

@media (min-width:768px) {
    .popup_tour .popup__main {
        flex: 0 0 360px
    }
}

.popup_tour .popup__expert {
    padding-right: 70px
}

.popup_tour .popup__expert-img {
    max-width: 361px
}

.popup_call .popup__body {
    overflow: visible
}

@media (min-width:1571px) {
    .popup_call .popup__body {
        width: 820px
    }
}

@media (min-width:1571px) {
    .popup_call .popup__main {
        margin-left: 60px
    }
}

@media (min-width:768px) {
    .popup_call .popup__main {
        flex: 0 0 423px;
        padding-bottom: 31px
    }
}

.popup_call .popup__main-bottom_desktop {
    margin: 15px 0 0;
    max-width: 295px;
    font-size: 12px;
    text-align: center
}

@media (min-width:1571px) {
    .popup_call .popup__expert {
        padding-right: 0;
        position: relative
    }

    .popup_call .popup__expert-image {
        display: flex;
        align-items: flex-end;
        bottom: 0;
        right: -18px;
        position: absolute;
        height: 100%;
        width: 369px
    }

    .popup_call .popup__expert-img {
        max-width: 100%
    }
}

@media (max-width:1570px) {
    .popup_call .popup__expert {
        padding-right: 40px
    }

    .popup_call .popup__expert-img {
        max-width: 368px;
        margin: 0
    }
}

@media (max-width:1560px) {
    .popup_catalogue .popup__close {
        top: calc(100% + 70px);
        width: 40px;
        height: 40px
    }
}

@media (min-width:768px) {
    .popup_catalogue .popup__container {
        margin-bottom: 100px
    }
}

@media (max-width:1570px) {
    .popup_catalogue .popup__container {
        width: 920px
    }
}

@media (max-width:1000px) {
    .popup_catalogue .popup__container {
        width: 100%
    }
}

.popup_catalogue .popup__body {
    position: relative;
    overflow: visible
}

@media (min-width:1571px) {
    .popup_catalogue .popup__body {
        min-height: 600px;
        width: 980px
    }
}

.popup_catalogue .popup__main {
    position: relative;
    z-index: 2
}

@media (min-width:1571px) {
    .popup_catalogue .popup__main {
        padding: 70px 0
    }
}

@media (min-width:768px) {
    .popup_catalogue .popup__main {
        flex: 0 0 calc(100% - 80px)
    }
}

@media (max-width:767px) {
    .popup_catalogue .popup__main {
        padding: 0 37px
    }
}

@media (max-width:350px) {
    .popup_catalogue .popup__main {
        padding: 0 20px
    }
}

.popup_catalogue .popup__head-line {
    margin-bottom: 12px
}

.popup_catalogue .popup__title {
    max-width: 642px;
    margin-bottom: 20px;
    font-size: 60px
}

@media (max-width:1570px) {
    .popup_catalogue .popup__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .popup_catalogue .popup__title {
        font-size: 35px;
        margin-bottom: 10px
    }
}

.popup_catalogue .popup__subtitle {
    max-width: 400px
}

.popup_catalogue .popup__expert {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    justify-content: flex-end;
    z-index: 1
}

    .popup_catalogue .popup__expert:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -191px;
        width: 1019px;
        height: 507px;
        background-image: url(../../../images/complexes/illustrations/plant-popup.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%
    }

.popup_catalogue .popup__expert-image {
    overflow: hidden;
    padding: 40px 40px 0
}

.popup_catalogue .popup__expert-image-img {
    width: 540px;
    height: 425px;
    transform: rotate(-9.69deg);
    margin-right: -32px;
    margin-bottom: -91px
}

@media (max-width:1570px) {
    .popup_catalogue .popup__expert-image-img {
        width: 540px;
        height: 390px;
        margin-right: -32px;
        margin-bottom: -74px
    }
}

.popup_catalogue .popup__buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

    .popup_catalogue .popup__buttons .btn {
        font-size: 16px !important
    }

@media (max-width:1560px) {
    .popup_call .popup__container,
    .popup_installment .popup__container,
    .popup_mortgage .popup__container,
    .popup_thanks .popup__container,
    .popup_tour .popup__container {
        margin-bottom: 50px
    }

    .popup_call .popup__close,
    .popup_installment .popup__close,
    .popup_mortgage .popup__close,
    .popup_thanks .popup__close,
    .popup_tour .popup__close {
        width: 40px;
        height: 40px;
        top: calc(100% + 60px)
    }
}

@media (max-width:767px) {
    .popup_call .popup__container,
    .popup_installment .popup__container,
    .popup_mortgage .popup__container,
    .popup_thanks .popup__container,
    .popup_tour .popup__container {
        margin-bottom: 0
    }
}

@media (max-width:1000px) {
    .popup_gallery .popup__container {
        width: 100%
    }
}

.popup_gallery .popup__body {
    overflow: visible
}

@media (min-width:1571px) {
    .popup_gallery .popup__body {
        width: 820px
    }
}

.popup_gallery .popup__main {
    position: relative;
    z-index: 2
}

@media (min-width:1571px) {
    .popup_gallery .popup__main {
        margin-left: 60px
    }
}

@media (min-width:768px) {
    .popup_gallery .popup__main {
        flex: 0 0 385px
    }
}

.popup_gallery .popup__expert {
    padding: 0;
    position: relative;
    z-index: 1
}

.popup_gallery .popup__expert-collage-images {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box
}

.popup_gallery .popup__expert-collage-image {
    position: absolute;
    display: inline-block;
    box-shadow: 0 0 40px rgba(0, 0, 0, .06);
    border: 10px solid #fff;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: border-box
}

.popup_gallery .popup__expert-collage-image-f {
    height: 176.44px;
    width: 300px;
    left: 64px;
    top: 20px;
    transform: rotate(9deg);
    z-index: 3;
    box-sizing: border-box
}

@media (max-width:1000px) {
    .popup_gallery .popup__expert-collage-image-f {
        height: 183px;
        width: 312px;
        left: 57px;
        top: 55px;
        transform: rotate(9deg)
    }
}

.popup_gallery .popup__expert-collage-image-s {
    height: 180px;
    width: 304px;
    right: 42px;
    bottom: 42px;
    transform: rotate(345deg);
    z-index: 2;
    box-sizing: border-box
}

@media (max-width:1000px) {
    .popup_gallery .popup__expert-collage-image-s {
        height: 180px;
        width: 304px;
        right: -34px;
        bottom: 67px;
        transform: rotate(344deg)
    }
}

.popup_gallery .popup__expert-collage-image-t {
    height: 170px;
    width: 290px;
    left: 54px;
    bottom: -31px;
    transform: rotate(25deg);
    z-index: 1;
    box-sizing: border-box
}

@media (max-width:1000px) {
    .popup_gallery .popup__expert-collage-image-t {
        height: 188px;
        width: 311px;
        left: 43px;
        bottom: -20px;
        transform: rotate(25deg)
    }
}

.popup_gallery .popup__expert-collage-images,
.popup_gallery .popup__expert-img {
    position: absolute;
    bottom: 0;
    right: -150px;
    max-width: 594px;
    width: 594px;
    height: 391px
}

@media (max-width:1000px) {
    .popup_gallery .popup__expert-collage-images,
    .popup_gallery .popup__expert-img {
        right: -40px;
        width: 511px;
        height: 453px
    }
}

@media (max-width:1000px) {
    .popup_planning .popup__container {
        width: 100%
    }
}

.popup_planning .popup__body {
    overflow: visible
}

@media (min-width:1571px) {
    .popup_planning .popup__body {
        width: 820px
    }
}

.popup_planning .popup__main {
    position: relative;
    z-index: 2
}

@media (min-width:1571px) {
    .popup_planning .popup__main {
        margin-left: 60px
    }
}

@media (min-width:768px) {
    .popup_planning .popup__main {
        flex: 0 0 385px
    }
}

.popup_planning .popup__expert {
    padding: 0;
    position: relative;
    z-index: 1
}

.popup_planning .popup__expert-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 594px;
    width: auto;
    height: auto
}

@media (max-width:1000px) {
    .popup_planning .popup__expert-img {
        right: -41px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }
}

.popup__container {
    position: relative;
    will-change: transform, opacity;
    transform-style: preserve-3d;
    will-change: transform, opacity, top
}

.popup__body {
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    width: 1030px;
    overflow: hidden
}

@media (max-width:1570px) {
    .popup__body {
        max-width: 920px;
        width: 100%
    }
}

@media (max-width:767px) {
    .popup__body {
        border-radius: 20px 20px 0 0;
        padding-bottom: 40px
    }
}

@media (max-width:350px) {
    .popup__body {
        padding-bottom: 30px
    }
}

.popup__main {
    padding: 30px 0;
    margin-left: 50px;
    margin-right: 50px;
    flex: 0 0 355px;
    position: relative;
    z-index: 999;
}

    .popup__main.wide {
        flex: 1;
        margin: 0;
        padding: 60px 80px
    }

        .popup__main.wide .popup__form {
            width: 100%
        }

.popup__main-bottom {
    color: rgba(36, 38, 41, .5);
    font-size: 15px;
    max-width: 255px;
    margin: 35px auto 0
}

    .popup__main-bottom a {
        text-decoration: none;
        color: inherit
    }

@media (min-width:768px) {
    .popup__main-bottom {
        display: none
    }
}

@media (max-width:350px) {
    .popup__main-bottom {
        max-width: 205px;
        font-size: 12px
    }
}

@media (min-width:768px) {
    .popup__main-bottom_desktop {
        display: block
    }
}

@media (max-width:767px) {
    .popup__main-bottom_desktop {
        display: none
    }
}

@media (max-width:767px) {
    .popup__main {
        padding: 0 53px;
        margin-left: 0;
        margin-right: 0;
        flex: auto;
        text-align: center
    }
}

@media (max-width:350px) {
    .popup__main {
        padding: 0 40px
    }
}

.popup__head-line {
    height: 40px;
    margin-bottom: 36px;
    position: relative
}

@media (min-width:768px) {
    .popup__head-line {
        display: none
    }
}

@media (max-width:350px) {
    .popup__head-line {
        margin-bottom: 15px
    }
}

.popup__head-line:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    top: 20px;
    border-radius: 50px;
    background-color: #242629
}

.popup__title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .popup__title {
        font-size: 35px
    }
}

@media (max-width:350px) {
    .popup__title {
        font-size: 27px
    }
}

.popup__subtitle {
    font-size: 20px
}

@media (max-width:350px) {
    .popup__subtitle {
        font-size: 16px
    }
}

.popup__form {
    width: 295px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 30px
}

@media (max-width:767px) {
    .popup__form {
        margin: 30px auto 0;
        width: 100%;
        max-width: 295px
    }
}

@media (max-width:350px) {
    .popup__form {
        margin: 25px auto 0
    }
}

.popup__form-row {
    width: 100%
}

    .popup__form-row input {
        width: 100%;
        border: 1px solid #242629;
        color: #242629;
        border-radius: 100px;
        text-align: left;
		padding-left:25px;
    }

    .popup__form-row button,
    .popup__form-row input {
        font-size: 16px;
        height: 60px
    }

    .popup__form-row .btn {
        padding: 13px 3px
    }

.popup__expert {
    display: flex;
    align-items: flex-end;
    position: relative;
    line-height: 0;
    width: 100%
}

@media (max-width:767px) {
    .popup__expert {
        display: none
    }
}

.popup__expert_decoration:before {
    content: "";
    position: absolute;
    bottom: 29px;
    right: -60px;
    width: 384px;
    height: 434px;
    background-image: url(../../../images/complexes/illustrations/percent.html);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1
}

@media (max-width:1570px) {
    .popup__expert_decoration:before {
        right: -114px
    }
}

.popup__expert_decoration img {
    margin-inline: auto;
    z-index: 2;
    height: 90%
}

.popup__expert-img {
    max-width: 100%;
    max-height: 437px;
    height: 437px;
    position: relative;
    z-index: 2;
    margin-left: 12%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1571px) {
    .popup__expert-img {
        margin-left: 0
    }
}

.popup__person {
    position: absolute;
    top: 53%;
    transform: translateY(-90%);
    line-height: normal;
    max-width: 131px;
    color: rgba(36, 38, 41, .8);
    z-index: 2
}

@media (max-width:1570px) {
    .popup__person {
        margin-left: 50px
    }
}

.popup__person-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.popup__person-role {
    font-size: 15px
}

.popup__person_tile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: #fff;
    color: #47609c;
    font-size: 16px;
    height: 36px;
    border: 1px solid rgba(71, 96, 156, .2);
    box-shadow: 0 20px 20px rgba(71, 96, 156, .2);
    border-radius: 35px;
    max-width: 100%;
    right: 60px;
    bottom: 74px;
    top: unset;
    left: unset;
    transform: translateY(0)
}

.popup__bottom {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    text-align: center;
    color: hsla(0, 0%, 100%, .8)
}

@media (max-width:1570px) {
    .popup__bottom {
        top: calc(100% + 25px)
    }
}

@media (max-width:767px) {
    .popup__bottom {
        display: none
    }
}

.popup__bottom a {
    text-decoration: none;
    color: inherit
}

.popup__close {
    position: absolute;
    top: calc(100% + 85px);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-image: url(../../../images/complexes/icons/cross.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer
}

@media (max-width:1200px) {
    .popup__close {
        width: 40px;
        height: 40px;
        top: calc(100% + 63px)
    }
}

@media (max-width:767px) {
    .popup__close {
        display: none
    }
}

.popup__btn-return {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    cursor: pointer;
    transition: .3s
}

@media (max-width:1560px) {
    .popup__btn-return {
        right: 0
    }
}

.popup__btn-return:hover {
    box-shadow: 0 6px 6px rgba(0, 0, 0, .1)
}

.popup__btn-return:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.popup__btn-return:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../../images/complexes/return.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.popup__btn-return.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: visible
}

.popup__column {
    position: relative;
    height: 200px;
    margin-top: 50px;
    max-width: 295px
}

@media (max-width:1570px) {
    .popup__column {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .popup__column {
        margin: 30px auto 0
    }
}

.popup__column-wrap-return {
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    color: #47609c;
    text-align: center;
    cursor: pointer
}

    .popup__column-wrap-return.full {
        width: 100%;
        display: block
    }

.popup__column .popup__buttons,
.popup__column .popup__form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.popup__column .popup__buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 10px
}

.popup_photos {
    z-index: 2000;
    overflow: auto;
    padding: 0 0 40px
}

    .popup_photos.show {
        display: block
    }

    .popup_photos .popup__gallery {
        width: 100%
    }

    .popup_photos .popup__gallery-container {
        max-width: 1110px;
        width: 100%;
        padding: 20px 40px 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

@media (max-width:767px) {
    .popup_photos .popup__gallery-container {
        padding: 20px 20px 0
    }
}

.popup_photos .popup__gallery-item {
    width: 100%;
    line-height: 0;
    position: relative
}

    .popup_photos .popup__gallery-item:not(:last-child) {
        margin-bottom: 50px
    }

@media (max-width:1200px) {
    .popup_photos .popup__gallery-item:not(:last-child) {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-item:not(:last-child) {
        margin-bottom: 20px
    }
}

.popup_photos .popup__gallery-item img {
    width: 100%;
    height: 580px;
    border-radius: 35px
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-item img {
        border-radius: 20px;
        height: 290px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.popup_photos .popup__gallery-item > div {
    width: 100%;
    height: 580px;
    border-radius: 35px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-item > div {
        border-radius: 20px;
        height: 290px
    }
}

.popup_photos .popup__gallery-item-desc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 39px;
    line-height: 1;
    color: #242629;
    max-width: calc(100% - 40px)
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-item-desc {
        font-size: 15px;
        max-width: 100%;
        left: 18px;
        right: 18px;
        bottom: 18px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-item-desc {
        display: none
    }
}

.popup_photos .popup__gallery-form {
    background-color: #0f1011;
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: normal;
    border-radius: 35px;
    padding: 105px 105px 105px 108px;
    min-height: 600px;
    overflow: hidden;
    position: relative
}

    .popup_photos .popup__gallery-form:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../../images/complexes/illustrations/shadow-popup.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        z-index: 10;
        pointer-events: none
    }

@media (max-width:1560px) {
    .popup_photos .popup__gallery-form {
        min-height: 650px
    }
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-form {
        padding: 60px 100px 60px 78px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-form {
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 0;
        border-radius: 20px;
        min-height: 550px;
        height: 550px
    }
}

.popup_photos .popup__gallery-article {
    max-width: 480px;
    position: relative;
    z-index: 5;
    opacity: .8
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-article {
        max-width: 372px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-article {
        margin-bottom: 30px;
        margin-left: 40px;
        max-width: 255px
    }
}

.popup_photos .popup__gallery-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-title {
        font-size: 35px;
        margin-bottom: 20px
    }
}

.popup_photos .popup__gallery-subtitle {
    font-size: 20px
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-subtitle {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-subtitle_desktop {
        display: none
    }
}

@media (min-width:768px) {
    .popup_photos .popup__gallery-subtitle_mobile {
        display: none
    }
}

.popup_photos .popup__gallery-column {
    width: 295px;
    position: relative;
    z-index: 5
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-column {
        display: none
    }
}

.popup_photos .popup__gallery-btn-mobile {
    z-index: 10;
    opacity: 0;
    transition: opacity .3s
}

    .popup_photos .popup__gallery-btn-mobile.show {
        opacity: 1
    }

@media (min-width:768px) {
    .popup_photos .popup__gallery-btn-mobile {
        display: none
    }
}

.popup_photos .popup__gallery-btn-mobile .btn {
    width: 245px
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-btn-mobile .btn {
        width: calc(100% - 114px) !important;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .popup_photos .popup__gallery-btn-mobile .btn i {
            width: 15px;
            height: 15px
        }

        .popup_photos .popup__gallery-btn-mobile .btn .icon-telegram {
            left: 17px
        }

        .popup_photos .popup__gallery-btn-mobile .btn .icon-whatsapp {
            left: unset !important;
            right: 17px
        }

    .popup_photos .popup__gallery-btn-mobile .btn_icon {
        text-align: center;
        padding-right: 25px
    }
}

@media (max-width:375px) {
    .popup_photos .popup__gallery-btn-mobile .btn {
        width: calc(100% - 100px)
    }

    .popup_photos .popup__gallery-btn-mobile .btn_icon {
        padding: 15px !important;
        text-align: center !important
    }
}

.popup_photos .popup__gallery-btn-mobile .btn:last-child {
    padding-right: 0
}

.popup_photos .popup__gallery-btn-mobile .btn:first-child {
    padding-left: 0
}

.popup_photos .popup__gallery-btn-mobile--flex {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .popup_photos .popup__gallery-btn-mobile--flex .btn {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
        width: 260px !important;
        margin-left: 40px
    }

.popup_photos .popup__gallery-btn-bottom {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    margin-left: 40px;
    margin-top: 20px;
    max-width: 151px
}

@media (min-width:768px) {
    .popup_photos .popup__gallery-btn-bottom {
        display: none
    }
}

.popup_photos .popup__gallery-bottom {
    font-size: 14px;
    color: hsla(0, 0%, 100%, .5);
    max-width: 200px;
    text-align: center;
    margin: 20px auto 0
}

.popup_photos .popup__gallery-decoration {
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none
}

.popup_photos .popup__gallery-plant {
    width: calc(100% - 223px);
    height: 219px;
    bottom: 0;
    left: 108px;
    background-size: 100%;
    background-position: top;
    background-image: url(../../../images/complexes/illustrations/plant-gallery.png);
    z-index: 3
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-plant {
        max-width: 789px;
        width: 100%;
        height: 235px;
        background-position: 100% 0;
        left: 0
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-plant {
        background-image: url(../../../images/complexes/illustrations/plant-gallery-767.png);
        width: 100%;
        background-size: cover
    }
}

.popup_photos .popup__gallery-light {
    width: 551px;
    height: 481px;
    bottom: 0;
    right: -4px;
    background-image: url(../../../images/complexes/illustrations/light-gallery.png);
    background-size: 155%;
    background-position: 0 0;
    z-index: 1
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-light {
        background-image: url(../../../images/complexes/illustrations/light-gallery-767.png);
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50%
    }
}

.popup_photos .popup__gallery-magazine {
    height: 336px;
    background-size: cover;
    background-position: 0 0;
    transform: rotate(-15deg);
    z-index: 2;
    width: 620px;
    right: -26px;
    bottom: -88px
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-magazine {
        height: 448px;
        width: 796px;
        right: -13px;
        bottom: -171px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-magazine {
        height: 309px;
        transform: rotate(-10deg);
        width: 554px;
        right: -83px;
        bottom: -82px
    }
}

.popup_photos .popup__gallery-lamp {
    width: 190px;
    height: 338px;
    bottom: 28px;
    right: 0;
    background-size: cover;
    background-position: 0;
    z-index: 3
}

@media (max-width:1200px) {
    .popup_photos .popup__gallery-lamp {
        width: 235px;
        bottom: 56px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__gallery-lamp {
        bottom: unset;
        top: 0;
        width: 141px;
        height: 209px;
        background-position: 0 100%;
        background-size: 100%
    }
}

.popup_photos .popup__buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    width: 295px
}

.popup_photos .popup__form {
    margin-top: 0
}

.popup_photos .popup__close {
    background-image: url(../../../images/complexes/icons/cross-white.svg);
    position: -webkit-sticky;
    position: sticky;
    width: 80px;
    height: 80px;
    top: unset;
    bottom: 0;
    margin-top: 80px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%) !important
}

    .popup_photos .popup__close.transparent {
        background-image: url(../../../images/complexes/icons/cross.svg)
    }

@media (max-width:1200px) {
    .popup_photos .popup__close {
        width: 40px;
        height: 40px;
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .popup_photos .popup__close {
        display: block;
        margin-top: 40px
    }
}

.popup__finishing {
    padding-top: 150px
}

@media (max-width:1200px) {
    .popup__finishing {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .popup__finishing {
        padding-top: 50px
    }

        .popup__finishing .site-block__row {
            display: none
        }
}

@media (max-width:350px) {
    .popup__finishing {
        margin-top: 30px
    }
}

.popup__finishing-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

.popup__finishing-grid-item {
    padding-bottom: 38.835%;
    position: relative;
    width: calc(50% - 10px)
}

@media (max-width:767px) {
    .popup__finishing-grid-item {
        padding-bottom: 53.48%;
        width: 100%
    }
}

@media (max-width:767px) {
    .popup__finishing-grid-item--text {
        padding-bottom: 0;
        height: 135px
    }
}

@media (max-width:700px) {
    .popup__finishing-grid-item--text {
        height: 170px
    }
}

@media (max-width:550px) {
    .popup__finishing-grid-item--text {
        height: 200px
    }
}

@media (max-width:470px) {
    .popup__finishing-grid-item--text {
        height: 220px
    }
}

@media (max-width:430px) {
    .popup__finishing-grid-item--text {
        padding-bottom: 53.48%;
        height: auto
    }
}

.popup__finishing-grid-item:nth-child(3),
.popup__finishing-grid-item:nth-child(5n+8) {
    width: 100%
}

.popup__finishing-grid-item.show .popup__finishing-img {
    transform: rotateY(180deg) rotateX(0)
}

.popup__finishing-grid-item.show .popup__finishing-text {
    transform: rotateY(1turn) rotateX(0)
}

.popup__finishing-grid-tags {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 2px
}

.popup__finishing-grid-tags-item {
    background-color: #fff;
    color: #47609c;
    font-size: 16px;
    line-height: 2;
    padding: 4px 20px;
    border-radius: 50px
}

.popup__finishing-grid_more {
    position: relative;
    margin-top: 80px
}

@media (max-width:767px) {
    .popup__finishing-grid_more {
        margin-top: 40px
    }
}

.popup__finishing-grid_more img {
    cursor: pointer
}

.popup__finishing-grid_more:after {
    content: "";
    left: 0;
    top: -40px;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute
}

@media (max-width:767px) {
    .popup__finishing-grid_more:after {
        top: -20px
    }
}

.popup__finishing-img,
.popup__finishing-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 35px;
    overflow: hidden;
    transition: transform .7s;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translateZ(0)
}

@media (max-width:767px) {
    .popup__finishing-img,
    .popup__finishing-text {
        border-radius: 20px
    }
}

.popup__finishing-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.popup__finishing-text {
    padding: 50px;
    background-color: #fff;
    font-size: 25px
}

@media (max-width:1200px) {
    .popup__finishing-text {
        padding: 30px;
        font-size: 20px
    }
}

@media (max-width:900px) {
    .popup__finishing-text {
        padding: 25px;
        font-size: 19px
    }
}

@media (max-width:800px) {
    .popup__finishing-text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .popup__finishing-text {
        font-size: 16px
    }
}

@media (max-width:450px) {
    .popup__finishing-text {
        padding: 25px
    }
}

@media (max-width:430px) {
    .popup__finishing-text {
        font-size: 15px
    }
}

@media (max-width:400px) {
    .popup__finishing-text {
        padding: 20px
    }
}

@media (max-width:380px) {
    .popup__finishing-text {
        padding: 15px
    }
}

@media (max-width:370px) {
    .popup__finishing-text {
        padding: 15px;
        font-size: 14px
    }
}

@media (max-width:350px) {
    .popup__finishing-text {
        font-size: 13px
    }
}

@media (max-width:330px) {
    .popup__finishing-text {
        padding: 12px
    }
}

.popup-expert {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 500
}

@media (max-width:767px) {
    .popup-expert {
        display: none
    }
}

.popup-expert__broker {
    background-color: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    filter: drop-shadow(0 15px 15px rgba(71, 96, 156, .2));
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: none;
    cursor: pointer;
    overflow: hidden
}

    .popup-expert__broker:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        background-color: #78ac77;
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .popup-expert__broker > img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 80px
    }

.popup-expert__body {
    min-width: 210px;
    padding: 22px;
    background-color: #fff;
    border: 1px solid rgba(71, 96, 156, .1);
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    border-radius: 35px 0 35px 35px;
    position: relative;
    text-align: center;
    display: none
}

    .popup-expert__body > img {
        width: 80px;
        height: 80px;
        border-radius: 50%
    }

.popup-expert__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../../../images/complexes/icons/cross-expert.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.popup-expert__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 2px
}

.popup-expert__subtitle {
    font-size: 12px;
    line-height: 1.1;
    margin: 0 auto 20px;
    max-width: 146px
}

.popup-expert__soc {
    margin-bottom: 10px
}

    .popup-expert__soc .icon-whatsapp {
        background-image: url(../../../images/complexes/icons/whatsapp-green.svg)
    }

    .popup-expert__soc .icon-telegram {
        height: 21px
    }

.popup-expert__phone > a {
    font-weight: 16;
    color: #242629;
    font-weight: 600;
    text-decoration: none
}

.popup-expert__mobile {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(71, 96, 156, .1);
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: none;
    z-index: 500;
    cursor: pointer
}

@media (min-width:768px) {
    .popup-expert__mobile {
        display: none !important
    }
}

.popup-expert__mobile:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #78ac77;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.popup-expert__mobile > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 80px
}

@media (max-width:767px) {
    .popup_thanks .popup__container {
        width: 100%
    }
}

.popup_thanks .popup__body {
    padding: 20px 0 20px 20px;
    min-height: 522px;
    width: 1030px
}

@media (max-width:1200px) {
    .popup_thanks .popup__body {
        width: 100%
    }
}

@media (max-width:767px) {
    .popup_thanks .popup__body {
        flex-direction: column;
        padding: 0 0 17px
    }
}

@media (max-width:350px) {
    .popup_thanks .popup__body {
        padding: 0 0 27px
    }
}

.popup_thanks .popup__main {
    margin: 0;
    padding: 0;
    flex: 0 0 360px
}

@media (max-width:767px) {
    .popup_thanks .popup__main {
        flex: auto
    }
}

.popup_thanks .popup__close {
    top: calc(100% + 60px)
}

.popup_thanks .popup__head-line {
    margin-bottom: 10px
}

@media (max-width:350px) {
    .popup_thanks .popup__head-line {
        margin-bottom: 0
    }
}

.popup_thanks__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 25px;
    background-color: #47609c;
    height: 100%;
    overflow: hidden
}

@media (max-width:767px) {
    .popup_thanks__left {
        margin: 0 27px;
        height: 256px;
        justify-content: flex-start;
        padding-top: 56px
    }
}

@media (max-width:350px) {
    .popup_thanks__left {
        height: 206px;
        margin: 0 10px;
        padding-top: 40px
    }
}

.popup_thanks__article {
    color: #fff;
    text-align: center;
    max-width: 235px
}

@media (max-width:350px) {
    .popup_thanks__article {
        max-width: 192px
    }
}

.popup_thanks__title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .popup_thanks__title {
        font-size: 35px
    }
}

@media (max-width:350px) {
    .popup_thanks__title {
        font-size: 30px;
        margin-bottom: 5px
    }
}

.popup_thanks__subtitle {
    font-size: 20px;
    line-height: 1.2
}

@media (max-width:350px) {
    .popup_thanks__subtitle {
        font-size: 16px
    }
}

.popup_thanks__mockup {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 458px;
    height: 343px
}

    .popup_thanks__mockup img {
        transform: translate(-7%, 53%) rotate(3.51deg);
        width: 600px
    }

@media (max-width:767px) {
    .popup_thanks__mockup {
        width: 281px;
        height: 211px
    }

        .popup_thanks__mockup img {
            transform: translate(-5%, 47%) rotate(5deg);
            width: 300px
        }
}

@media (max-width:350px) {
    .popup_thanks__mockup img {
        transform: translate(-5%, 62%) rotate(0deg)
    }
}

.popup_thanks__right {
    padding-top: 47px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

@media (max-width:767px) {
    .popup_thanks__right {
        padding-top: 40px
    }
}

.popup_thanks__right-title {
    font-size: 20px;
    text-align: center;
    max-width: 320px;
    line-height: 1.2;
    margin: 0 auto 40px
}

@media (max-width:767px) {
    .popup_thanks__right-title {
        margin: 0 auto 27px;
        font-size: 16px;
        max-width: 238px
    }
}

.popup_thanks__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px
}

@media (max-width:767px) {
    .popup_thanks__grid {
        flex-wrap: nowrap;
        position: relative;
        justify-content: space-around;
        overflow-x: auto;
        grid-gap: 17px;
        margin: 0;
        padding: 0 27px
    }
}

@media (max-width:767px) and (max-width:450px) {
    .popup_thanks__grid {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .popup_thanks__grid::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:767px) {
    .popup_thanks__grid-wrapp {
        width: 100%
    }
}

@media (max-width:350px) {
    .popup_thanks__grid {
        padding: 0 17px
    }
}

.popup_thanks__grid_2 .popup_thanks__item {
    width: 100% !important
}

@media (max-width:450px) {
    .popup_thanks__grid_3 .popup_thanks__item {
        width: 27%
    }
}

.popup_thanks__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%
}

@media (max-width:767px) {
    .popup_thanks__item {
        display: flex;
        width: 100%
    }

    .popup_thanks__item_long .ring {
        width: 166px !important
    }

        .popup_thanks__item_long .ring:after {
            right: 33px
        }
}

@media (max-width:767px) and (max-width:350px) {
    .popup_thanks__item_long .ring {
        width: 144px !important
    }

        .popup_thanks__item_long .ring:after {
            right: 28px
        }
}

.popup_thanks__item .ring {
    width: 100px;
    height: 100px
}

@media (max-width:350px) {
    .popup_thanks__item .ring {
        width: 86px;
        height: 86px
    }
}

.popup_thanks__item-bottom {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
    max-width: 250px
}

@media (max-width:767px) {
    .popup_thanks__item-bottom {
        font-size: 14px
    }
}

@media (max-width:350px) {
    .popup_thanks__item-bottom {
        font-size: 12px
    }
}

.popup_board {
    background-color: rgba(0, 0, 0, .9);
    padding: 0 20px
}

@media (max-width:767px) {
    .popup_board {
        align-items: center
    }

        .popup_board.show .popup__container {
            -webkit-animation-name: scaleIn;
            animation-name: scaleIn;
            -webkit-animation-duration: .3s;
            animation-duration: .3s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .popup_board.hidden {
            -webkit-animation-name: scaleOut;
            animation-name: scaleOut;
            -webkit-animation-duration: .3s;
            animation-duration: .3s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .popup_board .popup__close {
            display: block
        }
}

.popup_board .popup__body {
    display: block;
    max-width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: visible
}

@media (max-width:767px) {
    .popup_board .popup__body {
        padding: 0;
        background: transparent
    }
}

.popup_board .popup__form-line {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.popup_board .popup__form-row {
    width: 33.3%
}

.popup_board .popup__button-line {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px
}

    .popup_board .popup__button-line .btn {
        width: 33.3%
    }

@media (max-width:1560px) {
    .popup_board .popup__button-line .btn {
        font-size: 14px
    }
}

.popup_board .popup__button-line .btn_icon {
    padding-left: 65px
}

    .popup_board .popup__button-line .btn_icon .icon {
        left: 30px
    }

.popup_board .btn-form-show {
    padding-left: 41px;
    padding-right: 41px
}

@media (max-width:1560px) {
    .popup_board .btn-form-show {
        font-size: 16px
    }
}

.popup_video .popup__body {
    width: 1030px
}

@media (max-width:1560px) {
    .popup_video .popup__body {
        width: 920px
    }
}

@media (max-width:1000px) {
    .popup_video .popup__body {
        width: 100%
    }
}

.popup_video .popup__container {
    margin-bottom: 80px
}

@media (max-width:1000px) {
    .popup_video .popup__container {
        width: 100%
    }
}

@media (max-width:350px) {
    .popup_video .popup__container {
        margin-bottom: 50px
    }
}

.popup_video .popup__close {
    top: calc(100% + 40px)
}

@media (max-height:800px) and (min-width:768px) {
    .popup_video .popup__close {
        width: 40px;
        height: 40px;
        top: calc(100% + 20px)
    }
}

@media (max-width:767px) {
    .popup_video .popup__close {
        top: calc(100% + 30px)
    }
}

@media (max-width:350px) {
    .popup_video .popup__close {
        top: calc(100% + 5px)
    }
}

.popup_video .popup__video {
    width: 100%;
    padding-bottom: 56.312%;
    position: relative
}

@media (max-width:767px) {
    .popup_video .popup__video {
        padding-bottom: 138.503%
    }
}

.popup_video .popup__video-inner {
    height: 100%
}

.popup_video .popup__video-wrapp {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 35px;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 104px;
    padding-bottom: 105px
}

@media (max-width:767px) {
    .popup_video .popup__video-wrapp {
        padding-bottom: 64px;
        border: 1px solid #4b5160
    }
}

.popup_video .popup__video-wrapp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.popup_video .popup__video-wrapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.popup_video .popup__video-play {
    width: 60px;
    height: 69px;
    background-image: url(../../../images/complexes/play-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

@media (max-width:767px) {
    .popup_video .popup__video-play {
        width: 68px;
        height: 78px
    }
}

.popup_video .popup__video-logo {
    max-width: 192px;
    z-index: 1;
    position: relative
}

@media (max-width:767px) {
    .popup_video .popup__video-logo {
        max-width: 174px
    }
}

.popup_video .popup__video-title {
    font-size: 30px
}

@media (max-width:1560px) {
    .popup_video .popup__video-title {
        font-size: 25px
    }
}

.popup_video .popup__video-phone > a {
    font-size: 20px;
    text-decoration: none;
    color: #242629
}

@media (max-width:1560px) {
    .popup_video .popup__video-phone > a {
        font-size: 16px
    }
}

.popup_video .popup__video-bottom {
    padding: 27px 20px 32px 40px
}

@media (max-width:1560px) {
    .popup_video .popup__video-bottom {
        padding: 20px 20px 25px
    }
}

@media (max-width:767px) {
    .popup_video .popup__video-bottom {
        display: none
    }
}

@media (max-width:1560px) {
    .popup_video .popup__video-bottom-left {
        padding-left: 20px
    }
}

.popup_video .popup__video-bottom-mob {
    padding: 30px 15px 0
}

@media (min-width:768px) {
    .popup_video .popup__video-bottom-mob {
        display: none
    }
}

@media (max-width:350px) {
    .popup_video .popup__video-bottom-mob {
        padding: 20px 10px
    }
}

.popup_video .popup__video-bottom-mob .btn {
    border-radius: 20px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px
}

.popup_video .popup__video-bottom-container {
    position: relative;
    height: 60px
}

.popup_video .popup__video-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

    .popup_video .popup__video-bottom-row.hidden {
        display: none
    }

    .popup_video .popup__video-bottom-row [form-wrapp] {
        width: 100%;
        padding: 0 80px 0 60px
    }

@media (max-width:1560px) {
    .popup_video .popup__video-bottom-row [form-wrapp] {
        padding: 0 50px 0 0
    }
}

@media (max-width:767px) {
    .popup_map {
        padding: 20px
    }
}

.popup_map .popup__body {
    width: 1240px
}

@media (max-width:1560px) {
    .popup_map .popup__body {
        width: 920px
    }
}

@media (max-width:1000px) {
    .popup_map .popup__body {
        width: 100%
    }
}

@media (max-width:767px) {
    .popup_map .popup__body {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.popup_map .popup__container {
    margin-bottom: 100px
}

@media (max-width:1560px) {
    .popup_map .popup__container {
        margin-bottom: 60px
    }
}

@media (max-width:1000px) {
    .popup_map .popup__container {
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .popup_map .popup__container {
        height: 100%
    }
}

.popup_map .popup__close {
    top: calc(100% + 30px)
}

@media (max-height:800px) and (min-width:768px) {
    .popup_map .popup__close {
        width: 40px;
        height: 40px;
        top: calc(100% + 20px)
    }
}

@media (max-width:767px) {
    .popup_map .popup__close {
        top: 20px;
        background-image: url(../../../images/complexes/icons/cross-white.svg);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        border-radius: 50px
    }
}

.popup_map .popup__button-line {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

    .popup_map .popup__button-line .btn {
        width: 33.3%
    }

    .popup_map .popup__button-line .btn_icon {
        padding-left: 55px
    }

        .popup_map .popup__button-line .btn_icon .icon {
            left: 25px
        }

.popup_map .popup-map__wrapp {
    padding-bottom: 53.226%;
    position: relative
}

@media (max-width:1560px) {
    .popup_map .popup-map__wrapp {
        padding-bottom: 53.696%
    }
}

@media (max-width:767px) {
    .popup_map .popup-map__wrapp {
        padding-bottom: unset;
        flex: 1 0 auto
    }
}

.popup_map .popup-map__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

@media (max-width:767px) {
    .popup_map .popup-map__inner {
        border-radius: 20px 20px 0 0
    }
}

@media (max-width:1000px) {
    .popup_map .popup-map__bottom .btn_mob {
        display: block;
        margin: 10px auto;
        max-width: 350px
    }
}

@media (max-width:767px) {
    .popup_map .popup-map__bottom .btn_mob {
        max-width: unset
    }
}

@media (max-width:1560px) and (max-width:767px) {
    .popup_map .popup-map__bottom .location__legend {
        padding: 15px 15px 30px;
        transition: .3s
    }
}

@media (max-width:1560px) and (max-width:350px) {
    .popup_map .popup-map__bottom .location__legend {
        padding: 20px 0 25px
    }
}

@media (max-width:1560px) {
    .popup_map .popup-map__bottom .location__legend-list {
        margin-left: -25px
    }
}

@media (max-width:1560px) and (max-width:767px) {
    .popup_map .popup-map__bottom .location__legend-list {
        margin-left: 0;
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 15px;
        transition: .3s
    }
}

@media (max-width:1560px) {
    .popup_map .popup-map__bottom .location__legend-list .show-more__legend {
        display: inline-flex;
        align-items: center;
        color: #47609c;
        text-decoration: none;
        font-size: 12px
    }

        .popup_map .popup-map__bottom .location__legend-list .show-more__legend span {
            position: relative
        }

            .popup_map .popup-map__bottom .location__legend-list .show-more__legend span:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 1px;
                width: 100%;
                height: 1px;
                background-color: #47609c
            }
}

@media (max-width:1560px) {
    .popup_map .popup-map__bottom .location__checkbox {
        margin-left: 25px
    }
}

@media (max-width:1560px) and (max-width:767px) {
    .popup_map .popup-map__bottom .location__checkbox {
        margin-left: 0;
        margin-bottom: 0;
        transition: .3s
    }
}

@media (max-width:1560px) {
    .popup_map .popup-map__bottom .location__checkbox > label:before {
        width: 16px;
        height: 16px;
        margin-top: -8px
    }

    .popup_map .popup-map__bottom .location__checkbox > label:after {
        left: 4px;
        margin-top: -4px
    }
}

@media (max-width:1560px) {
    .popup_map .popup-map__bottom .location__checkbox-name {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .popup_map .popup-map__bottom {
        background-color: #fff;
        border-radius: 0 0 20px 20px;
        padding: 15px
    }

        .popup_map .popup-map__bottom .btn_mob {
            border-radius: 20px;
            font-size: 16px;
            line-height: 2;
            padding-top: 9px;
            padding-bottom: 9px
        }
}

@media (max-width:350px) {
    .popup_map .popup-map__bottom {
        padding: 10px
    }

        .popup_map .popup-map__bottom .btn_mob {
            padding: 9px
        }
}

.popup_map .popup-map__form-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px
}

@media (max-width:1000px) {
    .popup_map .popup-map__form-container {
        display: none
    }
}

@media (max-width:1560px) {
    .popup_map .popup-map__form-container {
        padding: 30px 40px
    }

        .popup_map .popup-map__form-container .btn-form-show {
            padding-left: 53px;
            padding-right: 53px
        }
}

@media (max-width:767px) {
    .popup_map .popup-map__form-container {
        display: none
    }
}

.popup_map .popup-map__form-row {
    width: 830px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width:1560px) {
    .popup_map .popup-map__form-row {
        width: 740px
    }
}

.popup_map .popup-map__form-row.hidden {
    display: none
}

.popup_map .popup-map__form-row .btn_solid-black {
    background-color: #fff
}

    .popup_map .popup-map__form-row .btn_solid-black:hover {
        background-color: #47609c
    }

.popup_map .popup__btn-return {
    right: -10px
}

@media (max-width:767px) {
    .popup_map .popup__btn-return {
        right: -10px
    }
}

@media (max-width:767px) {
    .popup_layout {
        display: none
    }
}

.popup_layout .layouts__more-plan {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%
}

@media (max-width:970px) {
    .popup_layout .layouts__more-plan {
        flex: 0 0 268px
    }
}

.popup_layout .layouts__more-plan-title {
    font-size: 16px;
    margin-bottom: 18px
}

.popup_layout .layouts__more-plan-grid {
    grid-column-gap: 11px
}

.popup_layout .layouts__more-images {
    width: 100%
}

.popup_layout .layouts__more-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.popup_layout .layouts__more-images-item {
    min-height: 100px;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 2px solid transparent
}

    .popup_layout .layouts__more-images-item:hover {
        border: 2px solid #32477a
    }

    .popup_layout .layouts__more-images-item.active {
        border: 2px solid #47609c
    }

.popup_layout .popup__head-line {
    margin-bottom: 10px
}

@media (max-width:380px) {
    .popup_layout .popup__head-line {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-container {
        height: 70vh;
        overflow-y: auto;
        padding-bottom: 40px
    }
}

.popup_layout .popup__layout-main {
    justify-content: center;
    display: flex;
    align-items: center;
    grid-gap: 88px;
    padding: 36px 75px 21px;
    width: 100%
}

@media (max-width:1570px) {
    .popup_layout .popup__layout-main {
        padding: 36px 50px 21px
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-main {
        display: block;
        padding: 0 20px 10px
    }
}

@media (max-width:380px) {
    .popup_layout .popup__layout-main {
        padding: 0 10px 10px
    }
}

.popup_layout .popup__layout-img {
    overflow: hidden
}

@media (max-width:1570px) {
    .popup_layout .popup__layout-img {
        flex: 0 0 420px
    }
}

@media (max-width:970px) {
    .popup_layout .popup__layout-img {
        flex: auto
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-img {
        line-height: 0
    }
}

.popup_layout .popup__layout-img img {
    width: 100%
}

.popup_layout .popup__layout-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
    background-color: #f7f8fc;
    padding: 40px 75px
}

@media (max-width:1570px) {
    .popup_layout .popup__layout-footer {
        padding: 40px 50px
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-footer {
        flex-direction: column;
        padding: 20px 40px;
        background-color: transparent
    }
}

@media (max-width:380px) {
    .popup_layout .popup__layout-footer {
        padding: 10px 20px
    }
}

.popup_layout .popup__layout-desc {
    align-items: unset;
    width: 100%;
    margin-right: unset;
    display: flex
}

@media (max-width:767px) {
    .popup_layout .popup__layout-desc {
        align-items: flex-start;
        display: grid;
        grid-template-areas: "name nums" "name square";
        width: 100%;
        justify-content: space-between
    }
}

.popup_layout .popup__layout-name {
    font-size: 23px;
    max-width: 153px;
    margin-right: 40px;
    grid-area: name
}

@media (max-width:767px) {
    .popup_layout .popup__layout-name {
        margin-right: 0;
        line-height: 1
    }
}

@media (max-width:380px) {
    .popup_layout .popup__layout-name {
        font-size: 20px
    }
}

.popup_layout .popup__layout-nums {
    grid-area: nums;
    margin-left: auto
}

.popup_layout .popup__layout-price {
    font-size: 20px;
    margin-bottom: 5px;
    white-space: nowrap
}

@media (max-width:767px) {
    .popup_layout .popup__layout-price {
        margin-bottom: 2px
    }
}

@media (max-width:370px) {
    .popup_layout .popup__layout-price {
        font-size: 16px
    }
}

.popup_layout .popup__layout-price-area {
    font-size: 16px;
    color: rgba(36, 38, 41, .5);
    white-space: nowrap
}

@media (max-width:370px) {
    .popup_layout .popup__layout-price-area {
        font-size: 12px
    }
}

.popup_layout .popup__layout-square {
    font-size: 20px;
    margin-left: 30px;
    white-space: nowrap;
    grid-area: square
}

@media (min-width:768px) {
    .popup_layout .popup__layout-square {
        align-self: flex-start
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-square {
        margin-left: 0
    }
}

@media (max-width:380px) {
    .popup_layout .popup__layout-square {
        font-size: 16px
    }
}

.popup_layout .popup__layout-btn {
    margin: 32px auto 0;
    width: 100%
}

@media (max-width:767px) {
    .popup_layout .popup__layout-btn {
        margin-top: 30px;
        width: 100%
    }
}

.popup_layout .popup__layout-btn .btn {
    padding: 20px 30px;
    width: 100%;
    font-size: 16px
}

@media (max-width:1570px) {
    .popup_layout .popup__layout-btn .btn {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .popup_layout .popup__layout-btn .btn {
        width: 100%
    }
}

.popup_layout .popup__layout-slide {
    width: 100%;
    overflow: hidden;
    margin-top: 35px
}

@media (min-width:768px) {
    .popup_layout .popup__layout-slide {
        display: none
    }
}

@media (max-width:380px) {
    .popup_layout .popup__layout-slide {
        margin-top: 30px
    }
}

.popup_layout .popup__layout-slide-wrapp {
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    overflow-x: auto;
    padding: 0 40px
}

    .popup_layout .popup__layout-slide-wrapp::-webkit-scrollbar {
        display: none
    }

.popup_layout .popup__layout-slide-item {
    flex: 0 0 157px;
    height: 105px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.popup_layout .popup__layout-slide-title {
    padding-left: 40px;
    margin-bottom: 10px
}

.popup_layout .popup__layout-text {
    margin: 32px auto 0
}

@media (max-width:767px) {
    .popup_layout .popup__container {
        width: 100%
    }
}

.popup_layout .popup__body {
    max-width: 630px !important;
    flex-direction: column
}

@media (max-width:767px) {
    .popup_layout .popup__body {
        padding-bottom: 0;
        max-width: 100%
    }
}

.popup_image .popup__image {
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-height: 90%;
    max-width: 90%;
    margin-bottom: 20px;
    border-radius: 35px
}

.popup_image .popup__image-block {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.popup_image .popup__close {
    bottom: 10px;
    top: auto;
    width: 40px;
    height: 40px
}

.popup_flat {
    background-color: rgba(36, 38, 41, .5);
    overflow: auto;
    padding: 0
}

    .popup_flat.show {
        display: block
    }

    .popup_flat .popup__container {
        width: 100%;
        padding: 20px 0
    }

@media (max-width:1300px) {
    .popup_flat .popup__container {
        padding: 20px 40px;
        max-width: 960px;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .popup_flat .popup__container {
        max-width: 100%;
        padding: 50px 0 0
    }
}

.popup_flat .popup__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100% !important;
    border-radius: 0;
    background-color: transparent
}

@media (max-width:1300px) {
    .popup_flat .popup__body {
        background: #fff;
        border-radius: 35px
    }
}

.popup_flat .popup__close {
    position: static;
    transform: none;
    margin: 30px auto 10px;
    background-image: url(../../../images/complexes/icons/cross-white.svg)
}

@media (max-width:1300px) {
    .popup_flat .popup__close {
        width: 40px;
        height: 40px
    }
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-slider {
        border-radius: 25px;
        overflow: hidden;
        -webkit-mask-image: -webkit-radial-gradient(#fff, #242629)
    }
}

@media (max-width:767px) {
    .popup_flat .popup__flat-slider {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
}

.popup_flat .popup__flat-slider.zoom .popup__flat-item {
    max-width: 100%;
    height: 780px
}

    .popup_flat .popup__flat-slider.zoom .popup__flat-item > img {
        border-radius: 0
    }

.popup_flat .popup__flat-slider__wrapp {
    position: relative
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-slider__wrapp {
        padding: 10px
    }

        .popup_flat .popup__flat-slider__wrapp:hover .popup__flat-btn.visible {
            opacity: 1;
            pointer-events: visible
        }
}

@media (max-width:767px) {
    .popup_flat .popup__flat-slider__wrapp {
        padding: 0 0 57.972%
    }
}

.popup_flat .popup__flat-slider__controll {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1240px;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none
}

.popup_flat .popup__flat-buttons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 40px
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-buttons {
        right: 0;
        bottom: 50%;
        transform: translateY(50%);
        width: 100%;
        justify-content: space-between;
        padding: 0 30px;
        pointer-events: none
    }
}

.popup_flat .popup__flat-btn {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .08);
    outline: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    touch-action: manipulation;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 2px 4px rgba(0, 0, 0, .18);
    transition: .3s;
    width: 45px;
    height: 45px;
    pointer-events: visible;
    cursor: pointer
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-btn {
        pointer-events: none;
        opacity: 0
    }
}

.popup_flat .popup__flat-btn:last-child {
    margin-left: 20px
}

.popup_flat .popup__flat-btn:hover {
    transform: scale(1.1)
}

.popup_flat .popup__flat-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background-image: url(../../../images/complexes/icons/arrow-slider.html);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.popup_flat .popup__flat-btn_prev:after {
    transform: translate(-50%, -50%) rotate(180deg)
}

.popup_flat .popup__flat-item {
    max-width: 1240px;
    width: 100%;
    height: 570px
}

@media (min-width:1301px) {
    .popup_flat .popup__flat-item:not(:first-child) {
        margin-left: 20px
    }
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-item {
        height: 440px
    }

        .popup_flat .popup__flat-item:first-child > img {
            border-radius: 25px 0 0 25px
        }

        .popup_flat .popup__flat-item:last-child > img {
            border-radius: 0 25px 25px 0
        }
}

.popup_flat .popup__flat-item > img {
    border-radius: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-item > img {
        border-radius: 0
    }
}

.popup_flat .popup__flat-content {
    background-color: #fff;
    border-radius: 35px;
    margin: 40px auto 0;
    padding: 40px 60px;
    max-width: 1240px;
    width: 100%
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-content {
        padding: 0 40px 44px;
        margin: 40px 0 0
    }
}

.popup_flat .popup__flat-dots {
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 240px;
    border-radius: 50px;
    overflow: auto;
    pointer-events: none
}

    .popup_flat .popup__flat-dots::-webkit-scrollbar {
        display: none
    }

@media (max-width:1300px) {
    .popup_flat .popup__flat-dots {
        left: 50%;
        transform: translateX(-50%)
    }
}

.popup_flat .popup__flat-dots__item {
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

    .popup_flat .popup__flat-dots__item:first-child {
        padding-left: 0
    }

    .popup_flat .popup__flat-dots__item:last-child {
        padding-right: 0
    }

    .popup_flat .popup__flat-dots__item.selected .popup__flat-dot {
        width: 48px;
        opacity: 1
    }

.popup_flat .popup__flat-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: .8;
    transition: .4s;
    border-radius: 50px;
    cursor: pointer
}

.popup_flat .popup__flat-container {
    display: flex;
    align-items: stretch
}

@media (max-width:767px) {
    .popup_flat .popup__flat-container {
        flex-direction: column-reverse
    }
}

.popup_flat .popup__flat-text {
    display: flex;
    flex-direction: column;
    width: 655px;
    margin-right: 65px
}

.popup_flat .popup__flat-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-title {
        font-size: 25px
    }
}

.popup_flat .popup__flat-subtitle > p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-subtitle > p {
        font-size: 16px
    }
}

.popup_flat .popup__flat-number {
    margin-top: auto;
    color: #47609c;
    font-size: 20px;
    line-height: 2;
    padding: 10px 0
}

@media (max-width:767px) {
    .popup_flat .popup__flat-number {
        display: none
    }
}

.popup_flat .popup__flat-right {
    flex: 0 0 400px
}

    .popup_flat .popup__flat-right > .btn {
        margin-top: 40px
    }

@media (max-width:1300px) {
    .popup_flat .popup__flat-right {
        flex: 0 0 338px
    }

        .popup_flat .popup__flat-right > .btn {
            padding: 10px;
            font-size: 16px;
            line-height: 2
        }
}

.popup_flat .popup__flat-info {
    border-radius: 35px;
    border: 1px solid rgba(71, 96, 156, .1);
    overflow: hidden;
    font-size: 30px
}

    .popup_flat .popup__flat-info > div {
        line-height: 1
    }

@media (max-width:1300px) {
    .popup_flat .popup__flat-info {
        font-size: 25px
    }
}

.popup_flat .popup__flat-top {
    padding: 40px
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-top {
        padding: 25px
    }
}

.popup_flat .popup__flat-bottom {
    padding: 40px;
    background: #edf0f6;
    display: flex;
    justify-content: space-between
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-bottom {
        padding: 25px
    }
}

.popup_flat .popup__flat-bottom__item {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    color: #47609c;
    line-height: 1
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-bottom__item {
        font-size: 20px
    }
}

.popup_flat .popup__flat-row:first-child {
    margin-bottom: 20px
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-row:first-child {
        margin-bottom: 8px
    }
}

.popup_flat .popup__flat-row > div {
    display: inline-block
}

.popup_flat .popup__flat-period {
    font-size: 20px;
    opacity: .5;
    margin-left: 8px
}

.popup_flat .popup__flat-rooms {
    margin-left: 30px
}

@media (max-width:1300px) {
    .popup_flat .popup__flat-rooms {
        margin-left: 20px
    }
}

.popup_flat .popup__flat-label {
    font-size: 16px;
    opacity: .5;
    margin-bottom: 8px;
    line-height: 1
}

.popup_flat .popup__flat-switch {
    background-image: url(../../../images/complexes/icons/cross-white.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    margin: 0 auto 25px;
    cursor: pointer;
    display: none
}

    .popup_flat .popup__flat-switch.show {
        display: block
    }

.contents {
    margin-bottom: 100px
}

.contents__container {
    max-width: 820px
}

.contents__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 50px;
    grid-gap: 30px
}

@media (max-width:767px) {
    .contents__row {
        flex-direction: column;
        align-items: flex-start
    }
}

.contents__row h1 {
    margin: 0 !important
}

.contents__last-update {
    background-color: #242629;
    color: #fff;
    line-height: 1.2;
    padding: 15px 58px;
    border-radius: 10px;
    max-width: 295px
}

    .contents__last-update span {
        display: inline-block
    }

.contents h1 {
    font-size: 40px;
    margin: 40px 0 50px;
    font-weight: 700
}

@media (min-width:768px) {
    .contents h1 {
        font-size: 35px
    }
}

@media (max-width:400px) {
    .contents h1 {
        font-size: 25px
    }
}

.contents h3,
.contents p {
    font-size: 16px
}

.contents a {
    color: #47609c
}

.contents ul {
    padding-left: 17px
}

.contents table {
    display: block;
    width: 100%;
    height: auto !important;
    font-size: 16px;
    line-height: 1;
    border-spacing: 0;
    margin: 140px 0 100px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .contents table::-webkit-scrollbar {
        display: none
    }

    .contents table thead td,
    .contents table thead th {
        line-height: 2;
        padding: 11px 0;
        font-weight: 700;
        border-bottom: 2px solid rgba(36, 38, 41, .5)
    }

    .contents table td,
    .contents table th {
        padding: 20px 75px 30px 0;
        text-align: left;
        border-bottom: 1px solid rgba(36, 38, 41, .5);
        line-height: 1.2
    }

@media (max-width:767px) {
    .start-sales .site-block__row {
        margin-bottom: 50px
    }
}

@media (max-width:350px) {
    .start-sales .site-block__row {
        margin-bottom: 60px
    }
}

.start-sales .site-block__title {
    max-width: 438px
}

@media (max-width:767px) {
    .start-sales .site-block__title {
        padding-right: 20px
    }
}

.site-block__subtitle.list {
    margin-left: 0;
    max-width: 100%
}

.start-sales .site-block__subtitle {
    max-width: 505px
}

@media (min-width:1201px) {
    .start-sales .site-block__subtitle {
        margin-left: 95px
    }
}

@media (max-width:1200px) {
    .start-sales .site-block__subtitle {
        max-width: 375px
    }
}

@media (max-width:767px) {
    .start-sales .site-block__subtitle {
        margin-top: 30px
    }
}

@media (max-width:350px) {
    .start-sales .site-block__subtitle {
        margin-top: 20px
    }
}

.start-sales_grid-1-form .container {
    max-width: 1110px
}

.start-sales_grid-1-form .start-sales__wrapp {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .start-sales_grid-1-form .start-sales__wrapp {
        flex-direction: column;
        grid-gap: 20px
    }
}

.start-sales_grid-1-form .start-sales__grid {
    display: block;
    flex: 0 0 610px
}

@media (max-width:1200px) {
    .start-sales_grid-1-form .start-sales__grid {
        flex: 0 0 56%
    }
}

.start-sales_grid-1-form .start-sales__grid-item {
    width: 100%
}

.start-sales_grid-1-form .start-sales__grid-render {
    height: 382px
}

@media (max-width:1200px) {
    .start-sales_grid-1-form .start-sales__grid-render {
        height: 320px
    }
}

.start-sales_grid-1-form .start-sales__grid-desc {
    display: none
}

.start-sales_grid-1-form .start-sales__line-btn {
    flex-direction: column;
    width: 295px
}

@media (max-width:767px) {
    .start-sales_grid-1-form .start-sales__line-btn {
        width: 100%
    }
}

.start-sales_grid-1-form .start-sales__line-btn .btn {
    width: 100%;
    font-size: 16px !important
}

    .start-sales_grid-1-form .start-sales__line-btn .btn i {
        left: 20px
    }

.start-sales_grid-1-form .start-sales__line-btn .btn_icon {
    padding-left: 50px
}

.start-sales_grid-1-form .start-sales__form {
    flex-direction: column;
    width: 295px
}

@media (max-width:767px) {
    .start-sales_grid-1-form .start-sales__form {
        width: 100%
    }
}

.start-sales_grid-1-form .start-sales__form-row {
    width: 100%
}

.start-sales_grid-1-form .start-sales__desc {
    display: block;
    max-width: 295px
}

.start-sales_grid-1-form .start-sales__feedback {
    margin-top: 0
}

.start-sales_grid-1-form .start-sales__feedback-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 20px
}

@media (max-width:1200px) {
    .start-sales .container {
        max-width: 844px
    }
}

.start-sales__info {
    margin-top: 20px;
    border-radius: 50px;
    border: 1px solid #47609c;
    color: #47609c;
    font-size: 16px;
    line-height: 2;
    padding: 13px 39px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    white-space: nowrap
}

@media (max-width:1200px) {
    .start-sales__info {
        padding: 9px 36px
    }
}

@media (max-width:767px) {
    .start-sales__info {
        margin-left: 30px;
        padding: 4px 22px;
        grid-gap: 10px;
        margin-top: 15px
    }
}

@media (max-width:350px) {
    .start-sales__info {
        margin-left: 20px;
        margin-top: 10px
    }
}

.start-sales__info-line {
    flex: 0 0 1px;
    height: 23px;
    background-color: rgba(71, 96, 156, .2)
}

.start-sales__grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px
}

@media (max-width:767px) {
    .start-sales__grid {
        grid-gap: 60px
    }
}

@media (max-width:350px) {
    .start-sales__grid {
        grid-gap: 50px
    }
}

.start-sales__grid-item {
    position: relative;
    width: calc(33.3% - 13px)
}

@media (max-width:1200px) {
    .start-sales__grid-item {
        width: calc(50% - 10px)
    }

        .start-sales__grid-item:nth-child(n+3) {
            width: 100%;
            margin-top: 20px
        }

        .start-sales__grid-item .start-sales__grid-desc {
            max-width: 529px
        }
}

@media (max-width:767px) {
    .start-sales__grid-item {
        width: 100%
    }

        .start-sales__grid-item:nth-child(n+3) {
            margin-top: 0
        }
}

.start-sales__grid-gallery {
    height: 100%
}

    .start-sales__grid-gallery .flickity-page-dots {
        bottom: 36px;
        text-align: right;
        padding-right: 20px
    }

@media (max-width:767px) {
    .start-sales__grid-gallery .flickity-page-dots {
        padding-right: 22px;
        bottom: 31px
    }
}

@media (max-width:350px) {
    .start-sales__grid-gallery .flickity-page-dots {
        padding-right: 5px
    }
}

.start-sales__grid-gallery .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    transition: .3s;
    border-radius: 50px
}

    .start-sales__grid-gallery .flickity-page-dots .dot.is-selected {
        width: 24px
    }

.start-sales__grid-render {
    width: 100%;
    height: 250px
}

@media (max-width:767px) {
    .start-sales__grid-render {
        border-radius: 20px
    }
}

.start-sales__grid-render img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.start-sales__grid-card {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #242629)
}

.start-sales__grid-card-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.start-sales__grid-desc {
    margin: 20px 3px 0;
    font-size: 16px;
    max-width: 350px;
    color: rgba(36, 38, 41, .8)
}

@media (max-width:1200px) {
    .start-sales__grid-desc {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .start-sales__grid-desc {
        margin-left: 30px
    }
}

@media (max-width:350px) {
    .start-sales__grid-desc {
        margin-left: 20px
    }
}

.start-sales__buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    height: 38px;
    z-index: 2
}

@media (max-width:767px) {
    .start-sales__buttons {
        left: 29px
    }
}

@media (max-width:350px) {
    .start-sales__buttons {
        left: 10px
    }
}

.start-sales__buttons-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px;
    line-height: 2;
    border-radius: 50px;
    height: 100%;
    color: #47609c;
    background-color: #fff
}

@media (max-width:1200px) {
    .start-sales__buttons-name {
        font-size: 15px
    }
}

.start-sales__buttons-plus {
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    width: 40px;
    height: 100%;
    background-color: #fff;
    cursor: pointer
}

    .start-sales__buttons-plus:after,
    .start-sales__buttons-plus:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #47609c;
        top: 50%;
        left: 50%;
        margin-left: -10px
    }

    .start-sales__buttons-plus:after {
        transform: rotate(90deg)
    }

@media (max-width:1200px) {
    .start-sales__buttons-plus {
        width: 38px
    }

        .start-sales__buttons-plus:after,
        .start-sales__buttons-plus:before {
            width: 19px
        }
}

.start-sales__feedback {
    margin-top: 60px
}

@media (max-width:767px) {
    .start-sales__feedback {
        display: none
    }
}

.start-sales__form {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px
}

.start-sales__form-row {
    width: 320px
}

    .start-sales__form-row input {
        width: 100%;
        border: 1px solid #242629;
        color: #242629;
        font-size: 16px;
        height: 60px;
        border-radius: 100px;
        text-align: center
    }

    .start-sales__form-row button {
        height: 60px;
        font-size: 16px
    }

.start-sales__line-btn {
    display: flex;
    justify-content: center;
    grid-gap: 10px
}

    .start-sales__line-btn .btn {
        flex: 0 0 320px
    }

        .start-sales__line-btn .btn i {
            left: 30px
        }

    .start-sales__line-btn .btn_icon {
        padding-left: 70px
    }

@media (max-width:1300px) {
    .start-sales__line-btn .btn_icon {
        padding-left: 50px;
        padding-right: 10px
    }
}

@media (max-width:1300px) {
    .start-sales__line-btn .btn {
        flex: 0 0 240px;
        padding-top: 13px;
        padding-bottom: 13px
    }

        .start-sales__line-btn .btn .icon {
            left: 20px
        }

        .start-sales__line-btn .btn .icon-whatsapp {
            width: 15px;
            height: 15px
        }

        .start-sales__line-btn .btn .icon-telegram {
            width: 15px;
            height: 12px
        }
}

.start-sales__desc {
    display: none
}

.start-sales__slider-btn {
    margin-top: 40px
}

@media (min-width:768px) {
    .start-sales__slider-btn {
        display: none
    }
}

@media (max-width:767px) {
    .start-sales__slider-btn .btn {
        width: calc(100% - 114px) !important;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .start-sales__slider-btn .btn i {
            width: 15px;
            height: 15px
        }

        .start-sales__slider-btn .btn .icon-telegram {
            left: 17px
        }

        .start-sales__slider-btn .btn .icon-whatsapp {
            left: unset !important;
            right: 17px
        }

    .start-sales__slider-btn .btn_icon {
        text-align: center;
        padding-right: 25px
    }
}

@media (max-width:375px) {
    .start-sales__slider-btn .btn {
        width: calc(100% - 100px)
    }

    .start-sales__slider-btn .btn_icon {
        padding: 15px !important;
        text-align: center !important
    }
}

.start-sales__slider-btn--flex {
    display: flex;
    align-items: center;
    padding: 0 30px;
    justify-content: center
}

    .start-sales__slider-btn--flex .btn {
        width: 300px !important;
        max-width: 100%
    }

.ring {
    display: inline-block;
    position: relative;
    line-height: 0
}

    .ring svg {
        width: 100%;
        height: 100%;
        stroke: #cd476b;
        stroke-dasharray: 100
    }

    .ring:hover svg {
        -webkit-animation: loading 2s ease-in-out infinite alternate;
        animation: loading 2s ease-in-out infinite alternate
    }

    .ring:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        bottom: 0;
        right: 0
    }

.ring_insta:after {
    width: 23px;
    height: 23px;
    background-image: url(../../../images/complexes/thanks/insta-logo.png)
}

@media (max-width:350px) {
    .ring_insta:after {
        width: 18px;
        height: 18px
    }
}

.ring_tg:after {
    width: 23px;
    height: 23px;
    background-image: url(../../../images/complexes/thanks/tg-logo.png)
}

@media (max-width:350px) {
    .ring_tg:after {
        width: 18px;
        height: 18px
    }
}

.ring_you-tube:after {
    width: 25px;
    height: 18px;
    background-image: url(../../../images/complexes/thanks/youtube-logo.png)
}

.ring_site:after {
    width: 23px;
    height: 23px;
    background-image: url(../../../images/complexes/thanks/globe.svg)
}

.ring svg {
    fill: none;
    stroke: #8a3ab8;
    stroke-width: 3px;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    stroke-linecap: round
}

.ring__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%)
}

@media (max-width:350px) {
    .ring__img {
        width: 77px;
        height: 77px
    }
}

.ring__img img {
    width: 100%
}

.ring__img_logo {
    width: 50px;
    height: 43px
}

@media (max-width:350px) {
    .ring__img_logo {
        width: 40px;
        height: 35px
    }
}

@-webkit-keyframes loading {
    50% {
        stroke: #cd476b;
        stroke-dasharray: 10;
        transform: rotate(200deg)
    }
}

@keyframes loading {
    50% {
        stroke: #cd476b;
        stroke-dasharray: 10;
        transform: rotate(200deg)
    }
}

.cookie-popup {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 900;
    opacity: 0;
    display: none;
    pointer-events: none
}

@media (min-width:768px) {
    .cookie-popup {
        justify-content: unset;
        bottom: 20px;
        left: 20px
    }
}

@media (max-width:767px) {
    .cookie-popup {
        bottom: 20px
    }
}

.cookie-popup.show {
    display: flex;
    -webkit-animation-name: swipeUp;
    animation-name: swipeUp;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    display: none
}

.cookie-popup.hidden {
    opacity: 0;
    -webkit-animation-name: swipeDown;
    animation-name: swipeDown;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.cookie-popup__body {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 10px;
    padding: 15px 20px;
    border-radius: 35px;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .25);
    background-color: #fff;
    pointer-events: visible
}

@media (max-width:767px) {
    .cookie-popup__body {
        width: 100%;
        margin: 0 20px
    }
}

.cookie-popup__text {
    max-width: 250px;
    line-height: 1.1;
    font-size: 14px;
    text-align: center
}

@media (max-width:767px) {
    .cookie-popup__text {
        text-align: center
    }
}

.cookie-popup__buttons {
    display: flex;
    align-items: center
}

.cookie-popup__btn {
    font-size: 12px;
    line-height: 2;
    padding: 5px 37px
}

    .cookie-popup__btn.btn_transparent {
        color: #242629;
        border: none
    }

        .cookie-popup__btn.btn_transparent span {
            position: relative
        }

            .cookie-popup__btn.btn_transparent span:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: 2px;
                width: 0;
                height: 1px;
                background-color: #47609c;
                transition: .3s
            }

        .cookie-popup__btn.btn_transparent:hover {
            background-color: transparent;
            box-shadow: none;
            color: #47609c
        }

            .cookie-popup__btn.btn_transparent:hover span:after {
                left: 0;
                width: 100%
            }

.payment-plan__title {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .payment-plan__title {
        padding-left: 0;
        margin-bottom: 50px
    }
}

.payment-plan__container {
    margin: 30px auto 0
}

@media (min-width:1201px) {
    .payment-plan__container {
        max-width: 890px
    }
}

.payment-plan__wrapp {
    display: flex;
    grid-gap: 240px
}

@media (max-width:767px) {
    .payment-plan__wrapp {
        flex-direction: column;
        grid-gap: 40px
    }
}

.payment-plan__scale {
    padding: 0 40px;
    height: 637px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

@media (max-width:767px) {
    .payment-plan__scale {
        height: 439px
    }
}

.payment-plan__scale-line {
    margin: 0 auto;
    width: 2px;
    height: calc(100% - 45px);
    position: relative
}

@media (max-width:767px) {
    .payment-plan__scale-line {
        height: calc(100% - 30px)
    }
}

.payment-plan__scale-inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.payment-plan__scale-inner-animate {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(71, 96, 156, .2);
    transition: height .3s
}

.payment-plan__scale-dot {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #47609c;
    position: relative;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    z-index: 1
}

    .payment-plan__scale-dot:first-child,
    .payment-plan__scale-dot:last-child {
        background-color: #47609c
    }

    .payment-plan__scale-dot.active {
        opacity: 1;
        transform: scale(1)
    }

        .payment-plan__scale-dot.active .payment-plan__scale-percent {
            opacity: .2
        }

        .payment-plan__scale-dot.active:first-child .payment-plan__scale-percent,
        .payment-plan__scale-dot.active:nth-last-child(2) .payment-plan__scale-percent {
            opacity: 1
        }

        .payment-plan__scale-dot.active .payment-plan__stage {
            -webkit-animation-name: swipeUpPaymentStage;
            animation-name: swipeUpPaymentStage;
            -webkit-animation-duration: .3s;
            animation-duration: .3s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

.payment-plan__scale-percent {
    position: absolute;
    right: calc(100% + 64px);
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 25px;
    transition: .3s;
    opacity: 0
}

.payment-plan__stage {
    position: absolute;
    left: 3em;
    top: 3px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: .3s;
    max-width: 250px;
    min-width: 150px
}

@media (max-width:767px) {
    .payment-plan__stage {
        align-items: flex-start
    }
}

.payment-plan__stage-start {
    color: #47609c;
    font-size: 15px;
    line-height: 1
}

@media (max-width:767px) {
    .payment-plan__stage-start {
        position: relative;
        left: 10px
    }
}

.payment-plan__stage_center {
    top: 45%
}

.payment-plan__stage-month {
    font-size: 15px
}

.payment-plan__stage-year {
    font-size: 25px
}

.payment-plan__img {
    flex: 0 0 278px
}

@media (max-width:767px) {
    .payment-plan__img {
        flex: auto;
        width: 150px;
        margin: 0 auto
    }
}

.payment-plan__img svg {
    width: 100%
}

    .payment-plan__img svg path,
    .payment-plan__img svg polygon,
    .payment-plan__img svg rect {
        fill: none;
        stroke: #47609c;
        stroke-width: .4px;
        transition: stroke-dashoffset .7s
    }

.payment-plan__end {
    font-size: 15px;
    color: #47609c;
    transform: scale(0);
    opacity: 0;
    transition: .3s;
    transition-delay: .4s
}

@media (max-width:767px) {
    .payment-plan__end {
        position: relative;
        left: 88px
    }
}

.payment-plan__end.show {
    opacity: 1;
    transform: scale(1)
}

.payment-rows .payment-plan__title {
    margin-bottom: 0
}

@media (max-width:1200px) {
    .payment-rows .payment-plan__title {
        margin-right: 10px;
        flex: 0 0 450px
    }
}

@media (max-width:767px) {
    .payment-rows .payment-plan__title {
        flex: auto;
        margin: 0;
        padding: 0 0 0 30px;
        max-width: 327px
    }
}

@media (max-width:375px) {
    .payment-rows .payment-plan__title {
        padding: 0 0 0 20px
    }
}

@media (max-width:1200px) {
    .payment-rows .payment-plan__subtitle {
        max-width: 450px;
        margin-left: 10px
    }
}

@media (max-width:767px) {
    .payment-rows .payment-plan__subtitle {
        padding-right: 0
    }
}

@media (max-width:375px) {
    .payment-rows .payment-plan__subtitle {
        padding-left: 20px
    }
}

@media (min-width:1201px) {
    .payment-rows__container {
        padding: 0
    }
}

@media (max-width:1200px) {
    .payment-rows__container {
        max-width: 100%
    }
}

@media (max-width:375px) {
    .payment-rows__list {
        padding: 0
    }
}

.payment-rows__item {
    padding: 30px 0;
    border-radius: 20px
}

@media (max-width:1200px) {
    .payment-rows__item .container_middle {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .payment-rows__item .container_middle {
        padding: 0
    }
}

.payment-rows__item:nth-child(odd) {
    background-color: rgba(71, 96, 156, .1)
}

@media (max-width:767px) {
    .payment-rows__item {
        padding: 30px 40px
    }
}

@media (max-width:375px) {
    .payment-rows__item {
        padding-left: 35px;
        padding-right: 35px
    }
}

.payment-rows__item-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 125px;
    column-gap: 125px
}

@media (max-width:1200px) {
    .payment-rows__item-container {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

@media (max-width:767px) {
    .payment-rows__item-container {
        flex-wrap: wrap;
        -moz-column-gap: 44px;
        column-gap: 44px;
        row-gap: 20px
    }
}

@media (max-width:375px) {
    .payment-rows__item-container {
        -moz-column-gap: 22px;
        column-gap: 22px
    }
}

.payment-rows__item-cell {
    font-size: 15px;
    flex: 0 0 100px
}

.payment-rows__item-cell_blue {
    color: #47609c;
    font-weight: 600
}

.payment-rows__item-cell_long {
    flex: 0 0 400px
}

@media (max-width:1200px) {
    .payment-rows__item-cell_long {
        flex: auto;
        max-width: 400px
    }
}

.payment-rows__item-cell a {
    color: #47609c
}

@media (max-width:767px) {
    .payment-rows__item-cell {
        flex: 0 0 60px
    }

        .payment-rows__item-cell:nth-child(3) {
            flex: 0 0 85px
        }

    .payment-rows__item-cell_long {
        flex: 100%
    }
}

.payment-rooms {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .payment-rooms {
        flex-direction: column;
        margin: 0 17px
    }
}

@media (max-width:375px) {
    .payment-rooms {
        margin: 0
    }
}

.payment-rooms__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 0 0 543px
}

@media (max-width:1200px) {
    .payment-rooms__buttons {
        gap: 8px;
        flex: 0 0 450px
    }
}

@media (max-width:767px) {
    .payment-rooms__buttons {
        flex: auto
    }
}

@media (max-width:375px) {
    .payment-rooms__buttons {
        gap: 4px
    }
}

.payment-rooms__buttons > input {
    opacity: 0;
    position: absolute;
    width: 1px
}

    .payment-rooms__buttons > input:checked + label {
        color: #fff;
        background-color: #47609c;
        border-color: #47609c
    }

.payment-rooms__buttons > label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #919294;
    height: 56px;
    padding: 0 28px;
    white-space: nowrap;
    border-radius: 100px;
    border: 1px solid #919294;
    line-height: 1;
    transition: .3s;
    cursor: pointer
}

@media (max-width:1200px) {
    .payment-rooms__buttons > label {
        height: 40px
    }
}

@media (max-width:767px) {
    .payment-rooms__buttons > label {
        padding: 0 18px
    }
}

@media (max-width:375px) {
    .payment-rooms__buttons > label {
        height: 32px;
        padding: 0 16px
    }
}

.payment-rooms__buttons > label:hover {
    color: #fff;
    background-color: #47609c;
    border-color: #47609c
}

.payment-rooms__buttons > label .payment-rooms__buttons-text {
    display: none;
    transition: margin-left .3s;
    margin-left: 5px
}

.payment-rooms__price {
    font-size: 20px;
    color: #47609c;
    margin-left: 87px
}

@media (max-width:1200px) {
    .payment-rooms__price {
        margin-left: 20px
    }
}

@media (max-width:767px) {
    .payment-rooms__price {
        margin: 20px 0 30px
    }
}

@media (max-width:767px) {
    .payment-table > .container_big {
        padding-right: 0
    }
}

@media (max-width:1300px) and (min-width:768px) {
    .payment-table .site-block__row {
        padding-left: 78px;
        margin-bottom: 60px;
        gap: 20px
    }
}

.payment-table .payment-plan__title {
    margin-bottom: 0
}

@media (max-width:1200px) {
    .payment-table .payment-plan__title {
        margin-right: 10px;
        flex: 0 0 450px
    }
}

@media (max-width:767px) {
    .payment-table .payment-plan__title {
        flex: auto;
        margin: 0;
        padding: 0 0 0 30px;
        max-width: 327px
    }
}

@media (max-width:375px) {
    .payment-table .payment-plan__title {
        padding: 0 0 0 20px
    }
}

@media (max-width:1200px) {
    .payment-table .payment-plan__subtitle {
        max-width: 450px;
        margin-left: 10px
    }
}

@media (max-width:767px) {
    .payment-table .payment-plan__subtitle {
        padding-right: 0
    }
}

@media (max-width:375px) {
    .payment-table .payment-plan__subtitle {
        padding-left: 20px
    }
}

@media (max-width:1300px) and (min-width:768px) {
    .payment-table .payment-rooms {
        padding-left: 78px
    }
}

.payment-table__container {
    display: flex
}

@media (min-width:1401px) {
    .payment-table__container {
        padding-right: 105px
    }
}

.payment-table__labels {
    flex: 0 0 190px;
    display: flex;
    flex-direction: column;
    gap: 42px
}

@media (max-width:1200px) {
    .payment-table__labels {
        flex: 0 0 140px
    }
}

@media (max-width:767px) {
    .payment-table__labels {
        flex: auto
    }
}

.payment-table__label {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 30px;
    padding: 1px 20px 1px 0;
    position: relative
}

.payment-table__name {
    font-size: 15px;
    line-height: 1
}

.payment-table__size {
    font-size: 15px;
    line-height: 1.2;
    opacity: .5
}

@media (max-width:1200px) {
    .payment-table__size {
        display: none
    }
}

.payment-table__markers {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 1px
}

.payment-table__marker {
    height: 30px;
    width: 5px;
    background-color: #47609c;
    opacity: 0
}

    .payment-table__marker:nth-child(2n) {
        height: 40px
    }

    .payment-table__marker.mouseover {
        opacity: 1
    }

.payment-table__schedule {
    display: block;
    background-color: #e9e9ea;
    border-spacing: 1px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .payment-table__schedule::-webkit-scrollbar {
        display: none
    }

.payment-table__schedule-container {
    display: flex;
    position: relative;
    overflow: hidden
}

    .payment-table__schedule-container:after,
    .payment-table__schedule-container:before {
        content: "";
        position: absolute;
        top: 0;
        height: calc(100% - 38px);
        width: 1px;
        z-index: 1
    }

@media (max-width:767px) {
    .payment-table__schedule-container:after,
    .payment-table__schedule-container:before {
        height: calc(100% - 34px)
    }
}

.payment-table__schedule-container:before {
    background-color: #47609c;
    left: 5px
}

.payment-table__schedule-container:after {
    background-color: #e9e9ea;
    right: 0
}

.payment-table__schedule-row {
    height: 30px
}

    .payment-table__schedule-row:nth-child(2n) {
        height: 40px
    }

    .payment-table__schedule-row > td {
        background-color: #fff;
        padding: 0
    }

.payment-table__schedule tr:last-child {
    position: relative
}

    .payment-table__schedule tr:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 1px;
        background-color: #47609c
    }

.payment-table__schedule-date {
    padding-top: 20px;
    position: relative;
    line-height: 1;
    background-color: #fff
}

@media (max-width:1200px) {
    .payment-table__schedule-date {
        font-size: 12px
    }
}

.payment-table__schedule-date:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -2px;
    bottom: -1px;
    background-color: #fff
}

.payment-table__schedule-date > span {
    position: relative;
    z-index: 1
}

.payment-table__schedule-date.mouseover:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 5px;
    background-color: #47609c;
    z-index: 5
}

.payment-table__schedule-date .mobile {
    margin-right: 3px
}

@media (min-width:768px) {
    .payment-table__schedule-date .mobile {
        display: none
    }
}

.payment-table__schedule-date .desktop {
    margin-right: 3px
}

@media (max-width:767px) {
    .payment-table__schedule-date .desktop {
        display: none
    }
}

.payment-table__schedule-cell {
    min-width: 155px;
    height: inherit;
    position: relative;
    transition: .3s
}

@media (max-width:1200px) {
    .payment-table__schedule-cell {
        min-width: 134px
    }
}

@media (max-width:767px) {
    .payment-table__schedule-cell {
        min-width: 65px
    }
}

.payment-table__schedule-cell.mark {
    cursor: pointer
}

    .payment-table__schedule-cell.mark:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        background-color: #47609c
    }

.payment-table__schedule-cell.mouseover {
    background-color: rgba(71, 96, 156, .1)
}

@media (max-width:1200px) {
    .payment-table__schedule-cell:before {
        content: attr(data-percent);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 15px;
        z-index: 1
    }
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: none
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19f
    }

    .flickity-button:active {
        opacity: .6
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 10px
    }

    .flickity-prev-next-button.next {
        right: 10px
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }

.lots-table {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .lots-table {
        margin-bottom: 60px
    }

        .lots-table .site-block__row {
            margin-bottom: 20px
        }
}

.lots-table__list {
    width: 100%
}

@media (max-width:767px) {
    .lots-table__head {
        display: none
    }
}

.lots-table__head .lots-table__row {
    padding-top: 0;
    padding-bottom: 20px
}

.lots-table__head .lots-table__item {
    opacity: .5;
    font-size: 16px
}

.lots-table__body .lots-table__row {
    cursor: pointer
}

@media (min-width:768px) {
    .lots-table__body .lots-table__row:hover {
        background-color: #edf0f6;
        color: #0f2355
    }

        .lots-table__body .lots-table__row:hover + .lots-table__row:before,
        .lots-table__body .lots-table__row:hover:before {
            opacity: 0
        }

        .lots-table__body .lots-table__row:hover .lots-table__link > i {
            opacity: .2
        }

    .lots-table__body .lots-table__row:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        height: 1px;
        background-color: rgba(36, 38, 41, .1)
    }
}

.lots-table__row {
    display: flex;
    align-items: center;
    padding: 32px 105px;
    border-radius: 35px;
    will-change: background-color;
    position: relative
}

@media (max-width:1100px) {
    .lots-table__row {
        padding: 20px
    }
}

@media (max-width:375px) {
    .lots-table__row {
        padding: 15px
    }
}

@media (max-width:767px) {
    .lots-table__row {
        background-color: #f9f9fa;
        border-radius: 20px;
        flex-wrap: wrap
    }

        .lots-table__row:not(:last-child) {
            margin-bottom: 12px
        }
}

.lots-table__item {
    line-height: 1.3;
    padding: 0
}

@media (min-width:768px) {
    .lots-table__item {
        font-size: 20px;
        flex: 0 0 160px
    }

        .lots-table__item:not(:first-child) {
            margin-left: auto
        }
}

@media (max-width:375px) {
    .lots-table__item {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .lots-table__item_price,
    .lots-table__item_rooms {
        flex: 0 0 50%;
        font-weight: 600
    }

    .lots-table__item_price {
        text-align: right
    }
}

@media (max-width:767px) {
    .lots-table__item_price-area,
    .lots-table__item_price .lots-table__sub {
        display: none
    }
}

.lots-table__item_counter {
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    flex: 0 0 70%
}

@media (min-width:768px) {
    .lots-table__item_counter {
        display: none
    }
}

@media (max-width:767px) {
    .lots-table__item_area {
        flex: 0 0 30%;
        text-align: right;
        font-size: 12px;
        opacity: .8
    }
}

.faq {
    margin-bottom: 124px
}

@media (max-width:767px) {
    .faq {
        margin-bottom: 60px
    }
}

.faq__item {
    position: relative;
    border-radius: 35px;
    border: 1px solid rgba(36, 38, 41, .05);
    padding: 30px 40px 10px;
    transition: background-color .3s, border-color
}

@media (max-width:767px) {
    .faq__item {
        padding: 20px 20px 10px;
        border-radius: 20px
    }
}

.faq__item:not(:last-child) {
    margin-bottom: 12px
}

.faq__item.active {
    background-color: #edf0f6;
    border-color: rgba(71, 96, 156, .1)
}

    .faq__item.active .faq__question {
        color: #47609c
    }

        .faq__item.active .faq__question:after {
            transform: rotate(0deg);
            filter: saturate(1)
        }

    .faq__item.active .faq__button {
        bottom: 0
    }

.faq__question {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative
}

    .faq__question:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background-image: url(../../../images/complexes/icons/faq-arrow.svg);
        background-size: cover;
        background-position: 50%;
        filter: saturate(0) contrast(2);
        transform: rotate(180deg);
        transition: .3s
    }

@media (max-width:767px) {
    .faq__question {
        padding-bottom: 10px;
        font-size: 16px
    }

        .faq__question:after {
            top: -3px
        }
}

.faq__answer {
    display: none;
    font-size: 20px;
    line-height: 1.3
}

.faq__answer-inner {
    padding-bottom: 50px
}

@media (max-width:767px) {
    .faq__answer {
        font-size: 16px;
        line-height: 1.4
    }

    .faq__answer-inner {
        padding-bottom: 10px
    }
}

.faq__answer,
.faq__question {
    padding-right: 100px
}

@media (max-width:1100px) {
    .faq__answer,
    .faq__question {
        padding-right: 30px
    }
}

.faq__button {
    position: absolute;
    padding: 0;
    border: none;
    border-radius: 35px;
    top: -30px;
    left: -40px;
    right: -40px;
    bottom: -10px;
    opacity: 0;
    cursor: pointer
}

@media (max-width:767px) {
    .faq__button {
        top: -20px;
        left: -20px;
        right: -20px;
        border-radius: 20px
    }
}

.installment-plan {
    margin-top: 130px;
    padding-top: 13px;
    overflow: hidden
}

@media (max-width:767px) {
    .installment-plan {
        margin-top: 50px
    }
}

@media (min-width:1401px) {
    .installment-plan .container_middle {
        max-width: 1350px
    }
}

.installment-plan__container {
    display: flex;
    position: relative
}

    .installment-plan__container:after {
        content: "";
        position: absolute;
        right: -12vw;
        top: 0;
        width: 576px;
        height: 100%;
        background-image: url(../../../images/complexes/illustrations/percent-black.html);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1
    }

@media (min-width:1401px) {
    .installment-plan__container {
        padding-left: 115px
    }
}

@media (max-width:767px) {
    .installment-plan__container {
        display: block
    }

        .installment-plan__container:after {
            right: unset;
            top: unset;
            bottom: 47px;
            background-size: contain;
            width: 148px;
            height: 163px;
            left: 0
        }
}

@media (max-width:375px) {
    .installment-plan__container:after {
        left: -10px;
        bottom: 38px;
        width: 106px;
        height: 120px
    }
}

.installment-plan__form {
    position: relative;
    z-index: 2
}

.installment-plan__form-subtitle,
.installment-plan__form-title {
    max-width: 455px
}

@media (max-width:1400px) {
    .installment-plan__form-subtitle,
    .installment-plan__form-title {
        max-width: 420px
    }
}

@media (max-width:1000px) {
    .installment-plan__form-subtitle,
    .installment-plan__form-title {
        max-width: 380px
    }
}

@media (max-width:767px) {
    .installment-plan__form-subtitle,
    .installment-plan__form-title {
        max-width: 300px
    }
}

.installment-plan__form-title {
    margin-bottom: 20px
}

.installment-plan__form-subtitle {
    margin-left: 0;
    margin-bottom: 44px;
    opacity: .8
}

@media (max-width:767px) {
    .installment-plan__form-subtitle {
        margin-bottom: 32px
    }
}

.installment-plan__form .popup__form {
    margin-top: 0;
    padding-bottom: 120px;
    flex: 1
}

@media (max-width:1100px) {
    .installment-plan__form .popup__form {
        padding-bottom: 92px
    }
}

@media (max-width:767px) {
    .installment-plan__form .popup__form {
        padding-left: 30px;
        padding-bottom: 41px;
        max-width: 345px;
        margin: 0;
        grid-gap: 15px
    }
}

@media (max-width:560px) {
    .installment-plan__form .popup__form {
        max-width: 100%
    }
}

@media (max-width:375px) {
    .installment-plan__form .popup__form {
        padding-left: 0;
        padding-bottom: 30px
    }
}

.installment-plan__form .popup__form-row input {
    background-color: transparent;
    color: hsla(0, 0%, 100%, .5)
}

    .installment-plan__form .popup__form-row input:not(.invalid) {
        border-color: hsla(0, 0%, 100%, .2)
    }

    .installment-plan__form .popup__form-row input::-moz-placeholder {
        color: hsla(0, 0%, 100%, .5)
    }

    .installment-plan__form .popup__form-row input:-ms-input-placeholder {
        color: hsla(0, 0%, 100%, .5)
    }

    .installment-plan__form .popup__form-row input::placeholder {
        color: hsla(0, 0%, 100%, .5)
    }

@media (max-width:767px) {
    .installment-plan__form .popup__form-row input {
        height: 52px
    }

    .installment-plan__form .popup__form-row button {
        height: auto;
        padding: 15px
    }
}

.installment-plan__decoration {
    flex: 1;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.installment-plan__img {
    line-height: 0;
    max-width: 598px;
    align-self: flex-end;
    position: relative
}

    .installment-plan__img > img {
        width: 100%
    }

@media (max-width:1200px) and (min-width:768px) {
    .installment-plan__img {
        position: absolute;
        bottom: 0;
        width: calc(100% + 115px);
        right: -100px
    }
}

@media (max-width:1000px) {
    .installment-plan__img {
        right: -30px
    }
}

@media (max-width:767px) {
    .installment-plan__img {
        max-width: 284px;
        right: unset;
        margin: 0 auto
    }
}

@media (max-width:375px) {
    .installment-plan__img {
        max-width: 204px
    }
}

.installment-plan__person {
    position: absolute;
    line-height: 1
}

.installment-plan__person-name {
    font-weight: 600
}

@media (min-width:768px) {
    .installment-plan__person {
        width: 233px;
        background-color: #fff;
        color: #47609c;
        text-align: center;
        font-size: 16px;
        padding: 14px 30px;
        left: -22px;
        bottom: 122px;
        border: 1px solid rgba(71, 96, 156, .2);
        border-radius: 35px;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .2)
    }
}

@media (max-width:1100px) {
    .installment-plan__person {
        bottom: 90px
    }
}

@media (max-width:1000px) {
    .installment-plan__person {
        right: 0;
        left: unset
    }
}

@media (max-width:767px) {
    .installment-plan__person {
        width: 105px;
        font-size: 12px;
        top: 60px;
        right: -25px
    }

    .installment-plan__person-name {
        display: inline-block;
        margin-bottom: 3px
    }
}

@media (max-width:375px) {
    .installment-plan__person {
        font-size: 10px;
        max-width: 92px;
        top: 43px;
        right: -37px
    }
}

.installment-plan_dark-gray .installment-plan__container {
    background-color: #242629 !important
}

.installment-plan_outside {
    margin-top: 0;
    margin-bottom: 237px;
    padding-top: 0
}

@media (max-width:767px) {
    .installment-plan_outside {
        margin-bottom: 60px
    }
}

@media (max-width:1400px) {
    .installment-plan_outside .container.container_middle {
        max-width: 1350px
    }
}

@media (max-width:375px) {
    .installment-plan_outside .container.container_middle {
        padding: 0
    }
}

.installment-plan_outside .installment-plan__container {
    border-radius: 35px;
    padding: 0;
    background-color: #4e5662;
    margin: 0 15px;
    color: #fff;
    overflow: hidden
}

    .installment-plan_outside .installment-plan__container:after {
        background-image: url(../../../images/complexes/illustrations/percent-gray.html);
        width: 323px;
        height: 364px;
        top: 121px;
        right: 40px
    }

    .installment-plan_outside .installment-plan__container .popup__form {
        padding: 0
    }

@media (max-width:1200px) {
    .installment-plan_outside .installment-plan__container {
        margin: 0
    }

        .installment-plan_outside .installment-plan__container:after {
            width: 259px;
            height: 292px;
            top: 133px;
            right: 20px
        }
}

@media (max-width:767px) {
    .installment-plan_outside .installment-plan__container {
        display: flex;
        flex-direction: column-reverse;
        background-color: transparent;
        border-radius: 0;
        overflow: unset
    }

        .installment-plan_outside .installment-plan__container:after {
            background-image: url(../../../images/complexes/illustrations/percent-white.html);
            width: 136px;
            height: 153px;
            top: 35px;
            right: unset;
            left: -20px
        }
}

@media (max-width:375px) {
    .installment-plan_outside .installment-plan__container:after {
        width: 89px;
        height: 100px;
        left: 13px
    }
}

.installment-plan_outside .installment-plan__form {
    padding: 80px 0 60px 105px
}

@media (max-width:1200px) {
    .installment-plan_outside .installment-plan__form {
        padding: 60px 0 60px 60px
    }
}

@media (max-width:767px) {
    .installment-plan_outside .installment-plan__form {
        background-color: #4e5662;
        border-radius: 20px;
        padding: 40px 20px 20px
    }
}

.installment-plan_outside .installment-plan__img {
    right: unset
}

@media (max-width:1200px) {
    .installment-plan_outside .installment-plan__img {
        max-width: 501px;
        right: 30px
    }
}

@media (max-width:970px) {
    .installment-plan_outside .installment-plan__img {
        width: calc(100% + 70px)
    }
}

@media (max-width:767px) {
    .installment-plan_outside .installment-plan__img {
        max-width: 284px;
        right: unset
    }
}

.installment-plan_outside .installment-plan__decoration {
    padding-right: 54px
}

@media (max-width:767px) {
    .installment-plan_outside .installment-plan__decoration {
        padding-right: 0;
        margin: 0 auto
    }
}

.installment-plan_outside .installment-plan__person {
    bottom: 59px;
    left: unset;
    right: -15px
}

@media (max-width:1200px) {
    .installment-plan_outside .installment-plan__person {
        right: 40px
    }
}

@media (max-width:767px) {
    .installment-plan_outside .installment-plan__person {
        color: #242629;
        right: -25px
    }
}

@media (max-width:375px) {
    .installment-plan_outside .installment-plan__person {
        right: -5px
    }
}

.sell-apartment__inner {
    display: flex;
    background-color: #242629;
    border-radius: 35px;
    padding: 0 105px;
    overflow: hidden
}

@media (max-width:1200px) {
    .sell-apartment__inner {
        padding: 0 40px 0 78px
    }
}

@media (max-width:767px) {
    .sell-apartment__inner {
        display: block;
        border-radius: 20px;
        padding: 0;
        overflow: unset
    }
}

.sell-apartment__content {
    color: #fff;
    padding: 80px 0
}

@media (max-width:900px) {
    .sell-apartment__content {
        max-width: 370px
    }
}

@media (max-width:767px) {
    .sell-apartment__content {
        padding: 40px 30px 0
    }
}

@media (max-width:375px) {
    .sell-apartment__content {
        padding: 40px 20px 0
    }
}

.sell-apartment__title {
    font-size: 45px;
    line-height: 1;
    max-width: 540px
}

@media (max-width:767px) {
    .sell-apartment__title {
        font-size: 25px
    }
}

.sell-apartment__subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
    max-width: 485px;
    opacity: .8
}

@media (max-width:767px) {
    .sell-apartment__subtitle {
        font-size: 16px
    }
}

.sell-apartment__btn {
    margin-top: 40px;
    padding-right: 65px;
    padding-left: 65px;
    background-color: #8c9ec8;
    border-color: #8c9ec8
}

    .sell-apartment__btn:hover {
        background-color: #8c9ec8 !important;
        box-shadow: 0 20px 20px rgba(71, 96, 156, .4)
    }

@media (max-width:767px) {
    .sell-apartment__btn {
        margin-top: 30px;
        width: 100%;
        padding: 17px;
        font-size: 16px;
        line-height: 1
    }
}

.sell-apartment__decoration {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: auto;
    margin-right: 50px
}

@media (max-width:1200px) {
    .sell-apartment__decoration {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .sell-apartment__decoration {
        justify-content: center;
        padding-top: 25px;
        overflow: hidden;
        margin-left: -20px;
        width: calc(100% + 40px)
    }
}

@media (max-width:375px) {
    .sell-apartment__decoration {
        border-radius: 0 0 20px 20px
    }
}

.sell-apartment__images {
    display: flex;
    align-items: flex-end;
    max-width: 300px;
    position: relative
}

@media (max-width:767px) {
    .sell-apartment__images {
        max-width: 195px
    }
}

.sell-apartment__photo {
    flex: 0 0 100%;
    max-height: 417px;
    line-height: 0;
    position: relative
}

    .sell-apartment__photo > img:first-child {
        position: relative;
        z-index: 2
    }

    .sell-apartment__photo > img:nth-child(2) {
        position: absolute;
        top: 30px;
        left: 45px;
        width: 100%;
        opacity: .5;
        z-index: 1;
        filter: blur(30px)
    }

@media (max-width:767px) {
    .sell-apartment__photo > img:nth-child(2) {
        left: 30px
    }
}

@media (max-width:375px) {
    .sell-apartment__photo > img:nth-child(2) {
        top: 40px;
        left: 20px
    }
}

.sell-apartment__person {
    background-color: #fff;
    border-radius: 100px;
    color: #47609c;
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    border: 1px solid rgba(71, 96, 156, .2);
    position: absolute;
    z-index: 3;
    width: 210px;
    right: -65px;
    bottom: 74px
}

@media (max-width:1200px) {
    .sell-apartment__person {
        right: 0
    }
}

@media (max-width:767px) {
    .sell-apartment__person {
        bottom: 20px
    }
}

@media (max-width:375px) {
    .sell-apartment__person {
        right: -20px
    }
}

.sell-apartment__plan {
    position: absolute
}

    .sell-apartment__plan > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%
    }

.sell-apartment__plan_1 {
    width: 209px;
    height: 140px;
    top: 84px;
    left: -130px;
    filter: drop-shadow(0 15.8914px 15.8914px rgba(71, 96, 156, .1));
    transform: rotate(20deg);
    z-index: 1
}

.sell-apartment__plan_2 {
    width: 217px;
    height: 145px;
    left: -110px;
    bottom: 58px;
    filter: drop-shadow(0 3.17828px 3.17828px rgba(0, 0, 0, .05)) drop-shadow(0 15.8914px 15.8914px rgba(71, 96, 156, .1));
    transform: rotate(-10deg);
    z-index: 0
}

@media (max-width:1200px) {
    .sell-apartment__plan_1 {
        left: -60px
    }

    .sell-apartment__plan_2 {
        left: -48px
    }
}

@media (max-width:1100px) and (min-width:768px) {
    .sell-apartment__plan {
        display: none
    }
}

@media (max-width:767px) {
    .sell-apartment__plan_1 {
        width: 205px;
        height: 137px;
        top: 93px;
        left: -92px;
        transform: rotate(12deg)
    }

    .sell-apartment__plan_2 {
        width: 175px;
        height: 117px;
        left: unset;
        right: -101px;
        filter: drop-shadow(0 2.56773px 2.56773px rgba(0, 0, 0, .05)) drop-shadow(0 12.8387px 12.8387px rgba(71, 96, 156, .1));
        transform: rotate(-15deg)
    }
}

@media (max-width:767px) {
    .promotions-decoration {
        display: none
    }
}

.promotions-decoration_percent {
    display: block;
    width: 210px;
    height: 237px;
    position: absolute;
    left: 25%;
    top: -150px;
    background-image: url(../../../images/complexes/illustrations/percent-promo.html);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.promotions-title {
    margin-bottom: 80px
}

.promotions-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative
}

@media (max-width:767px) {
    .promotions-wrapper {
        flex-direction: column
    }
}

.promotions-wrapper-block {
    flex: 1 1 0%
}

.promotions-items {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.promotions-item {
    position: relative;
    background-color: #edf0f6;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1);
    transition: opacity .5s
}

@media (max-width:767px) {
    .promotions-item-decoration {
        display: none
    }
}

.promotions-item-decoration_social {
    width: 100px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1.2483px solid rgba(71, 96, 156, .2);
    background: #fff;
    border-radius: 44px
}

    .promotions-item-decoration_social:first-child {
        top: -60px;
        right: 15px;
        transform: rotate(-15deg)
    }

    .promotions-item-decoration_social:nth-child(2) {
        top: -20px;
        right: -12px;
        transform: rotate(15deg)
    }

.promotions-item-decoration_social_em {
    width: 31px;
    height: 31px
}

.promotions-item-decoration_social_count {
    font-size: 22px;
    line-height: 120%;
    color: #47609c
}

.promotions-item_hidden {
    display: none;
    opacity: 0
}

.promotions-item-data {
    color: #47609c;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 12px
}

.promotions-item-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 6px
}

@media (max-width:767px) {
    .promotions-item-title {
        font-size: 20px
    }
}

.promotions-item-text {
    height: 110px;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    opacity: .8
}

@media (max-width:767px) {
    .promotions-item-text {
        font-size: 16px
    }
}

.promotions-item-text-button {
    margin-top: 10px;
    color: #47609c;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.promotions-item-text-hidden {
    overflow: hidden;
    position: relative
}

    .promotions-item-text-hidden:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 120px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #edf0f6 95%);
        opacity: 1;
        transition: .3s;
        will-change: opacity
    }

.promotions-item-expand {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    padding: 20px 0;
    justify-content: center;
    color: #47609c;
    border: 1px solid #edf0f6;
    border-radius: 0 0 20px 20px
}

.promotions-expert {
    position: relative;
    padding: 24px 32px;
    border-radius: 20px;
    border: 1px solid rgba(71, 96, 156, .1);
    box-shadow: 0 20px 20px rgba(71, 96, 156, .1)
}

.promotions-expert-image {
    background: #edf0f6
}

.promotions-expert-image_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(71, 96, 156, .3)
}

@media (max-width:767px) {
    .promotions-expert-image_wrapper {
        display: none
    }
}

.promotions-expert-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .promotions-expert-title {
        font-size: 24px;
        line-height: 100%
    }
}

.promotions-expert-subtitle {
    font-size: 20px;
    line-height: 120%;
    opacity: .8;
    margin-bottom: 32px
}

@media (max-width:767px) {
    .promotions-expert-subtitle {
        font-size: 16px
    }
}

.promotions-expert-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.promotions-expert-buttons_callback {
    min-width: 300px
}

@media (max-width:767px) {
    .promotions-expert-buttons_callback {
        min-width: auto;
        width: 100%
    }
}

.promotions-expert-buttons_callback .btn {
    width: 100%
}

.promotions-expert-buttons-social_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.promotions-expert-buttons_whatsup {
    margin: 0 24px
}

@media (max-width:767px) {
    .promotions-expert-buttons_whatsup {
        margin: 0 8px
    }
}

.galleryDiv {
    display: flex;
    flex-wrap: wrap
}

.Gallery1 {
    width: 61%;
    margin-right: 20px;
    margin-bottom: 25px
}

    .Gallery1 img {
        border-radius: 50px;
        height: 302px;
        width: 100%
    }

.Gallery2 {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 25px
}

    .Gallery2 img {
        border-radius: 50px;
        height: 302px;
        width: 100%
    }

.Gallery3 {
    width: 24%;
    position: absolute;
    bottom: 0;
    right: 20px
}

.read-more-content {
    display: none;
    padding-top: 22px
}

.read-more {
    display: inline-block;
    margin-top: 8px
}

.locationMap {
    width: 100%;
    height: 500px;
    border-radius: 40px
}

.locationMap2 {
    width: 100%;
    height: 350px;
    border-radius: 40px
}

.btnDiv {
    padding: 60px 0 !important;
    position: relative;
    top: -46px
}

.btnDiv2 {
    padding: 60px 0 !important;
    position: relative;
    top: -30px
}

.email {
    color: #47609c;
    position: relative;
    top: -2px;
    right: -6px;
    font-size: 22px
}

.email2 {
    color: #fff;
    font-size: 22px
}

.texCenter {
    text-align: center
}

.redColour {
    color: red;
    font-size: 12px;
    text-align: center
}

.loader {
    background: #ffffffe6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11111;
    text-align: center;
    padding-top: 15%
}

    .loader span {
        display: block;
        margin-top: -55px;
        color: #848282;
        letter-spacing: 1px
    }

.disNone {
    display: none
}

.disBlock {
    display: block
}

.footer-one-sec {
    position: relative;
    display: block;
    background: #000;
    z-index: 1
}

    .footer-one-sec .container {
        max-width: 1200px
    }

.footer-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-image: url(/images/footer.webp);
    background-repeat: no-repeat
}

.footer-one__top {
    position: relative;
    display: block;
    padding: 62px 0 62px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.footer-one__top-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 69px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite
}

    .footer-one__top-img img {
        width: auto
    }

.footer-one__top-inner {
    position: relative;
    display: block
}

.footer-widget__column {
    position: relative;
    display: block
}

.footer-widget__title {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 38px
}

.footer-widget__about {
    position: relative;
    display: block;
    max-width: 300px;
    margin-top: 8px;
    width: 100%
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 52px
}

    .footer-widget__about-logo a {
        position: relative;
        display: inline-block
    }

.footer-widget__about-text {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 32px
}

.footer-widget__about-social-link {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 35px
}

    .footer-widget__about-social-link ul {
        position: relative;
        display: block
    }

    .footer-widget__about-social-link li {
        position: relative;
        display: inline-block;
        margin-right: 11px
    }

        .footer-widget__about-social-link li:last-child {
            margin-right: 0
        }

        .footer-widget__about-social-link li a {
            position: relative;
            display: inline-block;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            text-align: center;
            overflow: hidden;
            background: #fff;
            transition: all 200ms linear;
            transition-delay: 0.1s
        }

            .footer-widget__about-social-link li a:hover {
                background: var(--thm-base);
                color: #fff
            }

            .footer-widget__about-social-link li a span::before {
                position: relative;
                display: inline-block;
                color: var(--thm-black);
                font-size: 15px;
                line-height: 35px;
                transition: all 100ms linear;
                transition-delay: 0.1s
            }

            .footer-widget__about-social-link li a:hover span::before {
                color: #fff
            }

            .footer-widget__about-social-link li a .first {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                transform: translateY(100%);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease
            }

            .footer-widget__about-social-link li a .second {
                position: relative;
                display: block;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease
            }

            .footer-widget__about-social-link li a:hover .first {
                transform: translateY(0)
            }

            .footer-widget__about-social-link li a:hover .second {
                transform: translateY(-100%)
            }

.footer-widget__services {
    position: relative;
    display: block
}

.footer-widget__services-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.footer-widget__services-list-item {
    position: relative;
    display: block
}

    .footer-widget__services-list-item a {
        position: relative;
        display: inline-block;
        color: rgba(255, 255, 255, .7);
        font-size: 16px;
        line-height: 40px;
        font-weight: 500;
        font-family: var(--thm-font-2);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        text-decoration: none;
        line-height: 32px
    }

        .footer-widget__services-list-item a:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 8px;
            right: 0;
            height: 1px;
            border-bottom: 1px dashed #fff;
            transition: .5s;
            transform: perspective(400px) scaleX(0);
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            z-index: 2
        }

        .footer-widget__services-list-item a:hover:before {
            transform: perspective(400px) scaleX(1)
        }

        .footer-widget__services-list-item a:hover {
            color: #fff
        }

.footer-widget__explore {
    position: relative;
    display: block;
    margin-left: 30px
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.footer-widget__explore-list-item {
    position: relative;
    display: block
}

    .footer-widget__explore-list-item a {
        position: relative;
        display: inline-block;
        color: rgba(255, 255, 255, .7);
        font-size: 16px;
        line-height: 40px;
        font-weight: 500;
        font-family: var(--thm-font-2);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        text-decoration: none
    }

        .footer-widget__explore-list-item a:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 8px;
            right: 0;
            height: 1px;
            border-bottom: 1px dashed #fff;
            transition: .5s;
            transform: perspective(400px) scaleX(0);
            -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
            transform-origin: bottom;
            z-index: 2
        }

        .footer-widget__explore-list-item a:hover:before {
            transform: perspective(400px) scaleX(1)
        }

        .footer-widget__explore-list-item a:hover {
            color: #fff
        }

.footer-widget__posts {
    position: relative;
    display: block;
    margin-left: 70px
}

.footer-widget__posts-list {
    position: relative;
    display: block;
    padding-top: 6px
}

    .footer-widget__posts-list ul {
        position: relative;
        display: block;
        margin: 0;
        padding: 0
    }

        .footer-widget__posts-list ul li {
            position: relative;
            display: block;
            margin-bottom: 13px;
            padding-left: 30px;
            color: rgba(255, 255, 255, .7)
        }

            .footer-widget__posts-list ul li:last-child {
                margin-bottom: 0
            }

            .footer-widget__posts-list ul li .img-box {
                position: absolute;
                top: 7px;
                left: 0;
                width: 70px;
                height: 75px;
                overflow: hidden;
                z-index: 1
            }

                .footer-widget__posts-list ul li .img-box::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    opacity: 0;
                    background: rgba(var(--thm-black-rgb), .8);
                    transform-origin: top;
                    transform-style: preserve-3d;
                    transform: scale(.5);
                    transition: all 0.7s cubic-bezier(.62, .21, .45, 1.22);
                    z-index: 1
                }

            .footer-widget__posts-list ul li:hover .img-box::before {
                opacity: 1;
                left: 0%;
                transform: scaleY(1) skew(0deg, 0deg);
                transition: all 0.7s cubic-bezier(.62, .21, .45, 1.22)
            }

            .footer-widget__posts-list ul li .img-box img {
                width: 100%
            }

            .footer-widget__posts-list ul li .img-box .overlay-icon {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                transform: perspective(400px) translateY(20px);
                transform-origin: top;
                transition: all 0.1s ease-in-out 0s;
                z-index: 2;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center
            }

            .footer-widget__posts-list ul li:hover .img-box .overlay-icon {
                opacity: 1;
                transform: perspective(400px) translateY(0);
                transition: all 0.5s ease-in-out 0.5s
            }

            .footer-widget__posts-list ul li .img-box .overlay-icon a {
                color: #fff;
                font-size: 15px;
                transition: all 200ms linear;
                transition-delay: 0.1s
            }

            .footer-widget__posts-list ul li .text-box {
                position: relative;
                display: block
            }

                .footer-widget__posts-list ul li .text-box p {
                    font-size: 14px;
                    line-height: 26px;
                    font-weight: 600;
                    text-transform: capitalize;
                    margin-bottom: 2px
                }

                    .footer-widget__posts-list ul li .text-box p a {
                        color: rgba(255, 255, 255, .7);
                        transition: all 200ms linear;
                        transition-delay: 0.1s
                    }

                        .footer-widget__posts-list ul li .text-box p a:hover {
                            color: var(--thm-base)
                        }

                .footer-widget__posts-list ul li .text-box span {
                    color: var(--thm-base);
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: 600;
                    font-family: var(--thm-font)
                }

    .footer-widget__posts-list i {
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 5px
    }

.footer-one__bottom {
    position: relative;
    display: block;
    padding: 2px 0 2px
}

.footer-one__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.footer-one__bottom-text {
    position: relative;
    display: block
}

    .footer-one__bottom-text p {
        color: rgba(255, 255, 255, .7);
        font-size: 16px;
        line-height: 26px;
        font-weight: 600
    }

        .footer-one__bottom-text p a {
            color: var(--thm-base)
        }

.footer-one__bottom-list {
    position: relative;
    display: block
}

    .footer-one__bottom-list ul {
        position: relative;
        display: block
    }

        .footer-one__bottom-list ul li {
            color: #fff;
            font-size: 20px;
            position: absolute
        }

            .footer-one__bottom-list ul li:last-child {
                margin-right: 0
            }

            .footer-one__bottom-list ul li a {
                color: rgba(255, 255, 255, .7);
                font-size: 16px;
                line-height: 26px;
                font-weight: 600;
                text-transform: capitalize;
                font-family: var(--thm-font);
                transition: all 200ms linear;
                transition-delay: 0.1s
            }

                .footer-one__bottom-list ul li a:hover {
                    color: #fff
                }

.FooterDiv {
    width: 360px
}

.FooterDiv2 {
    width: 200px
}

.FooterDiv3 {
    width: 200px
}

.FooterDiv4 {
    width: 380px
}

.expert-slider {
    margin-bottom: 40px
}

.work__area-item {
    text-align: center;
    position: relative;
    width: 30%
}

    .work__area-item span {
        border: 1px solid #e7e7e7;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: .8px;
        font-weight: 700;
        font-size: 40px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        transition: 0.4s;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        background: #47609c
    }

        .work__area-item span::before {
            content: "";
            position: absolute;
            background: var(--primary-color-2);
            width: 0;
            height: 0;
            border-radius: 50%;
            margin: 0 auto;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: 0.4s;
            z-index: -1
        }

    .work__area-item h6 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        font-weight: 700
    }

    .work__area-item p {
        max-width: 280px;
        margin: 0 auto
    }

.work__area-item-arrow {
    position: absolute;
    top: 35px;
    right: -58px
}

.work__area-item-arrow {
    position: absolute;
    top: 35px;
    right: -58px
}

.work__area-item:hover span {
    color: #fff;
    background-color: #000
}




.header_bg {
    width: 59%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
}

    .header_bg img {
        height: 100%;
        border-top-right-radius: 35px;
    }

    .header_bg:before {
        content: "";
        display: block;
        position: absolute;
        width: 120px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(90deg,#fff 0,#fff 1%,hsla(0,0%,100%,.85) 20%,hsla(0,0%,100%,.83) 20%,hsla(0,0%,100%,0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
    }


@media (max-width:1100px) {
    .Gallery1 {
        width: 58%;
        margin-right: 20px;
        margin-bottom: 25px
    }

        .Gallery1 img {
            border-radius: 50px;
            height: 250px;
            width: 100%
        }

    .Gallery2 img {
        border-radius: 50px;
        height: 250px;
        width: 100%
    }

    .btnDiv2 {
        padding: 50px 0 !important;
        position: relative;
        top: -30px
    }

    .btnDiv {
        padding: 50px 0 !important;
        position: relative;
        top: -46px
    }
}

@media (max-width:900px) {
    .Gallery1 {
        width: 58%;
        margin-right: 20px;
        margin-bottom: 25px
    }

        .Gallery1 img {
            border-radius: 50px;
            height: 250px;
            width: 100%
        }

    .Gallery2 img {
        border-radius: 50px;
        height: 250px;
        width: 100%
    }

    .btnDiv2 {
        padding: 50px 0 !important;
        position: relative;
        top: -30px
    }

    .btnDiv {
        padding: 50px 0 !important;
        position: relative;
        top: -46px
    }
}

@media (max-width:767px) {
    .Gallery1 {
        width: 53%;
        margin-right: 10px;
        margin-bottom: 25px
    }

    .presentation_without-video .site-block__title {
        max-width: 364px;
        padding-bottom: 40px
    }

    .infrastructure {
        margin-bottom: 0px;
        padding-bottom: 90px
    }

    .infrastructure__menu-wrapp:before {
        background: none
    }

    .infrastructure__menu {
        margin-bottom: 32px;
        padding-left: 0
    }

    .presentation .container {
        height: unset;
        padding: 0
    }

    .infrastructure__menu-wrapp {
        margin-left: 0;
        width: calc(100% + 40px);
        box-sizing: border-box
    }

        .infrastructure__menu-wrapp:after {
            background: none
        }

    .Gallery1 img {
        border-radius: 22px;
        height: 100%;
        width: 100%
    }

    .Gallery2 {
        width: 37%;
        margin-right: 20px;
        margin-bottom: 25px
    }

        .Gallery2 img {
            border-radius: 22px;
            height: 100%;
            width: 100%
        }

    .galleryDiv {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .gallery4 {
        width: 50%
    }

    .Gallery3 {
        width: 100%;
        position: inherit;
        bottom: 0;
        right: 0;
        margin-top: 30px
    }

    .finishing__grid_3 .finishing__grid-item:first-child {
        grid-area: one;
        min-height: inherit;
        padding-bottom: 0 !important
    }

    .finishing__grid_3 .finishing__grid-item:nth-child(2) {
        grid-area: two;
        min-height: inherit;
        padding-bottom: 0 !important
    }

    .btnDiv {
        padding: 20px 0 !important;
        position: relative;
        top: -40px
    }

    .btnDiv2 {
        padding: 0 0 !important;
        position: relative;
        top: -30px
    }

    .places__slider-desc {
        padding: 8px 30px
    }

    .first-screen__info {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: 20px 0 0 0
    }

    .first-screen__info-title {
        font-size: 22px
    }

    .first-screen__inner * {
        pointer-events: auto;
        padding-bottom: 7px;
        text-align: center
    }

    .first-screen__info-item:not(:first-child) {
        margin-left: 0
    }

    .first-screen__inner {
        position: static;
        padding: 30px 10px 0
    }

    .first-screen__form-header {
        padding: 100px 29px 0
    }

    .expert-slider {
        margin-bottom: 0
    }

    .logo__img {
        max-width: 100%;
        height: auto !important
    }

    .Gallery01 {
        width: 53%;
        margin-right: 10px;
        margin-bottom: 25px
    }

    .rowDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: auto;
        flex-wrap: wrap
    }

    .FooterDiv {
        width: 100%
    }

    .FooterDiv1 {
        width: 100%
    }

    .FooterDiv2 {
        width: 100%
    }

    .FooterDiv3 {
        width: 100%
    }

    .footer-widget__explore {
        margin-left: 0
    }

    .footer-widget__posts {
        margin-left: 0
    }

    .footer-widget__title {
        margin-bottom: 12px
    }

    .footer-widget__services-list-item a {
        font-size: 18px;
        line-height: 35px;
        padding-right: 20px
    }

    .btn_wide {
        font-size: 18px
    }

    .excursion__btn .btn {
        font-size: 18px
    }

    .work__area-item h6 {
        font-size: 20px;
        line-height: normal;
        margin: 0
    }

    .work__area-item-arrow {
        position: absolute;
        top: 35px;
        right: -58px;
        display: none
    }

    .work__area-item {
        text-align: center;
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }
    .noDis{ display:none}
    .popup__title {
        font-size: 26px;
        font-weight: 600;
    }

    .popup__main {
        padding: 0 23px;
    }

    .popup__subtitle {
        font-size: 17px;
    }

    .header_bg img {
        height: 100%;
        border-top-right-radius: 21px;
    }
    .infrastructure__menu {
        justify-content: flex-start;
    }
    .first-screen__form-btn .btn {
        padding-bottom: 12px;
    }
}

.iti {
    z-index: 9999
}
.cal {
    position: absolute;
    right: 17px;
    bottom: 14px;
    color: #fff;
    font-size: 13px;
    z-index: 99;
}


.tour-card__img a {
    display: block;
    position: relative;
}


.tour-card__img a:after {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 68%, #000000);
    transition: opacity .3s;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    border-radius: 30px;
}

.first-screen__info-item {
    background: #0000005c;
    width: 30%;
    padding: 10px 0 10px 20px;
    margin: 10px 10px 10px 0;
    border-radius: 32px;
    border: #757575 solid 1px;
}




@media only screen and (max-width:1300px) {

    .first-screen__content {
        max-width: 65%;
    }
}



@media only screen and (max-width:1100px) {
    .trainee-filters{ display:inline-block; width:100%}
    .trainee-filter { display: inline-block;}
    .trainee-filters select {padding: 5px 30px 5px 15px; }
    .trainee-filters .view-all { top: 0; }
    .trainee-grid > div { width: 31%;}
    .first-screen__content {
        max-width: 65%;
    }
    }

@media only screen and (max-width:900px) {
    .rowDiv { width: 97%}
    .trainee-filters{ display:inline-block; width:100%; padding:15px; border-radius:35px}
    .trainee-filter { display: inline-block; width: 48%;}
    .trainee-filters select { padding: 5px 10px 5px 15px; width: 100%; font-size: 13px;}
    .trainee-filters .view-all { top: 0; display: flex; justify-content: center; position: inherit; margin: auto;}
    .trainee-grid > div { width: 47%;}
    .first-screen__info-item {
        max-width: 43%;
    }
    }

@media only screen and (max-width:767px) {
    .rowDiv { width:100%}
    .trainee-filters{ display:inline-block; width:100%; padding:15px; border-radius:35px}
    .trainee-filter { display: inline-block; width: 48%;}
    .trainee-filters select { padding: 5px 10px 5px 15px; width: 100%; font-size: 13px;}
    .trainee-filters .view-all { top: 0; display: flex; justify-content: center; position: inherit; margin: auto;}
    .trainee-grid > div { display: flex; width: 48%; flex-wrap: wrap; margin: auto; padding: 0; margin-bottom: 20px;}
    .tour-card__title { font-size: 15px; height: 34px;}
    .tour-card .link-btn { display: none;}
    .tour-card__content { padding: 12px;}
    .tour-meta a, .tour-meta span { font-size: 12px;}
    .tour-card__location { font-size: 12px;}

    .first-screen__content {
        max-width: 100%;
    }
    .first-screen__info {
        flex-direction: row;
        justify-content: center;
    }
    .first-screen__info-item {
        max-width: 46%;
        width: 46%;
        padding: 5px 0 0 0;
        border-radius: 20px;
        margin: 0 8px 8px 0;
        background: #000;
    }
    .first-screen__info-title {
        font-size: 16px;
        color: #fff;
        padding-bottom: 3px;
    }
    .first-screen__info-subtitle {
        color: #fff
    }
    }
@font-face{font-family:'lg';src:url(/fonts/lg.ttf?22t19m) format("truetype"),url(/fonts/lg.woff?22t19m) format("woff"),url("/fonts/lg.svg?22t19m#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:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;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:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end 0.3s;-o-animation:lg-right-end 0.3s;animation:lg-right-end 0.3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end 0.3s;-o-animation:lg-left-end 0.3s;animation:lg-left-end 0.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:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;background:none;border:none;box-shadow:none;-webkit-transition:color 0.2s linear;-o-transition:color 0.2s linear;transition:color 0.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:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform 0.35s cubic-bezier(0,0,.25,1) 0s,opacity 0.35s cubic-bezier(0,0,.25,1) 0s,color 0.2s linear;-moz-transition:-moz-transform 0.35s cubic-bezier(0,0,.25,1) 0s,opacity 0.35s cubic-bezier(0,0,.25,1) 0s,color 0.2s linear;-o-transition:-o-transform 0.35s cubic-bezier(0,0,.25,1) 0s,opacity 0.35s cubic-bezier(0,0,.25,1) 0s,color 0.2s linear;transition:transform 0.35s cubic-bezier(0,0,.25,1) 0s,opacity 0.35s cubic-bezier(0,0,.25,1) 0s,color 0.2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,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;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-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:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 0.25s cubic-bezier(0,0,.25,1) 0s;transition:transform 0.25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-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:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color 0.25s ease;-o-transition:border-color 0.25s ease;transition:border-color 0.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%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom 0.25s ease;-o-transition:bottom 0.25s ease;transition:bottom 0.25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;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:1140px;max-height:100%;width:100%;padding:0 5px}.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:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(../img/video-play.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) no-repeat scroll 0 -60px 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:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 0.08s ease 0s;-moz-transition:opacity 0.08s ease 0s;-o-transition:opacity 0.08s ease 0s;transition:opacity 0.08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;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-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform 0.3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 0.3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 0.3s cubic-bezier(0,0,.25,1) 0s;transition:transform 0.3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left 0.3s cubic-bezier(0,0,.25,1) 0s,top 0.3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left 0.3s cubic-bezier(0,0,.25,1) 0s,top 0.3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left 0.3s cubic-bezier(0,0,.25,1) 0s,top 0.3s cubic-bezier(0,0,.25,1) 0s;transition:left 0.3s cubic-bezier(0,0,.25,1) 0s,top 0.3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0,0,.25,1) 0s,opacity 0.15s!important;-moz-transition:-moz-transform 0.3s cubic-bezier(0,0,.25,1) 0s,opacity 0.15s!important;-o-transition:-o-transform 0.3s cubic-bezier(0,0,.25,1) 0s,opacity 0.15s!important;transition:transform 0.3s cubic-bezier(0,0,.25,1) 0s,opacity 0.15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#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:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.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 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity 0.15s ease 0s,-webkit-transform 0.15s ease 0s;-moz-transition:opacity 0.15s ease 0s,-moz-transform 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s,-o-transform 0.15s ease 0s;transition:opacity 0.15s ease 0s,transform 0.15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow 0.3s ease 0s;-o-transition:box-shadow 0.3s ease 0s;transition:box-shadow 0.3s ease 0s;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;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;-webkit-transition:visibility 0s linear 0.18s,opacity 0.18s linear 0s;-o-transition:visibility 0s linear 0.18s,opacity 0.18s linear 0s;transition:visibility 0s linear 0.18s,opacity 0.18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;-moz-transition:-moz-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;-o-transition:-o-transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s;transition:transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.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:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;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 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform 0.3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform 0.3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform 0.3s cubic-bezier(.32,0,.67,0) 0s;transition:transform 0.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:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group{*zoom:1}.lg-group:before,.lg-group:after{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;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-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(../img/loading.gif) no-repeat scroll center center transparent;display:none!important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;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;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.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{display:none}.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;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-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-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity 0.1s ease 0s;-moz-transition:opacity 0.1s ease 0s;-o-transition:opacity 0.1s ease 0s;transition:opacity 0.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:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 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-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity 0.1s ease 0s}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-haykal:before {
    content: "\f666";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

