@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=cyrillic);
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
#headnumber {
    display: none;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: contain;background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
*:not([class^="comagic"]), ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden !important;
}
@-ms-viewport {
    width: device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
[tabindex="-1"]:focus {
    outline: 0 !important
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
dfn {
    font-style: italic
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle;
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    -webkit-border-radius: 0;
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none !important
}
@-ms-viewport {
    width: device-width
}
html:not([class^="comagic"]) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*:not([class^="comagic"]), ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
    .doctor-card+.doctor-card {
        margin-top: 25px;
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width:1230px) {
    .container {
        max-width: 1200px
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}
@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:1230px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-table {
    display: table !important
}
.d-table-row {
    display: table-row !important
}
.d-table-cell {
    display: table-cell !important
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:1230px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}
.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}
.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}
.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}
.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}
.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}
.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}
.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}
.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}
.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}
.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width:1230px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !important
}
::-webkit-input-placeholder {
    color: #353535
}
::-moz-placeholder {
    color: #353535
}
:-ms-input-placeholder {
    color: #353535
}
::-ms-input-placeholder {
    color: #353535
}
::placeholder {
    color: #353535
}
::-moz-selection {
    background-color: #bc9d62;
    color: #fff
}
::selection {
    background-color: #bc9d62;
    color: #fff
}
html {
    -webkit-text-size-adjust: none
}
body {
    font-size: 14px;
    min-width: 320px;
    min-height: 100%;
    position: relative;
    line-height: 1.75;
    font-family: Montserrat, sans-serif;
    color: #353535;
    background: #fbf7f4
}
b, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700
}
h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase
}
a, button, input {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
a {
    color: #353535
}
a:hover {
    color: #bc9d62;
    text-decoration: none
}
button, input[type=submit] {
    cursor: pointer
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.text-center {
    text-align: center
}
.btn-custom {
    display: inline-block;
    background: #f09e23;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 17px 48px 18px;
    border: 1px solid #f09e23
}
.btn-custom:hover {
    background: #fff;
    color: #f09e23;
    border: 1px solid #f09e23
}
.bg-gray {
    background: #dee0e1
}
.header {
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}
.header-top {
    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
}
.header-right {
    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
}
.header-contacts {
    margin-right: 30px
}
.header-address {
    font-weight: 600
}
.header-nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.header-nums div+div {
    margin-left: 30px
}
.header-nums div a {
    display: block;
    color: #bc9d62;
    background-position: left 40%;
    background-repeat: no-repeat;
    border-bottom: 1px solid transparent;
    padding-left: 22px
}
.header-nums div.tel a {
    background-image: url(img/tel.png)
}
.header-nums div.viber a {
    background-image: url(img/viber.png)
}
.header-button button {
    display: block;
    background: #bc9d62;
    border: 2px solid #bc9d62;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 15px
}
.header-button button:hover {
    background: 0 0;
    color: #bc9d62
}
.header-bottom {
    border-top: 1px solid #fbf7f4;
    margin-top: 10px;
    padding-top: 10px
}
.header-hidden {
    margin-top: 10px;
    display: none
}
.header-hidden .header-contacts {
    margin-right: 0
}
.header-hidden .header-nums {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.logo a, .logo img {
    display: block
}
.logo img {
    width: 199px
}
.menu ul {
    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
}
.menu-toggle button {
    height: 30px;
    width: 40px;
    position: relative;
    border: none;
    padding: 0;
    background: 0 0
}
.menu-toggle button span, .menu-toggle button:after, .menu-toggle button:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #bc9d62
}
.menu-toggle button:after, .menu-toggle button:before {
    content: ''
}
.menu-toggle button:before {
    top: 0
}
.menu-toggle button:after {
    bottom: 0
}
.menu-toggle button span {
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px)
}
.menu-toggle button.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.menu-toggle button.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
}
.menu-toggle button.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 14px
}
.menu-toggle button.active span {
    opacity: 0
}
.body, .site-content {
    padding-top: 114px
}
.section-top {
    padding: 46px 0 26px;
    color: #000;
    overflow: hidden
}
.section-top-wrap {
    position: relative
}
.section-top-wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/dots-pattern.png) 50px top
}
.vis {
    opacity: 0;
    transition: 0.15s all ease;
}
.section-top-cont{
    position: relative;
}

