/* Connect Fonts */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i');

/* General */
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

body {
    background:url(/assets/templates/rosles/img/bg_right_top.png) no-repeat right top, url(/assets/templates/rosles/img/bg.jpg) repeat;
    background-size:55%, auto;
    margin-bottom: 62px;
}

.pure-g > div {
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.l-box {
    padding: 1em;
}

.l-box-x {
    padding: 1em 0;
}

.l-box-y {
    padding: 0 1em;
}

.flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

h1 {
    font-size: 36px;
    line-height: 44px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

a {
	color: #006699;
	border-bottom: 1px solid #006699;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:active {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

a:hover {
	color: #2e992e;
	border-color: #2e992e;
}

a:active {
	color: #268026;
	border-color: #268026;
}

.logo, .menu-link, .custom-toggle, .phone-link, .tlg-link, .wh-link, .vi-link {
	border-bottom:none;
}

.button-success {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65);
}

.logo {
    display: inline-flex;
    /* width: 120px; */
}

.phone-link-push {
    margin-left: 3px;
}

.phone-and-msg {
    display: flex;
    align-items: center;
}

.wh-link,
.vi-link,
.tlg-link {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-position: center !important;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
}

.tlg-link:hover,
.wh-link:hover,
.vi-link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    ;
    -moz-transition: all 0.3s ease;
    ;
    -o-transition: all 0.3s ease;
    ;
    transition: all 0.3s ease;
}

.tlg-link {
    background: url(/assets/templates/rosles/img/tlg.svg) no-repeat;
}

.tlg-link_push {
    margin-left: 10px;
}

.wh-link {
    background: url(/assets/templates/rosles/img/whatsapp1.svg) no-repeat;
}

.vi-link {
    background: url(/assets/templates/rosles/img/vib.svg) no-repeat;
}

.header__text-address_size_s, .header__text-schedule_size_s {
    font-size: 14px;
    line-height: 22px;;
}

.header__text-schedule-time_push {
    margin-left: 20px;
}

.breadcrumb {
    list-style: none;
    padding-left: 0;
    color: #666;
}

.breadcrumb-item {
    display: inline-flex;
    font-size: 0.8em;
}

.breadcrumb-link {
    border-bottom: none;
}

.product {
    width: 100%;
    height: auto;
    /* max-width:calc(195px - 2em); */
    margin: 0 auto;
}

.product-link {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-link:hover img {
    box-shadow: 0 0 1px 3px #2e992e;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border: 4px solid rgba(255,255,255,0);
    box-shadow: 0 0 1px 2px #e5c495;
    border-radius: 1em;
    box-sizing: border-box;
    margin:0 auto;
}

.product-name {
    font-family: 'PT Serif', serif;
    color: #000;
    line-height: 22px;
    text-align: center;
    margin-top: 0.5em;
}

.product-link:hover .product-name, .product-link .product-name:hover {
    color: #2e992e;
    border-color: #2e992e;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-price {
    text-align: center;
    font-weight: 700;
}

.header__text-annotation {
    font-size: 12px;
}

.phone-link {
    color:#000;
    text-decoration: none;
    font-weight: 700;
}

table {
	width:100%;
	max-width:700px;
	border-collapse: collapse; /* Убираем двойные линии между ячейками */
    border: 2px solid rgba(255,255,255,0); /* Прячем рамку вокруг таблицы */
}
th {
	font-size:14px;
	color:#998363;
	text-align:left;
}
td, th {
    padding: 3px 8px; /* Поля вокруг содержимого таблицы */
    border: 1px solid #998363!important; /* Параметры рамки */
    text-align: left; /* Выравнивание по левому краю */
}

.bg-brown {
    background-color: #d9bca8;
}

.bg-dark-brown {
    background-color: #763200;
}

.footer__header {
    color: wheat;
    margin-top: 2em;
}

.footer__address {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}

.privacy-policy {
    font-size: 12px;
    line-height: 20px;
    display: inline-block!important;
}

.privacy-policy-checkbox {
    position: relative;
    top: 2px;
}

footer {
    color: rgb(185, 185, 185);
}

.footer__text-schedule {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.footer__text-schedule-time {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin-left: 20px;
}

.footer__text-annotation {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.phone-link_text-white {
    color: #FFF;
}

.footer-text {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}

.footer-text_size_s {
    font-size: 11px;
    line-height: 16px;
}

.footer-email {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.sticky-contacts {
    position: fixed;
    bottom: 0;
    width: calc(100% - 2em);
    display: flex;
    justify-content: center;
    padding: 1em;
    background: wheat;
    box-shadow: 0 -3px 10px 0 rgb(0 18 52 / 30%);
}

.map iframe {
    width: 100%;
    border: none!important;
}

input[name="surname"] {
    display: block!important;
    width: 2px;
    height: 3px;
    margin: 0!important;
    margin-bottom: -3px!important;
    opacity: 0.01;
    padding: 0!important;
    border: none!important;
}

.baner {
    background: rgba(255, 255, 255, .8);
    padding: 16px;
    border-radius: 10px;
    border: 2px solid red;
    color:red;
    margin-top: 1rem;
}

@media screen and (min-width: 48em) {
    body {
        background-size:35%, auto;
        margin-bottom: 0;
    }
    .l-box-md-x {
        padding: 1em 0;
    }
    .hidden-md {
        display: none;
    }
    .align-items-md-start {
        align-items: flex-start;
    }
    .logo {
        margin-top: 10px;
    }
    .header__text-annotation {
        font-size: 14px;
    }
    .active {
		position:relative;
	}
	.active:before {
		position:absolute;
		top:0;
        left: 1em;
		content:"";
		width: calc(100% - 2em);
		height:10px;
		background:#36b336;
		margin-top:-16px;
	}
    .delivery-link {
		position:relative;
	}
	.delivery-link:after {
		display:block;
		content:"по Челябинску и области \a Оплата нал / безнал";
		white-space: pre;
		position:absolute;
		width:145px;
		color:#998363;
		font-size:14px;
		line-height:20px;
		font-weight:normal;
		background: url(/assets/templates/rosles/img/mir-visa-mc.png) no-repeat;
		background-position: left bottom;
		height:56px;
	}
	.price-link {
		position:relative;
	}
	.price-link:after {
		display:block;
		content:"";
		width:28px;
		height:46px;
		position:absolute;
		left:50%;
		margin-left:-14px;
		background: url(/assets/templates/rosles/img/znak_rublya.png);
	}
    .phone-link {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 64em) {
    .hidden-lg {
        display: none;
    }
    .visible-lg {
        display: flex!important;
    }
    .visible-lg-block {
        display: block!important;
    }
    .l-box-x-ss {
        padding-left: 12px;
    }
    .pure-menu {
        display: flex;
        justify-content: flex-end;
    }
    .header__text-address {
        margin-top:10px;
    }

    .pseudo {
		list-style: none;
		padding: 0;
        position: sticky;
        top: 1em;
        height: 300px;
	}
	.pseudo li {
		display: block;
		padding: 0;
	}
	.pseudo li a {
		display: inline-block;
		text-decoration: none;
		padding: 5px 10px 8px;
		color:#000;
		border-bottom:none;
	}
	.pseudo li a span {
		border-bottom:1px dashed rgba(0,0,0,0.5);
	}
	.pseudo li a.active_l {
		background:#36b336;
	}
	.pseudo li a.active_l span {
		color: #fff;
		border-bottom:1px dashed rgba(255,255,255,0.5);
	}

    .product_sidebar {
        margin-top: 2em;
        /* margin: 2em 0 0 0; */
        /* padding: 0 1em; */
    }

    .form-block {
        max-width: 500px;
        /* margin: 0 auto; */
    }

    .baner {
        margin-top: 0;
    }
}

@media screen and (min-width: 80em) {
    .l-box-xl {
        padding: 1em;
    }
    .container {
        max-width: 1280px;
        margin: 0 auto;
    }
}