/* Основные */
html,
body {
	height: 100%;
}
body {
	background-color: #f2f2f2;	
	display: flex;
		flex-direction: column;
	font-family: 'Open Sans', sans-serif;
}
body > .body {
	flex: 1 0 auto;
}
b + ol.list,
b + ul.list {
	margin: 0.25rem 0 1rem;
}
ol.list,
ul.list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}
a{
	transition: .1s;
}
.bg {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-address {
	background-image: url(../images/bg-address.jpg);
}
.bg-prefinish {
	background-image: url(../images/bg-prefinish.jpg);
}
.btn-yellow {
	background-image: linear-gradient(to bottom, #e3d021, #cbba1e);
	box-shadow: 0px 14px 24px rgba(50, 50, 50, 0.23);
}
.btn-white {
	background-image: linear-gradient(to bottom, #fff, #91f8bd);
	box-shadow: 0px 14px 24px rgba(33, 150, 83, 0.35);
}
.btn-yellow:focus,
.btn-yellow:hover,
.btn-white:focus,
.btn-white:hover {
	opacity: .85;
}
#system-message {
	margin-top: 30px;
}
#system-message .alert-error {
	background-color: #dc3545;
	color: #fff;
}
#system-message .alert .close {
	cursor: pointer;
}
/* -------- */



/* Шапка */
.header-top,
.header-top a {
	color: #000;
	text-decoration: none;
}
.header-top a:focus,
.header-top a:hover {
	opacity: .6;
}
.header-top {
	/*background-color: #fff;*/
}
.header-top > .container {
	display: flex;
		align-items: center;
		justify-content: space-between;
	padding: 1.5rem 15px;
}
.header-top > .container > *:not(.logo) {
	display: inline-block;
	/*display: flex;*/
		/*align-items: center;*/
	margin-left: 1rem;
}
.header-top .logo {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}
.header-top i {
	margin-right: .675rem;
	min-width: 16px;
	text-align: center;
}
.header-top .phone {
	/*font-size: 1.5rem;*/
	font-weight: 700;
	/*margin-bottom: .625rem;*/
}
.header-top .email,
.header-top .address {
	/*margin-left: 1rem;*/
	/*font-size: .875rem;*/
}
.header-bottom {
	background-image: url(../images/bg-header-bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 4.5rem;
}
.header .navbar {
	background-color: #3a7d12;
}
.header .navbar .nav > li {
	position: relative;
}
.header .navbar .nav > li > a {
	color: #fff;
	display: block;
	margin-right: 1.875rem;
	padding: 1.25rem 0;
	position: relative;
	text-decoration: none;
}
.header .navbar .nav > li > a::after {
	background-color: transparent;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	width: 100%;
	z-index: 1;
}
.header .navbar .nav > li.hover > a::after,
.header .navbar .nav > li > a:focus::after,
.header .navbar .nav > li > a:hover::after {
	background-color: #fff;
}
.header .navbar .nav-child {
	background-color: #fff;
	display: none;
	font-size: 1rem;
	list-style: none;
	margin: 0;
	padding: 15px;
	position: absolute;
		left: 0;
		top: 100%;
	z-index: 101;
}
.header .navbar .nav-child a {
	color: #333;
	display: block;
	padding: .5rem 1rem;
	white-space: nowrap;
}
.header .navbar .nav > li:hover > .nav-child {
	display: block;
}
.header #nav-main {
	flex: 1 0 auto;
}
.header .mod-shop-search {
	position: relative;
}
.header .mod-shop-search .form-control {
	padding-right: calc(42px + .75rem);
	width: 100%;
}
.header .mod-shop-search .btn {
	position: absolute;
		top: 0;
		right: 0;
}
.header .mod-shop-search .btn:focus,
.header .mod-shop-search .btn:hover {
	opacity: .6;
}
/* ----- */