.section-top-in {
    position: relative;
    max-width: 725px;
    margin: 0 0 0 auto;
    text-align: center;
    padding-bottom: 50px
}
.section-top-in>img {
    position: absolute;
    left: -420px;
    top: -10px;
    max-height: 595px
}
.top-with-back {
    background: #353535;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 20px 12px;
    max-width: 330px;
    margin: 0 auto 7px;
    text-align: left
}
.top-with-back b {
    display: block;
    font-size: 24px
}
.top-name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    margin: 0 auto 26px;
    text-align: center;
}
.top-slogan {
    text-align: center;
    margin: 0 auto 8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.16px
}
.top-title {
    font-size: 40px;
    line-height: 38px;
    margin: 0 auto 7px;
    text-transform: uppercase;
    font-weight: 900;
    color: #bc9d62;
}
.top-include {
    max-width: 464px;
    margin: 0 auto 56px;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase
}
.top-offer {
    position: relative;
    padding: 14px 0 20px;
    margin-bottom: 30px
}
.top-offer:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -150px;
    right: -100vw;
    top: 0;
    bottom: 0;
    background: #fff
}
.top-offer-title {
    font-size: 22px;
    font-weight: 900;
    color: #f09e23;
    text-transform: uppercase;
    margin-bottom: 8px
}
.top-offer-list-item:not(:last-child) {
    margin-bottom: 8px
}
.top-offer-list-item b {
    font-weight: 900;
    color: #f09e23;
    font-size: 16px
}
.top-offer-list-item span {
    text-decoration: line-through
}
.top-block {
    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: end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.top-list {
    margin-left: 50px
}
.top-list li {
    position: relative;
    padding-left: 31px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 25px;
    background: url(img/stop.svg) left center no-repeat/auto 100%;
    text-align: left
}
.top-list li+li {
    margin-top: 20px
}
.top-list+img {
    max-width: 100%
}
.why {
    padding: 48px 0 95px
}
.why-item {
    overflow: hidden;
    height: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 4px solid #bc9d62;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.why-item:hover {
    -webkit-box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .08)
}
.why-item-img {
    height: 340px
}
.why-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.why-item-cont {
    padding: 18px 15px 16px;
    text-align: center
}
.why-item-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px
}
.scheme {
    padding: 50px 0
}
.scheme h2 {
    margin-bottom: 26px
}
.scheme img {
    display: block;
    margin: auto
}
.scheme-nums {
    display: none
}
.scheme-nums>div {
    font-size: 12px;
    font-weight: 500
}
.scheme-list {
    position: relative
}
.scheme-list-item {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700;
    max-width: 225px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.scheme-list-item:before {
    content: '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -';
    white-space: nowrap;
    color: #aeaeae;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 10px;
    overflow: hidden;
}
.scheme-list-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
.scheme-list-item-1 {
    top: 0;
}
.scheme-list-item-1:before {
    transform: rotate(-36deg);
    top: 95px;
    left: -265px;
    width: 290px;
}
.scheme-list-item-1 span:before{
    left: -265px;
    top: 183px;
}
.scheme-list-item-2 {
    top: 90px
}
.scheme-list-item-2:before {
    transform: rotate(33deg);
    top: 95px;
    right: -284px;
    width: 300px;
}
.scheme-list-item-2 span:before{
    right: -289px;
    top: 177px;
}
.scheme-list-item-3 {
    top: 160px
}
.scheme-list-item-3:before {
    transform: rotate(-34deg);
    top: 97px;
    left: -285px;
    width: 309px;
}
.scheme-list-item-3 span:before{
    left: -287px;
    top: 186px;
}
.scheme-list-item-4 {
    top: 270px
}
.scheme-list-item-4:before {
    transform: rotate(27deg);
    top: 82px;
    right: -316px;
    width: 332px;
}
.scheme-list-item-4 span:before{
    right: -334px;
    top: 158px;
}
.scheme-list-item-5 {
    top: 340px
}
.scheme-list-item-5:before {
    transform: rotate(-22deg);
    top: 64px;
    left: -291px;
    width: 298px;
}
.scheme-list-item-5 span:before{
    left: -298px;
    top: 116px;
}
.scheme-list-item-6 {
    top: 450px
}
.scheme-list-item-6:before {
    transform: rotate(8deg);
    top: 34px;
    right: -268px;
    width: 345px;
}
.scheme-list-item-6:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    right: -290px;
    top: 118px;
}
.scheme-list-item-6 span:before{
    right: -390px;
    top: 54px;
}
.scheme-list-item-6 span:after{
    content: '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -';
    white-space: nowrap;
    color: #aeaeae;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 10px;
    overflow: hidden;
    transform: rotate(18deg);
    top: 57px;
    right: -358px;
    width: 350px;
}
.scheme-list-item-7 {
    top: 540px
}
.scheme-list-item-7:before {
    transform: rotate(-7deg);
    top: 25px;
    left: -250px;
    width: 270px;
}
.scheme-list-item-7 span:before{
    left: -280px;
    top: 36px;
}
.scheme-list-item.right {
    left: 900px
}
.scheme-list-item.left {
    left: 100px
}
.scheme-list-item-lines {
    line-height: 36px;
    background: #aeaeae;
    position: relative;
    text-transform: uppercase;
    color: #000;
    padding: 0 15px
}
.scheme-list-item-lines:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 25px 0 0;
    border-color: #aeaeae transparent transparent transparent
}
.scheme-list-item-lines span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.scheme-list-item-lines span:before, .scheme-list-item-lines span:after{
    position: absolute;
}
.scheme-list-item-lines span:before{
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #aeaeae;
    border-radius: 50%;
}
.scheme-list-item-about {
    font-size: 16px;
    line-height: 1.65;
    padding: 7px 0 4px
}
.scheme-list-item-price {
    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;
    font-weight: 700;
    color: #000
}
.scheme-list-item-price .new {
    background: #e32c30;
    line-height: 30px;
    padding: 0 12px;
    margin-right: 10px;
    color: #fff
}
.scheme-list-item-price .old {
    text-decoration: line-through
}
.scheme .text-center {
    padding-top: 40px
}
.fit {
    padding: 45px 0 80px
}
.fit h2 {
    margin-bottom: 64px
}
.fit-card-wrap {
    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;
    padding: 0 100px
}
.fit-card-item {
    position: relative;
    padding: 18px 25px 58px;
    -webkit-box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .08);
    box-shadow: -10px 10px 15px 0 rgba(0, 0, 0, .08);
    width: 370px
}
.fit-card-item.left {
    background: #353535;
    color: #fff
}
.fit-card-item.left:after {
    content: '';
    position: absolute;
    top: 19px;
    right: -114px;
    width: 173px;
    height: 24px;
    background: url(img/arrow.png)
}
.fit-card-item.left .fit-card-item-title:before {
    content: 'i';
    font-size: 18px;
    font-weight: 400
}
.fit-card-item.left li:before {
    width: 13px;
    height: 3px;
    left: -11px;
    top: 8px;
    background: #fff
}
.fit-card-item.left li:first-child:before{
    display: none;
}
.fit-card-item.right {
    background: #bc9d62;
    color: #000
}
.fit-card-item.right .fit-card-item-title:before {
    background: url(img/check.png) center no-repeat
}
.fit-card-item.right li:before {
    width: 13px;
    height: 11px;
    left: -9px;
    top: 3px;
    background: url(img/check-bold-red.png) center no-repeat
}
.fit-card-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 46px
}
.fit-card-item-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid
}
.fit-card-item ul {
    font-size: 15px;
    line-height: 1.2
}
.fit-card-item li {
    padding-left: 10px;
    position: relative
}
.fit-card-item li:before {
    content: '';
    position: absolute
}
.fit-card-item li+li {
    margin-top: 18px
}
.result {
    padding: 50px 0
}
.result h2 {
    margin-bottom: 48px
}
.result-slider, .licenses-slider {
    padding-bottom: 60px
}
.result-slider .owl-nav, .licenses-slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.result-slider .owl-nav button, .licenses-slider .owl-nav button {
    width: 67px;
    height: 11px;
    padding: 0;
    border: none;
    background: url(img/arrow-cut-right-gold.png) center no-repeat
}
.result-slider .owl-nav button.disabled, .result-slider .owl-nav button:hover, .licenses-slider .owl-nav button.disabled, .licenses-slider .owl-nav button:hover {
    background-image: url(img/arrow-cut-right.png)
}
.result-slider .owl-nav button.disabled, .licenses-slider .owl-nav button.disabled {
    cursor: default
}
.result-slider .owl-prev, .licenses-slider .owl-prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 25px
}
.result-slider .owl-dots, .licenses-slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.result-slider .owl-dot, .licenses-slider .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    padding: 0
}
.result-slider .owl-dot:not(:last-child), .licenses-slider .owl-dot:not(:last-child) {
    margin-right: 5px
}
.result-slider .owl-dot.active, .result-slider .owl-dot:hover, .licenses-slider .owl-dot.active, .licenses-slider .owl-dot:hover {
    background: #bc9d62;
    border-color: #bc9d62
}
.result-imgs {
    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;
    padding: 0 100px
}
.result-img {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 470px
}
.result-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.result-text {
    text-align: center;
    max-width: 550px;
    margin: auto;
    padding-top: 45px;
    font-size: 18px;
    line-height: 1.25
}
.about {
    padding: 35px 0 65px
}
.about h2 {
    margin-bottom: 46px
}
.about-in {
    padding: 0 135px
}
.about-video {
    height: 506px
}
.about-video a, .about-video img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.about-video a {
    position: relative
}
.about-video a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.about-video a:hover span {
    color: #fff
}
.about-video-text {
    position: absolute;
    left: 50%;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
    padding-top: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.about-video-text:after, .about-video-text:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.about-video-text:before {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0
}
.about-video-text:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 9px;
    border-color: transparent transparent transparent #353535;
    top: 13px
}
.about-info-list {
    padding-top: 9px
}
.about-info-item:not(:last-child) {
    margin-bottom: 6px
}
.about-info-item b {
    display: inline-block;
    margin-right: 4px
}
.price {
    padding: 50px 0 65px
}
.price h2 {
    margin-bottom: 26px
}
.price-wrap {
    max-width: 740px;
    margin: auto
}
.price-title {
    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;
    border: 2px solid #bc9d62;
    border-bottom: 0;
}
.price-title {
    background: #e8e8e8
}
.price-list {
    border: 2px solid #bc9d62;
    border-top: 0;
}
.price-list+.price-head {
    margin-bottom: -12px;
}
.price-title div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.price-title div.lines, .price-title div.value {
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*padding: 0 10px;*/
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #353535;
}
.price-item {
    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
}
/*.price-item:not(:nth-child(-n+4)) {*/
    /*display: none*/
