@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Black.woff2') format('woff2'),
	url('../fonts/GothamPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Bold.woff2') format('woff2'),
	url('../fonts/GothamPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Italic.woff2') format('woff2'),
	url('../fonts/GothamPro-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Medium.woff2') format('woff2'),
	url('../fonts/GothamPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Light.woff2') format('woff2'),
	url('../fonts/GothamPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.woff2') format('woff2'),
	url('../fonts/GothamPro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.4);
		        transform: scale(.4);
	}

	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(.4);
		     transform: scale(.4);
	}

	50% {
		-moz-transform: scale(1);
		     transform: scale(1);
	}

	75% {
		-moz-transform: scale(1);
		     transform: scale(1);
	}

	100% {
		-moz-transform: scale(0);
		     transform: scale(0);
	}
}

@-o-keyframes pulse {
	0% {
		-o-transform: scale(.4);
		   transform: scale(.4);
	}

	50% {
		-o-transform: scale(1);
		   transform: scale(1);
	}

	75% {
		-o-transform: scale(1);
		   transform: scale(1);
	}

	100% {
		-o-transform: scale(0);
		   transform: scale(0);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(.4);
		   -moz-transform: scale(.4);
		     -o-transform: scale(.4);
		        transform: scale(.4);
	}

	50% {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Gotham Pro';
	margin: 0;
}

input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

select {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

a {
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

a:hover {
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

.main-container {
	max-width: 767px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.header {
	background: #040d2c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 35px;
}

.header img {
	max-width: 100%;
}

.phone-btn {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #ed1c24;
	position: absolute;
	right: 0;
	z-index: 3;
	bottom: 50px;
}

.phone-btn::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: #ed1c24;
	opacity: .16;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	animation: pulse 1.8s reverse infinite;
}

.phone-btn a {
	display: block;
}

.first-section {
	padding-top: 125px;
	padding-bottom: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	background: #040d2c;
	-webkit-border-bottom-left-radius: 20px;
	   -moz-border-radius-bottomleft: 20px;
	        border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	   -moz-border-radius-bottomright: 20px;
	        border-bottom-right-radius: 20px;
	margin-top: -2px;
}

.first-section-photo {
	background: rgba(237,28,36,.15);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	height: 310px;
	width: 310px;
	margin: 0 auto;
	position: relative;
}

.first-section-photo::before {
	content: '';
	position: absolute;
	left: 35px;
	right: 35px;
	top: 35px;
	bottom: 35px;
	background: rgb(237,28,36);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.first-section-photo::after {
	content: '';
	position: absolute;
	left: 55px;
	right: 55px;
	top: 55px;
	bottom: 55px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.first-section-photo > img {
	position: relative;
	z-index: 2;
	top: 20px;
	max-width: 100%;
}

.first-section-photo.main-page-fsp > img {
	position: relative;
	z-index: 2;
	top: 30px;
	left: 40px;
	transform:rotate(30deg);
	max-width: 70%;
}

.first-section-rounded {
	position: absolute;
	top: 18px;
	right: 266px;
	-webkit-transform: rotate(4deg);
	   -moz-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	     -o-transform: rotate(4deg);
	        transform: rotate(4deg);
	width: 150px;
	height: 100px;
}

.first-section .line {
	content: '';
	position: absolute;
	height: 45px;
	width: 5px;
	bottom: -22px;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ed1c24;
}

.first-section__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.first-section__bottom .product-currency {
	font-size: 12px;
	display: inline-block;
}

.first-section__bl {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	white-space: nowrap;
}

.first-section__br {
	font-size: 15px;
	text-align: right;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 2px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.first-section__bottom span {
	display: inline-block;
}

.first-section__bl span {
	color: #ed1c24;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	margin-top: 5px;
}

.first-section__br span:first-child {
	letter-spacing: 2px;
	white-space: nowrap;
}

.first-section-inner {
	position: relative;
	z-index: 1;
}

.first-section-title {
	font-weight: 500;
	color: #fff;
	font-size: 37px;
	padding: 25px 0;
	line-height: 1;
	padding-left: 25px;
	padding-right: 80px;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.first-section-title::after {
	content: '';
	position: absolute;
	background: #0e1837;
	top: 0;
	bottom: 0;
	left: -150px;
	width: -webkit-calc(100% + 150px);
	width: -moz-calc(100% + 150px);
	width: calc(100% + 150px);
	-webkit-transform: skewX(-30deg);
	-moz-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	transform: skewX(-30deg);
}


.first-section-title span {
	position: relative;
	z-index: 1;
}

.first-section-text {
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	margin-bottom: 15px;
}

.first-section-red {
	font-size: 24px;
	color: #ed1c24;
	font-weight: 500;
	padding-left: 25px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

.first-section-lines {
	margin-bottom: 125px;
}

.order-btn-wrapper {
	text-align: center;
	padding: 0 30px;
}

.order-btn-wrapper .order-btn {
	width: 100%;
}

.order-btn {
	color: #fff;
	font-weight: bold;
	padding: 25px 90px;
	line-height: 1;
	cursor: pointer;
	background: #ed1c24;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
	-moz-box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
	box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
}

.rotated-wrapper {
	display: inline-block;
	width: 1.5em;
	line-height: 1.5;
	position: absolute;
	bottom: 220px;
	right: 35px;
	z-index: 1;
}

.first-section-rotated {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.socials {
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: absolute;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.socials a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.socials a:first-child {
	margin-bottom: 15px;
}

.first-section-price {
	background: #ed1c24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 180px;
	width: 180px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	right: 35px;
	top: -45px;
}

.first-section-price span {
	font-size: 18px;
	display: block;
}

.first-section-price .price {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 4px;
}

.advantage-items {
	padding: 0 25px;
	padding-top: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.advantage-item {
	text-align: center;
	background: #ffffff;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	padding: 0 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(33.3% - 10px);
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 calc(33.3% - 10px);
	        flex: 0 0 calc(33.3% - 10px);
	margin: 0 5px;
	margin-bottom: 20px;
}

.advantage-icon {
	margin-bottom: 10px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantage-item:nth-child(1),
.advantage-item:nth-child(2) {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}

.advantage-icon img {
	max-height: 100%;
}

.advantage-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.advantage-text {
	font-size: 12px;
}

.advantage-text p {
	margin: 0;
}

.red-line-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

.red-line-wrapper.half-top {
	margin-top: -22px;
}

.red-line-wrapper.margin-0 {
	margin-bottom: 0;
}

.red-line {
	height: 45px;
	width: 5px;
	display: inline-block;
	vertical-align: top;
	background: #ed1c24;
	position: relative;
	z-index: 2;
}

.logo {
	margin: 0 auto;
}

.logo2 {
	text-align: center;
	margin-bottom: 40px;
}

.logo2 img {
	vertical-align: top;
}

.product-desc {
	line-height: 22px;
	font-size: 16px;
	letter-spacing: .5px;
}

.product-desc__wrapper {
	padding: 0 30px;
	padding-top: 30px;
	margin-bottom: 60px;
}

.product-desc__inner {
	padding: 0 15px;
	padding-top: 30px;
	-webkit-box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
	        box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	padding-bottom: 40px;
}

.product-desc p {
	margin-bottom: 0;
	margin-top: 0;
}

.product-desc p:last-child {
	margin-bottom: 0;
}

.product-features-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #040d2c;
	line-height: 50px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 30px;
}

.product-features-title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 5px;
	line-height: 1;
}

.product-features-price {
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
}

.product-features-price span {
	position: relative;
	z-index: 1;
}

.product-feature {
	font-size: 14px;
	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;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	margin-bottom: 5px;
}

.product-features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	margin-bottom: 40px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-slider-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-slider-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.product-slider-image:nth-child(odd) {
    padding: 0 15px;
    padding-right: 8px;
}

.product-slider-image:nth-child(even) {
    padding: 0 15px;
    padding-left: 8px;
}

.product-slider-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	height: 100%;
}

.tns-nav {
	margin-bottom: 50px;
	text-align: center;
}

.tns-nav button {
	width: 45px;
	height: 5px;
	background: #efefef;
	border: 0;
	padding: 0;
	outline: none !important;
}

.tns-nav .tns-nav-active {
	background: #ed1c24;
}

.order-btn.order-btn-second {
	margin-bottom: 25px;
}

.sizes-btn-wrapper {
	text-align: center;
	margin-bottom: 60px;
}

.sizes-btn {
	font-size: 14px;
	color: #564b4b;
	cursor: pointer;
}

.text-block-title {
	margin-top: 0;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

.text-block-text {
	padding: 0 35px;
	margin-bottom: 60px;
	font-size: 16px;
}

.text-block-text p {
	margin-top: 0;
	margin-bottom: 30px;
}

.text-block-text p:last-child {
	margin-bottom: 0;
}

.third-btn-wrapper .order-btn.order-btn-second {
	margin-bottom: 60px;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
	-moz-box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
	box-shadow: 2px 2px 15px 5px rgba(237,28,36,.3);
}

.how-to {
	margin-bottom: 50px;
}

.how-to-title {
	margin-bottom: 50px;
	color: #040d2c;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
}

.how-to-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 35px;
	margin-bottom: 15px;
}

.how-to-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 50px;
}

.how-to-icon {
	margin-right: 30px;
	width: 60px;
	text-align: center;
}

.bottom-section {
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	position: relative;
	margin-top: -22px;
	background-position: bottom;
}

.reviews-title {
	margin-top: 0;
	font-size: 36px;
	text-align: center;
	color: #040d2c;
	font-weight: 500;
	margin-bottom: 70px;
}

.reviews-title span {
	display: block;
	font-size: 18px;
	margin-top: 15px;
	letter-spacing: 2px;
}

.bottom-wrapper {
	position: relative;
	z-index: 1;
}

.reviews-tabs {
	padding: 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
	min-height: 165px;
}

.reviews-tab {
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: 8px solid #fff;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

.reviews-tab.active {
	width: 115px;
	height: 115px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	-webkit-box-shadow: 2px 2px 10px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 10px 10px rgba(0,0,0,.1);
	box-shadow: 2px 2px 10px 10px rgba(0,0,0,.1);
}

.reviews-tab img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reviews-items {
	padding-left: 35px;
	padding-bottom: 140px;
	padding-right: 15px;
}

.reviews-item {
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
	position: absolute;
	text-align: center;
}

.reviews-item.active {
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
	opacity: 1;
	visibility: visible;
	position: static;
}

.reviews-text {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 20px;
	min-height: 60px;
	padding: 0 30px;
}

.reviews-name {
	margin-bottom: 5px;
}

.feedback-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 45px;
	font-weight: 500;
}

.feedback-subtitle {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
}

.feedback-subtitle a {
	color: #fff;
	text-decoration: none;
}

.feedback-form {
	text-align: center;
}

.feedback-form-wrapper {
	padding-top: 80px;
	-webkit-border-top-left-radius: 20px;
	   -moz-border-radius-topleft: 20px;
	        border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	   -moz-border-radius-topright: 20px;
	        border-top-right-radius: 20px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
    background-position: center center;
}

.feedback-form input:not([type="submit"]) {
	border: 0;
	background: none;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	line-height: 35px;
	height: 35px;
	width: 100%;
	outline: none !important;
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"])::-webkit-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"]):-moz-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"])::-moz-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"]):-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"])::-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.feedback-form input:not([type="submit"])::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

input[type="submit"] {
	font-family: 'Gotham Pro';
}

.feedback-form input[type="submit"] {
	background: #ed1c24;
	border: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 20px 0;
	width: 100%;
	margin-top: 20px;
	outline: none !important;
	-webkit-box-shadow: 2px 2px 10px 10px rgba(237,28,36,.1);
	-moz-box-shadow: 2px 2px 10px 10px rgba(237,28,36,.1);
	box-shadow: 2px 2px 10px 10px rgba(237,28,36,.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.bottom-logo {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 30px;
}

.popup-form {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(4,13,44,.95);
	display: none;
}

.call-form-title {
	font-size: 36px;
	color: #fff;
}

.popup-form-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: -webkit-calc(100% - 30px);
	max-width: -moz-calc(100% - 30px);
	max-width: calc(100% - 30px);
	max-height: 100%;
}

.close-btn {
	width: 18px;
	height: 18px;
	background: url(../img/close-btn.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 10;
}

.call-form .feedback-title {
	margin-top: 0;
}

.sizes-images {
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.sizes-images img:first-child {
	margin-right: 100px;
}

.sizes-form .popup-form-wrapper {
	width: 480px;
}

.popup-title {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0;
}

.sizes-row {
	background: #ed1c24;
	color: #fff;
}

.sizes-row-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 300px;
	margin: 0 auto;
}

.sizes-col {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.sizes-col:last-child {
	text-align: center;
}

.sizes-items {
	border: 1px solid #fff;
	border-top: none;
	padding-top: 15px;
}

.sizes-item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	width: 300px;
	margin: 0 auto;
}

.sizes-item-col:first-child {
	font-size: 18px;
	color: #fff;
}

.sizes-item-col:last-child {
	font-size: 18px;
	text-align: center;
	color: #ed1c24;
}

.sizes-item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.sizes-item-col {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.popup-subtitle {
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 45px;
}

.sizes-list-title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.sizes-list-items {
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	width: 420px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 30px;
}

.sizes-list-item {
	color: #fff;
	margin: 0 13px;
	margin-bottom: 15px;
	font-size: 18px;
}

.sizes-list-item span {
	color: #ed1c24;
}

.sizes-list-item .divider {
	display: inline-block;
	color: #fff;
	margin: 0 8px;
}

.order-form form {
	width: 330px;
	margin: 0 auto;
	max-width: 100%;
}

.order-form input {
	border: 0;
	background: none;
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	outline: none !important;
}

.order-form input[type=submit] {
	border: 0;
	background: #ed1c24;
	margin-top: 45px;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
	height: 65px;
	line-height: 1;
	-webkit-box-shadow: 2px 2px 10px 10px rgba(237,28,56,.1);
	-moz-box-shadow: 2px 2px 10px 10px rgba(237,28,56,.1);
	box-shadow: 2px 2px 10px 10px rgba(237,28,56,.1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order-form select {
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
	width: 100%;
	height: 35px;
	line-height: 35px;
	outline: none !important;
}

.order-form select option {
	color: #000;
}

.order-form input::-webkit-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.order-form input:-moz-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.order-form input::-moz-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.order-form input:-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.order-form input::-ms-input-placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

.order-form input::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'Gotham Pro';
}

@media (max-width: 600px) {
	.logo {
		max-width: 210px;
	}

	.logo img {
		width: 100%;
	}

	.menu-icon {
		max-width: 40px;
	}

	.header {
		padding: 10px 15px;
		padding-top: 30px;
	}

	.menu-icon {
		max-width: 30px;
	}

	.first-section {
		padding-top: 40px;
	}

	.first-section-title {
		font-size: 25px;
		padding-right: 40px;
		padding-left: 15px;
		margin-bottom: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.first-section-price .price {
		font-size: 35px;
	}

	.first-section-price span {
		font-size: 16px;
	}

	.first-section-price {
		width: 140px;
		height: 140px;
		top: 45px;
		right: 15px;
	}

	.close-btn {
		top: 10px;
		right: 10px;
	}

	.first-section-text {
		font-size: 16px;
		padding-left: 15px;
		width: 50%;
	}

	.first-section-red {
		padding-left: 15px;
		margin-top: 35px;
	}

	.first-section-lines img {
		width: 120px;
	}

	.first-section-rotated {
		font-size: 18px;
	}

	.order-btn {
		padding: 20px 20px;
		font-size: 18px;
	}

	.socials a {
		width: 30px;
		height: 30px;
	}

	.socials a:last-child img {
		width: 30px;
	}

	.socials a:first-child img {
		width: 30px;
	}

	.first-section-lines {
		margin-bottom: 40px;
	}

	.rotated-wrapper {
		bottom: 160px;
		right: 30px;
	}

	.advantage-items {
		padding-top: 60px;
	}

	.advantage-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(50% - 10px);
		   -moz-box-flex: 0;
		    -ms-flex: 0 0 calc(50% - 10px);
		        flex: 0 0 calc(50% - 10px);
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.advantage-title {
		font-size: 14px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.logo2 {
		max-width: 75%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.logo2 img {
		max-width: 100%;
	}

	.product-desc {
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.product-features-top {
		margin-bottom: 20px;
	}

	.product-features-title {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.product-features-price {
		font-size: 20px;
		padding-left: 0;
		height: 35px;
		line-height: 1.4;
		text-align: center;
	}

	.product-features {
		padding: 0;
		display: block;
		margin-bottom: 20px;
	}

	.product-slider-image {
		margin-bottom: 20px;
	}

	.tns-nav button {
		width: 30px;
	}

	.tns-nav {
		margin-bottom: 30px;
	}

	.order-btn.order-btn-second {
		margin-bottom: 30px;
	}

	.sizes-btn-wrapper {
		margin-bottom: 40px;
	}

	.text-block-title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.text-block-text {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.text-block-text {
		font-size: 15px;
	}

	.text-block-text p {
		margin-bottom: 15px;
	}

	.how-to-title {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.how-to-items {
		padding: 0 25px;
		margin-bottom: 0;
	}

	.how-to-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.reviews-title {
		margin-bottom: 35px;
		font-size: 30px;
	}

	.reviews-title span {
		margin-top: 5px;
	}

	.reviews-tabs {
		padding-bottom: 20px;
		min-height: 100px;
	}

	.reviews-tab {
		border: 4px solid #fff;
		width: 50px;
		height: 50px;
	}

	.reviews-tab.active {
		width: 80px;
		height: 80px;
	}

	.reviews-items {
		padding-left: 15px;
		padding-bottom: 50px;
	}

	.reviews-text {
		min-height: 0;
	}

	.reviews-text {
		font-size: 14px;
	}

	.reviews-name,.reviews-date {
		font-size: 14px;
	}

	.bottom-section::before {
		content: none;
	}

	.feedback-title {
		font-size: 30px;
		margin-top: 20px;
	}

	.feedback-subtitle {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.bottom-logo {
		max-width: 200px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.bottom-logo img {
		width: 100%;
	}

	.sizes-row-inner {
		height: 40px;
	}

	.sizes-row-inner {
		width: auto;
		padding: 0 15px;
	}

	.sizes-images img:first-child {
		margin-right: 50px;
	}

	.sizes-item-row {
		width: auto;
		padding: 0 15px;
	}

	.popup-title {
		font-size: 30px;
	}

	.first-section-text {
		font-size: 15px;

	}

	.first-section-text br {
		display: none;
	}
}

@media (max-width: 410px) {
	.popup-title {
		font-size: 27px;
	}

	.order-form input[type=submit] {
		height: 50px;
		line-height: 1;
		margin-top: 30px;
	}

	.sizes-list-title {
		margin-bottom: 10px;
	}

	.sizes-list-item {
		margin-bottom: 8px;
		font-size: 15px;
	}

	.popup-subtitle {
		margin-bottom: 20px;
	}

	.sizes-list-items {
		margin-bottom: 15px;
	}

	.order-form input {
		margin-bottom: 15px;
	}

	.sizes-list-item {
		margin: 0 10px;
		margin-bottom: 8px;
	}

	.first-section__bottom {
		padding: 0 30px;
	}
}

@media (max-width: 359px) {
	.feedback-form input[type="submit"] {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.advantage-items {
		padding: 0 10px;
		padding-top: 60px;
	}

	.product-desc__wrapper {
		padding: 0 15px;
	}

	.first-section__bottom {
		padding: 0 15px;
	}

	.order-btn-wrapper {
		padding: 0 15px;
	}

	.how-to-items {
		padding: 0 15px;
	}

	.reviews-tabs {
		padding: 0 15px;
	}
}

@media (orientation: landscape) {
	.popup-form-wrapper {
		overflow-y: auto;
	}

	.popup-form-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.close-btn {
		top: 15px;
		right: 15px;
	}

	.popup-title {
		margin-top: 20px;
	}

	.popup-title {
		font-size: 27px;
	}

	.order-form input[type=submit] {
		height: 50px;
		line-height: 1;
		margin-top: 30px;
	}

	.sizes-list-title {
		margin-bottom: 10px;
	}

	.sizes-list-item {
		margin-bottom: 8px;
		font-size: 15px;
	}

	.popup-subtitle {
		margin-bottom: 20px;
	}

	.sizes-list-items {
		margin-bottom: 15px;
	}

	.order-form input {
		margin-bottom: 15px;
	}
}
#carousel {
	width:100%;
	height:350px;
	transform: scale(1.1);
	position:relative;
}
#carousel img {
	display: hidden;
	transition:.3s;
	height:305px;
}
#carousel-dots {
	width: 90%;
	margin: 0 auto;
	height:10px;
	background:#EFEFEF;
	margin-bottom: 50px;
}
#carousel-dots span {
	width: 80px;
	height:10px;
	display: block;
}
#carousel-dots span.active-dot {
	background: #ED1C24;
}
.navi {
	width: 150px;
	margin: 5px auto 40px;
	display: flex;
	justify-content: space-between;
}
.navi img {
	width: 32px;
}
#carousel .carousel-center {
	transform: scale(1.1);
	transition:.3s;
}