* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Circe;
    color: #000;
    height: 100%;
}

main {
    flex: 1 0 auto;
}

.browsehappy {
    background-color: #1967d2;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.browsehappy__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.browsehappy__button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #185abc;
    background-color: #e8f0fe;
    transition: background-color, color 0.3s;
    text-decoration: none;
    border: none;
    border-radius: 32px;
    cursor: pointer;
}

.browsehappy__button:hover,
.browsehappy__button:active,
.browsehappy__button:focus {
    background-color: #d2e3fc;
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}

a {
    transition: 0.5s;
    text-underline-offset: 4px;
}

a:hover {
    color: #6f8bde;
}

.btn {
    /*height: 50px;*/
    border-radius: 25px !important;
    font-family: Circe;
    font-size: 18px;
    /*line-height: 1.8;*/
    transition: 0.3s;
    height: 40px;
    line-height: 37px;
}

.btn.small {
    height: auto;
    line-height: 26px;
}

.btn-small {
    height: auto;
    line-height: 26px;
}

.btn {
    padding: 0 44px;
}

.btn-primary {
    border: none;
    background-color: #6f8bde;
    color: #fff;
    border: solid 2px #6f8bde;
}

.btn-secondary {
    border: solid 2px #6f8bde;
    background-color: #fff;
    color: #000;
}

.categories-btn,
.sellers-btn {
    height: 50px;
}

label.btn {
    line-height: 36px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #6f8bde;
}

.form-control {
    padding: 13px 15px;
    border-radius: 10px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    font-family: Circe;
    font-size: 18px;
    color: #000;
    transition: 0.5s;
}

.form-control::-moz-placeholder {
    color: #b7b7b7;
}

.form-control:-ms-input-placeholder {
    color: #b7b7b7;
}

.form-control::placeholder {
    color: #b7b7b7;
}

input.form-control {
    height: 40px;
}

textarea.form-control {
    height: 144px;
}

.input-group-dynamic {
    position: relative;
}

.input-group-dynamic .form-label {
    position: absolute;
    margin: 1px 0 0 10px;
    padding: 2px 5px;
    font-family: Circe;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #b7b7b7;
    transition: 0.2s ease all;
    border-radius: 6px;
    z-index: 1;
    cursor: text;
    font-weight: 400;
    background-color: #fff;
}

.input-group-dynamic.is-focused .form-label,
.input-group-dynamic.is-filled .form-label {
    font-size: 12px;
    background-color: #fff;
    transform: translateY(-151%);
    z-index: 1;
    font-weight: 400;
}

.form-check {
    padding-left: 21px;
}

.form-check-label {
    font-family: Circe;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
}

.form-check-input {
    border: 2px solid #6f8bde;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 0 !important;
    margin: 7px 0 0 -20px !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/checkbox.png);
    background-size: 12px;
    background-color: #fff;
    box-shadow: none;
}

.form-check-input:focus,
.form-check-input:active {
    box-shadow: none;
}

.input-custom-group-outline {
    position: relative;
    border-radius: 10px;
    border: 1px solid #eeeff1;
    background-color: #ffffff;
    min-width: 150px;
    height: 65px;
    display: flex;
    padding: 10px;
    align-items: center;
}

.input-custom-group {
    position: relative;
    border-radius: 10px;
    margin: 10px;
    padding: 0 0 0 21px;
}

.input-custom-group-outline .form-check-input[type=radio],
.input-custom-group .form-check-input[type=radio] {
    border-radius: 50% !important;
}

.input-custom-group .form-check-input:checked[type=radio],
.input-custom-group-outline .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236f8bde'/%3e%3c/svg%3e");
    background-color: #fff;
}

.input-custom-group-outline .form-check-input[type=radio] {
    border: 2px solid #6f8bde;
    margin: 0 !important;
    background-color: #fff;
    top: 50%;
    left: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}

.input-custom-group .form-check-input[type=radio] {
    border: 2px solid #6f8bde;
    margin: 0 !important;
    background-color: #fff;
    top: 0;
    left: -10px;
    position: absolute;
    width: 22px;
    height: 22px;
}

.input-custom-group-outline .form-check-label {
    padding-left: 39px;
    width: 100%;
    display: flex;
    align-items: center;
}

.input-custom-group .form-check-label {
    width: 100%;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    color: #000000;
}

.input-custom-group-outline .form-check-img {
    max-width: 95px;
    margin-right: 12px;
}

.payment-txt {
    font-family: Circe;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
}

.checkout-block {
    margin-bottom: 20px;
}

.checkout-block textarea.form-control {
    height: 153px;
}

.form-select {
    height: 40px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    font-family: Circe;
    font-size: 17px;
    font-weight: 300;
    color: #6b6b6b;
    background-image: url(../img/arrow-down.png);
    background-size: 18px 9px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    font-family: Circe;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 11px !important;
}