/*}*/
.price-item:not(:nth-child(-n+4)).visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.price-item {
    border-bottom: 1px solid #dee0e1;
}
.price-item div {
    line-height: 1.25;
    /*padding: 13px 0 12px;*/
    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
}
.price-item>div {
    padding: 13px 0 12px;
}
.price .zone {
    width: 280px;
    padding: 12px 10px 13px 16px;
}
.price .lines {
    width: 255px
}
.price .value {
    width: 190px;
    display: flex;
    align-self: center;
    flex-direction: column;
    font-weight: bold;
}
.value .new-price{
    color: #f09e23;
    font-size: 1.5em;
    align-items: flex-end;
}
.new-price span {
    color: initial;
    font-size: initial;
    font-weight: initial;
}
.old-price {
    text-decoration: line-through;
    padding-bottom: 5px;
    color: initial;
    font-weight: initial;
    font-size: initial;
}
.price-item .discount span{
    background: rgba(240,158,35,1);
    background: -moz-linear-gradient(left, rgba(240,158,35,1) 0%, rgba(214,158,67,1) 50%, rgba(210,157,72,1) 58%, rgba(188,157,98,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,158,35,1)), color-stop(50%, rgba(214,158,67,1)), color-stop(58%, rgba(210,157,72,1)), color-stop(100%, rgba(188,157,98,1)));
    background: -webkit-linear-gradient(left, rgba(240,158,35,1) 0%, rgba(214,158,67,1) 50%, rgba(210,157,72,1) 58%, rgba(188,157,98,1) 100%);
    background: -o-linear-gradient(left, rgba(240,158,35,1) 0%, rgba(214,158,67,1) 50%, rgba(210,157,72,1) 58%, rgba(188,157,98,1) 100%);
    background: -ms-linear-gradient(left, rgba(240,158,35,1) 0%, rgba(214,158,67,1) 50%, rgba(210,157,72,1) 58%, rgba(188,157,98,1) 100%);
    background: linear-gradient(to right, rgba(240,158,35,1) 0%, rgba(214,158,67,1) 50%, rgba(210,157,72,1) 58%, rgba(188,157,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e23', endColorstr='#bc9d62', GradientType=1 );
    display: flex;
    align-self: center;
    color: #fff;
    justify-content: center;
    width: 57px;
    height: 26px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    margin-right: 6px;
}
.bold-line {
    font-size: 20px;
    background: #e8e8e8;
    font-weight: 600;
    padding: 12px 13px;
    border: 2px solid #bc9d62;
    border-bottom: 0;
}
.price-list+.bold-line {
    margin-top: 15px;
}
.price .discount {
    width: 140px;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: none;
}
.price-title>.value {
    flex-direction: initial;
    align-items: center;
    font-size: initial;
    font-weight: normal;
    color: initial;
    align-content: center;
}
div.price-item .value {
    align-items: initial;
}
/*.price .lines, .price .value {*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center*/
/*}*/
/*.price .lines{width:95px}.price .value{width:100px}*/
.price-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}
.price-more button {
    position: relative;
    background: 0 0;
    padding: 0 21px 0 0;
    border: none;
    color: #f09e23;
    font-weight: 700
}
.price-more button.active:after, .price-more button:hover:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.price-more button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 14px;
    height: 8px;
    background: url(img/angle-down.png);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.price .text-center {
    padding-top: 30px
}
.faq {
    padding: 46px 0 80px
}
.faq h2 {
    margin-bottom: 46px
}
.faq-list {
    padding: 0 100px
}
.faq-item {
    border: 4px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}
