@import url('https://fonts.googleapis.com/css?family=Exo+2:400,500,700&subset=cyrillic');
@font-face {
  font-family: Exo;
  src: url('../fonts/Exo2.0-MediumItalic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Exo2.0-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Exo2.0-MediumItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Exo2.0-MediumItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: Exo;
  src: url('../fonts/Exo2.0-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Exo2.0-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Exo2.0-SemiBold.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: RopaSans;
  src: url('../fonts/RopaSansSCPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/RopaSansSCPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/RopaSansSCPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/RopaSansSCPro-Regular') format('woff'); /* Pretty Modern Browsers */
  font-style: normal;
  font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-width: 320px;
	width: 100vw;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  overflow-x: hidden;
	font-family: RopaSans, sans-serif;
	font-size: 16px;
	min-height: 100vh;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.popup-is-open {
	overflow: hidden;
	position: fixed!important;
}
.wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
p, h1, h2,
h3, h4, h5,
span {
	cursor: default;
}
h1, h2,
h3, h4, h5 {
	font-weight: 700;
}
button, #login-form a.registration,
#fancybox-content a.continue_link, #fancybox-content a.showcart,
.cf_apply_button {
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 4px;
	text-transform: uppercase;
	min-height: 33px;
	padding: 8px 20px;
	color: #fff;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}
button:hover, #login-form a.registration:hover, #login-form a.registration:focus,
#fancybox-content a.continue_link:hover, #fancybox-content a.showcart:hover,
#fancybox-content a.continue_link:focus, #fancybox-content a.showcart:focus,
.cf_apply_button:hover, .cf_apply_button:focus {
	-webkit-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
::-moz-selection {
	color: #d3000d;
	text-shadow: none;
}

::selection {
	color: #d3000d;
	text-shadow: none;
}
/* ---------------------------------------------------------- FLEX BOX */
/* ---------------------------------------------------------- FLEX BOX */

	.flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.flex-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	.flex-center {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

/* ------------------------------------------------------------ CLASSES */
/* ------------------------------------------------------------ CLASSES */
	.show {
		display: flex;
	}
	.blue {
		color: #48d1e4;
	}
	.bold {
		font-weight: bold;
	}
	.br {
		display: none;
	}
	.table-container {
	  width: 100%;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}

/* ------------------------------------------------------------- POPUP */
/* ------------------------------------------------------------- POPUP */

	.overlay, .nav-overlay {
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		-webkit-transition: opacity .7s, visibility 0s .7s;
		-o-transition: opacity .7s, visibility 0s .7s;
		transition: opacity .7s, visibility 0s .7s;
	}
	.overlay.show {
		opacity: 0.7;
		visibility: visible;
		-webkit-transition: opacity .7s, visibility 0s 0s;
		-o-transition: opacity .7s, visibility 0s 0s;
		transition: opacity .7s, visibility 0s 0s;
	}
	.popup {	
		background: url(../images/header-bg.png) left top/auto no-repeat, linear-gradient(to top, #77cfef 0%, #fff 90%) center/cover;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: #fff;
		color: #262626;
		-webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,0.7);
		box-shadow: 0 0 20px 2px rgba(0,0,0,0.7);
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-60px);
		-ms-transform: translateY(-60px);
		-o-transform: translateY(-60px);
		transform: translateY(-60px);
		-webkit-transition: opacity .7s, transform .7s, visibility 0s .7s;
		-o-transition: opacity .7s, transform .7s, visibility 0s .7s;
		transition: opacity .7s, transform .7s, visibility 0s .7s;
		border-radius: 25px;
		height: 95vh;
		width: 95vw;
	}
	.popup.show {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: opacity .7s, transform .7s, visibility 0s 0s;
		-o-transition: opacity .7s, transform .7s, visibility 0s 0s;
		transition: opacity .7s, transform .7s, visibility 0s 0s;
	}
	.popup .form-container {
		max-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.close-popup {
		cursor: pointer;
		height: 19px;
		width: 19px;
		position: absolute;
		top: 0;
		right: -30px;
		display: block;
		background-color: transparent;
	}
	.close-popup:after, .close-popup:before {
		content: '';
		background-color: #999;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 7.5px;
		left: 0;
		-webkit-transition: background-color .4s;
		-o-transition: background-color .4s;
		transition: background-color .4s;
	}
	.close-popup:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.close-popup:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.popup form {
		-ms-align-items: center;
		align-items: center;
		padding: 0 15px 25px;
	}
	.popup input[type="text"],
	.popup input[type="tel"],
	.popup input[type="email"], 
	.popup input[type="password"] {
		margin-bottom: 6px;
    height: 30px;
    font-size: 1em;
    text-align: left;
	}
	.popup button[type="submit"] {
		font-size: 1.2em;
    min-width: 170px;
    height: 42px;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 15px;
	}
	.popup-title {
		font-size: 23px;
		max-width: 90%;
		margin: 60px auto 35px;
		-ms-align-self: center;
		align-self: center;
		text-align: center;
	}
	p.agreement {
		line-height: 1.1em!important;
		text-align: center!important;
		font-size: 12px!important;
		margin-bottom: 0!important;
		font-weight: normal!important;
	}
	p.agreement a {
		border-bottom: 1px solid;
		display: inline-block;
	}

	#callback-popup {
		max-height: 365px;
		max-width: 300px;
	}
	#login-form-popup {
		max-height: 430px;
		max-width: 320px;
	}
	#email-popup {
		max-height: 470px;
		max-width: 340px;
	}
	#thank-you-popup {
		max-height: 240px;
		max-width: 330px;
	}

/* ---------------------------------------------------------------- FORMS */
/* ---------------------------------------------------------------- FORMS */

	.empty-input::-webkit-input-placeholder {
		color: #ee2b2e;
		font-weight: bold;
	} 
	.empty-input::-moz-placeholder {
		color: #ee2b2e;
		font-weight: bold;
	} 
	.empty-input:-ms-input-placeholder {
		color: #ee2b2e;
		font-weight: bold;
	} 
	.empty-input::placeholder {
		color: #ee2b2e;
		font-weight: bold;
	}

	input, select, textarea, button {
		font-family: RopaSans, sans-serif;
		outline: none;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"] {
		height: 35px;
		width: 100%;
		max-width: 230px;
		background: #fff!important;
		border: 1px solid;
		padding: 0 10px;
		text-align: center;
		border-radius: 4px;
	}
	textarea {
		resize: none;
		height: 100px;
		width: 100%;
		max-width: 230px;
		background: #fff!important;
		border: 1px solid;
		padding: 8px 10px;
		border-radius: 4px;
		text-align: left;
    font-size: 1em;
	}
	input[type="text"].empty-input,
	input[type="email"].empty-input,
	input[type="tel"].empty-input,
	input[type="password"].empty-input {
		border-color: #ee2b2e;
	}

/* -------------------------------------------------------------------------- LOGIN */
/* -------------------------------------------------------------------------- LOGIN */

	#login-form a.registration {
		font-size: 1.2em;
		min-width: 170px;
		height: 42px;
		text-transform: none;
		margin-bottom: 16px;
		margin-top: -4px;
	}
	ul.unstyled {
		list-style: none;
	}
	.logged-in #login-form {
		display: none;
	}
	.reg-wrapper {
		max-width: 800px;
		-ms-align-items: center;
		align-items: center;
		padding: 50px 25px;
	}
	#adminForm {
		background: linear-gradient(to top, #bbe0f4 0%, #f0f9ff 100%) center/cover;
		padding: 25px;
	}
	.adminForm.user-details tbody {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	.adminForm.user-details tbody tr:nth-of-type(3) {
		-webkit-order: -10;
		-moz-order: -10;
		-ms-order: -10;
		-o-order: -10;
		order: -10;
	}
	.adminForm.user-details tbody tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: flex-start;
	}
	.adminForm.user-details tbody tr td:last-child {
		flex-grow: 2;
	}
	.adminForm.user-details tbody tr td input {
		width: 100%;
	}
	.reg-btns button {
		font-size: 1.1em;
		text-transform: none;
		margin: 5px;
	}
	.remind, .reset, .wrapper.login, .wrapper.logout {
		max-width: 800px;
		padding: 50px 25px;
	}
	.wrapper.login, .wrapper.logout {
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.wrapper.login .control-group, .wrapper.logout .control-group {
		margin-bottom: 1em;
	}
	.wrapper.login form, .wrapper.logout form {
		margin-bottom: 1em;
	}
	.popover {
		display: none!important;
	}
	.remind p, .reset p, .wrapper.login p, .wrapper.logout p {
		font-size: 1.2em;
		line-height: 1em;
		margin-bottom: 1em;
	}
	.remind button, .reset button {
		font-size: 1.2em;
		margin-top: 1em;
	}
	.wrapper.login button, .wrapper.logout button {
		font-size: 1.2em;
	}

/*---------------------------------------------------- ERROR*/
/*---------------------------------------------------- ERROR*/

	#system-message-container {
		position: fixed;
		top: 25px;
		left: 25px;
		right: 25px;
		z-index: 30;
		max-width: unset;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.alert-warning, .alert-error {
		max-width: 1065px;
		margin: 0 auto;
		padding: 25px;
		background-color: #fdd!important;
		border: 1px solid #a22!important;
		box-shadow: 0 0 7px rgba(0,0,0,0.4);
		position: relative;
	}
	.alert.alert-message,
	.alert-notice {
		max-width: 1065px;
		margin: 25px auto 0;
		padding: 25px;
		background-color: #d9edf7;
		border-color: #bce8f1;
		color: #3a87ad;
		box-shadow: 0 0 7px rgba(0,0,0,0.4);
		position: relative;
	}
	.alert-warning a.close, .alert-error a.close,
	.alert-warning button.close, .alert-error button.close,
	.alert-notice a.close, .alert-notice button.close,
	.alert.alert-message a.close, .alert.alert-message button.close {
		text-align: center;
		color: #a22;
		line-height: 25px;
		font-size: 24px;
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		border-radius: 50%;
		border: 1px solid #a22;
		background-color: #fee;
		top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    padding: 0;
    min-height: 0;
	}
	.alert.alert-message a.close, .alert.alert-message button.close,
	.alert.alert-notice a.close, .alert.alert-notice button.close {
		border: 1px solid #3a87ad;
		background-color: #d9edf7;
		color: #3a87ad;
	}
  .header-404 {
    font-size: 4em;
    margin-bottom: 25px;
    color: #ee2b2e;
  }
  .wrapper-404, .links-404 {
  	-ms-align-items: flex-start;
  	align-items: flex-start;
  }
  .wrapper-404 h1 {
    margin-bottom: 15px;
    margin-top: 50px;
  }
  .links-404 {
    justify-content: flex-start;
    margin: 45px 0 60px;
  }
  .links-404 a {
  	margin-bottom: 15px;
  }
  .links-404 * {
  	width: 100%;
  }
  .links-404 button {
    font-size: 1.2em;
  }

/* ------------------------------------------------------- BACK-TO-TOP */
/* ------------------------------------------------------- BACK-TO-TOP */

	#back-to-top {
		position: fixed;
		left: calc(100% - 80px);
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		bottom: -3px;
		height: 55px;
		width: 55px;
		opacity: 0.7;
		z-index: 5;
		background-color: #e6eff5;
		border-radius: 8px 8px 0 0;
		-webkit-transition: opacity 0.4s, transform 0.4s;
		-o-transition: opacity 0.4s, transform 0.4s;
		transition: opacity 0.4s, transform 0.4s;
		font-size: 13px;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}
	#back-to-top:hover {
		opacity: 1;
		-webkit-transition: opacity 0.1s, transform 0.4s;
		-o-transition: opacity 0.1s, transform 0.4s;
		transition: opacity 0.1s, transform 0.4s;
	}
	#back-to-top.show {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}