body {
    min-width: 320px;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

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

.page {
    height: 100%
}

.page__body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #000
}

.content {
    flex: 1 0 auto
}

.page-header {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea
}

.page-header__logo {
    width: 18%;
    font-weight: 600;
    font-size: 24px;
    font-family: "Nunito", "Arial", sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

.page-header__logo span {
    color: #e1b97b
}

.page-header__logo-min {
    font-size: 15px !important;
    color: #3b3b3b !important;
    text-transform: none;
    line-height: 5px;
}

.page-header__logo:hover {
    color: #000;
    opacity: .7
}

.page-header__logo:focus {
    outline: 0;
    opacity: .6
}

.navbar-toggler-icon {
    background-image: url(../img/menu.webp);
    background-repeat: no-repeat
}

.navbar-toggler-icon:focus {
    outline: 0;
    opacity: .8
}

.main-nav__list,
.user-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.user-nav__link--sign-in {
    text-decoration: none
}

.user-nav__link--sign-up {
    color: #706e6e;
    text-decoration: none
}

.user-nav__link--sign-in:hover {
    opacity: .8
}

.page-footer__text a:hover,
.user-nav__link--sign-up:hover {
    color: #000;
    opacity: .8
}

.user-nav__link--sign-in:focus,
.user-nav__link--sign-up:focus {
    outline: 0;
    opacity: .8
}

.user-nav__link--sign-in,
.user-nav__link--sign-up {
    background-repeat: no-repeat;
    background-position: left center
}

.user-nav__link--sign-in {
    padding-left: 20px;
    color: #000;
    background-image: url(../img/user.svg)
}

.user-nav__link--sign-in:hover {
    color: #e1b97b;
    background-image: url(../img/user-hover.svg)
}

.user-nav__link--sign-up {
    padding-left: 25px;
    background-image: url(../img/user-in.svg)
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto
}

.user-nav__item {
    margin-right: 20px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #eaeaea;
    border-radius: 5px
}

.user-nav__item:last-child {
    margin-right: 0
}

.dropdown-item,
.site-list__link {
    font-size: 15px;
    color: #706e6e;
    text-transform: uppercase
}

.site-list__link {
    margin-right: 25px;
    padding-bottom: 5px;
    text-decoration: none;
    position: relative;
    font-size: 17px;
}

.site-list__link-img {
    margin-right: 15px;
}

.site-list__link-img:hover {
    border-bottom: 0 !important;
}

.site-list__link--active,
.site-list__link:hover {
    color: #000;
    border-bottom: 2px solid #e1b97b
}

.site-list__link:focus {
    outline: 0;
    opacity: .7
}

.site-list__link img {
    width: 40px;
}

.img-logo {
    width: 114px;
}

.site-list__link-desc {
    display: none;
    padding: 5px 10px;
    margin-top: 17px;
    background: #60606078;
    color: #fff;
    border-radius: 5px;
}

.site-list__item:hover .site-list__link-desc {
    display: block;
    position: absolute;
    z-index: 9999;
}

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

@media screen and (max-width:1199px) {
    .site-list__link {
        margin-right: 15px;
        font-size: 13px
    }
    .page-header__logo {
        width: 25%
    }
}

@media screen and (max-width:991px) {
    .page-header__logo {
        width: 60%;
        font-size: 28px
    }
    .main-nav__list {
        width: 100%
    }
    .socials,
    .user-nav {
        width: 100%;
        margin-top: 30px
    }
    .user-nav {
        margin-top: 40px
    }
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        margin-top: 30px
    }
    .user-nav__item {
        margin-bottom: 30px;
        font-size: 16px
    }
    .site-list__link {
        font-size: 16px
    }
    .site-list__item {
        margin-bottom: 20px
    }
}

.main-screen {
    position: relative;
    padding: 50px 0
}

.main-screen--wrapper {
    display: flex;
    align-items: center;
    padding-top: 50px
}

.main-screen--img {
    display: flex;
    justify-content: center;
    max-width: 300px;
}

.main-screen--img img {
    max-width: 300px;
}

.main-screen--img-big img {
    max-width: 600px;
}

.main-screen--img-medium img {
    max-width: 380px;
}

.main-screen--img-group {
    display: contents;
}

.main-screen__header {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase
}

.shipping-limitations {
    padding-bottom: 50px
}

.main-screen__title::after,
.main-screen__title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background: #e1b97b;
    border: solid #fff;
    border-width: 0 10px
}

.main-screen__title::before {
    margin-left: -100%
}

.main-screen__title::after {
    margin-right: -100%
}

.main-screen__title {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px
}

.modal-header .modal-title {
    text-align: center
}

.main-screen__subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #3b3b3b;
    margin-bottom: 0;
}

.main-screen__subtitle span {
    border-bottom: 1px solid #3b3b3b
}

.main-screen__subtitle-gold {
    border: 0 !important;
    color: #A89751;
    font-weight: 800;
    display: block;
}

.main-screen__subtitle-half {
    border-right: 2px solid #e1b97b;
    padding-right: 10px !important;
    text-align: center;
}

.main-button {
    display: block;
    width: 200px;
    margin-top: 50px;
    padding: 15px 40px;
    font-size: 14px;
    text-align: center;
    color: #000;
    text-decoration: none;
    background-color: #e1b97b;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1)
}