.faq-item:not(:last-child) {
    margin-bottom: 8px
}
.faq-item.active {
    border-color: #bc9d62
}
.faq-item.active .faq-item-title:before {
    border-color: #bc9d62
}
.faq-item.active .faq-item-title button {
    border-color: transparent
}
.faq-item.active .faq-item-title button:after, .faq-item.active .faq-item-title button:before {
    background: #bc9d62
}
.faq-item-title {
    position: relative
}
.faq-item-title:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 17px;
    top: 13px;
    border: 1px solid #353535
}
.faq-item-title:hover:before {
    border-color: #bc9d62
}
.faq-item-title:hover button:after, .faq-item-title:hover button:before {
    background: #bc9d62
}
.faq-item-title button {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #e8e8e8;
    padding: 19px 10px 20px 66px;
    position: relative;
    background: 0 0;
    line-height: 1.5
}
.faq-item-title button:after, .faq-item-title button:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #353535;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 28px;
    top: 30px
}
.faq-item-title button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq-item-cont {
    padding: 2px 66px 35px;
    font-weight: 300;
    display: none;
    color: #000;
    white-space: pre-line;
}
.faq-item-cont p, .faq-item-cont ul {
    margin: 0
}
.faq-item-cont li:before {
    content: '- '
}
.doctors {
    overflow: hidden
}
.doctors-in {
    position: relative;
    padding: 35px 0 165px
}
/*.doctors-in:after, .doctors-in:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*z-index: 2;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*width: 100vw;*/
    /*-webkit-box-shadow: 0 0 50px 25px #8f9091;*/
    /*box-shadow: 0 0 50px 25px #8f9091;*/
    /*background: #dee0e1*/
/*}*/
/*.doctors-in:before {*/
    /*right: 100%*/
/*}*/
/*.doctors-in:after {*/
    /*left: 100%*/
