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

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

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

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

button,
select {
    text-transform: none
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

html {
    scroll-behavior: smooth
}

body {
    color: #000;
    background-color: #fff;
    font-family: Releway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden
}

.wrapper {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin-top: 0;
    margin-bottom: 0
}

img {
    height: auto;
    display: block
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    display: block
}

p {
    line-height: 1.5
}

.hidden-title {
    width: 1px;
    height: 1px;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

@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:1230px) {
    .container {
        max-width: 1200px
    }
}

.section {
    padding-top: 55px;
    padding-bottom: 66px
}

.pt-lg {
    padding-top: 60px
}

.pb-lg {
    padding-bottom: 60px
}

@media (min-width:768px) {
    .pt-lg {
        padding-top: 70px
    }

    .pb-lg {
        padding-bottom: 70px
    }
}

.header {
    align-items: center;
    margin-top: 10px;
    display: flex
}

.header .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

@media (min-width:768px) {
    .header .container {
        display: block
    }
}

@media (min-width:992px) {
    .header {
        min-height: 104px;
        margin-top: 30px
    }
}

.logo {
    width: 200px
}

@media (min-width:768px) {
    .logo {
        margin: 0 auto 20px
    }
}

@media (min-width:992px) {
    .logo {
        margin-bottom: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.nav {
    flex-wrap: wrap;
    justify-content: center;
    display: none
}

@media (min-width:768px) {
    .nav {
        display: flex
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nav {
        justify-content: space-around
    }
}

@media (min-width:992px) {
    .nav {
        justify-content: space-between
    }
}

.nav__list {
    display: flex
}

@media (max-width:767px) {
    .nav__list:not(:last-child) {
        margin-right: 35px
    }
}

.nav__item {
    font-size: 12px
}

@media (min-width:576px) and (max-width:767px) {
    .nav__item {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .nav__item:not(:last-child) {
        margin-right: 35px
    }
}

@media (min-width:768px) {
    .nav__item {
        font-size: 16px
    }

    .nav__item:not(:last-child) {
        margin-right: 60px
    }
}

.nav__link {
    color: inherit;
    line-height: 1.5;
    transition: all .3s;
    display: block;
    position: relative
}

.nav__link:after {
    content: "";
    width: 0%;
    border-bottom: 1px solid #000;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0
}

.nav__link:hover {
    color: #000
}

.nav__link:hover:after {
    width: 100%
}

.header__menu-btn {
    width: 30px;
    height: 19px;
    -o-transition: .3s;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s;
    position: relative;
    transform: rotate(0deg)
}

@media (min-width:768px) {
    .header__menu-btn {
        display: none
    }
}

.header__menu-btn span,
#nav-icon3 span,
#nav-icon4 span {
    height: 2px;
    width: 100%;
    opacity: 1;
    -o-transition: .3s;
    background: #000;
    transition: all .3s;
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(0deg)
}

.header__menu-btn.open span {
    background-color: #000
}

.header__menu-btn span:nth-child(1) {
    top: 0
}

.header__menu-btn span:nth-child(2) {
    top: 10px
}

.header__menu-btn span:nth-child(3) {
    top: 19px
}

.header__menu-btn.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg)
}

.header__menu-btn.open span:nth-child(2) {
    opacity: 0;
    left: 0
}

.header__menu-btn.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg)
}

.menu {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.menu.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.menu a {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    display: block
}

.menu li:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .header {
        width: 100%;
        z-index: 11;
        background-color: #fff;
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0
    }

    .wrapper {
        padding-top: 76px
    }
}

.about {
    padding-top: 30px
}

@media (min-width:768px) {
    .about {
        padding-top: 55px
    }
}

@media (max-width:992px) {
    .about__inner {
        flex-direction: column-reverse;
        display: flex
    }
}

@media (min-width:992px) {
    .about__inner {
        grid-template-columns: 50% auto;
        display: grid
    }
}

.about-rent__title {
    color: #282828;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18
}

.about-rent__wrapper {
    position: relative
}

@media (min-width:768px) {
    .about-rent__wrapper {
        max-width: 370px;
        padding-top: 65px
    }
}

.about-rent__img {
    z-index: -1;
    display: none;
    position: absolute;
    top: 0%;
    right: -15%
}

@media (min-width:768px) {
    .about-rent__img {
        display: block
    }
}

@media (min-width:992px) {
    .about-rent__img {
        top: -3%
    }
}

@media (max-width:991px) {
    .about-img {
        width: 100%;
        margin-bottom: 25px
    }
}

.aboout-rent__text {
    color: #282828;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    line-height: 1.5
}

.action-form {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
    display: grid
}

@media (min-width:576px) {
    .action-form {
        grid-template-columns: 1fr 1fr
    }
}

.action-form__input {
    height: 40px;
    color: #000;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    outline: 0;
    padding: 0 20px;
    font-family: Releway, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    transition: all .3s
}