.main-button:hover {
    color: #3b3b3b;
    opacity: .8
}

.main-button:focus,
.page-footer__text a:focus {
    outline: 0;
    opacity: .8
}

.prices {
    margin: 0;
    padding: 0;
    list-style: none
}

.prices__item-text {
    margin-bottom: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    font-weight: 800;
}

.prices__item-text span {
    color: red;
    text-decoration: line-through;
}

.prices__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea
}


/* .prices__item:last-child {
    border-bottom: none
} */

.icon {
    width: 20px;
}

.btn-primary {
    border-radius: 0 !important;
    margin-top: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    background-color: #b63c3b !important;
    border: 0 !important;
}

.btn-primary:hover {
    background-color: #bb5757 !important;
}

.form-control {
    border-radius: 0 !important;
}

.contact-form {
    font-size: 19px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.279);
    height: fit-content;
    height: -moz-fit-content;
}

.prices__item-price {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    color: #706e6e
}


/* .prices__item-img {
    width: 190px;
} */

.main-screen__title-red {
    color: red;
    font-weight: 800;
}

@media screen and (max-width:1200px) {
    .main-button,
    .main-screen__subtitle,
    .main-screen__title {
        margin-left: 0
    }
}

@media screen and (max-width:991px) {
    .main-screen {
        padding: 40px 0
    }
    .main-button,
    .main-screen__subtitle,
    .main-screen__title {
        margin-left: 0
    }
    .main-button {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .main-button,
    .main-screen__subtitle,
    .main-screen__title {
        margin-left: 0
    }
    .main-screen--img {
        display: flex;
        justify-content: center
    }
}

@media screen and (max-width:540px) {
    .main-button,
    .main-screen__subtitle,
    .main-screen__title {
        margin-left: 0
    }
}

.page-footer {
    padding: 30px 0;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
}

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

.page-footer__text {
    margin-bottom: 10px;
    font-size: 15px;
    color: #3b3b3b
}

.page-footer__text a {
    text-decoration: none;
    color: #000
}

.page-footer__copyright {
    font-size: 14px;
    text-align: center;
    color: #3b3b3b;
    margin-bottom: 0
}

.page-footer__img {
    width: 65px;
    height: auto !important;
}

@media screen and (max-width:992px) {
    .socials--footer {
        margin-top: 10px
    }
    .page-footer__copyright {
        font-size: 13px
    }
}

@media screen and (max-width:768px) {
    .footer {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr
    }
    .page-footer__copyright {
        font-size: 15px
    }
    .page-footer__text {
        font-size: 16px
    }
}

@media screen and (max-width:576px) {
    .footer {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width:400px) {
    .footer {
        grid-template-columns: 1fr
    }
}

.first-address {
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea
}

.first-address__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.first-address__item {
    margin-bottom: 5px;
    color: #3b3b3b
}

.first-address__item:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .first-address__list {
        margin-bottom: 30px
    }
}

.address {
    padding: 0;
    list-style: none;
    margin: 70px 0 0
}

.address__item-title {
    font-weight: 600;
    color: #3b3b3b
}

.address__item {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.address__item-subtitle {
    color: #706e6e;
    text-align: right
}

.address__item-subtitle a {
    color: #706e6e;
    text-decoration: none
}

.address__item-subtitle a:hover {
    color: #706e6e;
    opacity: .7
}

.address__item-subtitle a:focus {
    outline: 0;
    opacity: .7
}

.modal-input {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.modal-input:hover {
    opacity: .7
}

.modal-input:focus {
    outline: 0;
    opacity: .7
}

.modal-input-checkbox {
    width: auto
}

.modal-btn,
.modal-label {
    width: 100%;
    font-size: 14px
}

.modal-label {
    margin-right: 30px;
    margin-left: 8px
}

.modal-btn {
    padding: 10px 15px;
    color: #000;
    background-color: #e1b97b;
    border: 0;
    border-radius: 5px
}

.modal-btn:hover {
    opacity: .7
}

.modal-btn:focus {
    outline: 0;
    opacity: .7
}

.modal-footer {
    display: flex;
    flex-direction: column
}

.modal-footer__wrapper {
    display: flex;
    align-items: center
}

.modal-link {
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color: #3b3b3b;
    text-decoration: none
}

.modal-link:hover {
    color: #3b3b3b;
    opacity: .8
}

.modal-link:focus {
    outline: 0;
    opacity: .8
}

.close {
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0
}

.close:hover {
    opacity: .7
}

.close:focus {
    outline: 0;
    opacity: .7
}

.menu-language {
    display: contents;
}

.prices__item-text-big {
    font-size: 24px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .menu-language {
        display: flex;
    }
    .page-header__logo {
        font-size: 22px;
    }
    .prices__item-text {
        font-size: 12px;
    }
    .prices__item-img {
        width: 100px;
    }
    .contact-form {
        margin: 10px 0;
    }
    .main-screen--img-big img {
        max-width: 260px;
    }
    .main-screen--img-big {
        margin: 0 auto;
    }
    .img-logo {
        width: 60px;
    }
    .main-screen__subtitle-half {
        border-right: 0;
    }
    .main-screen--img-medium img {
        max-width: 280px;
    }
    .main-screen--img {
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu-language {
        display: flex;
    }
}


/*# sourceMappingURL=styles.min.css.map */