/* Главная страница */
.first-screen,
.our-work {
	background-image: url(../images/bg-first-screen.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.first-screen {
	background-image: url(../images/bg-first-screen.jpg);
    background-attachment: fixed;
}
.our-work {
	/* background-image: url(../images/bg-our-work.jpg); */
}
.pack-deliver{
	background-color: #27ae60;
}
header .navbar-collapse{
	width: 100%;
}
header .nav-main{
	width: 100%;
}
header .navbar-collapse .mod-list{
	justify-content: center;
}
.first-screen .col-md-3 {
	font-weight: 600;
}
.our-work .col-md-3 {
	border-left: 2px solid #27ae60;
	font-weight: 600;
}
/* ------------ */



/* Основной контент */
#content {}
.item-page {
	padding: 3rem 0;
}
/* ---------------- */



/* Упакуем и доставим */
.pack-delivery {
	background-image: url(../images/bg-pack-delivery.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ------------------ */



/* Подвал */
.footer {
	/*background-color: #333;*/
	color: #282828;
	font-size: 0.875rem;
}
.footer .categories a {
	color: #282828;
	display: inline-block;
	font-weight: 600;
	/* margin-bottom: .5rem;
	padding: .5rem 0; */
}
.footer .categories a:focus,
.footer .categories a:hover {
	color: #ded727;
	text-decoration: none;
}
.footer .contacts-box a {
	color: #282828;
}
.footer .contacts-box i {
	/*color: #ded727;*/
	margin-right: .675rem;
}
.footer .contacts-box .phone {
	font-size: 1.5rem;
	margin-bottom: .675rem;
}
.footer .counters {
	text-align: right;
}
/* ------ */



/* В начало... */
#back-top {
	color: #d9534f;
	cursor: pointer;
	display: block;
	font-size: 30px;
	position: fixed;
	left: 2.5%;
	bottom: 2.5%;
	opacity: 0;
	text-decoration: none;
	transition-duration: 0.3s;
	visibility: hidden;
	z-index: 101;
}
#back-top.show {
	opacity: 0.6;
	visibility: visible;
}
#back-top:hover {
	opacity: 1;
}
/* ----------- */



/* Кнопка "Обратный звонок" */
@keyframes hoverWave {
    0% {
    	box-shadow:0 8px 10px rgba(243,92,98,0.3),0 0 0 0 rgba(226,158,105,0.2),0 0 0 0 rgba(226,158,105,0.2);
    }
	40% {
        box-shadow:0 8px 10px rgba(243,92,98,0.3),0 0 0 15px rgba(226,158,105,0.2),0 0 0 0 rgba(226,158,105,0.2);
    }
	80% {
        box-shadow:0 8px 10px rgba(243,92,98,0.3),0 0 0 30px rgba(226,158,105,0),0 0 0 26.7px rgba(226,158,105,0.067);
    }
	100% {
        box-shadow:0 8px 10px rgba(243,92,98,0.3),0 0 0 30px rgba(226,158,105,0),0 0 0 40px rgba(226,158,105,0.0);
    }
}
@keyframes shake {
	0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
#btn-callback {
	animation: hoverWave linear 1s infinite;
	background-color: #f35c62;
	border: 2px solid #f35c62;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(243,92,98,0.3);
	position: fixed;
		right: 2.5%;
		bottom: 2.5%;
	transition: 0.3s all;
	z-index: 11;
}
#btn-callback:active,
#btn-callback:focus,
#btn-callback:focus-within {
	outline: none;
}
#btn-callback:hover {
	background-color: #c82333;
	border-color: #c82333;
}
#btn-callback > i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
		-webkit-animation: 1200ms ease 0s normal none 1 running shake;
		-webkit-animation-iteration-count: infinite;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	padding: 15px;
	top: 0;
}
/* ------------------------ */



/* Модальные окна */
.modal-body > .close {
	color: red;
	font-size: 20px;
	line-height: 1;
	position: absolute;
		top: 3px;
		right: 5px;
	text-shadow: none;
	z-index: 1;
}
.modal-body > .close:focus,
.modal-body > .close:hover {
	opacity: 0.75;
}
/* -------------- */



