
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: "ArialNarrow";
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot");
    src: url("../fonts/ArialNarrowRegular/ArialNarrowRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.woff") format("woff"),
    url("../fonts/ArialNarrowRegular/ArialNarrowRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBold"; */
@font-face {
    font-family: "ArialNarrow";
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot");
    src: url("../fonts/ArialNarrowBold/ArialNarrowBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.woff") format("woff"),
    url("../fonts/ArialNarrowBold/ArialNarrowBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
/* font-family: "ArialNarrowItalic"; */
@font-face {
    font-family: "ArialNarrowItalic";
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot");
    src: url("../fonts/ArialNarrowItalic/ArialNarrowItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.woff") format("woff"),
    url("../fonts/ArialNarrowItalic/ArialNarrowItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "ArialNarrowBoldItalic"; */
@font-face {
    font-family: "ArialNarrowBoldItalic";
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot");
    src: url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.woff") format("woff"),
    url("../fonts/ArialNarrowBoldItalic/ArialNarrowBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
	font-family: "ArialNarrow";
  font-size: 20px;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
  background: url(/images/bg.jpg) no-repeat top center black;
  color: white;
  overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

main { /* 1 */
  display: block;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
      font-family: "ArialNarrow";
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[hidden] {
  display: none;
}
/***************************************/
* {
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	font-size: 14px;
    padding: 11px;
}
.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.container:after {
	content: "";
	display: block;
	clear: both
}
section {
	padding: 60px 0;
	overflow-x:hidden;
}
.btn {
	background: transparent;
	color: #00ff22;
	border: 3px solid #00ff22;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 20px;
    line-height: 1;
    padding: 17px 35px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.btn:hover {
	background: #00ff22;
	color: #000000;
}
.block-title {
	font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: left;
    color: #00ff22;
    text-transform: uppercase;
}
.block-title:after {
    content: "";
    width: 55px;
    margin: 15px 0;
    height: 2px;
    background: #00ff22;
    display: block;
}
.block-subtitle {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin: -30px 0 45px
}

.hidden-popup {
	display: none;
}
.popup-content {
	padding: 35px 30px;
	background: white;
	position: relative;
}
.popup-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.popup-text {
	font-size: 18px;
}
.popup-title.red-bottom:after {
    margin: 0 0;
}
.lesson-popup .popup-title {
	font-weight: normal;
	font-size: 20px;
}
.popup-text ol li {
	font-size: 15px;
	
}
.popup-text ol {
	margin: 0;
	padding: 0 0 0 15px;
}
img.emoji {
	width: 20px;
    height: 20px;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 2px;
}
/***************************************/

/***************************************/
header {
	position: fixed;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    line-height: 96px;
	height: 96px;
    z-index: 99;
	top: 0;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.scrolled header {
    background: rgba(0, 0, 0, 1);
}
.header-logo {
	float: left;
	width: 280px;
	height: 96px;
	background: url(/images/logo.png) no-repeat left center;
	margin-left: 0;
}
.header-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.header-nav li {
    float: left;
    border-top: 4px solid transparent;
    font-size: 20px;
	line-height: 1;
    text-transform: uppercase;
    margin: 0;
	padding: 25px 10px 0;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.header-nav li:hover {
	border-top: 4px solid #00ff22;
}
.header-phone {
    float: right;
    line-height: 1;
    text-decoration: none;
    font-size: 30px;
    color: #00ff22;
    padding: 6px 10px 0 25px;
	background: url(/images/header-phone.png) no-repeat 0 13px;
}
/***************************************/
#main {
	padding: 0;
}
.main-slider {
	min-height: 480px;
	max-height: 930px;
}
.slick-slide.main-slide {
	min-height: 480px;
	max-height: 930px;
	background-size: cover !important;
}
.slick-slide.main-slide .container {
	height: 100%;
}

.slide-caption {
	text-align: right;
    position: absolute;
    bottom: 60px;
    right: 0;
}
.slide-text {
	font-weight: bold;
	font-size: 44px;
	line-height: 1
}
.slide-text.big span{display: block;line-height: 1}
.slide-text.big span:nth-child(1){font-size: 76px; color: #00ff22}
.slide-text.big span:nth-child(2){font-size: 63px;}
.slide-text.big span:nth-child(3){font-size: 52px;}
.slide-divider {
    width: 170px;
    margin: 30px 0;
    height: 4px;
    background: #00ff22;
    display: inline-block;
    clear: both;
}
.slide-btn {
	text-align: right;
}
.container.slide1 {
	padding: 100px 0 50px;
}
.container.slide1 span {
	background: url(/images/slide1-1.png) no-repeat center center;
	background-size: contain;
	display: block;
    width: 100%;
    height: 100%;
}
/***************************************/
#about {
	padding-top: 90px;
	padding-bottom: 90px;
}
#about .container {
	padding-left: 500px;
}
#about .container:before {
	content: "";
	display: block;
	background: url(/images/about.jpg) no-repeat center center;
	background-size: contain !important;
	width: 440px;
	height: 545px;
	position: absolute;
	border: 3px solid #00ff22;
	left: 0;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#about .container:hover:before {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
#about .block-content {
	line-height: 30px;
}
#about .bottom-button {
	margin-top: 27px;
	text-align: left;
}
/***************************************/
#gallery {}
.block-gal-chooser {
	float: right;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: -40px;
}
.block-gal-chooser span {
	cursor: pointer;
	margin-left: 15px;
}
.block-gal-chooser span.active {
	color: #00ff22;
}
.gallery-item {
	position: relative;
	display: inline-block;
	width: 285px;
	height: 160px;
	margin: 0 10px 5px 0;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	background-size: cover !important;
	cursor: pointer;
}

.gallery-item:nth-child(4n) {
	margin-right: 0;
}
.gallery-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background-size: cover !important
}
.galtab.photo .gallery-item:after {
	display: none;
	background: url(/images/photo.png) no-repeat center center;
}
.galtab.video .gallery-item:after {
	display: none;
	background: url(/images/play.png) no-repeat center center;
}
.gallery-item:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
.gallery-item:hover:before {
	content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    
    border: 2px solid #00ff22;
}
.galtab.video .gallery-item:hover:before {
	background: rgba(0,0,0,0.7);
}
.galtab.photo .gallery-item:hover:after {
	background: url(/images/photo-hover.png) no-repeat center center;
}
.galtab.video .gallery-item:hover:after {
	display: block;
	background: url(/images/play-hover.png) no-repeat center center;
}
.gallery-item-caption {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: #00ff22;
	text-decoration: none;
	font-size: 18px;
}
.gallery-item:hover .gallery-item-caption {
	display: block;
}

.galtab {display: none;}
.galtab.active {display: block;}
/***************************************/
.team-items {
	text-align: center;
}
.team-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 10px 15px;
	padding: 0 0 15px 0;
}
.team-item img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	display: block;
}
.team-item:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
.team-item-name {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.team-item:hover {
	color: #00ff22
}
.team-item:hover:before {
	content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid #00ff22;
	z-index: -1;
}
.team-item-social {}
.team-item-social a {
	color: white;
	cursor: pointer;
	font-size: 30px;
	margin: 0 5px;
}
.team-item-social a:hover {
	color: #00ff22;
}
/***************************************/
#prices {
	
}
#prices table {
	border-collapse: collapse;
}
#prices table th {
	color: #00ff22;
	border: 2px solid #00ff22;
	font-size: 30px;
	padding: 10px 20px;
}
#prices table td {
	border: 2px solid #00ff22;
	font-size: 24px;
	padding: 10px 20px;
}
.bottom-button {
	margin-top: 30px;
	text-align: center;
}
.cards-items {
	text-align: center;
	margin-top: 50px;
}
.cards-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}
.cards-item-border {
	border: 2px solid #00ff22;
	padding: 25px;
	background: url(/images/moto.png) no-repeat center center;
	font-size: 36px;
}
.cards-item-price {
	text-align: left;
	margin-top: 186px;
}
/***************************************/
#safety {

}
#safety .block-title {
	text-align: center;
	padding-top: 100px;
	margin-bottom: 35px;
	margin-top: 40px;
	background: url(/images/safety.png) no-repeat top center;
}
#safety .block-title:after {
	display: none;
}
#safety .container {
	border: 2px solid #00ff22;
	color: #00ff22;
	padding: 0 80px;
}
.safety-items {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 120px;
}
.safety-item {
	display: inline-block;
	width: 200px;
	margin: 0 40px;
	vertical-align: top;
	padding-top: 125px;
}
.safety-item:nth-child(1) {
	background: url(/images/s1.png) no-repeat top center;
}
.safety-item:nth-child(2) {
	background: url(/images/s2.png) no-repeat top center;
}
.safety-item:nth-child(3) {
	background: url(/images/s3.png) no-repeat top center;
}
/***************************************/
.reviews-slider {
	width: 1000px;
	margin: 0 auto;
}
.slick-arrow svg {
	width: 100%;
	height: auto;
}
.review-title {
	font-size: 33px;
	color: #00ff22;
}
.review-title a {
    color: #00ff22;
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
}
.review-text {
	font-size: 18px;
}
/***************************************/
#contacts {
	border-top: 4px solid #00ff22;
	background: black;
}
#contacts:after {
	content: "";
	clear: both;
	display: block;
}
#contacts a {
	color: white;
	text-decoration: none;
}
#contacts .contacts-links a {
	font-size: 26px;
	display: block;
}
#contacts .contacts-links i {
	margin-right: 10px;
	color: #00ff22;
	width: 27px;
}
#contacts a:hover {
	color: #00ff22;
}


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

