/*
Theme Name: Skarby Rosji v2
Author: SONETS - Usługi informatyczne (biuro@sonets.pl)
Author URI: https://www.sonets.pl
Description: Szablon dla Skarby Rosji
Version: 1.0
*/

/*SETTINGS*/
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
body {
	color: #1e1e1e;
	background: #fef7f4;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal !important;
	font-family: 'Poiret One', cursive;
}
body, input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
.bg-white {
	background: white;
}
.table {
	display: table;
	width: 100%;
}
/*SETTINGS*/

/*HEADER*/
#header .image {
	display: table-cell;
	font-size: 0px;
	width: 60%;
}
#header .image img {
	min-width: 100%;
}
#header .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 40px;
	width: 40%;
}
#header h2 {
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 30px;
}
#header p {
	font-weight: 600;
	margin-bottom: 18px;
}
#header ul li {
	margin-bottom: 15px;
	line-height: 1.5
}
#header ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 10px;
	background: #b18a63;
}
a.ebook {
	position: fixed;
	background-image: url('img/button-ebook.jpg');
	padding: 15px 15px;
	font-weight: normal;
	font-family: 'Poiret One', cursive;
	font-size: 20px;
	background-position: center center;
	background-size: 100% 100%;
	right: 0px;
	text-align: center;
	top: 50px;
	box-shadow: 2px 2px 2px 0px #c4c4c4;
}
a.ebook:hover {
	padding: 15px 25px;
	/*box-shadow: 4px 4px 3px 0px #c4c4c4;*/
}
a.back {
	position: fixed;
	background-image: url('img/button-ebook.jpg');
	padding: 15px 15px;
	font-weight: normal;
	font-family: 'Poiret One', cursive;
	font-size: 20px;
	background-position: center center;
	background-size: 100% 100%;
	left: 0px;
	text-align: center;
	top: 61px;
	box-shadow: 2px 2px 2px 0px #c4c4c4;
}
a.back:hover {
	padding: 15px 25px;
	/*box-shadow: 4px 4px 3px 0px #c4c4c4;*/
}
/*HEADER*/

/*HISTORY*/
#history {
	background-image: url('img/bg.jpg');
	padding: 60px 0px;
	background-size: cover;
	background-position: center center;
}
#history .g70 {
	padding-top: 45px;
}
#history p {
	color: #b18a63;
	font-size: 20px;
	font-weight: 600;
}
#history .g30 {
	text-align: center;
}
#history img {
	max-width: 150px;
	margin: -20px 0px 0px -45px;
}
/*HISTORY*/

/*NEWSLETTER*/
#newsletter {
	padding: 50px 0px;
}
#newsletter p {
	color: #b18a63;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: -10px;
}
#newsletter img {
	max-width: 90%;
}
#newsletter .g40 {
	padding-top: 50px;
}
/*NEWSLETTER*/

/*COUNTERS*/
#counters {
	color: #b18a63;
	background-image: url('img/bg.jpg');
	padding: 60px 0px 60px 0px;
	background-size: cover;
	background-position: center center;
}
#counters .c3 {
	text-align: center;
}
#counters p {
	margin: 5px 0px 0px 0px;
	font-weight: 600;
}
#counters span {
	font-size: 50px;
	font-weight: 700;
}
/*COUNTERS*/

/*KW*/
#kw {
	padding: 50px 0px;
	background: white;
}
#kw .image {
	padding-right: 70px;
}
#kw h1 {
	font-size: 45px;
	margin-bottom: 30px;
}
#kw p {
	padding: 0px 125px 15px 0px;
	font-size: 17px;
}
#kw .get-ebook {
	text-align: center;
	padding: 50px 0px 0px 0px;
}
#kw .get-ebook h3 {
	font-size: 40px;
}
#kw .get-ebook h4 {
	font-size: 30px;
	margin: 30px 0px;
	line-height: 1.1;
}
a.btn-big {
	cursor: pointer;
	background-image: url('img/bg-button.png');
	padding: 16px 45px 15px 45px;
	font-family: 'Poiret One', cursive;
	font-size: 18px;
	background-position: center center;
	background-size: 100% 100%;
	text-transform: uppercase;
	box-shadow: 2px 2px 2px 0px #c4c4c4;
	display: inline-block;
}
a.btn-big:hover {
	padding: 16px 65px 15px 65px;
}
/*KW*/

