@import url(reset.css);

@font-face {
  font-family: 'Circe-Regular';
  font-style: normal;
  src: url('../fonts/circe/Circe-Regular.ttf');
}

@font-face {
  font-family: 'Circe-ExtraBold';
  font-style: normal;
  src: url('../fonts/circe/Circe-ExtraBold.ttf');
}

@font-face {
  font-family: 'Circe-Bold';
  font-style: normal;
  src: url('../fonts/circe/Circe-Bold.ttf');
}

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin_cyrillic-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin_cyrillic-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_cyrillic-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_cyrillic-900.svg#Roboto') format('svg'); /* Legacy iOS */
}



* {
  outline: none;
}

body {
  background: #222123;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin:0;
}

.site {
  overflow: hidden;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

p {
  margin: 0 0 24px 0;
}

a {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  min-height: 32px;
  margin: 0;
  padding: 4px 10px 4px 10px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}

input[type="submit"],
input[type="reset"] {
  min-height: 32px;
  margin: 0;
  padding: 5px 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.8s, color 0.8s;
  -o-transition: background 0.8s, color 0.8s;
  -moz-transition: background 0.8s, color 0.8s;
  transition: background 0.8s, color 0.8s;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
  -webkit-transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

h1 {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: normal;
  font-family: 'Circe-ExtraBold';
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  word-wrap: break-word;
}

h1 + p {
  margin: 0 0 106px 0;
  font-size: 18px;
  font-family: 'Circe-Regular';
  line-height:24px;
}

h2 {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0 0 7px 0;
  line-height: 34px;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #000;
}

h2::before {
	background: #000;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 120px;
	height: 4px;
	overflow: hidden;
	content: '';
}

/*--------- Header Area START ---------*/

.site-header {
  background: #fff;
  padding: 0 15px;
  text-align: center;
}

.site-header .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 56px 0 56px 0;
  border-bottom: 2px solid #000;
}

/*--------- Header Area END ---------*/

/*--------- Content Area START ---------*/

.site-content {
  background: #fff;
  padding: 0 15px;
  text-align: center;
}

.site-content .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 106px 0 130px 0;
}

.productList {
  margin: 0;
  padding: 0;
}

.productList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 100px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.productList li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.productList li:nth-child(2n) .caption {
  padding: 0 60px 0 0;
}

.productList li figure {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
}

.productList li figure a {
  background: #000;
  display: block;
  overflow: hidden;
}

.productList li figure a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.productList li figure a img {
  width: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.productList li .caption {
  width: 50%;
  padding: 0 0 0 60px;
  /*-webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;*/
  font-family: 'Circe-Regular';
}

.productList li p {
	margin: 0 0 25px 0;
	font-size: 16px;
	line-height: 24px;
}

a.btn-default {
  display: inline-block;
  position: relative;
  min-width: 154px;
  margin: 20px 0 0 0;
  padding: 11px 30px 11px 30px;
  vertical-align: top;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  z-index: 9;
}

a.btn-default:before {
  background: #000;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  z-index: -1;
  content: '';
}

a.btn-default:hover {
  color: #fff;
}

a.btn-default:hover:before {
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

a.btn-shop {
  display: inline-block;
  margin: 0 0 15px 0;
  vertical-align: top;
  line-height: 30px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

a.btn-shop:hover:after {
  background-position: 50% -5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

a.btn-shop:after {
  background: url(../img/btn_arrow.png) no-repeat 50% 0%;
  display: block;
  height: 16px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  content: '';
}

/*--------- Content Area END ---------*/

/*--------- Footer Area START ---------*/

.site-footer {
  background: #fff;
  text-align: center;
}

.site-footer .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}

.footerTop {
  background: #222123;
  margin: 0 0 25px 0;
  color: #fff;
}

.footerTop .wrapper {
  padding: 65px 15px 65px 15px;
}
.footerTop p:last-child {
    margin-bottom: 0;
}

.footerTop p {
  margin: 0 0 0px 0;
  line-height: 28px;
  font-size: 18px;
  font-family: Circe-Regular;
}

.footerTop span {
font-family: 'Circe-Bold';
	font-size:30px;
	display:inline-block;
	margin:0 10px;
	vertical-align: middle;
	position:relative;
}
.footerTop span em{ position:relative; z-index:2;}
.footerTop span::after{
	content:'';
	position:absolute;
	width:60px;
	height:60px;
	background:#c83336;
	z-index:1;
	top: 6px;
left: -6px;
}

.footerTop p b {
  font-family: 'Circe-Bold';
  font-weight: normal;
}
.footerTop a {
	text-decoration: underline;
}

.footerTop p em {
  display: block;
  padding: 22px 0 32px 0;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
}

.footerBottom {
  background: #222123;
}

.footerBottom .wrapper {
  padding: 9px 15px 9px 15px;
}

ul.shopList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

ul.shopList li {
  margin: 0 11px;
  padding: 0;
  letter-spacing: 1px;
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

ul.shopList li a:hover {
  color: #af1632;
}

/*--------- Footer Area END ---------*/

@media (max-width: 1200px) {
  .productList li:nth-child(2n) .caption {
    padding: 0 30px 0 0;
  }

  .productList li .caption {
    padding: 0 0 0 30px;
  }

  .productList li p {
    margin: 0 0 24px 0;
  }

  .footerTop p {
    margin: 0 0 14px 0;
  }

  .footerTop p:last-child {
    margin: 0;
  }

  .footerTop p em {
    padding: 15px 0 15px 0;
  }
}

@media (max-width: 991px) {
  h1 + p br {
    display: none;
  }

  .site-header .wrapper {
    padding: 30px 0 30px 0;
  }

  .site-content .wrapper {
    padding: 70px 0 70px 0;
  }
}

@media (max-width: 767px) {
  body {
    line-height: 20px;
    font-size: 14px;
  }

  h1 + p {
    margin: 0 0 60px 0;
    font-size: 16px;
  }

  h2 {
    line-height: 26px;
    font-size: 22px;
  }

  .productList li:last-child {
    margin: 0;
  }

  .productList li {
    display: block;
  }

  .productList li figure {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .productList li .caption {
    width: 100%;
    padding: 0 !important;
  }

  .footerTop p {
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .site-header img
  {
    width: 50vw;
    height: auto;
  }
  a.btn-default
  {
    display: block;
    margin: 0 auto;
  }
}