body {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
}

.card-header span,
.card .card--elite,
.card .card--vip,
.card .card--premium,
.card .card--top {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-weight: 600;
}

.navbar-brand span,
.title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: 700;
}

:root {
    --light-gray-color: #f6f6f6;
    --pink-color: #e41660;
    --pink-active-color: #961141;
    --dark-dark-color: #1e1e1e;
    --grey-color: #e9e9e9;
    --dark-grey-color: #a7a7a7;
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-weight: 500;
    font-style: normal;
    src: local('Montserrat-Medium'),
    url("../fonts/Montserrat-Medium.a98626e1aef6.ttf") format('ttf'),
    url("../fonts/Montserrat-Medium.7a67f4028a75.woff") format('woff'),
    url("../fonts/Montserrat-Medium.a57426fb25a7.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
    font-style: normal;
    src: local('Montserrat-SemiBold'),
    url("../fonts/Montserrat-SemiBold.c88cecbffad6.ttf") format('ttf'),
    url("../fonts/Montserrat-SemiBold.3700405bda7c.woff") format('woff'),
    url("../fonts/Montserrat-SemiBold.6f1b84926f38.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    font-weight: 700;
    font-style: normal;
    src: local('Montserrat-Bold'),
    url("../fonts/Montserrat-Bold.88932dadc42e.ttf") format('ttf'),
    url("../fonts/Montserrat-Bold.ac3d74945feb.woff") format('woff'),
    url("../fonts/Montserrat-Bold.c657aac18126.woff2") format('woff2');
    font-display: swap;
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
    scroll-padding-top: 7rem;
}

body {
    color: var(--dark-dark-color);
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 1;
    padding-top: 6rem;
}

.title {
    font-size: 2.5rem;
    line-height: 3.25rem;
}

.title-bold {
    font-family: 'Montserrat-Bold', sans-serif;
}

.bg-pink {
    background-color: var(--pink-color);
}

.bg-pink-active {
    background-color: var(--pink-color);
    transition: 0.2s;
}

.bg-pink-active:hover {
    background-color: var(--pink-active-color);
}

.bg-white {
    background-color: var(--light-gray-color) !important;
}

.bg-black {
    background-color: var(--dark-dark-color) !important;
}

.bg-grey {
    background-color: var(--grey-color) !important;
}

.bg-grey-active {
    background-color: var(--grey-color) !important;
    transition: 0.2s;
}

.bg-grey-active:hover {
    background-color: var(--dark-grey-color) !important;
}

.text-white {
    color: var(--light-gray-color) !important;
}

.text-white-pink {
    color: var(--light-gray-color);
    transition: 0.2s;
}

.text-white-pink:hover {
    color: var(--pink-color);
}

.text-black-pink {
    color: var(--dark-dark-color) !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.text-city-mobile {
    color: var(--pink-color) !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    width: 135px;
}

.text-city-mobile:hover {
    color: var(--pink-active-color) !important;
}

.text-blog-mobile {
    display: none;
}

.text-black-pink:hover {
    color: var(--pink-color) !important;
}

.text-pink {
    color: var(--pink-color) !important;
}

.text-pink-active,
a[href^='tel'] {
    color: var(--pink-color) !important;
    transition: 0.2s;
}

.text-pink-active:hover,
a[href^='tel']:hover {
    color: var(--pink-active-color) !important;
}

.text-black {
    color: var(--dark-dark-color) !important;
}

.text-dark-grey {
    color: var(--dark-grey-color) !important;
}

.mb-2-5 {
    margin-bottom: 0.75rem;
}

.me-2-5 {
    margin-right: 0.75rem;
}

.ms-2-5 {
    margin-left: 0.75rem;
}

.mb-4-5 {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 4.5rem;
}

.mb-9 {
    margin-bottom: 9rem;
}

.mt-6 {
    margin-top: 4.5rem;
}

.mt-9 {
    margin-top: 9rem;
}

.mt-a {
    margin-top: auto !important;
}

.mb-a {
    margin-bottom: auto !important;
}

.rounded-3-5 {
    border-radius: 0.875rem !important;
}

.rounded-3-8 {
    border-radius: 1rem !important;
}

.rounded-4-5 {
    border-radius: 1.25rem !important;
}

.mw-410 {
    max-width: 26.125rem;
    width: 100%;
}

.col-md-4-5 {
    max-width: 26.125rem;
    width: 100%;
}

.header {
    padding: 0.45rem 0;
    z-index: 1000;
    box-shadow: 0;
    transition: 0.2s;
}

.header.box-shadow {
    -webkit-box-shadow: 0 5px 10px rgba(167, 167, 167, 0.2);
    box-shadow: 0 5px 10px rgba(167, 167, 167, 0.2);
}

.offcanvas-body {
    align-items: center;
    padding-left: 1.4rem;
}

.offcanvas-body .btn {
    border-radius: 0.875rem;
    padding: 0.593rem 2rem;
    white-space: nowrap;
}

.nav-link::after {
    display: none;
}

.dropdown-arrow {
    width: 0.75rem;
    height: 0.75rem;
    transform: rotate(90deg);
    fill: var(--pink-color);
    display: none;
}

.dropdown-menu {
    margin: 0 !important;
    padding: 1.5rem 2rem;
    border: none;
    border-radius: 1.25rem;
    top: 4.15rem !important;
    -webkit-box-shadow: 0px 10px 10px rgba(167, 167, 167, 0.3);
    box-shadow: 0 10px 10px rgba(167, 167, 167, 0.3);
}

.dropdown-menu li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.dropdown-item {
    padding: 0;
    background-color: rgba(0, 0, 0, 0) !important;
}

.blog-search-btn {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 1000;
    transform: translateY(-50%);
}

.blog-search-input {
    width: 6.25rem;
    height: 100%;
    padding: 0.75rem 3.3rem 0.75rem 2rem !important;
    border-radius: 0.87rem !important;
    border: 0.125rem solid var(--dark-grey-color);
}

.footer {
    padding: 4rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card {
    width: 100% !important;
    background-color: #fff;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(167, 167, 167, 0.3);
    transition: 0.2s;
    position: relative;
}

.card:hover {
    box-shadow: 0 5px 10px rgba(167, 167, 167, 0.2);
}

.verified-badge {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
    z-index: 100;
}

.verified-badge-container {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-end;
    gap: 0.5rem;
    height: 2.5rem;
    padding-left: 0.3rem;
}

.verified-badge-container > * {
    width: auto;
}

.verified-badge-detail {
    /*position: absolute;*/
    top: 0.45rem;
    left: 0.45rem;
    z-index: 100;
}

.card .card--elite,
.card .card--vip,
.card .card--premium,
.card .card--top {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    z-index: 100;
    padding: 0.75rem 2rem;
    border-radius: 0.875rem;
    color: #fff;
    text-transform: uppercase;
}

.card--elite {
    background-color: #1a718c;
}

.card--vip {
    background-color: #8916e4;
}

.card--premium {
    background-color: #e49216;
}

.card--top {
    background-color: var(--pink-color);
}

.card-img-top {
    background-color: var(--grey-color);
    border-color: rgba(0, 0, 0, 0);
}

.card-header {
    padding: 1.5rem 0.25rem 0.5rem;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.card-body {
    padding: 0;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
}

.card-footer a {
    padding: 0.5rem 0 1.5rem;
}

.footer-list {
    display: none !important;
}

.slogan p {
    font-weight: 700;
    font-size: 1.25rem;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--pink-color);
}

.btn.custom-check {
    border: 2px solid var(--pink-color);
    padding: 0.55rem 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn.custom-check:hover {
    border-color: var(--pink-active-color);
}

.btn.custom-check:active,
.btn.custom-check:focus,
.btn-check:checked + .btn.custom-check {
    border-color: var(--pink-color) !important;
    background-color: var(--pink-color) !important;
    color: white !important;
}

.custom-check-secondary {
    border: 0.125rem solid var(--dark-grey-color);
    border-radius: 0.875rem;
    color: gray;
    background-color: transparent;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}

.custom-check-secondary:hover {
    border-color: var(--dark-grey-color);
}

.custom-check-secondary.active,
.custom-check-secondary:active {
    color: var(--black-color) !important;
    background-color: var(--grey-color) !important;
    border-color: var(--grey-color) !important;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--pink-active-color);
    border-color: var(--pink-active-color);
}

.keep-size {
    min-width: 24px;
    min-height: 24px;
}

.form-small {
    max-width: 576px;
}

.form-text {
    font-size: 0.85rem;
    text-align: left;
    padding: 0.5rem;
}

.page-link {
    color: #333;
    background: #E9E9E9;
    margin: 0 0.5rem;
    border-radius: 0.875rem;
    border: var(--bs-pagination-border-width) solid #E9E9E9;

    width: 54.8px;
    padding: 0.9rem 0;
    text-align: center;
}

.page-link svg {
    transform: scale(1.75);
}

.page-link:hover,
.page-link:focus {
    background: var(--pink-color);
    color: #fff;
}

.page-link:focus {
    border-color: #f6f6f6;
    box-shadow: none;
    background-color: var(--pink-active-color);
}

.form-switch .form-check-input:focus {
    border-color: rgba(111, 111, 111, 0.4);
    box-shadow: 0 0 0 0.25rem rgba(111, 111, 111, 0.25);
    background-color: var(--pink-active-color);
}

.disabled > .page-link,
.page-link.disabled {
    color: #fff;
    pointer-events: none;
    background-color: var(--pink-color);
    border-color: var(--bs-pagination-disabled-border-color);
}

.pagination {
    --bs-pagination-border-radius: 0.875rem;
}

.card-review {
    min-height: 160px;
}

.content-card.hidden {
    display: none;
}

.btn-reviews {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-radius: 0.875rem;
    cursor: pointer;
    color: var(--black-color);
    background-color: var(--grey-color);
    border-color: var(--grey-color);
    display: block;
}

.btn-reviews:hover {
    color: var(--black-color);
}

.card-comment {
    min-height: 145px;
}

.card-comment p {
    margin-bottom: 0;
}

.text-end {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.min-h-100 {
    min-height: 100%;
}

/*
#id_commission_min,
#id_commission_max {
    border-right-color: var(--pink-color);
}

#div_id_commission_min .input-group-text,
#div_id_commission_max .input-group-text {
    color: white;
    cursor: default;
    font-weight: bold;
    background: var(--pink-color);
    border: 2px solid var(--pink-color);
    border-radius: 0 1rem 1rem 0;
    border-left-width: 0;
}
*/

.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: var(--pink-color);
    border-color: var(--pink-color);
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-check {
    padding-left: unset;
}

input[type='file']::file-selector-button {
    display: none;
}

.input-group-text {
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    border: 0.125rem solid var(--pink-color);
    border-radius: 1rem 0 0 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

#id_photo,
#id_image_one,
#id_image_two,
#id_image_three,
#id_image_four {
    border-left: 0;
}

footer p {
    margin-bottom: 0.5rem;
}

.form-control, .form-select, .form-input {
    border: 0.125rem solid var(--dark-grey-color);
    border-radius: 0.875rem;
    color: var(--black-color);
    background-color: transparent;
    padding: 0.55rem 2rem;
}

.form-control:focus,
.form-select:focus,
.form-input:focus {
    background-color: transparent;
    box-shadow: unset;
    border: 0.125rem solid var(--dark-grey-color);
}

textarea.form-control {
    resize: none;
}

.file-name-label {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#div_id_is_studio,
#div_id_office,
#div_id_gender,
#div_id_shift,
#div_id_work_option,
#div_id_first_field,
#div_id_second_field {
  position: relative;
}

#div_id_is_studio select,
#div_id_office select,
#div_id_gender select,
#div_id_shift select,
#div_id_work_option select,
#id_main_city {
  display: none;
}

.select-selected {
    cursor: default;
    user-select: none;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* Style items (options): */
.select-items {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: var(--light-gray-color);
    border-radius: 0.875rem;
    width: 100%;
}

/* style the items (options), including the selected item: */
.select-items div {
    border: 0.125rem solid var(--dark-grey-color);
    border-radius: 0.875rem;
    color: gray;
    background-color: var(--light-gray-color);
    padding: 0.55rem 2rem;

    cursor: pointer;
    user-select: none;
    margin-top: 0.35rem;
    transition: border-color .15s ease-in-out, color .15s ease-in-out;

    white-space: nowrap;
    width: fit-content;
    min-width: 100%;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover {
    border-color: var(--pink-color);
    color: var(--pink-color);
}

.same-as-selected {
    border-color: var(--pink-color) !important;
    color: var(--pink-color) !important;
}

.same-as-selected:hover {
    border-color: var(--pink-active-color) !important;
    color: var(--pink-active-color) !important;
}

.btn-login {
    font-size: 1rem;
    border: 0.125rem solid var(--pink-color);
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}

.btn-secondary {
    border: 0.125rem solid var(--dark-grey-color);
    border-radius: 0.875rem;
    color: gray;
    background-color: transparent;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}

.btn-secondary:hover {
    color: var(--black-color);
    background-color: var(--grey-color);
    border-color: var(--grey-color);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("../images/icons/burger.a55ece61911a.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
}

.offcanvas-header .btn-close {
    background: url("../images/icons/burger-close.9f6b07531034.svg") no-repeat center;
    margin-left: auto;
    margin-top: 0.7rem;
    opacity: 0.8;
}

.offcanvas-header .btn-close:hover {
    opacity: 1;
}

.offcanvas-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.offcanvas-header {
    padding: 1.406rem 2.25rem 1.406rem 0;
}

.offcanvas-backdrop {
    display: none;
}

.offcanvas.offcanvas-end {
    border-left: none;
}

.profile .dropdown-toggle {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.profile .dropdown-toggle.show path {
    fill: var(--pink-active-color);
}

.profile .dropdown-toggle path {
    transition: 0.2s;
}

.profile .dropdown-toggle::after {
    display: none;
}

.profile .dropdown-toggle:active {
    background-color: rgba(0, 0, 0, 0);
}

.profile .dropdown-toggle:hover path {
    fill: var(--pink-active-color);
}

.profile .dropdown-menu {
    min-width: 16rem;
    top: 4.15rem;
    right: 0;
    left: auto;
    padding: 1.5rem 2rem;
    border: none;
    border-radius: 1.25rem;
    box-shadow: 0 10px 10px rgba(167, 167, 167, 0.3);
}

.additional-info {
    margin-top: 5rem;
    margin-bottom: 9rem;
}

.lines img {
    width: 100%;
}

.additional-text {
    padding: 0 3rem;
    margin-left: 6rem;
    margin-right: 6rem;
}

.additional-text h2,
.additional-text h3 {
    font-family: 'Montserrat-Bold', sans-serif;
}

.additional-img {
    margin-left: 6rem;
    margin-right: 6rem;
}


.menu-items {
    align-items: center;
}

.exchange-button {
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchange-button:active {
    background-color: var(--pink-active-color) !important;
}

.exchange-button:focus-visible {
    background-color: var(--pink-active-color) !important;
}

.exchange-time {
    font-style: italic;
    color: #a6a6a6;
    font-size: 14px;
}

.exchange-card {
    height: 98%;
    background-color: white !important;
    border-radius: 1rem;
    padding: 2rem 2rem 2rem 3rem;
    justify-content: space-between;
    line-height: 1.7;
    gap: 1rem;
}

.exchange-rates-list {
    margin-top: -2rem;
}

.django-ckeditor-widget,
#cke_id_about,
#cke_id_slogan,
#cke_id_article_text,
#cke_id_description,
#cke_id_requirements,
#cke_id_conditions {
    width: 100% !important;
}

.article-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

/*.article-text img{*/
/*  width: 100%;*/
/*  object-fit: contain;*/
/*  height: auto;*/
/*}*/

.article-page {
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0;
}

.article-page .card {
    justify-content: space-between;
}


.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.6667%; /* (2 / 3) * 100% */
    background-color: #f5f5f5;
}

.image-3-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*canvas {*/
/*      position: absolute;*/
/*      top: 0;*/
/*      left: 0;*/
/*      width: 100%;*/
/*      height: 100%;*/
/*    }*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
    align-content: stretch;
}

.clearfix img {
    float: unset !important;
    width: 100% !important;
    object-fit: cover;
}

.form-title {
    font-family: 'Montserrat-Bold', sans-serif;
    text-align: center;
    font-weight: 700;
}

.font-bold {
    font-family: Montserrat-Bold, sans-serif;
}

#telegram-login-webcam_russia_bot {
    color-scheme: dark light;
}

.responsive-image {
    width: 80%;
}

.responsive-image-half {
    width: 50%;
}

.breadcrumb-item:not(:last-child) a {
    color: #A7A7A7;
}

.breadcrumb-item a:hover {
    color: var(--pink-color);
}

.breadcrumb-item.active {
    color: var(--pink-color);
}
/*

.breadcrumb-item + .breadcrumb-item:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-breadcrumb-divider-color);
    padding: 0 7px 0 2px;
}
*/

.breadcrumb-item + .breadcrumb-item:before {
    content: "";
    padding: 0;
}

.breadcrumb-item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 12px;
    top: 5%;
    position: relative;
    padding: 0;

    color: var(--bs-breadcrumb-divider-color);
    background-image: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8.70711 7.29289C9.09763 7.68342 9.09763 8.31658 8.70711 8.70711L1.70711 15.7071C1.31658 16.0976 0.683417 16.0976 0.292893 15.7071C-0.0976311 15.3166 -0.0976311 14.6834 0.292893 14.2929L6.58579 8L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z" fill="%23A7A7A7"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding: 0;
}

.mb-0-from-arrows {
    margin-bottom: 5.8rem !important;
}

.mb-5-from-arrows {
    margin-bottom: 8.8rem;
}

.mb-6-from-arrows {
    margin-bottom: 10.3rem;
}

.link-youtube img {
    width: 108px;
    box-shadow: unset;
    border-radius: unset;
}

.invalid-feedback, .text-danger {
    color: var(--pink-color)!important;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: var(--pink-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E41660'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E41660' stroke='none'/%3e%3c/svg%3e");
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color:  var(--pink-color);
    box-shadow: 0 0 0 0.25rem rgba(228, 22, 96, 0.25);
}

.alert {
    border: none;
    border-radius: 1rem;
}

*:focus:not(.focus-visible) {
  outline: none;
}

@media (max-width: 1400px) {
    .offcanvas-body .btn {
        padding: 0.593rem 1.5rem;
        margin-right: 0.75rem !important;
    }

    .dropdown-model {
        margin-left: auto;
        margin-right: auto;
    }

    .btn {
        flex-shrink: 0;
    }

    .d-xl-block {
        display: none !important;
    }

    .additional-text {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .additional-img {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

@media (max-width: 1200px) {
    .offcanvas-body .btn {
        padding: 0.593rem 0.5rem;
    }

    .offcanvas-body a {
        font-size: 15px;
    }

    .responsive-image, .responsive-image-half {
        width: 100%;
    }

    .header-logo img {
        width: 80px;
    }

    .me-lg-3 {
        margin-right: 0.5rem !important;
    }

    .mb-0-from-arrows {
        margin-bottom: 4.8rem !important;
    }

    .mb-5-from-arrows {
        margin-bottom: 5rem;
    }

    .mb-6-from-arrows {
        margin-bottom: 9.3rem;
    }
}

@media (max-width: 991px) {
    .logo-text {
        font-size: 1.2rem;
    }

    .header-logo img {
        width: 90px;
    }

    .offcanvas.offcanvas-end {
        box-shadow: 0 10px 10px rgba(167, 167, 167, 0.3);
    }

    .offcanvas.offcanvas-end .search-btn {
        display: flex;
        order: 1;
        width: 100%;
        margin-bottom: 1rem;
    }

    .offcanvas.offcanvas-end .dropdown-model {
        margin: 0;
    }

    .offcanvas.offcanvas-end .offcanvas-body {
        display: flex;
        flex-direction: column;
        padding: 3rem 2.25rem 0 2.25rem;
        overflow-x: hidden;
    }

    .offcanvas.offcanvas-end .dropdown-menu {
        margin-top: 0.75rem;
        padding: 0;
        box-shadow: none;
    }

    .dropdown-menu.bg-white.show {
        padding-left: 20px;
    }

    .offcanvas.offcanvas-end .dropdown-menu li {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .offcanvas-body {
        align-items: start;
    }

    .offcanvas-body a {
        font-size: 16px;
    }

    .text-city-mobile {
        /*display: flex;*/
        /*align-items: center;*/
        /*z-index: 1050;*/
        /*position: absolute;*/
        /*right: 66%;*/
    }

    .text-blog-mobile {
        display: flex;
        align-items: center;
        z-index: 1050;
        position: absolute;
        right: 59%;
    }

    .text-exchange-mobile {
        /*display: flex;*/
        /*align-items: center;*/
        /*z-index: 1050;*/
        /*position: absolute;*/
        /*right: 44%;*/
    }

    .text-blog-desktop {
        /*display: none;*/
    }

    .btn-header {
        width: 100%;
        margin: 0 auto;
    }

    .become-model {
        width: auto;
        border-radius: 0.875rem;
        padding: 0.593rem 2rem;
        white-space: nowrap;
        z-index: 1046;
    }

    .dropdown.profile {
        margin-bottom: 2rem;
        margin-top: 2rem;
        order: 0;
    }

    .dropdown-toggle{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }

    .dropdown-toggle::before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--pink-color);
        padding: 0 2px 0 2px;
        transition: transform 0.3s;
    }

    .dropdown-toggle.rotate::before {
        transform: rotate(90deg);
    }

    .dropdown-toggle.default-rotate::before {
        transform: rotate(0deg);
    }

    .dropdown-arrow {
        display: block;
    }

    .profile {
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    .profile .profile-top {
        order: 0;
        margin-bottom: 0.75rem;
        padding-top: 1rem;
    }

    .profile .profile-top * {
        display: block !important;
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .inline-title {
        padding-left: 2.75rem;
    }

    .profile .dropdown-toggle {
        position: absolute;
        top: -2.8rem;
        left: 0;
        margin-top: 0;
        padding-left: 0;
    }

    .profile .dropdown-toggle.show path {
        fill: var(--pink-color);
    }

    .profile .dropdown-toggle:hover path {
        fill: var(--pink-color);
    }

    .profile .dropdown-menu {
        /*display: block !important;*/
        position: static;
        background-color: rgba(0, 0, 0, 0);
    }

    .btn-login {
        order: 2;
    }

    .additional-text {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .additional-img {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .menu-items {
        align-items: start;
    }

    .exchange-card {
        margin-top: 1rem;
        gap: 1rem;
    }

    .exchange-rates-list {
        margin-top: 0;

    }

    .filter-item {
        flex: 0 0 auto;
        width: 50%;
    }

    .form-small {
        max-width: unset;
    }

    .flex-md {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    .mt-9 {
        margin-top: 3rem;
    }

    .mt-6 {
        margin-top: 2rem;
    }

    .mb-9 {
        margin-bottom: 4.5rem;
    }

    .mb-6 {
        margin-bottom: 3rem;
    }

    #banner1 {
        margin-bottom: 1rem !important;
    }

    .text-city-mobile {
        /*display: block;*/
        /*position: fixed;*/
        /*right: 30%;*/
    }

    .text-blog-mobile {
        display: block;
        position: fixed;
        right: 23%;
    }

    .text-exchange-mobile {
        /*display: block;*/
        /*position: fixed;*/
        /*right: 23%;*/
    }

    .additional-text {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .additional-img {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .link-youtube img {
        width: 90px;
    }

    .filter-item {
        flex: unset;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .offcanvas.offcanvas-end {
        width: 100%;
    }

    .mb-4,
    .mb-3 {
        margin-bottom: 0.75rem;
    }

    .mb-9 {
        margin-bottom: 3rem;
    }

    .navbar {
        padding: 0.5rem 0.75rem;
    }

    .navbar-brand {
        z-index: 1050;
    }

    .text-city-mobile {
        /*display: block;*/
        /*z-index: 1050;*/
        /*position: absolute;*/
        /*right: 130px;*/
    }

    .text-blog-mobile {
        display: block;
        position: absolute;
        right: 85px;
    }

    .additional-text {
        padding: 0 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .additional-img {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .become-model {
        padding: 0.593rem 0.7rem;
    }

    .exchange-card {
        padding-left: 1.8rem;
    }

    .exchange-rates-list {
        font-size: 15px;
    }

    .exchange-rates-pink {
        font-size: 16px;
    }

    .w-mobile-85 {
        max-width: 85%;
    }
}

@media (max-width: 416px) {
    .tg-link {
        margin-left: 2.8rem;
    }

    .exchange-buttons {
        flex-direction: column;
    }

    .exchange-buttons .col-6 {
        width: 100%;
    }

    .verified-badge-container {
        align-items: center;
        height: 3.5rem;
    }
}