/*PRODUCT*/
#product {
	padding: 50px 0px;
}
#product .images {
	font-size: 0px;
}
#product .images img {
	margin-bottom: 29px;
}
#product .text {
	padding: 75px 0px 0px 50px;
}
#product h2 {
	font-size: 40px;
	line-height: 1.1;
}
#product .text img {
	max-width: 310px;
	margin: 40px 0px 30px 0px;
}
#product p.brown {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #b18a63;
}
#product ul li {
	margin-bottom: 15px;
	line-height: 1.5;
}
#product ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 10px;
	background: #b18a63;
}
#product a {
	margin-top: 30px;
}
/*PRODUCT*/

/*VIDEO*/
#video {
	background: white;
	padding: 50px 0px;
}
#video p {
	text-align: justify;
}
#video ul li {
	margin-bottom: 15px;
	line-height: 1.5;
}
#video ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 10px;
	background: #b18a63;
}
#video .video {
	text-align: center;
	margin-top: 50px;
}
/*VIDEO*/

/*SLOGAN*/
.slogan {
	background-image: url('img/bg.jpg');
	padding: 60px 0px 60px 0px;
	background-size: cover;
	background-position: center center;
}
.slogan p {
	font-size: 35px;
	font-weight: normal !important;
	font-family: 'Poiret One', cursive;
	text-align: center;
	line-height: 1.2;
}
/*SLOGAN*/

/*KW2*/
#kw2 {
	padding: 50px 0px 35px 0px;
}
#kw2 .text span {
	font-size: 40px;
	font-weight: normal !important;
	font-family: 'Poiret One', cursive;
	line-height: 1;
}
#kw2 .text .c2:last-child {
	padding-top: 50px;
}
#kw2 .social {
	margin-top: 50px;
	font-size: 14px;
	font-style: italic;
}
#kw2 .social li a {
	display: inline-block;
}
#kw2 .social li a:hover {
	color: #b18a63;
}
#kw2 .social ul li {
	line-height: 1.2;
	margin-bottom: 10px;
}
#kw2 .social ul i {
	font-size: 22px;
	padding-right: 5px;
	color: #b18a63;
	vertical-align: middle;
}
#kw2 .social ul span {
	display: inline-block;
	vertical-align: middle;
}
#kw2 strong {
	font-size: 16px;
}
/*KW2*/

/*TEXT*/
#text {
	background: white;
	padding: 50px 0px;
}
#text h4 {
	font-size: 38px;
}
/*TEXT*/

/*IMAGES*/
#images {
	padding: 50px 0px;
}
#images img {
	min-width: 100%;
}
#images .c2:first-child {
	padding-right: 23px;
}
#images .c2:last-child {
	padding-left: 23px;
}
/*IMAGES*/

/*TEXT2*/
#text2 {
	background: white;
	padding: 50px 0px;
}
#text2 h4 {
	font-size: 38px;
}
#text2 .c3 {
	padding: 0px 15px;
}
#text2 .images {
	padding: 20px 0px;
}
/*TEXT2*/

/*TEXT3*/
#text3 {
	padding: 50px 0px;
}
#text3 p.brown {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #b18a63;
}
#text3 ul li {
	margin-bottom: 15px;
	line-height: 1.5;
}
#text3 ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 10px;
	background: #b18a63;
}
/*TEXT3*/

/*HAIRSTYLES*/
#hairstyles {
	background-image: url('img/bg2.jpg');
	font-size: 0px;
	text-align: center;
	padding: 60px 0px 60px 0px;
	background-size: cover;
	background-position: center center;
}
#hairstyles .c7 {
	padding: 0px 5px;
	font-size: 0px;
	display: inline-block;
	box-sizing: border-box;
	width: 14.28%;
}
#hairstyles .row:last-child .c7 {
	padding-top: 10px;
	text-align: center;
}
/*HAIRSTYLES*/

/*TEXT4*/
#text4 {
	background: white;
	padding: 50px 0px;
}
#text4 span {
    font-size: 40px;
    font-weight: normal !important;
    font-family: 'Poiret One', cursive;
    line-height: 1;
}
/*TEXT4*/

/*VIDEO2*/
#video2 {
	background-image: url('img/bg2.jpg');
	font-size: 0px;
	text-align: center;
	padding: 30px 0px 30px 0px;
	background-size: cover;
	background-position: center center;
}
/*VIDEO2*/