/*}*/
.doctors .owl-nav button {
    position: absolute;
    z-index: 3;
    width: 22px;
    height: 38px;
    background: url(img/arrow-right-bold.png) center no-repeat;
    background-size: cover;
    padding: 0;
    border: none;
    top: 50%
}
.doctors .owl-prev {
    left: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.doctors .owl-next {
    right: 14px
}
.doctor h2 {
    margin-bottom: 46px
}
.doctor-card {
    position: relative;
    padding-top: 77px
}
.doctor-photo {
    position: absolute;
    left: 20px;
    top: 0;
    border: 4px solid #bc9d62;
    width: 195px;
    height: 247px
}
.doctor-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.doctor-info {
    background: #fff;
    padding: 7px 20px 85px 235px;
    min-height: 261px
}
.doctor-name {
    color: #bc9d62;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2px
}
.doctor-about {
    line-height: 1.25;
}
.doctor-book {
    position: absolute;
    right: 20px;
    bottom: 20px
}
.doctor-book .btn-custom {
    text-transform: none;
    font-size: 14px;
    padding: 13px 15px 14px
}
.contacts {
    padding: 92px 0 72px
}
.contacts h2 {
    margin-bottom: 42px
}
.contacts .btn-custom {
    margin-top: 7px
}
.contacts-in {
    padding: 0 100px
}
.contacts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
.price-head {
    padding-top: 20px;
}
.price-head, .price-head2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.contacts-address {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 26px
}
.contacts-info {
    padding-left: 50px
}
.contacts-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.contacts-links>div {
    width: 235px
}
.contacts-links a {
    display: inline-block;
    color: #bc9d62;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid transparent
}
.contacts-links a:hover {
    border-color: #bc9d62
}
.contacts-link:not(:last-child) {
    margin-bottom: 7px
}
.contacts-link.tel a {
    padding-left: 22px;
    background-image: url(img/tel.png)
}
.contacts-link.viber a {
    padding-left: 22px;
    background-image: url(img/viber.png)
}
.contacts-link.web a {
    padding-left: 25px;
    background-image: url(img/web.png)
}
.contacts-link.insta a {
    padding-left: 25px;
    background-image: url(img/insta.png)
}
.contacts-link.fb a {
    padding-left: 25px;
    background-image: url(img/facebook-f-brands.svg);
    -webkit-background-size: 8px 8px;
    background-size: 8px
}
.contacts-link.youtube a {
    padding-left: 25px;
    background-image: url(img/youtube-brands.svg);
    -webkit-background-size: 18px 18px;
    background-size: 18px
}
.map {
    height: 400px;
    margin-bottom: 42px
}
.map iframe {
    display: block;
    width: 100%;
    height: 100%
}
.modal-custom {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    overflow-y: auto
}
.modal-custom.open {
    opacity: 1;
    visibility: visible
}
.modal-custom form p {
    margin: 0
}
.modal-custom form input {
    -webkit-border-radius: 0;
    border-radius: 0
}
.modal-custom form input:not([type=submit]) {
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    padding: 0 15px;
    border: 2px solid #bc9d62;
    margin-bottom: 15px
}
.modal-custom form input[type=submit] {
    display: inline-block;
    background: #bc9d62;
    border: 3px solid #bc9d62;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 28px;
    width: 100%
}
.modal-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}
.modal-cont {
    width: 976px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    position: relative;
    z-index: 2;
    border: 4px solid #bc9d62;
    background: #fbf7f4;
    text-align: center;
    padding: 60px 0
}
.modal-title {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 40px
}
.modal-title b {
    display: block;
    font-size: 36px;
    font-weight: 800
}
.modal-button {
    text-align: center
}
.modal-button button {
    display: inline-block;
    background: #bc9d62;
    border: 3px solid #bc9d62;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 28px
}
.modal-button button:hover {
    background: 0 0;
    color: #bc9d62
}
.modal-close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 15px;
    height: 15px;
    background: url(img/close-dark.png) center no-repeat;
    padding: 0;
    border: none
}
.modal-close:hover {
    opacity: .5
}
.modal-start .modal-cont {
    padding: 76px 0 46px;
    background: url(img/banner.jpg) left center no-repeat;
    background-size: cover;
}
.modal-start .modal-title {
    margin-bottom: 52px;
    color: #fff
}
.modal-start .modal-close {
    background: url(img/close.png)
}
.modal-form .modal-title {
    font-size: 18px;
    line-height: 1.2;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}