/***************************************/
.footer-logo {
    width: 390px;
    height: 100px;
    background: url(/images/logo.png) no-repeat left center;
    margin-top: 150px;
}
.contacts-half {
	width: 50%;
	float: left;
}
.contacts-half:last-child {
	width: 520px;
	float: right;
}
form input[type="text"], form input[type="email"], form textarea {
	width: 100%;
	font-size: 18px;
	background: transparent;
	border: 2px solid #00ff22;
	color: white;
	line-height: 1;
	padding: 7px 15px;
    margin: 10px 0;
    display: block;
	outline: none;
}
.form-border {
	border: 2px solid #00ff22;
	padding: 0 10px;
}
/************************************/
/* Form - Custom radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
	margin-bottom: 10px;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #00ff22;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #00ff22;
    box-shadow: 0px 0px 1px #00ff22;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
    color: white;
    font-size: 18px;
}

.radio-custom label:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #00ff22;
	border-radius: 50%;
}

#buy-abonement .bottom-button {
    margin-top: 10px;
}

#buy-abonement .block-title {
    font-size: 30px;
    line-height: 1;
	text-align: center;
}
#buy-abonement .block-title:after {
	margin: 15px auto;
}
img {max-width: 100%}
/************************************/
/************************************/
/************************************/

/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
@media (min-width: 1200px) {

}
@media (max-width: 1199px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 970px;
		padding: 0 30px;
	}
	.header-logo {
		width: 180px;
		background-size: contain;
	}
	.header-nav li {
		font-size: 16px;
    }
	.header-phone {
		font-size: 24px;
		padding: 10px 10px 0 25px;
	}
	#about .container {
		padding-left: 300px;
	}
	#about .block-content {
		line-height: 1.2;
	}
	#about .container:before {
		width: 260px;
		height: 320px;
		top: 61px;
	}
	.gallery-item {
		width: 220px;
		height: 130px;
	}
	.team-item {
		width: 200px;
	}
	.team-item-name {
		font-size: 26px
	}
	#prices table th,
	#prices table td {
		font-size: 20px;
	}
	.cards-item-border {
		font-size: 24px;
	}
	.safety-item {
		margin: 0 0;
	}
	.reviews-slider {
		width: 750px;
	}
	.contacts-half:last-child {
		width: 400px;
	}
	#contacts .contacts-links a {
		font-size: 22px;
	}
}
.menu-toggler {display: none}
@media (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
	
	header .container {
		width: 100%;
	}
	.menu-toggler {
		display: block;
		float: right;
		width: 30px;
		height: 50px;
		margin-left: 50px;
		cursor: pointer;
		color: #00ff22;
	}
	
	.header-nav {
		margin: 0;
		position: absolute;
		background: black;
		right: -230px;
		width: 230px;
		top: 50px;
		padding: 20px 0;
		-webkit-transition: all 0.1s ease-in;
		-moz-transition: all 0.1s ease-in;
		-ms-transition: all 0.1s ease-in;
		-o-transition: all 0.1s ease-in;
		transition: all 0.1s ease-in;
	}
	.header-nav.toggled {
		right: 0;
	}
	.header-nav li {
		font-size: 18px;
		margin: 0 10px;
		text-align: right;
		display: block;
		float: none;
		line-height: 1.2;
		padding: 0 10px;
		border-top: 0
	}
	.header-nav li:hover {
		border-top: 0
	}
	.header-phone {
		font-size: 20px;
		padding: 0 0 0 25px;
		line-height: 50px;
		background: url(/images/header-phone.png) no-repeat 0 center;
	}
	header {
		line-height: 50px;
		height: 50px;
	}
	.header-logo {
		margin: 0;
		width: 160px;
		line-height: 50px;
		height: 50px;
		background-size: contain;
	}
	#about .container {
		padding-left: 15px;
	}
	#about .block-content {
		line-height: 1.2;
	}
	#about .container:before {
		display: none
	}
	.gallery-item {
		width: 170px;
		height: 170px;
	}
	.team-item {
		width: 200px;
	}
	.team-item-name {
		font-size: 24px;
	}
	.team-item img {
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
		-webkit-filter: grayscale(0%);
	}
	#prices table th,
	#prices table td {
		font-size: 18px;
	}
	.cards-item-border {
		font-size: 18px;
	}
	.safety-item {
		margin: 0 0;
		width: 170px;
	}
	.reviews-slider {
		width: 80%;
	}
	.safety-items {
		margin-bottom: 40px;
	}
	.contacts-half {
		width: 100% !important;
		float: none !important;
	}
	.contacts-half:last-child {
		margin-top: 50px
	}
	#contacts .contacts-links a {
		font-size: 20px;
	}
	.footer-logo {display: none;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
	
}
@media (max-width: 767px) {
	.container {
		width: 100%
	}
	section {
		padding: 30px 0;
	}
	.galtab {
		text-align: center;
	}
	.block-gal-chooser {
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 20px;
	}
	.slide-caption {
		right: 30px;
	}
	.gallery-item {
		width: 23%;
		height: 170px;
	}
	.gallery-item:after {display: none !important}
	.safety-item {
		margin: 0 0 30px;
		width: 100%;
	}
	.cards-item {
		margin: 0 auto 50px;
		display: block;
		max-width: 250px
	}
	#safety {
		padding: 30px 15px;
	}
	#safety .container {
		padding: 0 10px;
	}
	footer {
		padding-bottom: 20px;
	}
	
	.footer-logo {
		float: none;
		margin: 0 auto;
	}
	.fancybox-close, .close {
		top: -20px !important;
		right: 0 !important;
	}
	.resp-table {
		width: 100%;
		overflow-x: auto
	}
	.slick-prev {
		left: -50px !important;
	}
	.slick-next {
		right: -50px !important;
	}
}
@media (max-width: 500px) {
	.gallery-item {
		width: 45%;
		margin: 0 10px 10px 0 !important;
	}
	.menu-toggler {
		margin-left: 30px;
 	}
	.slide-text.big span, .slide-text {
		font-size: 30px!important;
	}
	.header-phone {
		display: none
	}
}

