@font-face {
    font-family: 'Plus Jakarta Sans ExtraLight';
    src: url('../fonts/PlusJakartaSans-ExtraLight.eot');
    src: url('../fonts/PlusJakartaSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff'),
        url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans Light';
    src: url('../fonts/PlusJakartaSans-Light.eot');
    src: url('../fonts/PlusJakartaSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Light.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans Regular';
    src: url('../fonts/PlusJakartaSans-Regular.eot');
    src: url('../fonts/PlusJakartaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans Medium';
    src: url('../fonts/PlusJakartaSans-Medium.eot');
    src: url('../fonts/PlusJakartaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans SemiBold';
    src: url('../fonts/PlusJakartaSans-SemiBold.eot');
    src: url('../fonts/PlusJakartaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans Bold';
    src: url('../fonts/PlusJakartaSans-Bold.eot');
    src: url('../fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans ExtraBold';
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot');
    src: url('../fonts/PlusJakartaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #313A4A;
    --black-color: #000000;
    --white-color: #ffffff;
    --menu-color: #333333;
    --pink-color: #6C0EAC;
    --grey-color: #DFDFDF;
    --grey1-color: #EBF0ED;
    --grey2-color: #FAFAFA;
    --grey3-color: #EEEEEE;
    --grey4-color: #6D6D6D;
    --grey5-color: #F9F9F9;
    --green-color: #27AE60;
    --red-color: #E2362F;
    font-variant-ligatures: none;
}

body {
    color: var(--main-color);
    font-size: 0.78vw;
    line-height: 1.35vw;
    position: relative;
    width: 96.88vw;
    font-family: 'Plus Jakarta Sans Regular';
}

.responsive-menu {
    display: none;
}

.container {
    padding-top: 4.38vw;
}

header {
    height: 4.38vw;
    padding-left: 12.76vw;
    border-bottom: 0.05vw solid rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    position: fixed;
    background: var(--white-color);
    z-index: 200;
}

header .line {
    width: 40.7vw;
    height: 0.05vw;
    background: var(--white-color);
    position: absolute;
    left: 0;
    top: 4.38vw;
}

header ul {
    display: flex;
    align-items: center;
    padding-left: 2.81vw;
    gap: 5.1vw;
}

header ul a {
    color: var(--menu-color);
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 0.68vw;
    line-height: 1.02vw;
    letter-spacing: 0.24vw;
    text-transform: uppercase;
    text-decoration: none;
}

header ul a:hover, header ul li.active a {
    color: var(--green-color);
}

.area {
    display: flex;
    gap: 2.14vw;
    width: 31.46vw;
    justify-content: flex-end;
}

.area .area__col {
    position: relative;
}

.area__panel {
    display: none;
    position: absolute;
    top: 2.03vw;
    z-index: 100;
}

.area__block {
    margin-top: 0.31vw;
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey-color);
    background: var(--white-color);
    box-shadow: 0 0.21vw 0.21vw 0 rgba(0, 0, 0, 0.05);
    padding: 1.41vw 1.41vw 0.83vw 1.46vw;
    width: 10.9vw;
}

.area .area__col:hover .area__panel {
    display: block;
}

.area__login {
    display: flex;
    gap: 0.42vw;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.46vw;
}

.area__login2 {
    margin-bottom: 0.46vw;
}

.area__login a {
    color: var(--main-color);
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 0.73vw;
    line-height: 1.09vw;
    text-transform: uppercase;
    text-decoration: none;
}

.area__login svg path {
    fill: var(--main-color);
}

.area__register {
    color: var(--main-color);
    text-align: center;
    font-family: 'Plus Jakarta Sans SemiBold';
    font-size: 0.63vw;
    line-height: 0.94vw;
    text-transform: uppercase;
}

.area__register a {
    color: var(--green-color);
}

.ico_apply {
    fill: none;
    width: 1.04vw;
    height: 1.09vw;
}

.ico_apply path {
    fill: var(--white-color);
}

.ico_user {
    fill: none;
    width: 1.04vw;
    height: 1.04vw;
}

.ico_user path {
    fill: var(--white-color);
}

.description {
    text-align: justify;
}

.description a {
    color: var(--green-color);
}

.description ol {
    margin: 0;
    padding: 0;
    margin-left: 1.04vw;
}

.description ul {
    margin-bottom: 1.04vw;
    margin-left: 1.04vw;
    list-style: disc;
}

.description p {
    margin-bottom: 1.25vw;
}

.description ol li {
    margin-bottom: 0.73vw;
}

.description li p {
    margin-bottom: 0;
}

.description p:last-child {
    margin-bottom: 0;
}

.description h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 1.15vw;
    line-height: 1.41vw;
    font-family: 'Plus Jakarta Sans ExtraBold';
    margin-bottom: 1.15vw;
    padding-top: 0.52vw;
}

b, strong {
    font-family: 'Plus Jakarta Sans Bold';
}

hr {
    display: block;
    height: 0.05vw;
    border: 0;
    border-top: 0.05vw solid rgba(0, 0, 0, 0.14);
    margin: 0;
    padding: 0;
    margin-bottom: 2.34vw;
}

button,
.button {
    border-radius: 0.26vw;
    background-color: var(--pink-color);
    border: 0.11vw solid var(--pink-color);
    color: var(--white-color) !important;
    font-size: 0.73vw;
    line-height: 1.09vw;
    font-family: 'Plus Jakarta Sans Bold';
    text-transform: uppercase;
    padding-left: 1.35vw;
    padding-right: 1.35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
    cursor: pointer;
}

button {
    height: 2.03vw;
}

.button {
    text-decoration: none;
    padding-top: 0.36vw;
    padding-bottom: 0.36vw;
}

.button:hover {
    background-color: var(--white-color);
    color: var(--main-color) !important;
    border: 0.11vw solid var(--main-color);
}

.button:hover svg path {
    fill: var(--main-color);
}

.button2 {
    background-color: var(--main-color);
    border: 0.11vw solid var(--main-color);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    background: var(--white-color);
    box-shadow: 0 0.21vw 0.21vw 0 rgba(0, 0, 0, 0.05);
    padding-left: 0.89vw;
    padding-right: 0.89vw;
    height: 2.29vw;
    width: calc(100% - 1.88vw);
    color: rgba(0, 0, 0, 0.80);
    text-align: right;
    font-family: 'Plus Jakarta Sans SemiBold';
    font-size: 0.78vw;
    line-height: 1.17vw;
    letter-spacing: 0.02vw;
    transition: background-color 5000s ease-in-out 0s;
}

input:focus {
    background-color: var(--white-color);
    outline: none;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.logo {
    width: 9.9vw;
    height: 9.17vw;
    fill: none;
    position: absolute;
    left: 1.98vw;
    top: 0.94vw;
    z-index: 10;
}

section.page {
    display: flex;
    gap: 2.97vw;
    position: relative;
}

section.page .page__image {
    width: 40.73vw;
}

section.page .page__desktop {
    display: block;
}

section.page .page__mobile {
    display: none;
}

section.page .page__image img {
    width: 100%;
    height: auto;
    position: sticky;
    top: 4.38vw;
    display: block;
}

section.page .page__rest {
    padding-top: 3.02vw;
    width: 53.13vw;

}

section.page .page__full {
    width: 72.92vw;
    margin: 0 auto;
}

section.page .page__content {
    min-height: 35.73vw;
}

section.page h1 {
    color: var(--pink-color);
    font-family: 'Plus Jakarta Sans ExtraBold';
    font-size: 1.56vw;
    line-height: normal;
    margin-bottom: 0.26vw;
}

section.page h2 {
    color: var(--main-color);
    font-family: 'Plus Jakarta Sans Regular';
    font-size: 1.09vw;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 1.67vw;
}

section.page .page__alpha {
    position: fixed;
    top: 4.43vw;
    left: 0;
    z-index: 10;
}

section.page .page__alpha img {
    width: 40.73vw;
    height: auto;
    display: block;
}

footer {
    text-align: right;
    color: rgba(157, 157, 157, 0.80);
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 0.57vw;
    line-height: 0.86vw;
    text-transform: uppercase;
    margin-top: 2.08vw;
    margin-bottom: 1.04vw;
}

footer a {
    color: rgba(0, 0, 0, 0.80);
    text-decoration: none;
}

form .form_area {
    display: flex;
    gap: 2.86vw;
}

form .form_block1 {
    width: 28.23vw;
    padding-left: 2.08vw;
}

form .form_block2 {
    width: 19.95vw;
}

.order .panel__box {
    border-radius: 0.31vw;
    border: 0.05vw solid var(--grey1-color);
    background: var(--white-color);
    padding: 0.83vw;
    padding-bottom: 0;
}

.order .neworder__dndpanel {
    border-radius: 0.36vw;
    border: 0.05vw solid var(--grey1-color);
    background: var(--grey2-color);
    height: 12.03vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order .neworder .input {
    margin-bottom: 0;
}

.gallery .gallery-drop {
    cursor: pointer;
}

.gallery .gallery-drop img {
    width: 13.8vw;
    height: auto;
}

.gallery .input {
    display: none;
}

.gallery .gallery-error {
    color: var(--red-color);
    font-size: 0.63vw;
}

.gallery .gallery-item {
    margin-top: 0.73vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.83vw;
    row-gap: 0%;
}

.gallery .gallery-item div {
    position: relative;
}

.gallery .gllery-remove {
    position: absolute;
    right: -0.36vw;
    top: -0.47vw;
    font-size: 0.94vw;
    cursor: pointer;
}

.gallery .gallery-item img {
    width: 100%;
    margin-bottom: 0.83vw;
    display: block;
    border-radius: 0.36vw;
}

.gallery .gallery-loading {
    display: none;
}

.gallery .gallery-loading img {
    width: 2.6vw;
}

form .form_row {
    display: flex;
    gap: 1.04vw;
}

form .form_row .form_col {
    width: 100%;
    position: relative;
}

form .form_row .form_col .ico_apply2 {
    width: 1.15vw;
    height: 1.09vw;
    fill: none;
    position: absolute;
    top: 0;
    left: -1.98vw;
}

form label {
    display: block;
    margin-bottom: 0.47vw;
    color: var(--grey4-color);
    font-family: 'Plus Jakarta Sans Medium';
    font-size: 0.78vw;
    line-height: 1.17vw;
}

form .input {
    margin-bottom: 0.63vw;
}

form .error-message {
    color: var(--red-color);
    padding-top: 0.16vw;
    font-size: 0.68vw;
}

.select .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.26vw;
    border: 0.05vw solid var(--grey3-color);
    background: var(--white-color);
    box-shadow: 0 0.21vw 0.21vw 0 rgba(0, 0, 0, 0.05);
    height: 2.4vw;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.80);
    text-align: right;
    font-family: 'Plus Jakarta Sans SemiBold';
    font-size: 0.78vw;
    line-height: 1.17vw;
    letter-spacing: 0.02vw;
    padding-top: 0.57vw;
    padding-right: 3.02vw;
    padding-left: 0.89vw;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.67vw;
    position: absolute;
    top: 0.36vw;
    right: 0.21vw;
    width: 2.03vw;
    border-left: 0.05vw solid var(--grey-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0.31vw 0.26vw 0 0.26vw;
    margin-left: -0.21vw;
    margin-top: -0.1vw;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 0.26vw 0.31vw 0.26vw;
}

.order .form_button {
    padding-top: 0.89vw;
}

.order .neworder__info {
    font-size: 0.73vw;
    padding-top: 0.52vw;
}

#location_search_results,
#recipient_search_results {
    position: absolute;
    width: 18.75vw;
    background: var(--white-color);
    left: 0;
    top: 4.53vw;
    box-shadow: 0 0.26vw 1.56vw 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

#location_search_results ul li,
#recipient_search_results ul li,
#location_search_results p,
#recipient_search_results p {
    border-bottom: 0.05vw solid var(--grey1-color);
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    padding-top: 0.42vw;
    padding-bottom: 0.42vw;
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
}

#location_search_results p,
#recipient_search_results p {
    cursor: initial;
    background-color: var(--white-color);
    color: var(--red-color);
}

#location_search_results ul {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

#gallery-field {
    display: none;
}

.flash {
    display: flex;
    gap: 0.47vw;
    align-items: center;
    margin-bottom: 1.04vw;
}

.tox .tox-tbtn--bespoke {
    color: black !important;
}

.flash__ico {
    width: 1.15vw;
    height: 1.15vw;
    border-radius: 0.52vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash__alert {
    height: 1.82vw;
    border-radius: 0.52vw;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    color: var(--red-color);
    font-family: 'Plus Jakarta Sans SemiBold';
    font-size: 0.63vw;
    line-height: 0.83vw;
    text-transform: uppercase;
    padding-top: 0.05vw;
}

.flash--error svg path {
    fill: var(--red-color);
}

section.thanks h1 {
    color: var(--main-color);
    font-family: 'Plus Jakarta Sans ExtraBold';
    font-size: 2.6vw;
    line-height: 3.91vw;
    margin-bottom: 1.3vw;
}

section.thanks h2 {
    color: var(--green-color);
    font-family: 'Plus Jakarta Sans ExtraBold';
    font-size: 1.56vw;
    line-height: 2.34vw;
    display: flex;
    gap: 0.68vw;
    margin-bottom: 1.3vw;
    align-items: center;
}

section.thanks h2 svg {
    fill: none;
    width: 2.08vw;
    height: 2.14vw;
}

section.thanks .page__content {
    font-size: 0.94vw;
}

section.thanks h3 {
    color: var(--pink-color);
    padding-top: 0;
    font-size: 1.25vw;
    margin-bottom: 1.61vw;
}

section.thanks .thanks__info {
    display: flex;
    gap: 0.63vw;
}

section.thanks .thanks__info svg {
    fill: none;
    width: 1.04vw;
    height: 1.04vw;
}

section.thanks .thanks__info i {
    color: var(--grey4-color);
    font-family: 'Plus Jakarta Sans SemiBold';
    font-size: 0.73vw;
    font-style: italic;
    line-height: 1.04vw;
    margin-bottom: 3.59vw;
}

.tiles {
    display: flex;
    gap: 1.46vw;
}

.tiles .tiles__circle {
    width: 5.52vw;
    height: 5.52vw;
    border-radius: 3.93vw;
    border: 0.26vw solid rgba(108, 14, 172, 0.14);
    background: var(--white-color);
    margin: 0 auto;
    margin-bottom: 0.73vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiles .tiles__tile svg path {
    fill: var(--pink-color);
}

.tiles .tiles__tile:nth-child(1) {
    width: 6.82vw;
    text-align: center;
}

.tiles .tiles__tile:nth-child(1) svg {
    width: 2.97vw;
    height: 2.97vw;
}

.tiles .tiles__tile:nth-child(2) {
    width: 8.54vw;
    text-align: center;
}

.tiles .tiles__tile:nth-child(2) svg {
    width: 2.92vw;
    height: 2.92vw;
}

.tiles .tiles__tile:nth-child(3) {
    width: 7.08vw;
    text-align: center;
}

.tiles .tiles__tile:nth-child(3) svg {
    width: 2.5vw;
    height: 2.55vw;
}

.tiles .tiles__tile:nth-child(4) {
    width: 7.45vw;
    text-align: center;
}

.tiles .tiles__tile:nth-child(4) svg {
    width: 2.6vw;
    height: 2.6vw;
    margin-left: 0.63vw;
}

.tiles .tiles__tile:nth-child(5) {
    width: 7.45vw;
    text-align: center;
}

.tiles .tiles__tile:nth-child(5) svg {
    width: 2.45vw;
    height: 2.45vw;
}

.tiles .tiles__text {
    color: var(--main-color);
    font-family: 'Plus Jakarta Sans Regular';
    font-size: 0.78vw;
    line-height: 1.2vw;
}

.tiles .tiles__text strong {
    font-family: 'Plus Jakarta Sans Bold';
}

section.thanks .thanks__button {
    margin-top: 2.6vw;
    width: 9.74vw;
}

section.thanks .thanks__button2 {
    margin-top: 0.52vw;
}

section.thanks .form_regarea {
    width: 20.83vw;
    padding-top: 1.56vw;
}

section.about .about__row {
    display: flex;
}

section.about .about__left {
    width: 39.48vw;
}

section.about .about__right {
    padding-left: 4.58vw;
}

.tiles2 {
    margin-top: -3.65vw;
    position: relative;
}

.tiles2 .tiles2__tile {
    width: 7.4vw;
    text-align: center;
    margin-bottom: 0.73vw;
}

.tiles2 .tiles2__circle {
    border-radius: 3.93vw;
    background: var(--pink-color);
    width: 5.78vw;
    height: 5.78vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 0.94vw;
}

.tiles2 svg {
    fill: none;
}

.tiles2 svg path {
    fill: var(--white-color);
}

.tiles2 .tiles2__tile:nth-child(1) svg {
    width: 3.02vw;
    height: 3.02vw;
}

.tiles2 .tiles2__tile:nth-child(2) svg {
    width: 2.86vw;
    height: 2.55vw;
}

.tiles2 .tiles2__tile:nth-child(3) svg {
    width: 2.66vw;
    height: 2.86vw;
}

.tiles2 .tiles2__tile:nth-child(4) svg {
    width: 2.66vw;
    height: 2.81vw;
}

.tiles2 .tiles2__name {
    color: var(--main-color);
    font-family: 'Plus Jakarta Sans Regular';
    font-size: 0.78vw;
    line-height: 1.2vw;
}

.tiles2 .tiles2__name strong {
    font-family: 'Plus Jakarta Sans SemiBold';
}

section.about .about__button {
    width: 13.54vw;
    padding-top: 0.78vw;
}

section.contact .contact__row {
    display: flex;
}

section.contact .contact__left {
    width: 28.23vw;
}

section.contact .contact__right {
    width: 24.9vw;
}

form .checkbox {
    padding-top: 0.52vw;
}

form .checkbox label {
    display: flex;
    gap: 0.52vw;
}

section.contact .form_button {
    padding-top: 1.04vw;
}

section.contact .contact__right img {
    display: inline-block;
    width: auto;
    height: auto;
}

.panel {
    position: absolute;
    top: 1.3vw;
    right: 0;
    border-radius: 0.47vw;
    border: 0.05vw solid rgba(108, 14, 172, 0.14);
    background: var(--white-color);
    box-shadow: 0 0.21vw 0.21vw 0 rgba(0, 0, 0, 0.05);
    width: 24.27vw;
    padding-left: 1.46vw;
    height: 6.3vw;
}

.panel svg {
    width: 1.3vw;
    height: 1.3vw;
    fill: none;
    position: absolute;
    top: 0.47vw;
    right: 0.52vw;
}

.panel svg path {
    fill: var(--pink-color);
}

.panel .panel__title {
    padding-top: 0.83vw;
    color: var(--pink-color);
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 1.04vw;
    line-height: 1.3vw;
}

.panel .panel__content {
    padding-top: 0.63vw;
    color: var(--main-color);
    font-size: 0.78vw;
    line-height: 1.3vw;
}

.panel .panel__content a {
    color: var(--green-color);
}

.tiles3 {
    margin-top: 2.86vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.56vw;
    row-gap: 0%;
}

.tiles3 .tiles3__tile {
    width: 24.06vw;
    display: flex;
    gap: 1.51vw;
    align-items: center;
    margin-bottom: 1.82vw;
}

.tiles3 .tiles3__circle {
    width: 8.18vw;
    height: 8.18vw;
    border-radius: 5.78vw;
    border: 0.36vw solid rgba(108, 14, 172, 0.14);
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiles3 .tiles3__content {
    color: var(--main-color);
}

.tiles3 .tiles3__content h2 {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 1.04vw;
    line-height: 1.3vw;
    margin-bottom: 0.68vw;
    text-align: left;
}

.tiles3 .tiles3__content p {
    font-size: 0.78vw;
    line-height: 1.3vw;
}

.tiles3 .tiles3__tile svg {
    fill: none;
}

.tiles3 .tiles3__tile svg path {
    fill: var(--pink-color);
}

.tiles3 .tiles3__tile:nth-child(1) svg {
    width: 3.13vw;
    height: 4.38vw;
}

.tiles3 .tiles3__tile:nth-child(2) svg {
    width: 3.85vw;
    height: 3.85vw;
}

.tiles3 .tiles3__tile:nth-child(3) svg {
    width: 3.7vw;
    height: 3.39vw;
}

.tiles3 .tiles3__tile:nth-child(4) svg {
    width: 3.54vw;
    height: 3.65vw;
}

.clientinfo {
    display: flex;
    gap: 1.41vw;
    align-items: center;
    margin-bottom: 2.34vw;
}

.clientinfo .clientinfo__circle {
    border-radius: 5.78vw;
    background: rgba(108, 14, 172, 0.14);
    width: 8.54vw;
    height: 8.54vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientinfo .clientinfo__circle svg {
    fill: none;
    width: 3.96vw;
    height: 3.23vw;
}

.clientinfo .clientinfo__circle svg path {
    fill: var(--pink-color);
}

.clientinfo .clientinfo__content {
    width: 24.38vw;
}

.clientinfo .clientinfo__content h2 {
    color: var(--pink-color);
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 1.04vw;
    line-height: 1.3vw;
    margin-bottom: 0.89vw;
}

.clientinfo .clientinfo__content p {
    font-size: 0.78vw;
    line-height: 1.3vw;
}

.clientinfo .clientinfo__button {
    padding-left: 5.78vw;
}

.hiw .hiw__summary {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 0.83vw;
    line-height: 1.3vw;
    padding-left: 1.98vw;
}

.hiw .hiw__button {
    width: 13.33vw;
    margin-top: 1.15vw;
    margin-left: 1.98vw;
}

.faq {
    border-radius: 0.36vw;
    background: var(--grey5-color);
    padding-left: 1.77vw;
    padding-right: 1.77vw;
    margin-bottom: 2.4vw;
    padding-bottom: 0.05vw;
}

.faq .faq__content {
    display: none;
    background-color: var(--white-color);
    padding: 0.78vw;
}

.faq .faq__title {
    padding-top: 0.94vw;
    padding-bottom: 0.94vw;
    border-bottom: 0.05vw solid rgba(0, 0, 0, 0.10);
    cursor: pointer;
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 0.83vw;
    line-height: 1.3vw;
    position: relative;
}

.faq .faq__title i {
    position: absolute;
    right: 0;
    top: 1.15vw;
}

.slick-slider .slick-list {
    position: sticky;
    top: 4.38vw;
}

.slick-slider .slick-arrow {
    position: fixed;
    display: flex;
    width: 2.08vw;
    height: 2.03vw;
    justify-content: center;
    align-items: center;
    bottom: 3.23vw;
    border-radius: 0.26vw;
    font-size: 0;
    padding: 0;
    z-index: 100;
}

.slick-slider .slick-prev {
    left: 33.44vw;
}

.slick-slider .slick-prev::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.938vw;
}

.slick-slider .slick-next {
    left: 36.56vw;
}

.slick-slider .slick-next::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.938vw;
}

.button_panel a {
    color: var(--white-color);
    text-decoration: none;
}

.button_panel:hover a {
    color: var(--main-color);
}

.adv {
    text-align: center;
}

.adv img {
    display: inline-block;
}

.adv .adv__desktop {
    display: block;
}

.adv .adv__mobile {
    display: none;
}

.adv-pages-home {
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
}

.adv-pages-home img {
    width: 15.63vw;
    height: auto;
}

.adv-pages-about-us {
    padding-top: 1.04vw;
}

.adv-pages-about-us img {
    width: 50.52vw;
    height: auto;
}

.adv-pages-how-it-works {
    padding-bottom: 1.04vw;
}

.adv-pages-how-it-works img {
    width: 50.52vw;
    height: auto;
}

.adv-pages-contact {
    padding-top: 2.08vw;
}

.adv-pages-contact img {
    width: 15.63vw !important;
    height: auto;
}

.adv-pages-thanks {
    padding-top: 2.08vw;
}

.adv-pages-thanks img {
    width: 50.52vw;
    height: auto;
}

@media (max-width: 991px) {

    nav.menu {
        display: none;
    }

    .logo {
        width: 88px;
        height: auto;
        fill: none;
        position: absolute;
        top: 11px;
        left: 50%;
        transform: translate(-50%, 0);

        z-index: 10;
    }

    header {
        width: 100%;
        height: 104px;
        padding-left: 0;
        border-bottom: 0;
        display: flex;
        align-items: center;
        position: fixed;
        background: var(--white-color);
        z-index: 200;
        border-bottom: 1px solid var(--grey1-color);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    header .area {
        display: none;
    }

    .container {
        padding-top: 104px;
    }

    section.page {
        gap: 0;
        flex-wrap: wrap;
    }

    section.page .page__image {
        width: 100%;
    }

    section.page .page__image img {
        width: 100%;
        height: 270px;
        position: relative;
        top: auto;
        display: block;
        object-fit: cover;
    }

    section.page .page__rest {
        padding-top: 20px;
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }

    body {
        font-size: 15px;
        line-height: 23px;
        width: 100%;
    }

    section.page h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .description h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
        padding-top: 0;
    }

    section.page h2 {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 20px;
    }

    section.page .page__content {
        min-height: auto;
        text-align: left;
    }

    .description p {
        margin-bottom: 20px;
    }

    .description ul {
        margin-bottom: 18px;
        margin-left: 16px;
        list-style: disc;
    }

    .description ol {
        margin: 0;
        padding: 0;
        margin-left: 20px;
    }

    form .form_area {
        gap: 0;
        flex-wrap: wrap;
    }

    form .form_block1 {
        width: 100%;
        padding-left: 0;
    }

    form label {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }

    form .input {
        margin-bottom: 25px;
    }

    input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
        border-radius: 5px;
        border: 1px solid var(--grey3-color);
        background: var(--white-color);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
        padding-left: 15px;
        padding-right: 15px;
        height: 36px;
        width: calc(100% - 32px);
        color: rgba(0, 0, 0, 0.80);
        font-size: 15px;
        line-height: normal;
        letter-spacing: 0;
        text-align: left;
    }

    .select2-container--default .select2-selection--single {
        border-radius: 5px;
        border: 1px solid var(--grey3-color);
        background: var(--white-color);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
        height: 38px;
    }

    form .form_row {
        gap: 0;
        flex-wrap: wrap;
    }

    form .form_row .form_col .ico_apply2 {
        display: none;
    }

    #location_search_results, #recipient_search_results {
        position: absolute;
        width: 100%;
        background: var(--white-color);
        left: 0;
        top: 16.53vw;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
        z-index: 10;
    }

    #location_search_results ul li, #recipient_search_results ul li, #location_search_results p, #recipient_search_results p {
        border-bottom: 0.05vw solid var(--grey1-color);
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        padding-bottom: 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 35px;
        border-left: 1px solid var(--grey-color);
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0;
        padding-top: 6px;
        padding-right: 15px;
        padding-left: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 7px 6px 0 6px;
        margin-left: -5px;
        margin-top: -3px;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 6px 7px 6px;
    }

    form .form_block2 {
        width: 100%;
    }

    .order .panel__box {
        border-radius: 5px;
        border: 1px solid var(--grey1-color);
        background: var(--white-color);
        padding: 7px;
        padding-bottom: 0;
    }

    .order .neworder__dndpanel {
        border-radius: 5px;
        border: 1px solid var(--grey1-color);
        height: 100px;
    }

    .gallery .gallery-drop img {
        width: 160px;
        height: 92px;
        object-fit: cover;
    }

    .order .neworder__info {
        font-size: 15px;
        padding-top: 5px;
    }

    button, .button {
        border-radius: 4px;
        border: 1px solid var(--pink-color);
        color: var(--white-color) !important;
        font-size: 15px;
        line-height: 23px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 10px;
    }

    button {
        height: 41px;
    }

    .button {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .order .form_button {
        padding-top: 20px;
    }

    footer {
        text-align: center;
        font-size: 10px;
        line-height: 23px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .ico_apply {
        fill: none;
        width: 20px;
        height: auto;
    }

    .form_button .button {
        margin: 0 auto;
    }

    .flash__alert {
        height: 47px;
        border-radius: 10px;
        padding-left: 0;
        padding-right: 0;
        color: var(--red-color);
        font-size: 12px;
        line-height: 20px;
        padding-top: 0px;
        text-align: left;
    }

    .flash {
        gap: 15px;
        align-items: center;
        margin-bottom: 20px;
    }

    .flash__ico {
        width: 20px;
        height: 20px;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    form .error-message {
        padding-top: 4px;
        font-size: 14px;
    }

    .gallery .gallery-item {
        margin-top: 7px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 5px;
        row-gap: 0%;
    }

    .gallery .gallery-item img {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        border-radius: 5px;
    }

    .gallery .gallery-loading img {
        width: 50px;
    }

    .gallery .gllery-remove {
        position: absolute;
        right: -8px;
        top: -10px;
        font-size: 22px;
        cursor: pointer;
    }


    .hamburger-area {
        position: fixed;
        right: 16px;
        top: 28px;
        border: 1px solid var(--pink-color);
        padding: 7px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer;
        z-index: 10000;
        display: block;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 4px;
        background-color: var(--pink-color);
        margin: 6px 0;
        transition: 0.4s;
    }

    .change {
        padding-top: 5px;
        padding-bottom: 3px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-7px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }


    .responsive-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 250px;
        z-index: 999999;
        margin: 0;
        padding: 0;
        background-color: var(--white-color);
        text-align: left;
        overflow: auto;
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 40%);
        opacity: 1;
        transition: 0.3s;
        padding-left: 15px;
        padding-right: 15px;
        font-family: 'Plus Jakarta Sans Medium';
        font-size: 16px;
    }

    .responsive-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

    .responsive-menu ul li {
        position: relative;
    }

    .responsive-menu ul li a {
        color: var(--main-color);
        text-decoration: none;
        display: block;
        border-bottom: 1px solid var(--grey3-color);
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }

    .responsive-menu .logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: inline-block;
    }

    .logo_link {
        text-align: center;
        width: 100%;
        display: block;
        padding-top: 15px;
        padding-bottom: 16px;
    }

    .responsive-menu .button {
        font-size: 13px;
    }

    .area {
        gap: 0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .area .button {
        width: 204px;
    }

    .area .area__col {
        position: relative;
        margin-bottom: 10px;
    }

    .area__panel {
        position: relative;
        top: 0;
        z-index: 100;
    }

    .area__block {
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid var(--grey-color);
        background: var(--white-color);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
        padding: 10px 10px 10px 10px;
        width: calc(100% - 22px);
    }

    .area__login {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .area__login2 {
        margin-bottom: 10px;
    }

    .ico_user {
        fill: none;
        width: 20px;
        height: auto;
    }

    .area__login a {
        font-size: 14px;
        line-height: 23px;
    }

    .area__register {
        font-size: 12px;
        line-height: 23px;
    }

    .tiles3 {
        margin-top: 20px;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        row-gap: 0%;
    }

    .tiles3 .tiles3__content h2 {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 12px;
        color: var(--pink-color);
    }

    .tiles3 .tiles3__content p {
        font-size: 15px;
        line-height: 23px;
    }

    .tiles3 .tiles3__tile {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
    }

    .tiles3 .tiles3__circle {
        width: 76px;
        height: 76px;
        border-radius: 50px;
        border: 1px solid rgba(108, 14, 172, 0.14);
    }

    .tiles3 .tiles3__content {
        color: var(--main-color);
        width: calc(100% - 107px);
        text-align: left;
    }

    .tiles3 .tiles3__content br {
        display: none;
    }

    .tiles3 .tiles3__tile:nth-child(1) svg {
        width: 30px;
        height: auto;
    }

    .tiles3 .tiles3__tile:nth-child(2) svg {
        width: 44px;
        height: auto;
    }

    .tiles3 .tiles3__tile:nth-child(3) svg {
        width: 41px;
        height: auto;
    }

    .tiles3 .tiles3__tile:nth-child(4) svg {
        width: 38px;
        height: auto;
    }

    .clientinfo {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
        margin-bottom: 20px;
    }

    .clientinfo .clientinfo__circle {
        border-radius: 50px;
        width: 76px;
        height: 76px;
    }

    .clientinfo .clientinfo__content {
        width: calc(100% - 90px);
    }

    .clientinfo .clientinfo__circle svg {
        fill: none;
        width: 38px;
        height: auto;
    }

    .clientinfo .clientinfo__content h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .clientinfo .clientinfo__content p {
        font-size: 15px;
        line-height: 21px;
        text-align: left;
        margin-bottom: 12px;
    }

    .clientinfo .clientinfo__button {
        padding-left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .faq {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 26px;
        padding-bottom: 18px;
    }

    .faq .faq__title {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        font-size: 14px;
        line-height: 23px;
        padding-right: 23px;
        text-align: left;
    }

    .faq .faq__title i {
        top: 14px;
    }

    .faq .faq__content {
        background-color: var(--white-color);
        padding: 20px;
        text-align: left;
    }

    .hiw .hiw__summary {
        font-size: 15px;
        line-height: 23px;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .hiw .hiw__button {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    section.about .about__row {
        flex-wrap: wrap;
    }

    section.about .about__left {
        width: 100%;
        text-align: left;
    }

    section.about .about__right {
        padding-left: 0;
        width: 100%;
    }

    .tiles2 {
        margin-top: 0;
        position: relative;
    }

    .tiles2 .tiles2__circle {
        border-radius: 68px;
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .tiles2 .tiles2__tile:nth-child(1) svg {
        width: 58px;
        height: auto;
    }

    .tiles2 .tiles2__tile:nth-child(2) svg {
        width: 55px;
        height: auto;
    }

    .tiles2 .tiles2__tile:nth-child(3) svg {
        width: 52px;
        height: auto;
    }

    .tiles2 .tiles2__tile:nth-child(4) svg {
        width: 51px;
        height: auto;
    }

    .tiles2 .tiles2__name {
        font-size: 15px;
        line-height: 23px;
    }

    .tiles2 .tiles2__tile {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    section.about .about__button {
        width: 100%;
        padding-top: 10px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }

    section.contact .contact__row {
        flex-wrap: wrap;
    }

    section.contact .contact__left {
        width: 100%;
    }

    section.contact .contact__right {
        display: block;
        width: 100%;
    }

    form .checkbox label {
        display: inline-block;
    }

    form .checkbox input {
        float: left;
        margin-right: 10px;
    }

    .slick-slider .slick-arrow {
        display: none !important;
    }

    section.page .page__alpha {
        display: none;
    }

    section.thanks .page__content {
        font-size: 15px;
    }

    section.thanks h2 {
        gap: 12px;
        margin-top: 16px;
    }

    section.thanks h2 svg {
        width: 18px;
        height: auto;
    }

    section.thanks h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    section.thanks .thanks__info {
        gap: 0;
    }

    section.thanks .thanks__info svg {
        display: none;
    }

    section.thanks .thanks__info i {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    section.thanks .form_regarea {
        width: 100%;
        padding-top: 20px;
    }

    section.thanks .thanks__button {
        margin-top: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    section.thanks .thanks__button2 {
        margin-top: 10px;
    }

    .tiles {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tiles .tiles__text {
        font-size: 13px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tiles .tiles__tile {
        width: 160px !important;
        margin-bottom: 20px;
    }

    .tiles .tiles__circle {
        width: 100px;
        height: 100px;
        border-radius: 58px;
        margin-bottom: 16px;
    }

    .tiles .tiles__tile svg {
        height: auto !important;
    }

    .tiles .tiles__tile:nth-child(1) svg {
        width: 47.024px
    }

    .tiles .tiles__tile:nth-child(2) svg {
        width: 46.064px
    }

    .tiles .tiles__tile:nth-child(3) svg {
        width: 38px;
    }

    .tiles .tiles__tile:nth-child(4) svg {
        width: 39.92px;
        margin-left: 10px;
    }

    .tiles .tiles__tile:nth-child(5) svg {
        width: 37.04px;
    }

    .adv .adv__mobile {
        display: block;
    }

    .adv .adv__desktop {
        display: none;
    }

    .adv-pages-home {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .adv-pages-home img {
        width: 300px;
        height: auto;
    }

    .adv-pages-about-us {
        padding-top: 20px
    }

    .adv-pages-about-us img {
        width: 300px;
        height: auto;
    }

    .adv-pages-how-it-works {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .adv-pages-how-it-works img {
        width: 300px;
        height: auto;
    }

    .adv-pages-contact {
        padding-top: 30px;
    }

    .adv-pages-contact img {
        width: 300px !important;
        height: auto;
    }

    .adv-pages-thanks {
        padding-top: 10px;
    }

    .adv-pages-thanks img {
        width: 300px;
        height: auto;
    }
}