.modal-form .modal-title b {
    margin-bottom: 5px
}
.modal-form form {
    width: 355px;
    margin: 0 auto
}
.modal-form form .modal-button button {
    width: 100%
}
.form-block {
    margin-bottom: 15px
}
.form-block label {
    display: block;
    text-align: left;
    margin-bottom: 2px;
    font-weight: 600
}
.form-block input {
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    padding: 0 15px;
    border: 2px solid #bc9d62
}
@media (max-width:1229.98px) {
    .why {
        padding-bottom: 65px
    }
    .why-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .why-list>div {
        margin-bottom: 30px
    }
    .why-item-img {
        height: 415px
    }
    .scheme-list-item.left {
        left: 0
    }
    .scheme-list-item.left:before {
        background-position: right center
    }
    .scheme-list-item.right {
        left: 700px
    }
    .scheme-list-item.right:before {
        background-position: left center
    }
    .scheme-list-item-1:before {
        transform: rotate(-47deg);
        top: 93px;
        left: -193px;
        width: 233px;
    }
    .scheme-list-item-1 span:before {
        left: -180px;
    }
    .scheme-list-item-2:before {
        top: 88px;
        right: -262px;
        width: 275px;
    }
    .scheme-list-item-2 span:before {
        right: -270px;
        top: 163px;
    }
    .scheme-list-item-3:before {
        transform: rotate(-44deg);
        top: 96px;
        left: -218px;
        width: 250px;
    }
    .scheme-list-item-3 span:before {
        left: -211px;
        top: 189px;
    }
    .scheme-list-item-4:before {
        top: 80px;
        right: -287px;
        width: 306px;
    }
    .scheme-list-item-4 span:before {
        right: -305px;
        top: 148px;
    }
    .scheme-list-item-5:before {
        transform: rotate(-33deg);
        top: 73px;
        left: -212px;
        width: 230px;
    }
    .scheme-list-item-5 span:before {
        left: -212px;
        top: 134px;
    }
    .scheme-list-item-6:before {
        right: -249px;
        width: 325px;
    }
    .scheme-list-item-6:after {
        right: -273px;
        top: 117px;
    }
    .scheme-list-item-6 span:before {
        right: -367px;
    }
    .scheme-list-item-6 span:after {
        right: -343px;
        width: 334px;
    }
    .scheme-list-item-7:before {
        top: 20px;
        left: -165px;
        width: 165px;
    }
    .scheme-list-item-7 span:before {
        left: -195px;
        top: 27px;
    }
    .scheme-list-item-about:before {
        color: #e32c30;
        font-weight: 900;
        font-size: 18px
    }
    .fit-card-wrap {
        padding: 0
    }
    .result-imgs {
        padding: 0
    }
    .result-img {
        height: 450px
    }
    .about-in {
        padding: 0
    }
    .about-video {
        height: 520px
    }
    .faq-list {
        padding: 0
    }
    .doctors-in {
        padding-bottom: 80px
    }
    .doctors-info {
        padding-top: 10px
    }
    .contacts-in {
        padding: 0
    }
    .contacts-links>div {
        width: 220px
    }
    .menu a {
        font-size: 13px
    }
}
.price-head {
    margin-bottom: 20px;
}
.price-head2 {
    margin: 20px 0;
}
@media (max-width:991.98px) {
    .hidden-md {
        display: none !important
    }
    .price .zone {

    }
    .top-block button {
        margin-bottom: 25px;
        z-index: 2; /* 10000000 */
        position: relative;
        margin-top: -25px;
    }
    .header-right {
        display: none
    }
    .header-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }
    .header-bottom {
        display: none;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        padding: 10px 15px 15px
    }
    .header-hidden {
        display: block
    }
    .menu {
        margin-right: 0
    }
    .menu ul {
        display: block
    }
    .menu li+li {
        margin: 5px 0 0
    }
    .menu a {
        font-size: 14px;
        font-weight: 600
    }
    .body, .site-content {
        padding-top: 69px
    }
    .section-top {
        padding: 0;
        text-align: center
    }
    .section-top-wrap:before {
        background-position: center
    }
    .section-top-in {
        max-width: none;
        padding: 50px 0
    }
    .section-top-in:before {
        content: '';
        position: absolute;
        left: -100vw;
        right: -100vw;
        top: 0;
        height: 100%;
        background: rgba(255, 255, 255, .8)
    }
    .section-top-in>img {
        display: none
    }
    .section-top-cont {
        position: relative;
        z-index: 2
    }
    .top-include, .top-name, .top-slogan, .top-title, .top-with-back {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
    .top-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .top-offer {
        padding-bottom: 0;
        background: #fff;
        margin-top: -55px
    }
    .top-offer:before {
        display: none
    }
    .top-include {
        margin-bottom: 40px
    }
    .top-list {
        margin: 0 0 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .top .result-imgs {
        padding: 0
    }
    .why-item-img {
        height: auto;
    }
    .scheme {
        padding-top: 80px;
        overflow: hidden
    }
    .scheme-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .scheme-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 3
    }
    .scheme-list-item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .scheme img{
        position: relative;
        left: -25px;
    }
    .scheme-list-item.right {
        left: 500px
    }
    .scheme-list-item-1:before{
        transform: rotate(-60deg);
        top: 102px;
        left: -158px;
        width: 212px;
    }
    .scheme-list-item-1 span:before {
        left: -129px;
        top: 202px;
    }
    .scheme-list-item-2:before {
        transform: rotate(60deg);
        top: 90px;
        right: -145px;
        width: 180px;
    }
    .scheme-list-item-2 span:before {
        right: -126px;
        top: 174px;
    }
    .scheme-list-item-3:before {
        transform: rotate(-54deg);
        top: 96px;
        left: -167px;
        width: 205px;
    }
    .scheme-list-item-3 span:before {
        left: -151px;
        top: 189px;
    }
    .scheme-list-item-4:before {
        transform: rotate(51deg);
        top: 85px;
        right: -163px;
        width: 190px;
    }
    .scheme-list-item-4 span:before {
        right: -162px;
        top: 166px;
    }
    .scheme-list-item-5:before {
        transform: rotate(-40deg);
        top: 68px;
        left: -160px;
        width: 180px;
    }
    .scheme-list-item-5 span:before {
        left: -165px;
        top: 130px;
    }
    .scheme-list-item-6:before {
        transform: rotate(15deg);
        top: 34px;
        right: -101px;
        width: 179px;
    }
    .scheme-list-item-6 span:before {
        right: -222px;
        top: 55px;
    }
    .scheme-list-item-6 span:after {
        transform: rotate(30deg);
        top: 58px;
        right: -210px;
        width: 207px;
    }
    .scheme-list-item-6:after {
        right: -132px;
        top: 119px;
    }
    .scheme-list-item-7 {
        top: 510px;
    }
    .scheme-list-item-7:before {
        top: 35px;
        left: -110px;
        width: 110px;
        transform: rotate(-27deg);
    }
    .scheme-list-item-7 span:before {
        left: -133px;
        top: 60px;
    }
    h2 br {
        display: none
    }
    .fit-card-item {
        width: 50%
    }
    .fit-card-item:after {
        display: none
    }
    .result-img {
        height: 330px
    }
    .about-video {
        height: 385px
    }
    .faq-item-cont {
        padding: 2px 30px 30px
    }
    .contacts-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contacts-block .btn-custom {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px
    }
    .contacts-info {
        padding: 0;
        width: 100%
    }
    .contacts-links>div {
        width: 33.333%
    }
}
@media (max-width:767.98px) {
    .top-offer-title {
        line-height: 1.25
    }
    .price .zone {
    }
    .price .lines {
        width: 185px;
    }
    .value .new-price {
        font-size: 1.2em;
    }
    .logo {
        display: none;
    }
    #headnumber {
        display: block;
        margin-right: 0;
    }
    .header-hidden .header-contacts {
        display: none;
    }
    .top-offer-list-item strong {
        display: block
    }
    h2 {
        font-size: 26px;
        margin-bottom: 40px !important
    }
    .about, .contacts, .doctors-in, .faq, .fit, .price, .result, .scheme, .why {
        padding: 50px 0
    }
    .fit-card-wrap {
        display: block
    }
    .fit-card-item {
        width: 100%
    }
    .fit-card-item-title {
        margin-bottom: 30px
    }
    .result-imgs {
        display: block
    }
    .result-img {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        height: 400px
    }
    .result-img:last-child {
        margin-top: 15px
    }
    .about-video {
        height: 290px
    }
    .faq-item-title:before {
        top: 12px
    }
    .faq-item-title button {
        font-size: 14px;
        padding-top: 20px
    }
    .faq-item-title button:after, .faq-item-title button:before {
        top: 29px
    }
    .doctors-in:after, .doctors-in:before {
        display: none
    }
    .doctors .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px
    }
    .doctors .owl-nav button {
        position: static
    }
    .doctors .owl-nav button+button {
        margin-left: 30px
    }
    .map {
        height: 300px
    }
    .contacts-info {
        width: 100%
    }
    .contacts-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts-links>div {
        width: 50%
    }
    .contacts-links>div:last-child {
        margin-top: 15px
    }
    .scheme-nums {
        display: block;
        position: relative;
        z-index: 2;
    }
    .scheme-nums>div {
        position: absolute
    }
    .scheme-nums>div {
        max-width: 110px;
        line-height: 1.3
    }
    .scheme-nums>div:before {
        content: '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -';
        white-space: nowrap;
        color: #aeaeae;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 6px;
        overflow: hidden;
    }
    .scheme-nums>div:after{
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #aeaeae;
        border-radius: 50%;
    }
    .scheme-num-1 {
        left: 378px;
        top: 149px;
    }
    .scheme-num-1:before{
        right: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(-28deg);
    }
    .scheme-num-1:after{
        left: -80px;
        top: 41px;
    }
    .scheme-num-2 {
        left: 0;
        top: 234px;
    }
    .scheme-num-2:before{
        left: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(28deg);
    }
    .scheme-num-2:after{
        right: -76px;
        top: 41px;
    }
    .scheme-num-3 {
        left: 347px;
        top: 312px;
    }
    .scheme-num-3:before{
        right: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(-28deg);
    }
    .scheme-num-3:after{
        left: -80px;
        top: 41px;
    }
    .scheme-num-4 {
        left: 59px;
        top: 406px;
    }
    .scheme-num-4:before{
        left: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(28deg);
    }
    .scheme-num-4:after{
        right: -80px;
        top: 41px;
    }
    .scheme-num-5 {
        left: 340px;
        top: 442px;
    }
    .scheme-num-5:before{
        right: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(-28deg);
    }
    .scheme-num-5:after{
        left: -80px;
        top: 41px;
    }
    .scheme-num-6 {
        left: 80px;
        top: 525px;
    }
    .scheme-num-6:before{
        left: calc(100% - 1px);
        top: 12px;
        width: 67px;
        transform: rotate(-28deg);
    }
    .scheme-num-6 span{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    .scheme-num-6:after{
        right: -76px;
        top: -10px;
    }
    .scheme-num-6 span:before{
        content: '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -';
        white-space: nowrap;
        color: #aeaeae;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 6px;
        overflow: hidden;
        left: 100%;
        top: 41px;
        width: 49px;
        transform: rotate(28deg);
    }
    .scheme-num-6 span:after{
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #aeaeae;
        border-radius: 50%;
        right: -64px;
        top: 53px;
    }
    .scheme-num-7 {
        left: 363px;
        top: 538px;
    }
    .scheme-num-7:before{
        right: calc(100% - 1px);
        top: 27px;
        width: 67px;
        transform: rotate(-28deg);
    }
    .scheme-num-7:after{
        left: -80px;
        top: 41px;
    }
    .scheme-list {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 30px
    }
    .scheme-list-item {
        position: static;
        max-width: none;
        width: 50%;
        margin-bottom: 30px;
        padding-right: 20px
    }
    .scheme-list-item:before {
        display: none
    }
    .price-head {
        padding-top: 0;
        margin-top: 0;
    }
    .price-list+.price-head {
        padding-top: 10px;
    }
    .scheme-list-item-lines span, .scheme-list-item-6:after{
        display: none;
    }
}
@media (max-width:575.98px) {
    .top-title {
        font-size: 36px
    }
    #headnumber {
        font-size: 10px;
    }
    #headnumber .header-nums {
        align-items: initial;
        -webkit-box-align: initial;
         -webkit-align-items: initial;
        -ms-flex-align: initial;
        text-align: right;
    }
    .top-block {
        display: block
    }
    .scheme-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .scheme-list-item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .scheme-list-item-about {
        line-height: 1.3
    }
    .scheme-list-item-lines {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px;
        font-size: 13px;
        line-height: 30px;
        padding: 0 12px
    }
    .scheme-list-item-lines:after {
        display: none
    }
    .scheme img {
        left: 0;
    }
    .scheme-num-1 {
        left: calc(50% + 82px);
        top: 198px;
    }
    .scheme-num-1:before{
        display: none;
    }
    .scheme-num-1:after{
        left: -30px;
        top: 36px;
    }
    .scheme-num-2 {
        left: calc(50% - 130px);
        top: 258px;
        max-width: 80px !important;
    }
    .scheme-num-2:before{
        display: none;
    }
    .scheme-num-2:after{
        right: 19px;
        top: 10px;
    }
    .scheme-num-3 {
        left: calc(50% - -68px);
        top: 292px;
    }
    .scheme-num-3:before {
        right: calc(100% - 14px);
        top: 51px;
        width: 67px;
        transform: rotate(-62deg);
    }
    .scheme-num-3:after {
        left: -38px;
        top: 65px;
    }
    .scheme-num-4 {
        left: calc(50% - 108px);
        top: 442px;
    }
    .scheme-num-4:before{
        display: none;
    }
    .scheme-num-4:after{
        right: -20px;
        top: 5px;
    }
    .scheme-num-5 {
        left: calc(50% + 76px);
        top: 492px;
    }
    .scheme-num-5:before {
        right: calc(100% - 1px);
        top: 1px;
        width: 46px;
        transform: rotate(39deg);
    }
    .scheme-num-5:after {
        left: -53px;
        top: -21px;
    }
    .scheme-num-6 {
        left: calc(50% - 136px);
        top: 525px;
    }
    .scheme-num-6:before{
        width: 53px;
    }
    .scheme-num-6:after{
        right: -64px;
        top: -8px;
    }
    .scheme-num-6 span:before{
        width: 38px;
    }
    .scheme-num-6 span:after{
        right: -50px;
        top: 50px;
    }
    .scheme-num-7 {
        left: calc(50% + 90px);
        top: 606px;
    }
    .scheme-num-7:before {
        right: calc(100% - 4px);
        top: -1px;
        width: 34px;
        transform: rotate(50deg);
    }
    .scheme-num-7:after {
        left: -37px;
        top: -23px;
    }
    h2 {
        font-size: 24px
    }
    .result .owl-nav {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .about-video {
        height: 51vw
    }
    .price .zone {
        width: 35%;
    }
    .price-title{
        line-height: 1;
    }
    .price-title div.lines, .price .lines{
        width: 40%;
    }
    .price-title div.value, .price .value{
        width: 25%;
    }
    .new-price span {
        font-size: 12px;
    }
    .price-title * {
        font-size: 13px;
    }
    .price-title div.lines, .price-title div.value {
        font-size: 13px;
    }
    .bold-line {
        font-size: 15px;
    }
    .price .discount {
        width: 59px;
    }
    .value .new-price {
        font-size: 12px;
    }
    .price-item * {
        font-size: 12px;
    }
    .faq-item-cont {
        padding-left: 20px;
        padding-right: 20px
    }
    .faq-item-title:before {
        left: 5px
    }
    .faq-item-title button {
        padding-left: 52px
    }
    .faq-item-title button:after, .faq-item-title button:before {
        left: 15px
    }
    .doctor-card {
        padding: 30px;
        background: #fff
    }
    .doctor-photo {
        position: static;
        margin: 0 auto 20px
    }
    .doctor-info {
        padding: 0;
        text-align: center;
        min-height: 0
    }
    .doctor-book {
        position: static;
        margin-top: 10px
    }
    .modal-custom input[type=submit] {
        font-size: 12px;
        padding: 10px 15px
    }
    .modal-title {
        font-size: 22px
    }
    .modal-title b {
        font-size: 30px;
        line-height: 1
    }
    .modal-button button {
        font-size: 12px;
        padding: 10px 15px
    }
    .modal-start .modal-cont {
        padding-left: 5px;
        padding-right: 5px
    }
    .modal-start .modal-title {
        margin-bottom: 30px
    }
    .modal-form .modal-cont {
        padding-left: 5px;
        padding-right: 5px
    }
    .modal-form .modal-title {
        font-size: 16px;
        margin-bottom: 30px
    }
    .modal-form form {
        max-width: -webkit-calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
    .scheme-list-item-1 {
        display: none;
    }
}
@media (max-width:480px) {
    .header-address {
        line-height: 1.2;
        margin-bottom: 4px
    }
    .top-title {
        font-size: 25px;
        line-height: 28px
    }
    .top-offer-list-item {
        line-height: 1.5
    }
    .result-img {
        width: 280px;
        height: 280px
    }
    .result-text {
        padding-top: 25px;
        font-size: 16px
    }
    .map {
        margin-bottom: 30px
    }
    .contacts-links {
        display: block
    }
    .contacts-links>div {
        width: 100%
    }
    .contacts-links>div+div {
        margin-top: 8px
    }
}
@media (max-width:440px){
    .price .zone {
        padding: 12px 10px 13px 13px;
        word-wrap: break-word;
    }
    .price-title div.lines, .price .lines {
        width: 28%;
    }
    .price-title div.value, .price .value {
        width: 34%;
    }
}
@media (max-width:380px) {
    /*.header-nums {*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-webkit-box-align: center;*/
        /*-webkit-align-items: center;*/
        /*-ms-flex-align: center;*/
        /*align-items: center*/
    /*}*/
    .header-nums div a {
        background-position: left 40%;
    }
    .header-nums div+div {
        margin: 0
    }
}
@media (min-width:992px) {
    .header-bottom {
        display: block !important
    }
    .menu-toggle {
        display: none
    }
    .visible-md {
        display: none !important
    }
}
@media screen and (max-width: 400px) {
    .price-item .discount span {
        width: 40px;
        font-size: 13px;
    }
    .price .discount {
        width: 40px;
    }
    .price-title div.lines, .price-title div.value, .price-title div.zone {
        font-size: 12px;
    }
    .price-head, .price-head2 {
        font-size: 16px;
        margin: 16px 0;
    }
    .price-head {
        margin-top: 0;
    }
}
@media (max-height:560px) {
    .modal-form {
        display: block;
        padding: 30px 15px
    }
    .modal-cont {
        margin: auto
    }
}
@media (max-height:400px) {
    .header:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        background: #fff
    }
    .header-bottom {
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
        position: relative
    }
}
.doctor-about ul {
    margin-left: 10px
}
.doctor-about ul li:before {
    content: '-';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px
}
.doctor-about ul li {
    position: relative;
    padding: 0 0 0 15px
}
.doctor-about ul li+li {
    margin-top: 8px;
}

.modal-license .modal-cont{
    width: auto;
    padding: 0;
}

.modal-license .modal-cont img{
    max-height: calc(100vh - 80px);
}

@media screen and (max-width: 560px) {
    .doctor-about ul {
        text-align: left
    }
    .price-wrap {
        font-size: 13px
    }
}
