body, html {
background:url(../images/maininside.jpg) center top no-repeat #fff;
background-size: 100% auto;
text-align:center;
height:100%;
margin:0;
padding:0;
}
img{border: none; max-width: 100%;}

*, *::before, *::after{
	box-sizing: border-box;
}

#mainmenucheckbox, label[for="mainmenucheckbox"]{
	display: none;
}

iframe{
	max-width: 100% !important;
}

/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/

#main-container{
margin:0 auto;
text-align:left;
min-height:100%;
}
* html #main-container{height:100%;}
.contwr, .mainmodule, .chemistrymodule, #header{
	max-width:1120px;
	margin: 0 auto;
}

/***************** Шапка сайта */
#header{
position:relative;
height:310px;
}
#header a.logo {
position:absolute;
left: -90px;
top: 80px;
margin: 0;
padding: 0;
text-decoration:none;
font-family: 'CoreRhino75Heavy';
font-size: 75px;
color: #000d89;
z-index: 1;
-webkit-transform: scale(0.6,0.6);
transform: scale(0.6,0.6);
}
#header a.logo span{
	color: #ff0030;
}
#header a.logo img{
	position: absolute;
	left: 51px;
	top: 26px;
	z-index: -1;
}

/************************** Хлебные крошки */
.pathway {
	margin:0 auto 20px;
	padding:0 0;
	font-size:12px;
	max-width: 1120px;
}
.pathwaylink{
	font-family: Arial;
	color: #9e9e9e;
	font-style: italic;
	text-decoration: none !important;
}
.pathwaylink:last-child{
	color: #1e95cd;
}

/***************** Модульная позиция - TOP */
#top {
	margin: 0;
	font-family: Calibri, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	position: relative;
	z-index: 1;
	background: url(../images/line.png) center top no-repeat, url(../images/pseudo.jpg) center bottom no-repeat;
	padding: 140px 0 406px;
}


#top h1{
	font-family: 'CoreRhino75Heavy';
	font-size: 40px;
	line-height: 44px;
	color: #003d99;
}
#top p{
	overflow: hidden;
}
#top a{
	text-decoration: none;
	font-family: 'CoreRhino65Bold';
	font-size: 17px;
	color: #fff;
	background: #55dbf7;
	border-radius: 17px;
	padding: 4px 35px;
	float: right;
}
#top a:hover{
	background: #ff0036;
}

/***************** Левая колонка */
#left{
padding:0px;
float:left;
line-height:normal;
width:265px;
}

/***************** Правая колонка */
#right{
padding:50px 0 0;
float:right;
line-height:normal;
width:285px;
}

/***************** Стили блока основного содержания */
#both{
margin:0 220px;
padding:0 15px;
}
#only_left {
margin:0 0 0 285px;
padding:0;
}
#only_right {
margin:0 360px 0 0;
padding:0;
}
#no_sides {padding:0 10px}

/***************** Модульная позиция - BOTTOM */
#bottom{
	margin:95px 0 -190px;
	position: relative;
}
#bottom::before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 113px;
	background: url(../images/line.png) center center no-repeat;
	left: 0;
	top: 0;
	z-index: 1;
}

/***************** Clear block and Rasporka */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:340px; margin: 0 0}


/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/

.foot{
	height: 340px;
	margin: -340px auto 0;
	background: url(../images/footer.png) center center no-repeat;
	z-index: 1;
	position: relative;
}

#footer{
height:100px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin: 0 auto 0;
max-width:1120px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
        align-items: center;
}
#footer p{ margin:0;}
/************************************ Счетчики */
p.copyright {
	font:13px Arial, Helvetica, sans-serif;
	color:#1f001a;
}
p.copyright a {color:#1f001a; text-decoration: none; position: relative;}
p.copyright a::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/footlogo.png) center center no-repeat;
	width: 416px;
	height: 82px;
	bottom: 50px;
	right: 0%;
}
table.counters {
	position:absolute;
	right:0;
	bottom:10px;
}
.counters td {padding:0 3px}
.tecama{margin: 44px 10px 0 0;}
.tecama a:last-child{font-size: 9px; color: #000; text-decoration: none; float: right; text-align: left; margin: 10px 0 0 5px; line-height: 12px;}
.sitemap{margin: 0 20px 0 45px;}


/************************************ Модуля */
#left .module,
#right .module {
	margin:0 0 15px;
}
#left .moduletitle,
#right .moduletitle {
	font-size:18px;
	text-align:center;
	margin:0 0 10px
}
#left .modulebody,
#right .modulebody {}