/* Формы RSForms */
.rsform .form-control:not(textarea) {
	height: calc(2em + 0.75rem + 4px);
}
.rsform-error {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
/* ------------- */



/* Сообщение после отправки формы */
.sys-messages {
	color: #333;
	padding: 15px;
	text-align: center;
}
.sys-messages > h3 {
	font-weight: 700;
}
.sys-messages > h4 {
	margin: 1rem 0;
}
/* ------------------------------ */



.item .product  {
	display: flex;
		flex-direction: column;
	height: 100%;
}
.item .product > .image {
	flex: 1 0 auto;
}
.item .product > .image a > img {
	border-radius: .5rem;
}
.jshop_prod_attributes .block_attr_radio {
	display: flex;
		align-items: center;
		justify-content: space-between;
}
.jshop_prod_attributes .input_type_radio > input {
	display: none;
}
.jshop_prod_attributes .input_type_radio {
	display: block;
}
.jshop_prod_attributes .input_type_radio > label {
	border: 1px solid #27ae60;
	border-radius: .25rem;
	color: #27ae60;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	margin: 0;
	min-width: 125px;
	padding: .375rem .75rem;
	text-align: center;
}
.jshop_prod_attributes .input_type_radio > input:checked ~ label {
	background-color: #27ae60;
	color: #fff;
}
.prod_qty_input {
	display: flex;
		align-items: center;
		justify-content: center;
}
.quantity_input i:not(.fa-sync-alt),
.prod_qty_input i {
	background-color: #ced4da;
	cursor: pointer;
	display: flex;
		align-items: center;
		justify-content: center;
	min-height: 38px;
	min-width: 38px;
	z-index: 0;
}
.quantity_input i.fa-minus,
.prod_qty_input i.fa-minus {
	border-radius: .25rem 0 0 .25rem;
}
.quantity_input i.fa-plus,
.prod_qty_input i.fa-plus {
	border-radius: 0 .25rem .25rem 0;
}
.quantity_input i:hover,
.prod_qty_input i:hover {
	opacity: 0.75;
}
.quantity_input i:hover:active,
.prod_qty_input i:hover:active {
	opacity: 1;
}
.quantity_input input,
.prod_qty_input input {
	border-radius: 0;
	text-align: center;
	width: calc(100% - 76px);
	z-index: 1;
}
.button_back {
	position: absolute;
		right: 15px;
		left: 15px;
		bottom: -40px;
	text-align: center;
}
.quantity_input {
	position: relative;
}
.quantity_input .btn-update {
	position: absolute;
		left: 50%;
		top: calc(100% + .25rem);
	transform: translateX(-50%);
}
.latest_products .col-product {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
}
.latest_products .image_block > a {
	border-radius: .5rem;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.latest_products .image_block > a::after {
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	content: 'Подробнее';
	display: none;
		align-items: center;
		justify-content: center;
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
}
.latest_products .image_block > a:focus::after,
.latest_products .image_block > a:hover::after {
	display: flex;
}
#list_product_image_middle > a {
	border-radius: .875rem;
	overflow: hidden;
}
.footer .categories .jshop_menu_level_0{
	width: 50%;
	padding: 0 5px;
	display: flex;
}
.footer .categories .jshop_menu_level_0 a{
	display: flex;
	margin: auto 0;
}
@media (max-width: 767px){
	.first-screen .pack-delivery {
		background-image: url(../images/bg-pack-delivery.jpg);
		background-position: top;
	}
}
.home-page .jshop_img{
	height: 200px;
	width: 200px;
	object-fit: cover;
}
.marketplaces{
	background-color: #fff;
    border-radius: 10px;
    /* margin-bottom: 3rem; */
}
.marketplaces img{
	width: 100%;
	scale: .9;
	transition: .3s;
}
.marketplaces a:hover img{
	scale: 1;
}
.home-page .jshop_list_category .jshop_img, .catalog .jshop_list_category .jshop_img{
	background-color: #000;
}
.home-page .content .mt-5{
	margin-top: 0 !important;
}
.pack-delivery{
	background-image: none;
}
.pack-delivery .container{
	padding-top: 3rem;
	background-image: url(../images/bg-pack-delivery.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.home-page .main-container{
	background-color: rgba(0, 0, 0, .6);
}
.home-page .content{
	background-color: rgba(0, 0, 0, .6);
}
.pack-delivery-container{
	background-color: rgba(0, 0, 0, .6);
} 
.row{
	width: 100%;
	margin: auto;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, 249px);
  gap: 16px;
  justify-content:center;
}
.point-benefist{
	font-size: 20px;
    font-weight:600;
    text-align: center;
    color:black;
    border-radius:20px;
  	background:white;
  	display: flex;
    flex-direction: column;
    align-items: center;
  	padding:11px;
}
.point-benefist span {
  	flex-grow: 1;
    display: flex;
    align-items: center;
  	text-transform:uppercase;
}
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    user-select: none;
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbox span {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    font-size: 12px;
}

.custom-checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #27ae60;
    border-radius: 4px;
    background-color: #fff;
}

.custom-checkbox input:checked + span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked + span::before {
    background-color: #27ae60;
}

.custom-checkbox a {
    color: #27ae60;
}

.custom-checkbox a:hover {
    opacity: .8;
}

.rsform-block-ReCaptcha {
    width: fit-content;
    margin: auto;
}
@media (min-width: 767px){
	.home-page .jshop_img, .catalog .jshop_img{
		height: 100px;
		width: 100px;
		object-fit: cover;
	}
}
@media (min-width: 992px){
	.home-page .jshop_img, .catalog .jshop_img{
		height: 150px;
		width: 150px;
		object-fit: cover;
	}
}
@media (min-width: 1200px){
	.home-page .jshop_img, .catalog .jshop_img{
		height: 200px;
		width: 200px;
		object-fit: cover;
	}
}