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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    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
}

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
}

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
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', 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 {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

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
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[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] {
    box-sizing: border-box;
    padding: 0
}

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

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

*, ::after, ::before {
    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
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

/*fancyvbox*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

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

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #cccccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

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

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

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

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

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: none
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

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

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #ffffff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #ffffff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

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

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

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

/*font*/
@font-face {
    font-family: 'Geometria';
    src: url(../fonts/Geometria.woff2) format('woff2'), url(../fonts/Geometria.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Geometria';
    src: url(../fonts/Geometria-Medium.woff2) format('woff2'), url(../fonts/Geometria-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Geometria';
    src: url(../fonts/Geometria-Bold.woff2) format('woff2'), url(../fonts/Geometria-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/*style*/
body {
    font-family: 'Geometria', serif;
    line-height: initial;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1202px;
    }
}

input:hover,
input:active,
input:focus,
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus,
textarea:hover,
textarea:active,
textarea:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

:root {
    --m_red: #ff0000;
    --m_yellow: #ffd93a;
    --m_blue: #2773db;
}

/* ------ ------ header ------ ------ */

header {
    padding: 30px 0;
}

header .container {
    display: flex;
    align-items: center;
}

.header_logo {
    display: flex;
    width: 270px;
    min-width: 270px;
    align-items: center;
}

.header_logo img {
    width: 65px;
    height: 100px;
}

.header_logo span {
    font-weight: 500;
    line-height: 34px;
    font-size: 30px;
    margin: 0 0 0 30px;
}

.header_slogan {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.header_info {
    width: 270px;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.header_info > a {

}

.header_info_phone {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
    transition: color 0.5s ease;
}

.header_info_phone:hover {
    color: var(--m_red);
}

.header_info_callback {
    width: 170px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #000000;
    background: var(--m_yellow);
    transition: background 0.5s ease, color 0.5s ease;
}

.header_info_callback:hover {
    background: var(--m_red);
    color: #ffffff;
}

/* ------ ------ slide ------ ------ */

.slide {
    color: #ffffff;
    background: url(../images/slide.jpg) center / cover no-repeat;
    padding: 100px 0 120px;
}

.slide_tit {

}

.slide_tit,
.slide_tit h1 {
    font-size: 60px;
    font-weight: bold;
}

.slide_txt {
    margin: 24px 0 0;
}

.slide_txt,
.slide_txt h2 {
    font-size: 30px;
    font-weight: 400;
}

.slide_btns {
    display: flex;
    margin: 62px 0 0;
}

.slide_btns > a {
    width: 270px;
    min-width: 270px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #000000;
    font-size: 18px;
    transition: background 0.5s ease, color 0.5s ease;
}

.slide_btn_call {
    background: var(--m_yellow);
    margin: 0 30px 0 0;
}

.slide_btn_price {
    background: #ffffff;
}

.slide_btns > a:hover {
    background: var(--m_red);
    color: #ffffff;
}

/* ------ ------ content ------ ------ */

.content {
    margin-top: 60px;
}

.content_tit {

}

.content_tit,
.content_tit h2,
.content_tit h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.content_txt {
    margin: 34px 0 0;
    font-size: 24px;
    line-height: 29px;
}

.content_txt p:last-child {
    margin: 0;
}

/* ------ ------ main_tit ------ ------ */

.main_tit {

}

.main_tit,
.main_tit h2 {
    font-size: 60px;
    font-weight: bold;
}

/* ------ ------ advantages ------ ------ */

.advantages {
    margin: 80px 0 0;
}

.advantages_row {
    display: flex;
    flex-wrap: wrap;
    margin: 72px -15px 0;
}

.advantages_item {
    width: 25%;
    padding: 0 15px 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages_item_ico {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 0;
    width: 100%;
}

.advantages_item_ico:after {
    position: absolute;
    content: '';
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages_item:nth-child(1) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_1.webp');
}

.advantages_item:nth-child(2) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_2.webp');
    left: 17px;
    top: 20px;
}

.advantages_item:nth-child(3) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_3.webp');
    left: -9px;
    top: 13px;
}

.advantages_item:nth-child(4) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_4.webp');
    left: -8px;
    top: -21px;
}

.advantages_item:nth-child(5) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_5.webp');
}

.advantages_item:nth-child(6) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_6.webp');
    left: 12px;
    top: 2px;
}

.advantages_item:nth-child(7) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_7.webp');
    left: 6px;
}

.advantages_item:nth-child(8) .advantages_item_ico:after {
    background-image: url('../images/ai_bico_8.webp');
}

.advantages_item_ico img {
    max-width: 62px;
    max-height: 62px;
    position: relative;
    z-index: 3;
}

.advantages_item_txt {
    font-size: 24px;
    text-align: center;
}

/* ------ ------ used ------ ------ */

.used {
    margin: 40px 0 0;
}

.used_row {
    margin: 56px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.used_item {
    width: 50%;
    padding: 0 15px 30px;
}

.used_item_in {
    border-radius: 44px;
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.used_item_in div {
    background: var(--m_yellow);
    border-radius: 0 30px 0 42px;
    font-size: 24px;
    padding: 22px 22px 22px 30px;
    font-weight: bold;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ------ ------ goods ------ ------ */

.goods {
    margin: 82px 0 0;
}

.goods_row {
    margin: 56px 0 0;
    display: flex;
    flex-direction: column;
}

.goods_item {
    max-width: 100%;
    padding: 80px 300px;
    justify-content: center;
    display: flex;
    border: 1px solid #999999;
    border-radius: 50px;
}

.goods_item_img {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 42px;
    height: 270px;
    width: 270px;
    margin: 0 30px 0 0;
    position: relative;
    flex-shrink: 0;
}

.goods_item_cont_tit {
    font-size: 24px;
    font-weight: bold;
}

.goods_item_cont_txt {
    font-size: 18px;
    margin: 14px 0 0;
}

.goods_item_cont_price_tit {
    width: 120px;
    height: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #000000;
    margin: 14px 0 0;
    background: var(--m_yellow);
}

.goods_item_cont_price_txt {
    font-size: 30px;
    font-weight: bold;
    margin: 14px 0 0;
}

.goods_item_img_best {
    background: var(--m_red);
    background: #a80000;
    width: 120px;
    height: 120px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    right: 0;
    padding: 10px 24px;
}

@media (max-width: 1199px) {
    .goods_item {
        padding: 80px 200px;
    }
}

@media (max-width: 991px) {
    .goods_item {
        padding: 60px;
    }
}

@media (max-width: 767px) {
    .goods_item {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 40px;
    }

    .goods_item_img {
        width: 100%;
        height: 250px;
        margin: 0;
    }
}

@media (max-width: 365px) {
    .goods_item {
        padding: 20px;
    }
}

/* ------ ------ goods ------ ------ */

.delivery {
    margin: 82px 0 0;
}

.delivery_row {
    margin: 56px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.delivery_item {
    padding: 0 15px 30px;
    width: 33.33%
}

.delivery_item_in {
    background: var(--m_yellow);
    height: 270px;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
}

.delivery_item_tit {
    margin: 30px 0 0 30px;
    width: 210px;
    font-size: 24px;
    font-weight: bold;
}

.delivery_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 100%;
    background: #fff1b6;
    width: 220px;
    height: 220px;
    right: -40px;
    bottom: -46px;
    padding: 0 20px 40px 0;
}

/* ------ ------ form ------ ------ */

.form {
    margin: 80px 0 0;
}

.form_in {
    background: url(../images/form_bg.jpg) center / cover no-repeat;
    border-radius: 42px;
    color: #ffffff;
    text-align: center;
    padding: 30px 30px 108px;
}

.form_in .main_tit,
.form_in .main_tit h2 {
    font-size: 50px;
    margin: 0;
}

.form_txt {
    font-size: 24px;
    margin: 16px 0 0;
}

.form_row {
    display: flex;
    margin: 90px auto 0;
    width: 896px;
}

.form_input {
    width: 33.33%;
    padding: 0 15px;
}

.form_input input[type='text'],
.form_input input[type='tel'],
.form_input input[type='submit'] {
    height: 60px;
    border-radius: 10px;
    display: block;
    width: 100%;
    border: 0;
    font-size: 18px;
}

.form_input input[type='text'],
.form_input input[type='tel'] {
    background: #ffffff;
    padding: 0 20px;
}

.form_input ::placeholder {
    text-align: center;
    color: #000000;
}

.form_input input[type='submit'] {
    background: var(--m_yellow);
    cursor: pointer;
    border-radius: 100px;
    transition: background 0.5s ease;
}

.form_input input[type='submit']:hover {
    background: var(--m_red);
}

.form_bottom {
    margin-top: 80px;
    font-size: 24px;
}

.form_bottom p {

}

.form_bottom p:last-child {
    margin: 0;
}

/* ------ ------ footer ------ ------ */

footer {
    margin: 100px 0 0;
    background: #000000;
    padding: 30px 0;
    color: #ffffff;
}

footer .container {
    display: flex;
    align-items: center;
}

.footer_logo {
    display: flex;
    width: 312px;
    min-width: 312px;
    align-items: center;
}

.footer_logo img {
    width: 65px;
    height: 100px;
}

.footer_logo span {
    font-weight: 500;
    line-height: 34px;
    font-size: 30px;
    margin: 0 0 0 30px;
}

.footer_town {
    width: 100%;
    font-size: 24px;
}

.footer_town p {
    margin: 0;
}

.footer_town a {
    color: var(--m_blue);
    transition: color 0.5s ease;
}

.footer_town a:hover {
    color: var(--m_red);
}

.footer_town a i {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.footer_info {
    display: flex;
    flex-direction: column;
    width: 250px;
    min-width: 250px;
}

.footer_info_tit {
    font-size: 18px;
}

.footer_info_phone {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.5s ease;
}

.footer_info_phone:hover {
    color: var(--m_red);
}

.goto_main {
    text-decoration: underline;
    color: var(--m_blue);
    font-size: 18px;
    margin: 14px 0 0;
    transition: color 0.5s ease;
}

.goto_main:hover {
    color: var(--m_red);
    text-decoration: none;
}

/* ------ ------ modal ------ ------ */

.modal {
    display: none;
    padding: 20px !important;
    border-radius: 42px;
    width: 472px;
    overflow: visible !important;
}

.modal_tit {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
}

.modal_txt {
    text-align: center;
    font-size: 20px;
    margin: 16px 0 0 0;
}

.fancybox-close-small {
    background: var(--m_yellow);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    opacity: 1 !important;
    top: -35px !important;
    right: -35px !important;
}

.modal .form_row {
    flex-direction: column;
    width: 270px;
    margin: 30px auto 0;
}

.modal .form_input {
    padding: 0 0 20px;
    width: 100%;
}

.modal .form_input input[type='text'],
.modal .form_input input[type='tel'] {
    border: 1px solid #cccccc;
}

.form_checkbox {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
}

.form_checkbox input {
    display: none;
}

.form_checkbox_lbl {
    display: flex;
    align-items: center;
}

.form_checkbox i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 20px 0 0;
    min-width: 30px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #cccccc;
}

.modal .form_input input[type='submit'] {
    margin-top: 20px;
}

.form_checkbox_lbl i:after {
    width: 22px;
    height: 22px;
    display: block;
    margin: 3px;
    content: '';
    background: var(--m_yellow);
    min-width: 22px;
    border-radius: 3px;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.form_checkbox_lbl.active i:after {
    opacity: 1;
}

.modal_town_row {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    height: 240px;
    margin: 30px auto 70px;
    font-size: 18px;
    line-height: 20px;
    overflow: auto;
}

.modal_town_row a {
    width: 50%;
    padding-bottom: 7px;
    transition: color 0.5s ease;
    color: var(--m_blue);
}

.modal_town_row a:hover {
    color: var(--m_red);
}

.modal_town_row a:nth-child(odd) {
    padding-right: 10px;
}

.modal_town_row a:nth-child(even) {
    padding-left: 10px;
}

/* ------ ------ media 1199 ------ ------ */

@media all and (max-width: 1199px) {
    .used_item_in {
        height: 280px;
    }

    .delivery {
        margin: 32px 0 0;
    }

    .delivery_item_img {
        width: 200px;
        height: 200px;
    }

    .footer_logo {
        width: 280px;
        min-width: 280px;
    }

    .header_logo span,
    .footer_logo span {
        line-height: 30px;
        font-size: 26px;
        margin: 0 0 0 20px;
    }

    .header_logo img,
    .footer_logo img {
        width: auto;
        height: 90px;
    }

    .header_slogan {
        font-size: 20px;
    }

    .header_slogan span {
        display: block;
    }
}

/* ------ ------ media 991 ------ ------ */

@media all and (max-width: 991px) {
    .header_logo span,
    .footer_logo span {
        line-height: 24px;
        font-size: 22px;
        margin: 0 0 0 16px;
    }

    .header_logo img,
    .footer_logo img {
        width: auto;
        height: 60px;
    }

    .header_info_phone {
        font-size: 20px;
    }

    .header_info {
        width: 200px;
        min-width: 200px;
    }

    .header_logo {
        width: 200px;
        min-width: 200px;
    }

    .header_slogan {
        font-size: 18px;
    }

    .slide_tit, .slide_tit h1 {
        font-size: 50px;
    }

    .slide_txt, .slide_txt h2 {
        font-size: 22px;
    }

    .slide {
        padding: 50px 0;
        position: relative;
    }

    .slide .container {
        position: relative;
        z-index: 2;
    }

    .slide:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.4);
    }

    .content_txt {
        font-size: 20px;
        margin-top: 50px;
    }

    .content,
    .advantages {
        margin-top: 50px;
    }

    .main_tit, .main_tit h2,
    .form_in .main_tit, .form_in .main_tit h2 {
        font-size: 40px;
    }

    .advantages_row,
    .used_row,
    .delivery_row {
        margin-top: 30px;
    }

    .advantages_item {
        width: 50%;
        padding: 0 15px 30px;
    }

    .used {
        margin: 10px 0 0;
    }

    .goods {
        margin: 20px 0 0;
    }

    .used_item,
    .delivery_item {
        width: 100%;
    }

    .delivery_item_tit {
        width: 100%;
    }

    .delivery_item_in {
        height: 170px;
    }

    .form {
        margin: 20px 0 0;
    }

    .form_in {
        padding: 30px;
    }

    .form_row {
        width: 400px;
        margin: 30px auto 0;
        flex-direction: column;
    }

    .form_input {
        width: 100%;
        padding: 0 0 20px;
    }

    .form_bottom {
        margin-top: 50px;
        font-size: 20px;
    }

    footer {
        margin-top: 50px;
        padding: 30px 0;
    }

    .footer_info_phone {
        font-size: 20px;
    }

    footer .container {
        flex-direction: column;
    }

    .footer_logo {
        width: 179px;
        min-width: unset;
    }

    .footer_town {
        padding: 30px 0;
        text-align: center;
    }

    .footer_info {
        text-align: center;
    }
}

/* ------ ------ media 767 ------ ------ */

@media all and (max-width: 767px) {
    header .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header_slogan {
        order: 3;
        padding: 10px 0;
    }

    .header_logo {
        order: 1;
    }

    .header_info {
        order: 2;
    }

    .slide_tit, .slide_tit h1 {
        font-size: 36px;
        font-weight: 500;
    }

    .slide_btns {
        margin: 30px 0 0;
        flex-direction: column;
    }

    .slide_btns > a {
        height: 40px;
        border-radius: 10px;
    }

    .slide_btn_call {
        margin: 0 0 10px;
    }

    .advantages_item_txt {
        font-size: 20px;
    }

    .used_item_in div {
        font-size: 22px;
    }

    .used_item_in {
        height: 308px;
    }

    .delivery {
        margin: 0;
    }

    .delivery_item_tit {
        width: 210px;
    }

    .header_info {
        padding: 0;
    }

    .header_info > a {
        margin: 2px 0;
    }
}

/* ------ ------ media 576 ------ ------ */

@media all and (max-width: 576px) {
    .header_logo span {
        display: none;
    }

    .header_logo {
        min-width: unset;
        width: 60px;
    }

    .slide_tit, .slide_tit h1 {
        font-size: 23px;
    }

    .slide_txt, .slide_txt h2 {
        font-size: 20px;
    }

    .slide_btns > a {
        margin-left: auto;
        margin-right: auto;
    }

    .content_txt,
    .form_bottom {
        font-size: 18px;
    }

    .advantages_item {
        width: 100%;
        padding-bottom: 10px;
    }

    .main_tit, .main_tit h2, .form_in .main_tit, .form_in .main_tit h2 {
        font-size: 34px;
        text-align: center;
    }

    .used_item_in div {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        display: flex;
        width: calc(100% + 2px);
        border-radius: 0 0 42px 42px;
        left: -1px;
        justify-content: center;
    }

    .delivery_item_tit {
        width: 100%;
        margin: 20px 0;
        padding: 0 20px;
    }

    .delivery_item_img {
        width: 120px;
        height: 120px;
        right: -20px;
        bottom: -20px;
        padding: 0 9px 15px 0;
    }

    .form_in {
        padding: 30px 10px;
        border-radius: 0;
        margin: 0 -15px;
    }

    .form_txt {
        font-size: 20px;
    }

    .form_row {
        width: 100%;
    }

    .fancybox-slide--html .fancybox-close-small {
        right: 0 !important;
        top: 0 !important;
        border-radius: 0 42px 0 30px;
        width: 50px;
        height: 50px;
    }

    .modal_town_row {
        margin: 30px 0 0;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
    }

    .modal_town_row a {

    }

    .modal_tit {
        font-size: 20px;
    }

    .modal_txt {
        font-size: 16px;
    }
}