.photoviewlink{
	display: block;
	border: 1px solid #ae8ecb;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #906eb0 !important;
	width: 273px;
	text-align: center;
	border-radius: 2px;
	padding: 14px 0;
	margin-bottom: 8px;
	font-size: 12px;
}
.photoviewlink:hover{border: 1px solid #561673; color: #561673 !important;}

.prevphoto, .nextphoto{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/strelki.png) 0% 0% no-repeat;
}
.nextphoto{background: url(../images/strelki.png) 100% 0% no-repeat;}
.prevphoto:hover{background-position: 0% 100%;}
.nextphoto:hover{background-position: 100% 100%;}

.pagebar{
    margin: 10px 0;
	font-size:18px;
	clear:both;
	text-align: center;
}
.pagebar a{
	color: #727172 !important;
	text-decoration: none !important;
	font-family: 'PFBeauSansProRegular';
}
.pagebar a:hover{
	color: #000 !important;
	border-bottom: 3px solid #cb67d4;
}
.pagebar_page{
	margin:2px;
	padding:5px;
}
.pagebar_current{
	margin:2px;
	padding:4px;
	color: #000 !important;
	background: none !important;
	border-bottom: 3px solid #cb67d4;
}

#popup_message img{
	max-width: 150px;
}

@media screen and (max-width: 1024px){
	.photo_album_tumb, .photo_thumb{width: 48%;}
}

@media screen and (max-width: 720px){
	.photo_layout td{display: block; width: 100%;}
	.photo_album_tumb, .photo_thumb{width: 99%;}
	.photo_thumb img, .photo_layout img{height: auto; width: 100%;}
}


/****************** ********************/

.contactsmodule p{
	margin: 15px 0;
	line-height: 15px;
}
.contactsmodule{
	font-family: 'CoreRhino45Regular';
	font-size: 18px;
	color: #000;
	border-left: 4px solid #ff0030;
	padding: 1px 0 1px 40px;
	position: absolute;
	left: 0;
	top: 275px;
}

.deucemodule{
	text-align: center;
	background: rgba(255,255,255,0.8);
	border-radius: 100%;
	position: absolute;
	display: table;
	z-index: 1;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.deucemodulebody{
	vertical-align: middle;
	display: table-cell;
}
.deucemodule p{
	margin: 0;
}
.deucemodule a{
	font-family: 'CoreRhino65Bold';
	font-size: 28px;
	text-decoration: none !important;
	color: #000d89 !important;
	text-transform: uppercase;
}
.first.deucemodule{
	width: 290px;
	height: 290px;
	position: absolute;
	top: -50px;
	right: 80px;
}
.two.deucemodule{
	width: 240px;
	height: 240px;
	position: absolute;
	right: -52px;
}
.first.deucemodule::before{
	position: absolute;
	display: block;
	content: "";
	width: 330px;
	height: 330px;
	background: url(../images/border.png) center center no-repeat;
	background-size: 100% 100%;
	top: -20px;
	left: -20px;
	z-index: -1;
	-webkit-transition: 2s;
	transition: 2s;
}

.two.deucemodule::before{
	position: absolute;
	display: block;
	content: "";
	width: 280px;
	height: 280px;
	background: url(../images/border.png) center center no-repeat;
	top: -20px;
	left: -20px;
	background-size: 98% 98%;
	z-index: -1;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	-webkit-transition: 1s;
	transition: 1s;
}

.first.deucemodule:hover::before{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.two.deucemodule:hover::before{
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);	
}

.infomoduletitle{
	font-family: 'CoreRhino65Bold';
	font-size: 48px;
	line-height: 40px;
	color: #ff0030;
	max-width: 250px;
	margin-bottom: 20px;
}
.otzivimoduletitle{
	font-family: 'CoreRhino65Bold';
	font-size: 36px;
	line-height: 28px;
	color: #2651a1;
	max-width: 160px;
	margin-bottom: 20px;
}

.mainmodule, .chemistrymodule{
	margin-bottom: 70px;
	overflow: hidden;
}

.mod_latest_entry{
	border: 1px solid #24d1f6;
	border-radius: 19px;
	position: relative;
	margin: 0 0 40px 30px;
	padding: 40px 0 40px 70px;
}
.mod_latest_date{
	font-family: 'CoreRhino65Bold';
	font-size: 17px;
	color: #00a0ce;
	position: absolute;
	left: -30px;
	top: 20px;
	width: 70px;
	background: #fff;
	padding: 10px 0
}

.newsview{
  position: absolute;
  right: 28px;
  bottom: -14px;
  text-decoration: none !important;
  color: #fff !important;
  background: #55dbf7;
  border-radius: 14px;
  width: 135px;
  text-align: center;
  font-family: 'CoreRhino65Bold';
  font-size: 16px;
  padding: 6px 0;
}
.newsview:hover{
	background: #2651a1;
}

.otzivimodulebody{
	border: 1px solid #24d1f6;
	border-radius: 17px;
	padding: 40px 30px;
}

.otzwr{
	margin-bottom: 20px;
}
.mod_faq_quest{
	font-family: Arial;
	font-size: 15px;
	color: #484848;
	font-style: italic;
}
.mod_faq_date{
	font-family: 'CoreRhino65Bold';
	font-size: 12px;
	color: #3fc1dc;
	font-style: normal;
	margin-bottom: 5px;
	display: block;
}

.mainmenumodule{
  position: relative;
  top: 255px;
}

.chemistrymodule img, .mainmodule img{
	margin-top: 120px;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
}
.chemistrymodule.view img, .mainmodule.view img{
	margin-top: 0;
	opacity: 1;
}

.cartmodule{
	position: absolute;
	padding-left: 85px;
	left: 575px;
	top: 35px;
}
.cartmodule, .cartmodule a{
	font-family: 'CoreRhino45Regular';
	font-size: 14px;
	color: #000 !important;
	text-decoration: none !important;
}
.cartmodule::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/cart.png) center center no-repeat #fff;
	border-radius: 100%;
	width: 65px;
	height: 65px;
	top: -15px;
	left: 0;
}