.action-form__input::placeholder {
    color: #d1d1d1
}

.action-form__input:focus {
    border-color: #bebbbb;
    outline: none
}

.action-form__btn {
    cursor: pointer;
    color: #fff;
    height: 40px;
    background-color: #ffbe00;
    border: none;
    border-radius: 5px;
    padding: 0;
    font-family: Releway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    transition: all .3s
}

.action-form__btn:hover {
    background-color: #e6ab00
}

.about-company__list {
    margin-top: 70px
}

.about-company__title {
    color: #282828;
    margin-bottom: 13px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18
}

.about-company__text {
    font-family: Arial, sans-serif;
    line-height: 1.5
}

.text-section h2 {
    color: #282828;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif, Raleway;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

@media (min-width:768px) {
    .text-section h2 {
        font-size: 32px;
        line-height: 38px
    }
}

.slider {
    background-color: #ffbe00;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width:768px) {
    .slider {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (min-width:1230px) {
    .slider .container {
        max-width: 1305px
    }
}

@media (max-width:768px) {
    .swiper {
        max-width: 400px;
        margin: 0 auto
    }
}

.eq-card__img {
    border-radius: 10px 10px 0 0;
    margin-bottom: 5px;
    padding-bottom: 90%;
    position: relative;
    overflow: hidden
}

.eq-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.eq-card__body {
    background-color: #fff;
    padding: 20px 15px
}

.eq-card__inner {
    border: 1px solid #ffbe00;
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 30px
}

.eq-card__title {
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px
}

.eq-card__list {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 16px
}

@media (min-width:576px) {
    .eq-card__list {
        padding-left: 35px
    }
}

.eq-card__list li {
    align-items: center;
    display: flex
}

.eq-card__list li:not(:last-child) {
    margin-bottom: 5px
}

.eq-card__list li img {
    margin-right: 10px
}

.swiper-controls {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex
}

.swiper-controls .swiper-button-prev {
    cursor: pointer;
    margin-right: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all .3s
}

.swiper-controls .swiper-button-prev:hover {
    transform: translate(-10px)
}

.swiper-controls .swiper-button-next {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all .3s
}

.swiper-controls .swiper-button-next:hover {
    transform: translate(10px)
}


.advantages-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width:768px) {
    .advantages-wrapper {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.advantages-title {
    color: #282828;
    margin-bottom: 40px;
    font-family: Releway, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18
}

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

@media (min-width:768px) {
    .advantages-title {
        margin-bottom: 90px
    }
}

@media (min-width:576px) {
    .advantages-list {
        flex-wrap: wrap;
        justify-content: center;
        display: flex
    }
}

@media (min-width:320px) and (max-width:991px) {
    .advantages-list {
        flex-wrap: wrap;
        margin: -15px;
        display: flex
    }
}

.advantages-item:not(:last-child) {
    margin-bottom: 35px
}

@media (min-width:320px) and (max-width:991px) {
    .advantages-item {
        width: calc(50% - 30px);
        margin: 15px
    }
}

@media (min-width:992px) {
    .advantages-item:not(:last-child) {
        margin-right: 30px
    }
}

@media (min-width:1230px) {
    .advantages-item:not(:last-child) {
        margin-right: 107px
    }
}

.advantages-text {
    text-align: center;
    color: #282828;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.17
}

@media (min-width:768px) {
    .advantages-text {
        margin-top: 25px;
        font-size: 18px
    }
}

.advantages-img {
    width: 100%;
    max-width: 210px;
    margin: 0 auto
}

.row {
    display: flex;
    position: relative
}

.row img {
    max-height: 100%
}

.row img:first-child {
    position: absolute;
    right: calc(100% + 15px)
}

.row img:not(:last-child) {
    margin-right: 30px
}

.form {
    width: 560px;
    outline: 3px solid #ffbe00;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 60px 0;
    display: flex
}

.form__title {
    color: #282828;
    margin-bottom: 44px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18
}

.form__body {
    max-width: 412px;
    display: grid
}

.form__row {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -6px -20px;
    display: flex
}

.form__col {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 6px
}

.form__btn {
    max-width: 170px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background-color: #ffbe00;
    border: none;
    border-radius: 5px;
    padding: 0 47px;
    font-family: Releway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    transition: all .3s
}

.form__btn:hover {
    background-color: #e6ab00
}

.form__input {
    max-width: 200px;
    height: 40px;
    width: 100%;
    color: #000;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    outline: 0;
    padding-left: 18px;
    font-family: Releway, sans-serif;
    font-size: 14px;
    line-height: 38px;
    transition: all .3s
}

.form__input:first-child {
    margin-right: 12px
}

.form__input::placeholder {
    color: #d1d1d1
}

.form__input:focus {
    border-color: #bebbbb;
    outline: none
}

@media (max-width:768px) {
    .row img {
        display: none
    }

    .form {
        width: 100%;
        padding: 40px 20px
    }

    .form__title {
        margin-bottom: 25px;
        font-size: 26px
    }

    .form__col {
        width: 100%
    }

    .form__input {
        max-width: 100%
    }

    .form__btn {
        max-width: 100%;
        width: 100%
    }
}

.adress-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex
}

@media (min-width:768px) {
    .adress-wrapper {
        flex-direction: row
    }
}

.adress-info {
    color: #fff;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex
}

@media (max-width:767px) {
    .adress-info {
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .adress-info {
        font-size: 18px
    }
}

.adress-icon {
    width: 20px;
    margin-right: 13px
}

@media (min-width:768px) and (max-width:991px) {
    .adress-icon {
        width: 20px
    }
}

@media (min-width:992px) {
    .adress-icon {
        width: 28px
    }
}

.map-wrapper {
    height: 550px;
    /*background-color: gray*/
}

.ordering-form {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    display: grid
}

.ordering-form__input {
    width: 100%;
    height: 40px;
    color: #000;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    outline: 0;
    padding: 0 20px;
    font-family: Releway, sans-serif;
    font-size: 14px;
    line-height: 1.2
}

.ordering-form__input::placeholder {
    color: #d1d1d1
}

.ordering-form__btn {
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background-color: #ffbe00;
    border: none;
    border-radius: 5px;
    padding: 0;
    font-family: Releway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    transition: all .3s
}

.ordering-form__btn:hover {
    background-color: #e6ab00
}

.footer {
    background: #282828
}

.footer__row {
    grid-template-columns: 1fr 1fr;
    padding-top: 45px;
    padding-bottom: 140px;
    display: grid
}

.footer__logo {
    margin-bottom: 50px;
    display: inline-block
}

.footer__logo img {
    width: 100%
}

.footer__nav {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    display: flex
}

.footer__nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    position: relative
}

.footer__nav a:after {
    content: "";
    width: 0%;
    border-bottom: 1px solid #fff;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer__nav a:hover {
    color: #fff
}

.footer__nav a:hover:after {
    width: 100%
}

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

.socials li:not(:last-child) {
    margin-right: 50px
}

.socials a {
    transition: all .3s;
    display: block
}

.socials a:hover {
    transform: translateY(-10px)
}

@media (max-width:992px) {
    .footer__row {
        grid-template-columns: 1fr;
        padding-bottom: 60px
    }

    .footer__logo {
        width: 200px;
        margin: 0 auto 40px;
        display: block
    }

    .socials {
        justify-content: center;
        margin-bottom: 40px
    }
}

@media (max-width:576px) {
    .footer__nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 0;
        margin-bottom: 40px
    }

    .footer__nav li {
        width: 50%
    }

    .footer__nav a {
        text-align: center
    }

    .ordering-form {
        grid-template-columns: 1fr
    }
}

.accardion {
    background: #eff1f2;
    border-radius: 10px
}

.accardion:not(:last-child) {
    margin-bottom: 30px
}

.accardion.active .accardion__header span:after {
    height: 0
}

.accardion.active .accardion__body {
    display: block
}

.accardion__header {
    color: #282828;
    cursor: pointer;
    padding: 20px 60px 20px 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    position: relative
}

.accardion__header span {
    width: 40px;
    height: 40px;
    transition: all .3s;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%)
}

.accardion__header span:before {
    content: "";
    width: 100%;
    border-bottom: 8px solid #ffbe00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.accardion__header span:after {
    content: "";
    height: 100%;
    border-left: 8px solid #ffbe00;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

.accardion__body {
    padding: 0 30px 50px;
    display: none
}

.accardion__link {
    display: contents;
  }

@media (max-width:768px) {
    .accardion:not(:last-child) {
        margin-bottom: 20 px
    }

    .accardion__header {
        padding: 20px 50px 20px 20px;
        font-size: 26px;
        line-height: 32px
    }

    .accardion__header span {
        width: 30px;
        height: 30px;
        right: 20px
    }

    .accardion__header span:before,
    .accardion__header span:after {
        border-width: 4px
    }

    .accardion__body {
        padding: 0 20px 20px
    }
}

@media (max-width:576px) {
    .accardion__header {
        font-size: 20px;
        line-height: 26px
    }

    .accardion__header span {
        width: 20px;
        height: 20px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
    transition-property: transform;
    display: flex;
    position: relative
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate(0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    transition-property: transform;
    position: relative
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(#0000, #00000080)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000)
}

.swiper-css-mode>.swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin:10px;
}
  
.phone_wrapper-info {
    color: #000000;
    display: flex;
    font-size: 18px;
}

.phone_wrapper-icon{
    width: 20px;
}  

/*# sourceMappingURL=index.2db8539a.css.map */