@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url('../fonts/MuseoSans/MuseoSansCyrl-900.eot');
    src: local('../fonts/MuseoSans/MuseoSansCyrl-900'),
    url('../fonts/MuseoSans/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSans/MuseoSansCyrl-900.woff') format('woff'),
    url('../fonts/MuseoSans/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "NotoSerif-BoldItalic";
    src: url("../fonts/NotoSerif/NotoSerif-BoldItalic.eot");
    src: url("../fonts/NotoSerif/NotoSerif-BoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSerif/NotoSerif-BoldItalic.woff") format("woff"),
    url("../fonts/NotoSerif/NotoSerif-BoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NotoSerif-Italic";
    src: url("../fonts/NotoSerif/NotoSerif-Italic.eot");
    src: url("../fonts/NotoSerif/NotoSerif-Italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSerif/NotoSerif-Italic.woff") format("woff"),
    url("../fonts/NotoSerif/NotoSerif-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight/RobotoLight.eot");
    src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

:root{
    --color1: #fc647e;
    --color2: #78469f;
    --color-light: #f9f9f9;
}


@media (min-width: 1200px){
    .container {
        max-width: 1440px;
    }
}

body {
    height: 100%;
    font-size: 18px;
    color: #333333;
    background-color: var(--color-light);
}

.badge {
    padding: 3px 7px;
}

.big-title {
    margin-bottom: 30px;
    font-family: "NotoSerif-BoldItalic";
    font-size: 26px;
}

.big-title a {
    color: #333333;
    text-decoration: underline;
}

.no-space {
    padding: 0;
}

.page-text {
    padding-bottom: 20px;
}

.min-space {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .min-space {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.breadcrumb {
    padding: 0;
    background: none;
    font-size: 14px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0;
        background: none;
        font-size: 14px;
        margin-top: 40px;
    }
}

.breadcrumb  a {
    color: #333333;
}

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

.header {
    padding: 10px 0;
}

.logo {
    float: left;
}

.logo a {
    text-decoration: none;
    color: var(--color2);
    font-family: 'Museo Sans Cyrl 900';
    font-size: 24px;
}

.logo span {
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 16px;
    border-left: 1px solid #cbc9c9;
    padding: 0 0 0 16px;
    display: none;
    font-family: RobotoMedium;
}

.header-right-block {
    float: right;
}

.header-call {
    float: left;
}

.call-btn {
    float: right;
    background: -webkit-gradient(linear, left top, right bottom, from(#fc5c7e), to(#fea17d));
    background: linear-gradient(to right bottom, #fc5c7e, #fea17d);
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
    border: none;
    font-family: RobotoMedium;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.call-btn a {
    color: #fff;
}

@media (min-width: 992px) {
    .call-btn {
        display: none;
    }
}

.osn-btn {
    background-color: var(--color2);
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border: none;
    font-family: RobotoMedium, sans-serif;
    transition: .3s;
}

.osn-btn:hover, .call-btn:hover, .full-zakazat:hover {
    opacity: 0.8;
    outline: none;
    cursor: pointer;
}

.phone, .adress {
    color: #888888;
    font-size: 14px;
    padding-left: 30px;
    margin-right: 30px;
    float: left;
}

.phone {
    background: url(../img/phone.png) no-repeat left;
    display: none;
}

.adress {
    background: url(../img/adress.png) no-repeat left;
    display: none;
}

.phone span, .adress span {
    display: block;
    font-size: 16px;
    font-family: RobotoMedium;
    color: #333;
}

.phone span a, .adress span a {
    color: #333;
}

@media (min-width: 768px) {
    .call-btn {
        margin: 10px 0 0 10px;
    }
    .header-call {
        margin-top: 10px;
    }
    .phone {
        display: block;
    }
    .logo img {
        max-width: 400px;
    }
}

@media (min-width: 1000px) {
    .header {
        padding: 20px 0;
    }
    .logo span {
       display: inline-block;
    }

}

@media (min-width: 1200px) {
    .adress {
        display: block;
    }
}

/*gor-menu*/

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: RobotoRegular, sans-serif;
}

.gor-menu-bg {
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 3px solid #fc5c7e;*/
    border-bottom: 3px solid var(--color2);
    background: #f9f9f9;
}

@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

/*Category*/
.left-menu-box {
    margin-top: 40px;
}

.badge-primary {
    color: #fff;
    background-color: var(--color2);
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #734399;
    border: none;
}

.list-group {
    border-radius: 20px;
}

h1.cat {
    font-family: "NotoSerif-BoldItalic";
    font-size: 26px;
    margin-bottom: 20px;
}

h2.cat {
    font-family: RobotoRegular, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.cat-desc {
    margin:-10px 0 20px 0;
    font-size: 16px
}

.text-block {
    font-size: 16px;
}

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

.short-item-box {
    border-radius: 20px;
    background-color: #fff;
}

.item-foto img {
    border-radius: 20px;
}

.item-text {
    padding: 10px;
}

a.short-name {
    font-family: RobotoMedium, sans-serif;
    font-size: 16px;
    color: #333333;
    display: block;
}

.short-price {
    font-family: "NotoSerif-BoldItalic", sans-serif;
    font-size: 18px;
}

.short-zakaz {

}

.items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.item-bottom {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .items-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .item-foto img {
        padding: 10px;
    }
    .short-name {
        margin-top: 0;
    }
    .short-price {
        font-size: 21px;
    }
    .item-text {
        padding: 0 20px 10px;
    }
}
@media (min-width: 1200px) {
    .items-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
}

.zak-btn {
    background-color: var(--color2);
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border: none;
    font-family: RobotoRegular, sans-serif;
    cursor: pointer;
    transition: .3s;
}

.zak-btn:hover {
    background: var(--color1);
    outline: none;
}

.short-sale {
    text-decoration: line-through;
    font-size: 16px;
    color: #fc5c7e;
    margin-right: 10px;
    margin-top: -10px;
    line-height: 10px;
}


/*discount*/
.discount {
    padding: 60px 0;
    background: url('../img/discount.jpg') center;
    background-size: cover;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.discount .b1 {
    font-family: "NotoSerif-Italic";
    font-size: 24px;
    font-style: italic;
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
}

.discount .b1 span {
    position: relative;
}
.discount .b1 span:before {
    position: absolute;
    content: "";
    width: 199px;
    height: 4px;
    left: -210px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/line2.png');
}
.discount .b1 span:after {
    position: absolute;
    content: "";
    width: 199px;
    height: 4px;
    right: -210px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/line2.png');
}
.discount .b2 {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgb(0, 0, 0);
}

@media (min-width: 768px) {
    .discount .b1 {
        font-size: 34px;
    }
    .discount .b2 {
        font-size: 40px;
    }
}


/*footer*/

.footer {
    padding: 20px 0 60px 0;
    background-color: #222222;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer-title {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.footer-list {
    margin: 0;
    padding: 0;
}

ul.footer-list li {
    list-style: none;
}

.footer-list-soc {
    margin: 20px 0 0 0;
    padding: 0;
}

.footer-list-soc li {
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}


    /*modal*/

.modal-rulez {
    font-size: 12px;
    color: #a5a3a3;
    margin-top: 20px;
}

.modal-header {
    border-bottom: 0;
    padding: 20px 20px 0 20px;
}

.modal-title {
    font-size: 20px;
}

@media (min-width: 768px){
    .modal-title {
        font-size: 26px;
    }
}

.modal-header .close {
    font-size: 40px;
    padding: 10px;
    margin: -30px -20px 0 0;
}

.modal-header .close:focus {
    outline: none;
}

.modal-rulez a {
    color: #a5a3a3;
    text-decoration: underline;
}

.modal-rulez label, .modal-rulez p, .modal-rulez .form-group {
    margin-bottom: 0;
}

.modal-sm {
    max-width: 500px;
}

.modal-body {
    padding: 20px 20px 20px 20px;
}

@media (min-width: 768px){
    .modal-body {
        padding: 0 40px 40px 40px;
    }
    .modal-header {
        padding: 40px 40px 20px 40px;
    }
    .modal-header .close {
        margin: -40px -30px 0 0;
    }
}

.modal-title {
    font-family: RobotoMedium;
}

.help-block {
    color: #ff2400;
    font-size: 16px;
    font-family: "RobotoRegular";
}

/*кнопка наверх*/

#toTop {
    width: 50px;
    height: 50px;
    background: #734399;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    z-index: 200;
    color: #fff;
    padding: 0px 0 0 15px;
    font-size: 32px;
    opacity: .7;
}

#toTop:hover {
    opacity: 1;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
}

.pagination {
    margin-top: 20px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color2);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.btn-primary {
    color: #fff;
    border: none;
    background-color: var(--color2);
    border-radius: 18px;
}

.map-block {
    height: 600px;
    margin-top: 40px;
    position: relative;
}


.map-block-in {
    position: absolute;
    background-color: var(--color2);
    padding: 25px 30px;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 10;
    border-radius: 20px;
}

@media (min-width: 768px){
    .map-block {
        height: 500px;
    }
    .map-block-in {
        left: 50px;
        top:50px;
        bottom: auto;
        width: auto;
    }
}

.line {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 5px;
    border-radius: 20px;
}

.line2 {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 20px;
}

.line2 .map-cont {
    margin-bottom: 30px;
    font-family: RobotoMedium;
}

.map-cont a {
    color: #fff;
}

.line2 .map-cont:last-child {
    margin-bottom: 0;
}

.map-cont img {
    float: left;
    margin-right: 10px;
}

.map-mask {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gal img {
    margin-bottom: 10px;
    border-radius: 20px;
}

.full-title {
    font-family: "NotoSerif-BoldItalic";
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 992px){
    .gal img {
        margin-bottom: 20px;
    }
    .full-title {
       margin-top: 0;
    }
}

.full-price,
.full-code {
    font-family: "NotoSerif-BoldItalic";
    font-size: 26px;
}

.full-sale {
    font-family: "NotoSerif-BoldItalic";
    color: #fc5c7e;
    font-size: 20px;
    text-decoration: line-through;
}

.text-full {
    margin-top: 20px;
}

.text-full-title {
    font-family: RobotoMedium;
    margin-bottom: 5px;
}

.tags-list div {
    display: inline-block;
    border-radius: 18px;
    background: #ebebeb;
    padding: 2px 15px;
    margin: 5px 0 0 0;
}

.full-zakazat {
    /*background: -webkit-gradient(linear, left top, right bottom, from(#fc5c7e), to(#fea17d));*/
    /*background: linear-gradient(to right bottom, #fc5c7e, #fea17d);*/
    background-color: var(--color2);
    border-radius: 25px;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-family: RobotoRegular, sans-serif;
    transition: .3s;
}

.prem-box {
    border-top: 1px solid #fab0bd;
    border-bottom: 1px solid #fab0bd;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.prem {
    padding: 20px 0;
}

.prem-title {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 0 70px;
}

@media (min-width: 768px){

    .prem-title {
        font-size: 24px;
        line-height: 31px;
        padding: 10px 0 0 85px;
    }

    .prem-box {
        border-top: 1px solid #fab0bd;
        border-bottom: 1px solid #fab0bd;
        padding: 5px 0 20px 0;
        margin: 0 0 20px 0;
    }
}

@media (min-width: 992px){
    .prem-title {
        padding: 0 0 0 85px;
    }
    .prem-box {
        border-top: 1px solid #fab0bd;
        border-bottom: 1px solid #fab0bd;
        padding: 45px 0;
        margin: 0 0  20px 0;
    }
}

.prem img {
     float: left;
}

.vajno {
    background: var(--color2);
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 0 0 15px 15px;
}