.leftmenumodule{
	padding: 40px 30px;
	border: 3px solid #55dbf7;
}

.shop_detail_item td{
	padding: 0 10px !important;
}

.shop_item .title a{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #505050;
}
.shop_item .image{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	padding: 20px;
}
.shop_item .title{
	text-align: left;
	margin: 25px 0 10px;
}

.price_table input[type="submit"], .price_table input[type="button"]{
	background: #5F98BF;
	color: #fff;
	border: none !important;
	padding: 5px !important;
	cursor: pointer;
}
.qty td{
	padding: 0 !important
}
.price_table{
	position: relative;
}
.qty{
	position: absolute;
	right: 3px;
	top: 10px;
}
.shop_detail_item .qty{
	top: 4px;
}

.cartmodule a{
	text-decoration: underline !important;
}


@media only screen and (max-width: 1120px){

#header, #footer, .mainmodule, .chemistrymodule, .pathway, .contwr{
	padding: 0 10px;
}
#mainmenu{
	font-size: 14px !important;
}
#header{
	overflow: hidden;
}

}

@media only screen and (max-width: 1024px){

#mainmenu{
	padding: 0 10px !important;
	font-size: 13px !important;
}
#mainmenu li a{
	padding: 11px 19px 12px !important;
}

}

@media only screen and (max-width: 998px) and (orientation: landscape){

#mainmenu{
	font-size: 12px !important;
}
.price_table td{
	display: block;
	text-align: center;
}
.details .price span{
	text-align: center;
}
.shop_detail_item .qty{
	position: inherit;
}
.shop_detail_item .qty table{
	margin: 0 auto 5px;
}

}

@media only screen and (max-width: 960px){

#header a.logo{
	top: 0;
}
.cartmodule {
	left: 0px !important;
	top: 120px !important;
}
.deucemodule{
	-webkit-transform: scale(0.5,0.5) !important;
	transform: scale(0.5,0.5) !important;
}
.first.deucemodule{
	top: 0 !important;
}
.two.deucemodule{
	top: 10% !important;
}
#top{
    padding: 140px 0 260px;
}
.mainmodule, .chemistrymodule{
    margin-bottom: 0;
}
#only_right, #right, #left, #only_left{
	width: 100%;
	padding: 0 10px;
	float: none;
	margin: 0 auto;
}
#right{
	margin-bottom: 20px;
}
p.copyright a::before{
	display: none;
}
#footer{
	bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.contactsmodule, .knopki a{
	display: none;
}
.sitemap, .tecama a{
	display: inline-block;
}
.tecama a:last-child{
	margin: -5px 0 0;
}

}

#Go_Top {
    position: fixed; 
    bottom: 100px;
    right: 0px;
    cursor: pointer;
    z-index: 100;
}

ul.shop_cat_list li.shop_cat_item{
background-size: 30px 30px !important;
}

.image_td img{
min-width: 250px;
}