/*PRODUCTS*/
#products {
	padding: 60px 0px;
	text-align: center;
}
#products ul li {
	float: left;
	box-sizing: border-box;
	width: 33.33333%;
	padding: 0px 15px;
}
#products h2 {
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
	font-weight: 300 !important;
}
#products .more,
#products .price,
#products .date {
	font-family: 'Poiret One', cursive;
	font-size: 25px;
}
#products a.more,
#products .price {
	display: block;
	background: white;
	margin-bottom: 15px;
}
#products .price {
	padding: 7.5px;
}
#products a.more {
	padding: 5px 10px 10px 10px;
}
#products a.more:hover {
	padding: 8px 10px 13px 10px;
}
#products .date {
	margin-top: -25px;
}
/*PRODUCTS*/

/*VIDEO3*/
#video3 {
	background-image: url('img/bg2.jpg');
	text-align: center;
	padding: 60px 0px;
	background-size: cover;
	background-position: center center;
}
#video3 .c3 {
	padding: 0px 10px;
}
#video3 h3 {
	font-size: 30px;
	margin-top: 60px;
}
/*VIDEO2*/

/*TEXT5*/
#text5 {
	padding: 60px 0px;
	background: white;
	text-align: center;
}
#text5 span {
	font-family: 'Poiret One', cursive;
}
#text5 span.price img {
	max-width: 140px;
}
#text5 span.price2 {
	font-size: 35px;
	color: #b38d67;
}
/*TEXT5*/

/*FOOTER*/
#footer {
	font-size: 13px;
	text-align: center;
	padding: 25px 0px;
	border-top: 1px solid #fff;
	color: #b3b3b3;
}
/*FOOTER*/

/*****************CSS SONETS*****************/
html, button, body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,
kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
tr,th,td {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;}body{line-height:1}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-clapse:clapse;border-spacing:0}

img{max-width:100%;}
p:last-child {margin-bottom: 0px;}
p:first-child {margin-top:0px;}
a, a:link, a:visited{
	text-decoration:none;
  color: inherit;
}
p {
	line-height:1.5;
	margin: 15px 0px;
}
/*grids and cumns*/
.row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.c6 {
	width: 16.66%;
}
.g10 {width: 10%;}
.g15 {width: 15%;}
.g20 {width: 20%;}
.g25, .c4 {width: 25%;}
.g30 {width: 30%;}
.c3 {width: 33.33333%;}
.g35 {width: 35%;}
.g40 {width: 40%;}
.g45 {width: 45%;}
.g50, .c2 {width: 50%;}
.g55 {width: 55%;}
.g60 {width: 60%;}
.g65 {width: 65%;}
.g70 {width: 70%;}
.g75 {width: 75%;}
.g80 {width: 80%;}
.g85 {width: 85%;}
.g90 {width: 90%;}
.c6, .g10, .g15, .g20, .g25, .c4, .g30, .c3, .g35, .g40, .g45,
.g50, .c2, .g55, .g60, .g65, .g70, .g75, .g80, .g85, .g90 {
	float:left;
	box-sizing: border-box;
}
/*other*/
strong {font-weight: 600;}
.sonets img {
	padding-left: 1px;
	margin-top: -2px;
	vertical-align: middle;
}
.sonets a:hover img {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}
a, i, .opacity, .ml-form-embedSubmit button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
 }
.zoom:hover {
	transform: scale(1.05);
}
.opacity {opacity: 1;}
.opacity:hover {opacity: 0.7;}
.rotate:hover {transform:rotate(360deg);}
.alignright {float: right;}
img.alignright {margin: 5px 0px 1em 1em;}
.alignleft {float: left;}
img.alignleft {margin: 0 1em 1em 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
/*****************CSS SONETS*****************/

/*RWD*/
@media only screen and (max-width: 1350px){
	.container {
		width: 95%;
	}
}

@media only screen and (max-width: 800px){
	.table, #header .image, #header .text {
		display: block;
		width: 100%;
	}
	#header .text {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#history .g70 {
		padding-top: 18px;
	}
	.g60, .g40, .g50, .c2 {
		width: 100%;
	}
	#newsletter {
		text-align: center;
	}
	#newsletter .g40 {
	  padding-top: 5px;
	}
	#mlb2-2427442.ml-form-embedContainer .ml-form-embedWrapper.embedForm  {
		max-width: 100% !important;
	}
	#kw .image, #kw p {
		padding: 0px;
	}
	#kw .image img {
		max-width: 90%;
	}
	#kw {
		text-align: center;
	}
	#kw h1 {
		margin: 25px 0px;
	}
	#header h2, #kw h1 {
		font-size: 39px;
	}
	p br {
		display: none;
	}
	#history img {
		max-width: 100%;
		margin: 0px;
	}
}
/*RWD*/
