/* стили 2022 */
body
{
	font-family: 'Montserrat', sans-serif;
}

.contentdiv 
{
	padding: 0px;
}

.mainwidth
{
	width:1170px;
	max-width: 100%;
	display: block;
	clear: both;
	margin: 0px auto;
}

div.greenright:after,
a.greenright
{
	content:' ';	
	display: block;
	width: 40px;
	background-color: #0D7340;
	background-image: url(/img/2022/greenright.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

a.button.greenright
{
	width: 214px;
	background-size: 20px;
	background-position: center right;
}

a.button.greenright:hover
{
	background-color: #0D7340;
	background-image: url(/img/2022/greenright.png);
	background-repeat: no-repeat;
}

a.backcallvidget
{
	position: fixed;
	display: block;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #0D7340;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	font-weight:500;
	line-height:1.25em;
	text-transform: uppercase;
	right: 10px;
	top: 48vh;
	z-index:111;
}

a.backcallvidget img
{
	height:30px;
	width: 30px;
	margin: 15px 0px 5px;
}

a.backcallvidget p
{
	margin: 0px;
	padding: 0px;
}

a.gotoid
{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transform: scaleX(1.7);
	display: block;
	width: 30px;
	margin: 30px auto;
}

.mainwidth.flex
{
	display: flex;
	justify-content: space-between;
}

.mobile
{
	display: none;
}

.header2022.desktop
{
	padding: 20px 0px;
	color: #666666;
}

.header2022.desktop .row
{
	padding: 5px 0px;
	line-height: 44px;
}


.header2022.desktop .col-md-4:first-child
{
	border-right: 1px solid #CCCCCC;
	margin-right: 3%;
	width: 27%;
}

.header2022.desktop .col-md-8:last-child
{
	width: 70%;
}

.header2022.desktop .col-md-3:first-child
{
	border-right: 1px solid #CCCCCC;
	margin-right: 3%;
	width: 23%;
}

.header2022.desktop .col-md-9:last-child
{
	width: 74%;
}



.header2022.desktop .logo
{
    display: block;
    margin-top: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-decoration: none;	
}

.header2022.desktop img
{
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.header2022.desktop a
{
	text-decoration: none;
	color: #666666;
}


.header2022.desktop .logo img
{
	height: 123px;
}

.button
{
	width:214px;
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	border-radius: 0px;
}

.button.white
{
	background-color: #fff;
	border: 1px solid #b3b3b3;
	color: #666666;
}

.button.green
{
	background-color: #0D7340;
	border: 1px solid #0D7340;
	color: #fff !important;
}

.button.green[href="#backcall"]
{
	font-weight:700;
}

.button:hover
{
	color: #000;
}

.button.green:hover
{
	color: #eee  !important;
}

.button.border
{
	border: 1px solid #b3b3b3;
}

.button.vkfeedback
{
	background-image:url(/img/2022/vk.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 95% center;
	padding-right: 30px;

}

a.button[href="#backcall"] 
{
    border-bottom: inherit;
}

.row
{
	display: block;
	width: auto;
	clear: both;
}

.row.flex
{
	display: flex;
	justify-content: space-between;
}

.col-md-1
{
	width: 8.3%;
	display: inline-block;
}

.col-md-2
{
	width: 16.6%;
	display: inline-block;
}

.col-md-3
{
	width: 25%;
	display: inline-block;
}

.col-md-4
{
	width: 33.3%;
	display: inline-block;
}

.col-md-5
{
	width: 41.6%;
	display: inline-block;
}

.col-md-6
{
	width: 50%;
	display: inline-block;
}


.col-md-7
{
	width: 58.3%;
	display: inline-block;
}

.col-md-8
{
	width: 66.6%;
	display: inline-block;
}

.col-md-9
{
	width: 75%;
	display: inline-block;
}

.col-md-10
{
	width: 83.3%;
	display: inline-block;
}


.col-md-11
{
	width: 91.6%;
	display: inline-block;
}

.col-md-12
{
	width: 100%;
	display: inline-block;
}

.mobilemenu
{
	display: none;
}

.header2022.desktop .row.desktopmenu
{
	padding: 10px 0px 0px;
}

.header2022 .desktopmenu a
{
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px 15px 10px 0px;
	line-height: 1em;
}

.header2022 .desktopmenu a:after
{
	content:'';
	display: inline-block;
	border-right: 1px solid #CCCCCC;
	width: 1px;
	height: 20px;
	position: relative;
	left: 25px;
	top: 4px;
}

.header2022 .desktopmenu a:last-child
{
	border-right: none;
	padding: 0px 0px 10px 0px 
}

.header2022 .desktopmenu a:hover,
.header2022 .desktopmenu a.active
{
	color: #000;
	background-image:url(/img/2022/menubottomactivegreen.png);	
	background-repeat: no-repeat;
	background-position: bottom right;

}

.header2022 .desktopmenu a:last-child:hover,
.header2022 .desktopmenu a.active:hover
{
	background-position: bottom;
}

.header2022 .desktopmenu a:last-child:after
{
	border-right: none;
}


.header2022 .desktopmenu a font
{
	color: #0D7340;
	margin-left: 10px;
}

/* footer */


.footer2022
{
	padding: 20px 0px 60px;
	color: #fff;
	background-color: #0D7340;
}

.footer2022 .row
{
	padding: 5px 0px;
	line-height: 44px;
}


.footer2022 .col-md-4:first-child
{
	border-right: 1px solid #fff;
	margin-right: 3%;
	width: 27%;
}

.footer2022 .col-md-8:last-child
{
	width: 70%;
}


.footer2022 .logo
{
    display: block;
    margin-top: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-decoration: none;	
}

.footer2022 img
{
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.footer2022 a
{
	text-decoration: none;
	color: #fff;
}


.footer2022 .logo img
{
	height: 123px;
}


.footer2022 .row.desktopmenu
{
	padding: 10px 0px;
}

.footer2022 .desktopmenu a
{
	text-transform: uppercase;
	font-size: 13px;
	padding: 0px 15px 20px 0px;
	line-height: 1em;
}

.footer2022 .desktopmenu a:after
{
	content:'';
	display: inline-block;
	border-right: 1px solid #fff;
	width: 1px;
	height: 20px;
	position: relative;
	left: 28px;
	top: 4px;
}


.footer2022 .desktopmenu a:last-child
{
	border-right: none;
	padding: 0px 0px 20px 0px 
}

.footer2022 .desktopmenu a:last-child:after
{
	border-right: none;
}

.footer2022 .desktopmenu a:hover,
.footer2022 .desktopmenu a.active
{
	color: #fff;
	background-image:url(/img/2022/menubottomactivewhite.png);	
	background-repeat: no-repeat;
	background-position: bottom right;
}

.footer2022 .desktopmenu a:last-child:hover,
.footer2022 .desktopmenu a.active:hover
{
	background-position: bottom;
}

.footer2022 .desktopmenu a font
{
	color: #fff;
	margin-left: 10px;
}

.footer2022 .button.vkfeedback
{
	background-image:url(/img/2022/vk-white.png);
	border:1px solid #fff;
}

.footer2022 .button.vkfeedback:hover
{
	background-color:transparent;
	border:1px solid #ccc;
	color: #ccc;
}

.footer2022 .button.white
{
	color: #000;
}

.samtable td
{
	padding: 10px;
}

/* страница Оплата и доставка*/
#block1566,
#block1567,
#block1568,
#block1674
{
	font-size: 125%;
	line-height: 1.25em;
}

#block1566 td:first-child img,
#block1567 td:first-child img,
#block1568 td:first-child img
{
	width: 49px;
	min-width: 49px;
	height: 49px;
}

a[data-zoom] img.zoom
{
	position: relative;
    z-index: 1;
    left: 230px;
    top: 40px;
    opacity: 0.2;
	width: 32px;
}

a[data-zoom]:hover img.zoom
{
    opacity: 1;
}

/* мобильная версия */

@media (max-width: 1200px) {

.header2022 .desktopmenu a
{
	font-size: 13px;
	padding: 0px 10px 20px 0px;
}
}

@media (max-width: 1056px) {

	.mobileicons
	{
		display: inline-block;
		display: inline-block;
		text-align: right;
		vertical-align: top;
		padding: 12px 8px;
		float: right;
	}
	.mobileicons img
	{
		width: 25px;
		height: 25px;
	}

	a.backcallvidget
	{
		width: 60px;
		height: 60px;
		font-size:8px;
		font-weight:300;
		right: 20px;
		top: 48vh;
	}

	a.backcallvidget img
	{
		height:20px;
		width: 20px;
		margin: 8px 0px 2px;
	}

	a.backcallvidget p
	{
	}


	.desktop
	{
		display: none;
	}
	.mobile
	{
		display: block;
	}

	.header2022.mobile .logo
	{
	    display: inline-block;
	    margin-top: 0px;
	    position: relative;
		padding: 10px;
	    left: 0px;
	    top: 0px;
	    z-index: 1;
	    text-decoration: none;	
	}


	.header2022.mobile .logo img
	{
		height: 80px;
	}

	.header2022.mobile a.mobilemenu
	{
		background-color: #0D7340;
		padding: 20px;
		margin: 10px;		
	}

	div.mobilemenu>.contact
	{
		display: flex;
		justify-content: space-around;
	}

	div.mobilemenu>.contact a
	{
		padding: 10px;
		
	}
	div.mobilemenu>.contact a img
	{
		width: 20px;
		height: 20px;
	}
	div.mobilemenu>a
	{
		display: block;
		color: #666666;
		padding: 15px 10px;
		font-size: 1.5em;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
	}

	div.mobilemenu>a font
	{
		color: #0D7340;
		margin-left: 10px;
	}

	.header2022.mobile a.mobilemenu img
	{
		width: 30px;
		height: 30px;
	}

	.footer2022.mobile
	{
		display: block;
		padding: 20px;
	}

	.footer2022.mobile .footermenu
	{
		border-left: 3px solid #fff;
		margin: 20px 0px;
	}

	.footer2022.mobile .footermenu a
	{
		display: block;
	    padding: 0px 20px 20px;
	    text-transform: uppercase;
	    line-height: 1em;
	}

	.footer2022.mobile .footermenu a:last-child
	{
		padding: 0px 20px 0px;
	}

	.footer2022.mobile .button
	{
		width: 100%;
	}

}

@media (max-width: 910px) {

a[data-zoom] img.zoom
{
	position: absolute;
	left: inherit;
	top: inherit;
        margin-left: 220px;
        margin-top: 480px;
}

}

@media (max-width: 620px) {

a[data-zoom] img.zoom
{
        margin-left: 140px;
        margin-top: 380px;
}

}

@media (max-width: 470px) {

a[data-zoom] img.zoom
{
        margin-left: 90px;
        margin-top: 260px;
}

}

@media (max-width: 320px) {

a[data-zoom] img.zoom
{
        margin-left: 40px;
        margin-top: 155px;
}

}