@media (min-width: 576px) {
    table {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    table {
        font-size: 14px;
    }
}

table a {
    color: #000;
}

thead th {
    vertical-align: bottom;
    background-color: #6f8bde !important;
    color: #fff !important;
    box-shadow: unset !important;
}

tbody td,
tbody th {
    border: solid 1px #eeeff1;
}

tbody td:first-child {
    padding: 9px 16px !important;
}

thead th {
    padding: 9px !important;
}

thead th:first-child {
    padding: 9px 16px !important;
}

thead th:first-child {
    border-top-left-radius: 12px;
}

thead th:last-child {
    border-top-right-radius: 12px;
}

td {
    border: solid 1px #eeeff1;
    border-style: none solid solid none;
    padding: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr:first-child td {
    border-top-style: solid;
}

tr td:first-child {
    border-left-style: solid;
}

.table-striped-columns> :not(caption)>tr> :nth-child(2n) {
    background-color: #fafafa;
    box-shadow: none;
}

.table-active {
    background-color: #fafafa !important;
    box-shadow: none !important;
}

.accordion-button {
    padding: 6px 20px 7px;
    border-radius: 10px 10px 0 0;
    background-color: #6f8bde !important;
    font-family: Circe;
    text-align: left;
    color: #fff !important;
}

@media (min-width: 500px) {
    .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .accordion-button {
        font-size: 14px;
    }
}

.accordion-button::after {
    background-image: url(../img/arrow-down-white.png) !important;
    background-size: contain;
    width: 18px;
    height: 9px;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-body {
    border: solid 1px #eeeff1;
    border-radius: 0 0 10px 10px;
    font-family: Circe;
    font-size: 18px;
    line-height: 1.56;
    color: #000;
    padding: 12px 16px 13px 16px;
}

h1 {
    font-family: RoadRadio;
    line-height: 1.1;
    color: #000;
}

@media (min-width: 768px) {
    h1 {
        font-size: 37px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 29px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 19px;
    }
}

h1 b {
    font-weight: 900;
}

@media (min-width: 768px) {
    h1 b {
        font-size: 52px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 b {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h1 b {
        font-size: 26px;
    }
}

h1 span {
    color: #6f8bde;
}

h2 {
    font-family: RoadRadio;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    color: #000;
}

h2 span {
    color: #6f8bde;
}

.pagination {
    padding: 21px 0 18px;
}

.pagination .page-item.active .page-link {
    color: #6f8bde;
}

.pagination .page-item-next .page-link,
.pagination .page-item-prev .page-link {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.5s;
}

@media (min-width: 576px) {

    .pagination .page-item-next .page-link,
    .pagination .page-item-prev .page-link {
        margin: 0 10px;
    }
}

.pagination .page-item-next .page-link:hover,
.pagination .page-item-prev .page-link:hover {
    background-image: url(../img/arrow-hover.png);
}

.pagination .page-item-next .page-link {
    transform: rotate(180deg);
}

.pagination .page-link {
    font-family: Circe;
    font-size: 22px;
    line-height: 1.39;
    color: #000;
    border: none;
    background: none;
    padding: 8px;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active {
    outline: none;
    color: #6f8bde;
    box-shadow: none;
}

.breadcrumb {
    margin: 14px 0 17px;
}

.breadcrumb-item {
    font-family: Circe;
    font-size: 16px;
    color: #d0d0d0 !important;
    padding-left: 3px !important;
}

.breadcrumb-item:first-child {
    padding-left: 0 !important;
}

.breadcrumb-item:before {
    color: #d0d0d0 !important;
    padding-right: 5px !important;
}

.breadcrumb-item a {
    color: #d0d0d0;
}

.header {
    padding-top: 13px;
    background-image: url(../img/header/bg.png);
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .header {
        background-position: top center;
    }
}

@media (max-width: 767px) {
    .header {
        background-position: top -16px center;
        background-size: auto 855px;
    }
}

.header-home {
    background-image: url(../img/header/first-screen.png);
    position: relative;
}

@media (max-width: 991px) {
    .header-logo {
        margin-left: -15px;
    }
}

@media (max-width: 991px) {
    .header-logo-img {
        width: 104px;
    }
}

.header .nav-link {
    font-family: RoadRadio;
    font-size: 17px;
    color: #000;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    .header .nav-link {
        padding: 0 18px 0 9px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .header .nav-link {
        padding: 0 6px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .nav-link {
        font-size: 13px;
    }
}

.header .nav-item:last-child .nav-link {
    padding-right: 0 !important;
}

@media (max-width: 991px) {
    .header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 76px;
        left: 0;
        background: rgb(213, 234, 245);
        padding: 10px 20px;
        z-index: 100;
    }
}

@media (max-width: 991px) {
    .header .container {
        position: relative;
    }
}

@media (max-width: 991px) {
    .header .navbar {
        position: inherit;
    }
}

.header .navbar-toggler {
    padding: 4px;
    border: 0;
}

.header .navbar-toggler-icon {
    width: 1.3rem;
}

.header-panel-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 33px;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .header-panel-inner {
        height: 60px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .header-panel-inner {
        height: 56px;
        padding: 8px;
    }
}

@media (max-width: 420px) {
    .header-panel .search {
        width: 40px;
        position: absolute;
        transition: 1s;
    }

    .header-panel .search .form-control {
        padding: 10px;
    }

    .header-panel .search:active,
    .header-panel .search:focus,
    .header-panel .search:hover {
        width: calc(100% - 16px);
    }

    .header-panel .search:active .form-control,
    .header-panel .search:focus .form-control,
    .header-panel .search:hover .form-control {
        padding: 11px 44px 10px 17px;
    }
}

@media (max-width: 420px) and (max-width: 420px) {
    .header-panel .search .btn {
        right: 10px;
    }
}

.search {
    width: 100%;
    position: relative;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.search .form-control {
    padding: 11px 44px 10px 17px;
    border-radius: 20px;
    border: solid 1px #eeeff1;
    font-family: Circe;
    font-size: 17px;
    font-weight: 300;
    color: #b7b7b7;
}

.search .form-control::-webkit-input-placeholder,
.search .form-control::-moz-placeholder,
.search .form-control:-moz-placeholder,
.search .form-control::-ms-input-placeholder {
    color: #b7b7b7;
}

.search .btn {
    position: absolute;
    background-color: transparent;
    width: 19px;
    height: 24px;
    top: 10px;
    background-image: url(../img/header/search.png);
    background-repeat: no-repeat;
    border: none;
    right: 14px;
    padding: 0;
}

.search .btn:hover {
    background-color: transparent;
}

.lk-block {
    display: flex;
    flex: none;
    height: 40px;
    background-color: #fff;
    justify-content: space-between;
}

@media (max-width: 420px) {
    .lk-block {
        margin-left: auto !important;
    }
}

.lk-block-not-logged {
    border-radius: 20px;
    border: solid 1px #6f8bde;
}

@media (min-width: 992px) {
    .lk-block {
        width: 310px;
        margin: 0 0 0 20px;
    }
}

@media (max-width: 991px) {
    .lk-block {
        margin: 0;
        width: 222px;
        margin: 0 0 0 10px;
    }
}

@media (max-width: 420px) {
    .lk-block-logged {
        width: 183px;
    }
}

.lk-block-login,
.lk-block-register {
    font-family: Circe;
    text-decoration: none;
}

@media (min-width: 992px) {

    .lk-block-login,
    .lk-block-register {
        font-size: 17px;
    }
}

@media (max-width: 991px) {

    .lk-block-login,
    .lk-block-register {
        font-size: 14px;
    }
}

.lk-block-login {
    color: #000;
    background-image: url(../img/header/lk.png);
    background-repeat: no-repeat;
    line-height: 40px;
}

@media (min-width: 992px) {
    .lk-block-login {
        background-position: left 10px center;
        width: 140px;
        padding-left: 43px;
    }
}

@media (max-width: 991px) {
    .lk-block-login {
        background-position: left 8px center;
        width: 110px;
        padding-left: 36px;
    }
}

.lk-block-register {
    height: 38px;
    border-radius: 20px;
    background-color: #6f8bde;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    line-height: 36px;
}

.lk-block-register:hover,
.lk-block-register:focus,
.lk-block-register:active {
    background-color: #0a58ca;
    color: #fff;
}

@media (min-width: 992px) {
    .lk-block-register {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .lk-block-register {
        width: 114px;
    }
}

.lk-block-notifications {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #fafafa;
    background-image: url(../img/header/notifications.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lk-block-notifications:hover {
    filter: hue-rotate(110deg);
}

.lk-block-info {
    font-family: Circe;
    color: #000;
}

@media (min-width: 992px) {
    .lk-block-info {
        margin: -3px 10px 0;
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .lk-block-info {
        font-size: 15px;
        margin: 2px 10px;
    }
}

@media (max-width: 420px) {
    .lk-block-info {
        font-size: 12px;
        margin: 2px 6px;
    }
}

.lk-block-info b {
    font-weight: bold;
}

.lk-block-name {
    color: #000;
    text-decoration: underline !important;
}

.lk-block-balance {
    display: block;
    line-height: 14px;
}

.lk-block-logout,
.lk-block-cart {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 20px;
    border: none;
    background-color: #6f8bde;
    background-image: url(../img/header/logout.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lk-block-cart {
    background-color: #FAFAFA;
    background-image: url(../img/cart.png);
    position: relative;
}

.lk-block-cart:hover {
    background-image: url(../img/cart2.png);
}

.lk-block-cart span {
    position: absolute;
    background-color: red;
    color: white;
    border-radius: 50%;
    right: 0px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 12.5px;
    line-height: 20px;
}

.btn-p-20 {
    padding: 0 20px;
}

.btn-100 {
    width: 100% !important;
}

.socials {
    width: 112px;
}

.socials-name {
    font-family: RoadRadio;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    padding-top: 8px;
    line-height: 1;
}

.socials-list {
    width: 112px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.socials-item {
    margin: 10px 0;
}

.socials-link {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.socials-link:hover {
    filter: brightness(1.2);
}

.socials-link-tg {
    background-image: url(../img/socials/tg.png);
}

.socials-link-vk {
    background-image: url(../img/socials/vk.png);
}

.socials-link-yt {
    background-image: url(../img/socials/yt.png);
}

.catalog-menu:hover .dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    .catalog-menu:hover .dropdown-toggle {
        border-radius: 20px 20px 0 0 !important;
    }
}

@media (max-width: 420px) {
    .catalog-menu+.search {
        left: 54px;
    }
}

.catalog-menu+.search:hover,
.catalog-menu+.search:focus,
.catalog-menu+.search:active {
    width: calc(100% - 62px);
}

.catalog-menu .dropdown-toggle {
    background-image: url(../img/header/burger.png);
    background-repeat: no-repeat;
    height: 40px;
    line-height: 20px;
    padding-right: 25px;
}

@media (min-width: 992px) {
    .catalog-menu .dropdown-toggle {
        margin: 0 20px 0 0;
        width: 268px;
        padding-left: 20px;
        background-position: left 20px center;
    }
}

@media (max-width: 991px) {
    .catalog-menu .dropdown-toggle {
        font-size: 0;
        width: 40px;
        background-position: center;
        padding: 0;
        margin: 0 10px 0 0;
    }
}

.catalog-menu .dropdown-toggle::after {
    content: none;
}

.catalog-menu .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #fafafa;
    background-color: #fff;
    padding-top: 6px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .catalog-menu .dropdown-menu {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 991px) {
    .catalog-menu .dropdown-menu {
        margin-top: 10px !important;
        border-radius: 20px;
    }
}

.catalog-menu .dropdown-menu li {
    width: 268px;
    position: relative;
    padding: 10px 0px 7px 0;
}

.catalog-menu .dropdown-menu li>div {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.catalog-menu .dropdown-menu li a:hover {
    background-color: unset;
}

.catalog-menu .dropdown-menu li:hover>.dropdown-submenu {
    display: block !important;
}

@media (min-width: 576px) {
    .catalog-menu .dropdown-menu li:hover>.dropdown-submenu {
        border-radius: 0 20px 20px 0;
    }
}

.catalog-menu .dropdown-menu li:hover>.dropdown-item {
    background-color: transparent;
    color: #6f8bde;
}

.catalog-menu .dropdown-menu li:hover>.dropdown-item+i {
    background-image: url(../img/header/arrow-blue.png) !important;
}

.catalog-menu .dropdown-menu li .dropdown-item {
    font-family: Circe;
    font-size: 17px;
    line-height: 1.15;
    text-decoration: underline;
    color: #000;
    padding: 0 19px;
    white-space: normal;
}

.catalog-menu .dropdown-menu li .dropdown-item.dropdown-togle+i {
    display: block;
    width: 52px;
    background-image: url(../img/header/arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -19px;
}

@media (max-width: 575px) {
    .catalog-menu .dropdown-menu li .dropdown-item.dropdown-togle+i {
        transform: rotate(90deg);
    }
}

.catalog-menu .dropdown-menu .dropdown-submenu {
    display: none;
}

@media (min-width: 576px) {
    .catalog-menu .dropdown-menu .dropdown-submenu {
        position: absolute;
        left: 100%;
        top: -7px;
    }
}

@media (max-width: 575px) {
    .catalog-menu .dropdown-menu .dropdown-submenu {
        position: relative;
    }
}

.catalog-menu .dropdown-menu .dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.catalog-menu .dropdown-menu .dropdown-hover .dropdown-toggle:active {
    pointer-events: none;
}

.first-screen {
    position: relative;
    overflow: hidden;
}

@media (min-width: 576px) {
    .first-screen {
        padding: 44px 0 117px;
    }
}

@media (max-width: 575px) {
    .first-screen {
        padding: 44px 0 300px;
    }
}

.first-screen .container {
    position: relative;
}

.first-screen .container::after {
    content: "";
    height: 522px;
    position: absolute;
    background-image: url(../img/header/family.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .first-screen .container::after {
        bottom: -117px;
        left: 50%;
        width: 699px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .first-screen .container::after {
        left: 24%;
        width: 699px;
        bottom: -150px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .first-screen .container::after {
        bottom: -184px;
        width: 640px;
        left: 12%;
    }
}

@media (min-width: 460px) and (max-width: 575px) {
    .first-screen .container::after {
        width: 484px;
        bottom: -514px;
        left: 11%;
    }
}

@media (min-width: 400px) and (max-width: 459px) {
    .first-screen .container::after {
        width: 484px;
        bottom: -514px;
        left: 7%;
    }
}

@media (max-width: 399px) {
    .first-screen .container::after {
        width: 484px;
        bottom: -514px;
        left: -24px;
    }
}

.first-screen .container .row {
    position: relative;
    z-index: 10;
}

.first-screen-list {
    max-width: 572px;
    margin: 33px 0 29px;
    list-style: none;
    padding: 0;
    font-family: Circe;
    font-weight: 300;
    line-height: 1.46;
    color: #000;
}

@media (min-width: 768px) {
    .first-screen-list {
        font-size: 24px;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .first-screen-list {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .first-screen-list {
        font-size: 16px;
    }
}

.first-screen-list li {
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 25px 0;
}

@media (min-width: 768px) {
    .first-screen-list li {
        padding-left: 64px;
    }
}

@media (max-width: 767px) {
    .first-screen-list li {
        padding-left: 50px;
        background-size: 30px;
    }

    .close_menu_mob {
        display: none;
    }
}

.first-screen-list li b {
    font-weight: bold;
}

.first-screen-list li span {
    font-weight: bold;
    color: #6f8bde;
}

.first-screen .simple-reg {
    max-width: 510px;
}

@media (max-width: 575px) {
    .first-screen .simple-reg {
        margin-top: 40px;
    }
}

.simple-reg {
    position: relative;
}

@media (min-width: 992px) {
    .simple-reg {
        max-width: 510px;
    }
}

.simple-reg .form-control {
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    border: solid 1px #6f8bde;
    background-color: #fff;
    border-radius: 25px !important;
    height: 50px;
    font-family: Circe;
    color: #7a7a7a;
}

@media (min-width: 768px) {
    .simple-reg .form-control {
        padding: 10px 251px 10px 51px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .simple-reg .form-control {
        padding: 10px 160px 10px 51px;
        font-size: 14px;
    }
}

.simple-reg .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .simple-reg .btn {
        width: 251px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .simple-reg .btn {
        width: 160px;
        font-size: 14px;
    }
}

.advantages {
    margin-top: 40px;
}

@media (min-width: 1400px) {
    .advantages .row {
        padding: 0 15px;
    }
}

.advantages-item {
    width: 370px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 35px;
}

.advantages-item-center {
    width: 380px;
}

.advantages-icon {
    height: 160px;
    margin: 8px 0 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-image: url(../img/advantages/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.advantages-icon::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.advantages-icon-icon1::before {
    background-image: url(../img/advantages/icon1.png);
}

.advantages-icon-icon2 {
    margin-top: 0;
    height: 175px;
}

.advantages-icon-icon2::before {
    background-image: url(../img/advantages/icon2.png);
    width: 90px;
    height: 90px;
}

.advantages-icon-icon3::before {
    background-image: url(../img/advantages/icon3.png);
}

.advantages-icon::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
}

.advantages-title {
    font-family: RoadRadio;
    margin: 24px 0 6px;
    font-weight: 900;
    color: #000;
}

@media (min-width: 1200px) {
    .advantages-title {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .advantages-title {
        font-size: 26px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .advantages-title {
        font-size: 20px;
        line-height: 1.2;
    }
}

.advantages-title span {
    color: #6f8bde;
}

.advantages-text {
    max-width: 304px;
    margin: 0 auto;
    font-family: Circe;
    font-size: 18px;
    line-height: 1.39;
    color: #000;
}

.categories {
    padding: 18px 0 46px;
}

.categories-title {
    margin-bottom: 11px;
}

.categories-slider {
    display: flex;
    justify-content: center;
}

@media (max-width: 499px) {
    .categories-slider {
        max-width: 360px;
        margin: 0 auto;
    }
}

.categories-slider .slick-list {
    margin: 0 54px;
}

.categories-item {
    width: 150px;
    height: 165px;
    margin: 15px 13px;
    border-radius: 20px;
    background-color: #fafafa;
    display: block;
    font-family: Circe;
    font-size: 17.5px;
    line-height: 1;
    text-align: center;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

.categories-item:hover {
    color: #6f8bde;
    box-shadow: 0 0 20px 0 rgba(111, 139, 222, 0.32);
    background-color: #fafafa;
}

.categories-item:hover .categories-name::after {
    background-color: #6f8bde;
}

.categories-picture {
    display: flex;
    justify-content: center;
    height: 93px;
    margin: 19px 0 12px;
}

.categories-img {
    max-height: 100%;
}

.categories-btn {
    display: block;
    margin: 24px auto 0;
    width: 300px;
    line-height: 46px;
    box-shadow: 0 0 20px 0 rgba(111, 139, 222, 0.32);
}

.sellers {
    background-image: url(../img/sellers/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 42px 0 50px;
}

.sellers-popular {
    padding: 42px 0 32px;
}

.sellers-favorite {
    display: flex;
    grid-gap: 10px;
    background-image: unset;
    flex-wrap: wrap;
    padding: 0 0 19px;
}

.sellers-favorite .sellers-item {
    margin: 0 0 10px 0;
}

@media (max-width: 767px) {
    .sellers-favorite .sellers-item {
        width: 48%;
    }
}

.sellers-title {
    margin-bottom: 4px;
}

.sellers-cat {
    display: flex;
    flex-wrap: wrap;
}

.sellers-slider {
    display: flex;
    justify-content: center;
}

@media (max-width: 499px) {
    .sellers-slider {
        max-width: 360px;
        margin: 0 auto;
    }
}

.sellers-slider .slick-list {
    margin: 0 54px;
}

.sellers-item {
    position: relative;
    width: 150px;
    height: 160px;
    margin: 15px 13px;
    border-radius: 20px;
    background-color: #fff;
    border: solid 1px transparent;
    transition: 0.3s;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.sellers-item:hover {
    box-shadow: 0 0 20px 0 rgba(111, 139, 222, 0.32);
    border: solid 1px #ced8fa;
}

.sellers-like {
    background-color: transparent;
    background-image: url(../img/sellers/like.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 18px;
    height: 16px;
    border: none;
    z-index: 9;
}

.sellers-like:hover {
    background-image: url(../img/sellers/like-hover.png);
}

.sellers-like.active {
    background-image: url(../img/sellers/like-active.png);
}

.sellers-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    position: relative;
    padding: 6px;
}

.sellers-logo::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #f0f0f0, #fff);
}

.sellers-img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sellers-cashback {
    padding-top: 6px;
    font-family: Circe;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.sellers-cashback b {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.sellers-cashback span {
    font-weight: 800;
    color: #6f8bde;
}

.sellers-btn {
    display: block;
    margin: 24px auto 0;
    width: 300px;
    box-shadow: 0 0 20px 0 rgba(111, 139, 222, 0.32);
    line-height: 46px;
}

.counters {
    padding: 37px 0 9px;
}

@media (min-width: 992px) {
    .counters-inner {
        padding: 18px 15px;
    }
}

@media (max-width: 575px) {
    .counters-title {
        max-width: 300px;
        margin: 0 auto;
    }
}

.counters-item {
    border-radius: 20px;
    background-color: #fafafa;
}

@media (min-width: 1400px) {
    .counters-item {
        max-width: 285px;
        height: 125px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .counters-item {
        max-width: 270px;
        height: 125px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counters-item {
        max-width: 220px;
        height: 140px;
    }
}

@media (min-width: 576px) {
    .counters-item {
        padding: 20px 15px 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .counters-item {
        margin-bottom: 20px;
        height: 130px;
        padding: 24px 50px;
        max-width: 285px;
        margin: 10px auto;
    }
}

.counters-name {
    font-family: RoadRadio;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: 900;
    color: #000;
}

.counters-name span {
    color: #6f8bde;
    margin-right: 2px;
}

@media (min-width: 1400px) {
    .counters-name span {
        font-size: 33.5px;
    }
}

@media (max-width: 1399px) {
    .counters-name span {
        font-size: 26px;
    }
}

.counters-text {
    display: block;
    font-family: Circe;
    line-height: 1.2;
    color: #7d7d7d;
}

@media (min-width: 1400px) {
    .counters-text {
        font-size: 20px;
    }
}

@media (max-width: 1399px) {
    .counters-text {
        font-size: 16px;
    }
}

.simple-forms {
    position: relative;
}

@media (min-width: 992px) {
    .simple-forms {
        padding: 40px 0 48px;
    }
}

.simple-forms::before,
.simple-forms::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {

    .simple-forms::before,
    .simple-forms::after {
        height: 100%;
        width: 50%;
        top: 0;
    }
}

@media (max-width: 991px) {

    .simple-forms::before,
    .simple-forms::after {
        height: 50%;
        width: 100%;
    }
}

.simple-forms::before {
    background-image: url(../img/simple-forms/bg-left.png);
}

@media (min-width: 992px) {
    .simple-forms::before {
        left: 0;
    }
}

@media (max-width: 991px) {
    .simple-forms::before {
        top: 0;
    }
}

.simple-forms::after {
    background-image: url(../img/simple-forms/bg-right.png);
}

@media (min-width: 992px) {
    .simple-forms::after {
        left: 50%;
    }
}

@media (max-width: 991px) {
    .simple-forms::after {
        top: 50%;
    }
}

.simple-forms .container {
    position: relative;
    z-index: 10;
}

.simple-forms-title {
    display: block;
    font-family: RoadRadio;
    font-weight: 900;
    color: #000;
}

@media (min-width: 1200px) {
    .simple-forms-title {
        font-size: 28px;
        line-height: 1.34;
    }
}

@media (max-width: 1199px) {
    .simple-forms-title {
        font-size: 24px;
        line-height: 1.1;
    }
}

.simple-forms-title span {
    color: #6f8bde;
}

.simple-forms-text {
    padding-bottom: 23px;
    font-family: Circe;
    line-height: 1.14;
    color: #7d7d7d;
}

@media (min-width: 1200px) {
    .simple-forms-text {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .simple-forms-text {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .simple-forms-left {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .simple-forms-right {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .simple-forms-right {
        padding: 30px 0;
    }
}

.simple-forms-search {
    height: 50px;
    border-radius: 25px;
}

@media (min-width: 992px) {
    .simple-forms-search {
        max-width: 510px;
    }
}

.simple-forms-search .form-control {
    padding: 11px 46px 10px 23px;
    border-radius: 25px;
    border: solid 1px #6f8bde;
    height: 100%;
}

.simple-forms-search .btn {
    top: 16px;
    right: 19px;
}

@media (min-width: 1400px) {
    .category-title {
        margin-top: -11px;
    }
}

.category-menu {
    border-radius: 20px;
    background-color: #fafafa;
}

@media (min-width: 1400px) {
    .category-menu {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .category-menu {
        margin-bottom: 40px;
    }
}

.category-menu-title {
    font-family: RoadRadio;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.33;
    color: #000;
    padding: 23px 19px 18px;
    position: relative;
}

.category-menu-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to top, #f0f0f0, #fafafa);
}

.category-menu-title span {
    color: #6f8bde;
}

.category-menu-list {
    padding: 9px 18px 18px;
    margin: 0;
    list-style: none;
}

.category-menu-item {
    margin-bottom: 10px;
}

.category-menu-link {
    font-family: Circe;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    text-underline-offset: 4px;
}

.category-menu-link:hover,
.category-menu-link.active {
    color: #6f8bde;
}

.category-menu-logo {
    max-width: 100%;
}

.category-menu-cashback {
    margin-top: 35px;
    font-family: Circe;
    font-size: 24.5px;
    font-weight: bold;
    line-height: 1.06;
    color: #000;
    position: relative;
}

.category-menu-like {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    background-image: url(../img/category/like.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.category-menu-like:hover {
    background-image: url(../img/category/like-hover.png);
}

.category-menu-like.active {
    background-image: url(../img/category/like-active.png);
}

.category .sellers-cat {
    display: flex;
    grid-gap: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category .sellers-cat {
        margin: 0 -15px;
    }
}

@media (min-width: 511px) {
    .category .sellers-item {
        margin: 15px 0;
    }
}

@media (max-width: 510px) {
    .category .sellers-item {
        margin: 10px 0;
        width: 47%;
    }
}

.filter {
    display: flex;
    margin-bottom: 26px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .filter {
        margin: 0 -15px 16px;
    }
}

@media (max-width: 991px) {
    .filter {
        flex-direction: column;
    }
}

.filter .form-select {
    padding: 7px 25px;
    border-radius: 20px;
}

@media (min-width: 1200px) {
    .filter .form-select {
        width: 320px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter .form-select {
        width: 200px;
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .filter .search {
        margin-bottom: 15px;
    }
}

.products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 4px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .products {
        margin: 0 -15px;
    }
}

.products-popular {
    padding: 38px 0 28px;
    margin: 0;
}

.products-favorite {
    padding: 0px 0 22px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-favorite .products-item {
        width: 24%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-favorite .products-item {
        width: 48%;
        margin: 10px auto;
    }
}

.products-slider {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 499px) {
    .products-slider {
        max-width: 360px;
        margin: 0 auto;
    }
}

.products-slider .slick-list {
    margin: 0 54px;
}

@media (min-width: 1400px) {
    .products-slider .products-item {
        max-width: 206px;
        margin: 21px 4px;
    }
}

@media (min-width: 500px) and (max-width: 1399px) {
    .products-slider .products-item {
        margin: 21px 5px;
    }
}

@media (max-width: 575px) {
    .products-slider .products-item {
        max-width: 100%;
    }
}

.products-slider .products-item-name {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .products-slider .products-item-name {
        font-size: 15px;
    }
}

.products-item {
    width: 210px;
    height: 370px;
    padding: 15px 10px 18px;
    border-radius: 20px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .products-item {
        width: 32%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-item {
        width: 100%;
        margin: 0 auto 10px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .products-item {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .products-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
}

.products-item:hover {
    box-shadow: 0 0 20px 0 rgba(111, 139, 222, 0.32);
    border: solid 1px #ced8fa;
}

.products-item-picture {
    height: 191px;
    max-width: 185px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.products-item-img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-item-name {
    display: block;
    font-family: Circe;
    font-size: 17px;
    line-height: 1.46;
    color: #000;
    margin: 13px 0;
    padding-right: 4px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products-item-price {
    margin-bottom: 13px;
    position: relative;
    font-family: Circe;
    font-size: 17px;
    line-height: 1.47;
    color: #000;
    text-decoration: none;
}

.products-item-price span {
    font-weight: bold;
    color: #6f8bde;
}

.products-item-like {
    background-color: transparent;
    background-image: url(../img/products/like.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 16px;
    border: none;
}

.products-item-like:hover {
    background-image: url(../img/products/like-hover.png);
}

.products-item-like.active {
    background-image: url(../img/products/like-active.png);
}

.products-item-btn {
    display: block;
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    line-height: 36px;
}

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

@media (min-width: 768px) {
    .steps {
        margin: 0 -15px 19px;
    }
}

@media (max-width: 767px) {
    .steps {
        margin: 0 0 19px;
    }
}

.steps-item {
    height: 125px;
    border-radius: 20px;
    background-color: #eaefff;
    background-image: url(../img/steps/bg.png);
}

@media (min-width: 1400px) {
    .steps-item {
        width: 300px;
        padding: 13px 50px 0 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .steps-item {
        width: 290px;
        padding: 13px 50px 0 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .steps-item {
        padding: 13px 24px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .steps-item {
        width: 47%;
    }
}

@media (min-width: 768px) {
    .steps-item {
        margin: 8px;
    }
}

@media (max-width: 767px) {
    .steps-item {
        padding: 4px 20px;
        margin: 10px 0;
        height: 100px;
        width: 100%;
    }
}

.steps-name {
    font-family: RoadRadio;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.46;
    text-align: left;
    color: #000;
}

.steps-name span {
    color: #6f8bde;
}

.steps-text {
    font-family: Circe;
    font-size: 18px;
    line-height: 1.28;
    text-align: left;
    color: #000;
}

.product {
    padding-bottom: 21px;
}

.product h1 {
    max-width: 550px;
    font-family: RoadRadio;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .product h1 {
        margin-top: -10px;
    }
}

.product h2 {
    font-family: Circe;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
}

.product-sub-title {
    font-family: Circe;
    font-size: 20px;
    line-height: 1.76;
    font-weight: bold;
    color: #000;
}

.product-slider {
    border-radius: 20px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .product-slider {
        max-width: 425px;
        height: 345px;
    }
}

@media (max-width: 991px) {
    .product-slider-item {
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .product-slider-img {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .product-thumb {
        margin: 0 auto 30px;
    }
}

@media (min-width: 501px) {
    .product-thumb {
        max-width: 425px;
    }
}

@media (max-width: 500px) {
    .product-thumb {
        max-width: 300px;
    }
}

.product-thumb-item {
    border-radius: 20px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    margin: 3px;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 501px) {
    .product-thumb-item {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (max-width: 500px) {
    .product-thumb-item {
        max-width: 54px;
        max-height: 54px;
    }
}

.product-thumb-img {
    max-width: 100%;
}

.product-text {
    width: 100%;
    max-width: 725px;
}

.product-text p {
    font-family: Circe;
    font-size: 17px;
    line-height: 1.76;
    color: #000;
    margin-bottom: 28px;
}

.product-info {
    min-height: 215px;
    border-radius: 20px;
    background-color: #fafafa;
}

@media (min-width: 992px) {
    .product-info {
        float: right;
        width: 280px;
    }
}

@media (max-width: 991px) {
    .product-info {
        margin: 20px 0;
    }
}

.product-info-header {
    padding: 34px 19px 23px;
    position: relative;
}

.product-info-header:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to top, #f0f0f0, #fafafa);
}

.product-info-article {
    font-family: Circe;
    font-size: 18px;
    line-height: 1.71;
    color: #000;
    position: relative;
}

.product-info-article b {
    font-weight: bold;
}

.product-info-bottom {
    padding: 19px;
}

.product-info-reg {
    font-family: Circe;
    font-size: 16px;
    line-height: 1.88;
    color: #000;
}

.product-info-reg a {
    color: #6f8bde;
}

.product-info-reg a:hover {
    color: #0a58ca;
}

.product-info-reg b {
    font-weight: bold;
}

.product-info-like {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -6px;
    right: 0;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    background-image: url(../img/category/like.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product-info-like:hover {
    background-image: url(../img/category/like-hover.png);
}

.product-info-like.active {
    background-image: url(../img/category/like-active.png);
}

.product-info-price {
    text-align: center;
    font-family: Circe;
    font-weight: 900;
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 16px;
}

.product-info-price span {
    color: #6f8bde;
}

.product-info-btn {
    width: 180px;
    height: 40px;
    margin: 0 auto;
    display: block;
    padding: 0 44px;
}

.product-info-payments {
    margin-top: 18px;
}

.about,
.page {
    padding: 51px 0 48px;
}

.about-title,
.page-title {
    font-family: RoadRadio;
    padding-left: 12px;
    font-size: 35px;
    line-height: 45px;
}

.page-title {
    text-align: left;
}

@media (min-width: 768px) {
    .about-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .about-title {
        margin-top: 40px;
    }
}

.about-photo {
    max-width: 100%;
}

@media (max-width: 767px) {
    .about-photo {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
}

.about-text {
    max-width: 672px;
    font-family: Circe;
    font-size: 19px;
    line-height: 1.65;
    text-align: left;
    color: #7d7d7d;
}

.page-text {
    font-family: Circe;
    font-size: 19px;
    line-height: 1.65;
    text-align: left;
    color: #7d7d7d;
}

@media (min-width: 768px) {
    .about-text {
        padding-left: 11px;
    }
}

@media (max-width: 767px) {
    .about-text {
        text-align: center;
    }
}

.about-text p {
    margin-bottom: 10px;
}

.about-btn {
    width: 251px;
    margin: 6px 11px;
}

@media (max-width: 767px) {
    .about-btn {
        display: block;
        margin: 40px auto 20px;
    }
}

.profile {
    padding: 28px 0 0;
}

.profile-navigation .nav-tabs {
    border-bottom: none;
}

@media (max-width: 991px) {
    .profile-navigation {
        margin-bottom: 20px;
    }
}

.profile-navigation .nav-item {
    flex-grow: 1;
    position: relative;
}

@media (min-width: 992px) {
    .profile-navigation .nav-item {
        margin-right: 1px;
        max-width: 195px;
    }
}

.profile-navigation .nav-item:last-child {
    margin-right: 0;
}

.profile-navigation .nav-link {
    background-color: #6f8bde;
    height: 41px;
    font-family: Circe;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

@media (min-width: 992px) {
    .profile-navigation .nav-link {
        border-radius: 12px 12px 0 0;
    }
}

@media (max-width: 991px) {
    .profile-navigation .nav-link {
        border: solid 1px #eeeff1;
        border-radius: 20px;
        margin: 2px;
    }
}

.profile-navigation .nav-link:hover {
    background-color: #0a58ca;
    border-color: #0a58ca;
}

.profile-navigation .nav-link.active {
    border: 1px solid #eeeff1;
    background-color: #fff;
    color: #000;
}

@media (min-width: 992px) {
    .profile-navigation .nav-link.active {
        border-bottom: 1px solid transparent;
    }
}

.profile-navigation .nav-link.active:hover {
    background-color: #fff;
    border-color: #eeeff1;
}

@media (min-width: 992px) {
    .profile-navigation .nav-link.active:hover {
        border-bottom: 1px solid transparent;
    }
}

.profile-navigation .dropdown-menu {
    box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eeeff1;
    background-color: #fff;
    max-width: 100%;
    min-width: 100%;
}

@media (min-width: 992px) {
    .profile-navigation .dropdown-menu {
        border-top: none;
        margin-top: -4px !important;
    }
}

@media (max-width: 991px) {
    .profile-navigation .dropdown-menu {
        top: 2px !important;
        border-radius: 20px;
    }
}

.profile-navigation .dropdown-menu .dropdown-item {
    font-family: Circe;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    text-decoration: underline;
    padding: 0 10px 0 24px;
    white-space: inherit;
}

.profile-navigation .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #6f8bde;
}

.profile-navigation .dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: 3px;
}

.profile-content {
    border: solid 1px #eeeff1;
    background-color: #fff;
    min-height: 370px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .profile-content {
        border-top: unset;
        border-radius: 0 0 12px 12px;
    }
}

@media (max-width: 991px) {
    .profile-content {
        border-radius: 12px;
    }
}

@media (min-width: 576px) {
    .profile-content {
        padding: 17px 13px 15px;
    }
}

@media (max-width: 575px) {
    .profile-content {
        padding: 17px 0;
    }
}

.profile-title {
    display: block;
    font-family: Circe;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .profile-title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .profile-title {
        margin: 30px 0 20px;
        font-size: 22px;
    }
}

.profile .form-bottom {
    padding: 20px 0 27px;
}

@media (min-width: 576px) {
    .profile .form-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .profile .form-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.profile .form-bottom-text {
    display: block;
    font-family: Circe;
    font-size: 15px;
    color: #b7b7b7;
    line-height: 20px;
    padding-right: 20px;
}

.profile .form-bottom .btn {
    height: 40px;
    width: 100%;
    line-height: 37px;
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .profile .form-bottom .btn {
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .profile .form-bottom .btn-right {
        margin-left: auto;
        float: right;
    }
}

.profile .form-bottom .btn-170 {
    max-width: 170px;
}

.profile .form-bottom .btn-215 {
    max-width: 215px;
}

@media (max-width: 575px) {
    .profile .form-bottom .btn {
        margin-top: 20px;
    }
}

.profile-history {
    padding: 9px 24px 6px 15px;
    border-radius: 10px;
    background-color: #fafafa;
}

.profile-history-item {
    display: flex;
    justify-content: space-between;
    font-family: Circe;
    line-height: 2.33;
    text-align: left;
    color: #000;
}

@media (min-width: 576px) {
    .profile-history-item {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .profile-history-item {
        font-size: 14px;
    }
}

.profile-history-param {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.profile-history-param:after {
    display: block;
    content: "";
    height: 100%;
    font-size: 18px;
    height: 25px;
    margin: 0 3px;
    background-image: linear-gradient(to right, #bfbfbf 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    flex-grow: 1;
}

.profile-history-param .gray {
    color: #bfbfbf;
    margin-left: 4px;
}

@media (max-width: 767px) {
    .profile-history-param .gray {
        display: none;
    }
}

.profile-history-value {
    flex: none;
}

.table.cupons thead th {
    width: 200px;
}

.profile-text {
    font-family: Circe;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.profile-text p {
    margin-bottom: 8px;
}

.profile-text b {
    font-weight: bold;
}

.profile-faq .profile-title {
    margin: -9px 0 6px;
}

@media (min-width: 1200px) {
    .profile-request textarea {
        height: 108px;
    }
}

@media (max-width: 1199px) {
    .profile-request textarea {
        height: 187px;
    }
}

.profile-company-header {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
}

@media (max-width: 460px) {
    .profile-company-header {
        flex-wrap: wrap;
    }
}

.profile-company-name {
    font-family: Circe;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

@media (min-width: 1200px) {
    .profile-company-name {
        font-size: 25px;
        padding: 14px;
        line-height: 31px;
    }
}

@media (min-width: 461px) and (max-width: 1199px) {
    .profile-company-name {
        font-size: 20px;
        padding: 10px;
        line-height: 26px;
    }
}

@media (max-width: 460px) {
    .profile-company-name {
        padding: 20px 0;
        width: 100%;
        order: -1;
        font-size: 23px;
        line-height: 26px;
    }
}

.profile-company-logo,
.profile-company-photo {
    border-radius: 10px;
    border: solid 1px #eeeff1;
    background-color: #fff;
    overflow: hidden;
    flex: none;
    display: flex;
    padding: 5px;
    justify-content: center;
}

@media (min-width: 1200px) {

    .profile-company-logo,
    .profile-company-photo {
        width: 129px;
        height: 90px;
    }
}

@media (min-width: 461px) and (max-width: 1199px) {

    .profile-company-logo,
    .profile-company-photo {
        width: 100px;
        height: 66px;
    }
}

@media (max-width: 460px) {

    .profile-company-logo,
    .profile-company-photo {
        width: 129px;
        height: 90px;
        margin-right: 10px;
    }
}

.profile-company-img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile-company textarea {
    padding: 5px 10px 5px 15px;
    line-height: 26px;
}

@media (min-width: 1200px) {
    .profile-company textarea {
        height: 238px;
    }
}

@media (max-width: 1199px) {
    .profile-company textarea {
        height: 257px;
    }
}

.profile-products tbody {
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .profile-products thead th {
        min-width: 155px;
    }
}

@media (max-width: 1199px) {
    .profile-products thead th {
        min-width: 140px;
    }
}

.profile-products .th-photo {
    width: 100px;
    min-width: inherit;
}

.profile-products .td-photo {
    text-align: center;
    height: 100px;
    vertical-align: middle;
}

.profile-products .td-photo img {
    max-height: 100%;
    max-width: 100%;
}

.profile-products .th-buttons {
    text-align: center;
}

@media (min-width: 1200px) {
    .profile-products .th-buttons {
        width: 200px;
    }
}

.profile-products .td-buttons {
    padding: 4px;
    text-align: center;
}

.profile-products .td-buttons .btn {
    display: inline-block;
    width: 92px;
    font-size: 16px;
    padding: 0 4px;
}

.profile-products-add {
    width: 170px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .profile-products-add {
        margin: 30px 0 20px;
    }
}

.profile-chart-img {
    max-width: 100%;
}

.datepicker {
    position: relative;
    margin-top: 4px;
}

@media (min-width: 992px) {
    .datepicker {
        max-width: 435px;
    }
}

@media (max-width: 991px) {
    .datepicker {
        margin: 0 0 20px;
    }
}

.datepicker .form-control {
    background-image: url(../img/datepicker.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    border: solid 1px #6f8bde;
    background-color: #fff;
    border-radius: 25px !important;
    font-family: Circe;
    color: #7a7a7a;
}

@media (min-width: 992px) {
    .datepicker .form-control {
        padding: 10px 170px 10px 41px;
        font-size: 17px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .datepicker .form-control {
        padding: 10px 135px 10px 31px;
        font-size: 14px;
        height: 34px;
        background-size: 20px;
    }
}

.datepicker .btn {
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0 10px;
}

@media (min-width: 992px) {
    .datepicker .btn {
        width: 170px;
        font-size: 17px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .datepicker .btn {
        width: 135px;
        font-size: 14px;
        height: 34px;
    }
}

.footer {
    background-color: #7993e0;
    padding: 37px 0 0;
}

@media (min-width: 1400px) {
    .footer-logo {
        margin: 7px 28px 0 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-logo {
        margin-top: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-logo {
        margin-top: 15px;
    }
}

@media (max-width: 400px) {
    .footer-logo {
        margin-top: 11px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .footer-logo-img {
        width: 180px;
    }
}

@media (max-width: 400px) {
    .footer-logo-img {
        width: 140px;
    }
}

.footer-menu {
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .footer-menu {
        margin: 7px 0 0;
    }
}

@media (max-width: 991px) {
    .footer-menu {
        margin: 25px 0 0;
    }
}

.footer-menu-item {
    height: 26px;
}

@media (max-width: 575px) {
    .footer-menu-item {
        text-align: center;
    }
}

.footer-menu-link {
    font-family: RoadRadio;
    line-height: 17px;
    text-align: left;
    color: #fefefe;
    transition: 0.5s;
}

@media (min-width: 1200px) {
    .footer-menu-link {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .footer-menu-link {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-menu-link {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .footer-menu-link {
        font-size: 16px;
        text-align: center;
    }
}

.footer-menu-link:hover {
    color: #0a58ca;
}

.footer .socials {
    width: 128px;
}

@media (min-width: 1400px) {
    .footer .socials {
        margin-left: 26px;
    }
}

@media (max-width: 991px) {
    .footer .socials {
        float: right;
    }
}

.footer .socials-name {
    color: #fff;
    padding-top: 0;
}

.footer .socials-mail {
    font-family: RoadRadio;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.copyright {
    font-family: RoadRadio;
    margin-top: 31px;
    padding: 6px 0;
    min-height: 40px;
    background-color: #6380d7;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    color: #b4c2ec;
}

@media (min-width: 768px) {
    .copyright {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .copyright {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .copyright {
        text-align: center;
    }
}

.copyright-politics {
    color: #b4c2ec;
}

.copyright-politics:hover {
    color: #0a58ca;
}

@media (min-width: 576px) {
    .copyright-politics {
        float: right;
    }
}

/*# sourceMappingURL=style.css.map */

.input-group-dynamic+.invalid-feedback,
select+.invalid-feedback {
    display: block;
}

.input-group+.invalid-feedback {
    display: block;
}

.profile-navigation .nav-item:hover .dropdown-menu {
    display: block;
}

.pagination {
    justify-content: center;
}

.btn-lg {
    height: 50px;
}

.photos-box {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.photos-box .photo img {
    max-height: 120px;
}

.photos-box .photo {
    position: relative;
}

.photos-box .photo .close {
    position: absolute;
    right: 0;
}

.product-images .slick-slide img {
    max-width: 95%;
    max-height: 95%;
    margin: auto;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.product-images .slick-slide,
.product-images .slick-slide a {
    height: 345px;
    display: flex;
    align-items: center;
}

.product-images .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.product-images .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* flex-direction: row; */
}

.w-170 {
    width: 170px;
}

.products.search-page {
    gap: 30px;
}

.category .sellers-cat.search-page {
    grid-gap: 20px;
}

.lang-select .selector img {
    margin-right: 5px;
}

.lang-select .dropdown {
    text-align: center;
}

.product-info-btn.tinkoff {
    padding-left: 15px;
    padding-right: 15px;
}

#payment label {
    cursor: pointer;
}

#payment label img {
    margin-left: 15px;
    width: 200px;
}

#payment label div {
    display: flex;
    align-items: center;
}

#payment label span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

#payment {
    max-width: 520px !important;
}

.cupon-thumb {
    width: 32px;
    margin-right: 10px;
}

.table.cupons td {
    vertical-align: middle;
}

.cart-title,
.checkout-title {
    color: #000;
    font-family: Circe;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 45px;
    text-align: left;
    margin-bottom: 10px;
}

.cart-block {
    margin: 10px 0;
}

.checkout-block-title {
    vertical-align: bottom;
    background-color: #6f8bde;
    color: #fff;
    box-shadow: unset;
    padding: 9px 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.checkout-content {
    padding: 20px 5px;
    border: 1px solid #eeeff1;
    border-radius: 0 0 10px 10px;
}

.checkout-bottom {
    margin: 20px 0 50px;
    text-align: right;
}

.cart-table {
    border: 1px solid #eeeff1;
    border-radius: 10px;
    padding: 20px 20px 20px 0;
}

.cart-table .thumb img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-table td:first-child {
    border: 0;
    vertical-align: middle;
}

.cart-table tr:first-child td:nth-child(2) {
    border: 1px solid #eeeff1;
    border-top-left-radius: 10px;
}

.cart-table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.cart-table tr:last-child td:nth-child(2) {
    border: 1px solid #eeeff1;
    border-bottom-left-radius: 10px;
}

.cart-table td:nth-child(4) {
    background-color: #F8F8F8;
}

.shop-table td:first-child {
    border: 1px solid #eeeff1;
    vertical-align: middle;
}

.shop-table tr:first-child td:first-child {
    border: 1px solid #eeeff1;
    border-top-left-radius: 10px;
}

.shop-table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.shop-table tr+tr td {
    border-top: 0 !important;
}

.shop-table td:nth-child(1) {
    border-right: 0 !important;
}

.cart-table .td-photo {
    max-width: 160px;
    padding: 20px;
}

.cart-table .td-name {
    border-left: rgba(0, 0, 0, 0);
    max-width: 392px;
    vertical-align: middle;
    padding: 15px;
}

.cart-table .td-name a.name {
    max-width: 365px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
}

.cart-table .td-name .weight,
.shop-table .prop {
    color: #aaa;
    margin-top: 5px;
}

.cart-table .td-name .remove,
.shop-table .remove {
    color: #F66B61;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
}

.cart-table .td-price {
    color: #6f8bde;
    font-family: Circe;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    padding: 0 16px;
    text-align: center;
    min-width: 160px;
    border-left: rgba(0, 0, 0, 0);
}

.cart-table .quantity {
    border-left: rgba(0, 0, 0, 0);
}

.cart-table .th-price {
    text-align: center;
}

.delivery-tarifss {
    padding: 16px 14px 0;
    border-radius: 10px;
    border: 1px solid #eeeff1;
    background-color: #fff;
}

.courier-title {
    color: #000;
    font-family: Circe;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin-bottom: 11px;
}

.courier-button {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    background-image: url("../img/checkout/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 10px 0;
}

.courier-desc {
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}

.courier-bottom {
    border-radius: 0 0 10px 10px;
    border: 1px solid #eeeff1;
    background-color: #f8f8f8;
    padding: 15px 16px 20px;
    margin: 0 -16px;
}

.courier-bottom>span {
    display: block;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0;
}

.courier-price {
    background-image: url("../img/checkout/price.png");
}

.courier-time {
    background-image: url("../img/checkout/time.png");
}

.quantity {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    min-width: 124px;
}

.quantity .price_one {
    margin-top: 5px;
}

.quantity-input {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #eeeff1;
    border: none;
    text-align: center;
}

.quantity-button {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #6f8bde;
    border: none;
    color: #fff;
    background-repeat: no-repeat;
}

.quantity-box {
    display: flex;
    justify-content: center;
}

.quantity-button.minus {
    border-radius: 18px 0 0 18px;
    background-image: url(/img/cart/minus.png);
    position: relative;
    background-position: 11px 16px;
}

.quantity-button.plus {
    border-radius: 0 18px 18px 0;
    background-image: url(/img/cart/plus.png);
    background-position: 7px 9px;
}

.quantity-button:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}

.total {
    min-width: 280px;
    min-height: 185px;
    margin-top: 11px;
    border-radius: 20px;
    border: 2px solid #6f8bde;
    background-color: #fff;
    top: 11px;
}

.total-top {
    padding: 25px 18px 14px;
}

.total-bottom {
    padding: 15px 16px;
    background-color: #fafafa;
    border-radius: 0 0 20px 20px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-family: Circe;
    line-height: 2.33;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}

@media(min-width: 576px) {
    .total-row {
        font-size: 18px;
    }
}

@media(max-width: 575px) {
    .total-row {
        font-size: 14px;
    }
}

.total-head {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #000000;
    padding: 15px 25px 0;
}

.total-param {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    color: #000;
    font-family: Circe;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    text-wrap: nowrap;
}

.total-param:after {
    display: block;
    content: "";
    height: 100%;
    font-size: 18px;
    height: 25px;
    margin: 0 3px;
    background-image: linear-gradient(to right, #bfbfbf 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    flex-grow: 1;
}

.total-val {
    font-size: 20px;
    flex: none;
    color: #6f8bde;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
}

.checkout-table .thumb img {
    max-width: 115px;
    max-height: 115px;
}

* {
    text-underline-offset: 4px;
}

.delivery-box {
    display: none;
}

.delivery-offers .spinner-border {
    display: block;
    margin: auto;
    margin-top: 15px;
}

.balloon-content p {
    margin-bottom: 0;
    margin-top: 5px;
}

#map.fancybox-content {
    padding: 0;
}

.balloon-content h3 {
    font-size: 18px;
}

.balloon-content button {
    margin-top: 20px;
}

.pvz-address {
    font-weight: 700;
}

.offers .loading {
    text-align: center;
}

.product .gallery {
    float: left;
    max-width: 400px;
    margin-right: 30px;
    margin-bottom: 15px;
    width: 100%;
}

.product h1,
.product-text {
    max-width: unset;
}

.product-text img {
    max-width: 100%;
    height: auto;
    margin: 10px auto 10px auto;
    display: block;
}

a.products-item {
    text-decoration: none;
}

a.products-item:hover span {
    color: #6f8bde;
}

a.products-item .products-item-name {
    text-decoration: underline;
}

/*.courier-collapse {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.input-custom-group {
    width: 250px;
}*/

.profile-products .td-photo div {
    display: flex;
    align-items: center;
    width: 300px;
}

.profile-products .td-photo div img {
    max-height: 100px;
}

.profile-products thead th {
    white-space: nowrap;
}

.product-option label.btn {
    padding: 3px 12px;
    font-size: 16px;
    line-height: unset !important;
    margin-right: 5px;
    margin-bottom: 3px;
    max-width: max-content;
}

.product-option .btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .product .gallery {
        float: none;
        margin: auto;
    }
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.get-product .link-box {
    max-width: 800px;
    margin: auto;
}

.get-product .link-box input {
    height: 43px;
}

.get-product .link-box .invalid-feedback {
    text-align: left;
}

.group_prod {
    display: flex;
    flex-wrap: wrap;
}

.group_prod>div {
    margin-right: 5px;
}

.group_prod img {
    max-width: 100px;
}

.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */

.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid RGBA(111, 139, 222, 1);
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.custom-checkbox>input:checked+span::before {
    background-image: url(/img/cart/check.png);
    background-size: 66%;
    background-position: 4px 6px;
}

.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #6495ed;
}

.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #6495ed;
    border-color: #6495ed;
}

.custom-checkbox-text>span::before {
    margin-right: 10px;
}

.quantity-input {
    padding-top: 4px;
}

.cart a:hover {
    text-decoration: none;
}

.product-info-btn.in-cart {
    height: 60px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    align-items: center;
}

.product-info-btn.in-cart span {
    font-weight: normal;
}

.btn-150 {
    width: 150px;
}

.shop-table img {
    max-width: 75px;
}

.shop-table td {
    vertical-align: middle;
}

.shop-table td:first-child {
    width: 105px;
    padding: 15px !important;
}

.shop-table td:last-child {
    padding: 15px;
}

.sticky-lg-top {
    z-index: 5 !important;
}

.mini-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mini-thumbs img {
    max-height: 40px;
    margin: 3px;
}

.table.orders td {
    vertical-align: middle;
}

.orders .thumb {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

form.product img {
    max-width: 100%;
}

.dropdown-toggle::after {
    position: relative;
    top: 4px;
}

.profile .form-bottom .dropdown-toggle {
    padding: 0 30px;
}