
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraBold.eot');
    src: local('Dosis ExtraBold'), local('Dosis-ExtraBold'),
        url('../fonts/Dosis-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-ExtraBold.woff') format('woff'),
        url('../fonts/Dosis-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-SemiBold.eot');
    src: local('Dosis SemiBold'), local('Dosis-SemiBold'),
        url('../fonts/Dosis-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-SemiBold.woff') format('woff'),
        url('../fonts/Dosis-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Light.eot');
    src: local('Dosis Light'), local('Dosis-Light'),
        url('../fonts/Dosis-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Light.woff') format('woff'),
        url('../fonts/Dosis-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.eot');
    src: local('Dosis Bold'), local('Dosis-Bold'),
        url('../fonts/Dosis-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Bold.woff') format('woff'),
        url('../fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.eot');
    src: local('Dosis Regular'), local('Dosis-Regular'),
        url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Regular.woff') format('woff'),
        url('../fonts/Dosis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.eot');
    src: local('Dosis Medium'), local('Dosis-Medium'),
        url('../fonts/Dosis-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Medium.woff') format('woff'),
        url('../fonts/Dosis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraLight.eot');
    src: local('Dosis ExtraLight'), local('Dosis-ExtraLight'),
        url('../fonts/Dosis-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-ExtraLight.woff') format('woff'),
        url('../fonts/Dosis-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
font-family: 'Roboto Thin';
src: url('../fonts/Roboto-Thin.eot');
src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Thin.woff') format('woff'),
url('../fonts/Roboto-Thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Light';
src: url('../fonts/Roboto-Light.eot');
src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Light.woff') format('woff'),
url('../fonts/Roboto-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Regular';
src: url('../fonts/Roboto-Regular.eot');
src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Regular.woff') format('woff'),
url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Medium';
src: url('../fonts/Roboto-Medium.eot');
src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Medium.woff') format('woff'),
url('../fonts/Roboto-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Bold';
src: url('../fonts/Roboto-Bold.eot');
src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Bold.woff') format('woff'),
url('../fonts/Roboto-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

p {font-size: 15px;line-height: 22.4px;color: #6c7279;}
h1 {font-size: 65px;color: #2d3033;}
h2 {font-size: 28px;color: #2d3033;font-weight: 300;}
h3 {font-size: 28px;color: #2d3033;font-weight: 300;}
h4 {font-size: 22px;color: #2d3033;font-weight: 400;}
h5 {font-size: 14px;color: #2d3033;text-transform: uppercase;font-weight: 700;}
.btn {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom:3px solid rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	letter-spacing:3px;
	line-height:30px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {color: #fff;border-bottom:3px solid rgba(229, 46, 46, 1) ;}
.btn-large {padding: 15px 40px;}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
.red {background-color:#ff4444 !important; color:#fff;}

a {color: #ffc4ba;}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
	color: #fff;
}
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {list-style: none;}
.section {padding: 100px 0;}
.no-padding {padding: 0;}
 .no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}


::-webkit-selection {
  color: #fff;
  background:rgba(205, 214, 219, 0.4);
}

::-moz-selection {
  color: #fff;
  background: rgba(205, 214, 219, 0.4);
}

::selection {
  color: #fff;
  background: rgba(205, 214, 219, 0.4);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.logo {
	color: rgba(255, 255, 255, 1);
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	font-size:22px;
	letter-spacing:3px;
	text-transform: uppercase;
	border:1px solid rgba(255, 255, 255, 0.5);
	padding:10px 20px;
}
.banner-area {position: relative; 
    background-image: url('../images/backgrounds/3.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;}
.banner-area-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: rgb(27,19,19);
}
.banner-text {
	padding-top: 12%;
	padding-bottom: 12%;
}
.banner-text h1 {
	margin-top:10%;
	color: #fff;
	font-family: "Dosis", sans-serif;
	font-weight: 100;
	letter-spacing:15px;
	font-size:17px;
	text-transform: uppercase;
}
.banner-text p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing:3px;
	margin-bottom: 5%;
}
.otstup {padding-top:15px;padding-bottom:20px;}
/* ------------------------------------------------------------------------------
	Countdown
-------------------------------------------------------------------------------*/

#countdown {
	padding:0;
	position:relative;
	margin-top:5%;
	margin-bottom:5%;
}
.item {
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 10px;
	padding:2%;
	text-transform:uppercase;
	font-size:13px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
.item p {
	font-family: "Dosis", sans-serif;
	text-align:center;
	margin:0;
	font-size:27px;
	padding:0;
}

/* ------------------------------------------------------------------------------
	Introduction
-------------------------------------------------------------------------------*/


  .intro-content {
	margin-top: 20px;
}
.intro h1 {
	font-family: "Dosis", sans-serif;
	font-size:33px;
	font-weight: 700;
}
.intro h2 {
	font-family: "Dosis", sans-serif;
	font-size:17px;
	font-weight: 700;
	letter-spacing:2px;
	text-transform:uppercase;
}
.intro p {
	font-size:15px;
	font-weight: 300;
	letter-spacing:1px;
	line-height:27px;
}

/* ------------------------------------------------------------------------------
	 Peredelki
-------------------------------------------------------------------------------*/

.vitrina {display: inline-block;
          position: relative;
	      background-color: rgba(205, 214, 219, 0.4);
          padding:20px;
		  border:5px solid rgba(205, 214, 219, 0.1);
		  margin-top:50px;
		  }
.vitrina p, ul {color:#f9f9f9;}
.vitrina h1 {color:#fff; text-align:center;font-size: 25px;text-shadow: 3px 5px 6px #444;}
.vitrina h2 {color:#fff; text-align:center;}
.vitrina h3 {color:#fff; text-align:center;}
.vitrina h4 {color:#fff; font-size: 20px;}
.vitrina h5 {color:#fff;text-shadow: 3px 5px 6px #333;}
.btn3 {text-align:center; border-radius:10px;}
.mimi {font-size: 12px;}
.foto {display: block;margin-left: auto;margin-right: auto;width: 70%;}
.centro {display: block;margin-left: auto;margin-right: auto;}
.stena {font-size: 16px;}

/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/

	.subscribe {
	width: 100%;
	background-color: #eee;
	background-image: url('../images/backgrounds/parallax-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe >.container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.subscribe-title h2 {
	font-family:"Dosis", sans-serif;
	font-weight: 600;
	font-size: 23px;
	color: #fff;
	letter-spacing:3px;
	margin:0 3%;
	line-height:70px;
	text-transform:uppercase;
}
.subscribe-form {
	margin-top: 6px;
}
.subscribe-form input[type=text] {
	width: 65%;
	height: 60px;
	display: block;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	line-height: 60px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:300;
	float: left;
}
.subscribe-form input:focus {
	outline: 0;
}
.subscribe-form input[type=button] {
	width: 35%;
	height: 60px;
	display: block;
	padding: 0 10px;
	background-color: #fc6e51;
	border: 1px solid #fc6e51;
	color: #fff;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-o-transition: all 0.125s ease-in-out 0s;
	-ms-transition: all 0.125s ease-in-out 0s;
	float: right;
}
.subscribe-form input[type=submit]:hover {
	background-color: #e85a3d;
	border: 1px solid #e85a3d;
	color: #fff;
}

.error_message {
	color:#fc6e51;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}

#success_page {
	color:#9ce726;
	padding-bottom:10px;
	font-size:12px;
}
#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#4ab217;
}
#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #181818;
	padding:50px 0 50px 0;
}


.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
	font-size:12px;
	line-height:14px;
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 17px;
	letter-spacing:20px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}





.list-counter-circle {
  list-style: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list-counter-circle>li {
  position: relative;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1.75rem;
  margin-bottom: .25rem;
  padding-left: 1rem;
  padding-right: .5rem;
  color: #fff;
  background: rgba(205, 214, 219, 0.1);
  white-space: normal;
  border-radius: .25rem
  
}
.list-counter-circle>li:last-child {
  margin-bottom: 0;
}
.list-counter-circle>li::before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -2rem;
  top: -.25rem;
  bottom: -.25rem;
  width: 2.5rem;
  line-height: 2rem;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
  text-align: center;
  color: #fff;
  background: rgba(205, 214, 219, 0.1);
}