@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Black.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'SF UI Display';
}

.container {
	padding: 0 15px;
	max-width: 767px;
	margin: 0 auto;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 52px;
	padding-right: 25px;
	max-width: 767px;
	margin: 0 auto;
}

.header-btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
	background: #010145;
	margin-right: 25px;
	height: 100%;
	position: relative;
}

.header-btn::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 20px;
	background: #fff;
	left: 50%;
	top: calc(50% - 4px);
	-webkit-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

.header-btn::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 20px;
	background: #fff;
	left: 50%;
	top: calc(50% + 4px);
	-webkit-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

.logo img {
	max-width: 100%;
}

.product-fields {
	position: relative;
	z-index: 10;
	margin-bottom: 25px;
}

.main-section {
	position: relative;
	overflow: hidden;
	max-width: 767px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-section .order-form-btn {
	margin-top: 100px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.34);
}

.main-section-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	min-height: 100%;
	-webkit-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	min-width: 100%;
}

.product-name {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 37px;
	letter-spacing: 5px;
	line-height: 32px;
}

.product-prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 0 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 25px;
}

.product-prices .old-price {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}

.product-prices .old-price span {
	position: relative;
}

.product-prices .old-price span::after {
    content: '';
    display: block;
    width: 39px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
            transform: rotate(-45deg) translate(-50%, -50%);
}

.product-prices .new-price {
	color: #d51332;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 2px;
}

.order-form-btn {
	color: #fff;
	background: #d51332;
	cursor: pointer;
	height: 45px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: calc(100% - 60px);
	margin: 0 auto;
	line-height: 1;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}

.adv-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 10;
	margin: 0 -5px;
	margin-top: -25px;
	margin-bottom: 25px;
}

.adv-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.adv-image {
	background: #010145;
	width: 100%;
	height: 75px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 75px;
	        flex: 0 0 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 10px;
}

.advantage-text {
	text-align: center;
	font-size: 12px;
	color: #000;
}

.product-sm-slider {
	padding: 0 15px;
	margin-bottom: 15px;
}

.product-sm-slider .owl-nav {
	height: 0;
}

.product-sm-slider .center.owl-item {
	border: 1px solid #d51332;
}

.product-sm-slider .owl-item {
	border: 1px solid transparent;
}

.product-lg-image {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.product-lg-image img {
	width: 100%;
}

.product-lg-image a {
	display: block;
	height: 100%;
}

.product-sm-slider .owl-nav span {
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background: #010145;
    color: #fff;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.product-sm-slider .owl-next span {
    right: -15px;
}

.product-sm-slider .owl-prev span {
    left: -15px;
}

.product-sm-slider .owl-nav span:hover {
    background: #d51332;
}

.product-info-wrapper {
	padding: 15px 0;
}

.product-info {
	background: #efefef;
	padding: 30px 15px;
	margin-bottom: 15px;
}

.product-title {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}

.product-info-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 16px;
	margin-bottom: 5px;
}

.product-info-field:last-child {
	margin-bottom: 0;
}

.product-info .product-prices,.product-desc .product-prices {
	padding: 0;
}

.product-info .product-prices .old-price,.product-desc .product-prices .old-price {
	color: #000;
}

.product-info .product-prices .old-price span::after,.product-desc .product-prices .old-price span::after {
	background: #000;
}

.product-info-fields {
	margin-bottom: 30px;
}

.product-info .order-form-btn,.product-desc .order-form-btn {
	font-size: 18px;
	letter-spacing: 1px;
	width: 100%;
	margin-bottom: 15px;
}

.size-btn {
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000;
}

.order-steps {
	background: #010145;
	color: #fff;
	padding: 25px 30px;
	padding-bottom: 40px;
	margin-bottom: 18px;
}

.order-steps-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.order-steps-items {
	max-width: 270px;
	margin: 0 auto;
}

.order-step-item {
	position: relative;
	padding-left: 60px;
	min-height: 35px;
	font-weight: 300;
	font-size: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
}

.order-step-text {
	text-align: left;
}

.order-step-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}

.order-step-item:last-child {
	margin-bottom: 0;
}

.product-desc {
	padding: 30px 15px;
	background: #efefef;
	margin-bottom: 25px;
}

.product-desc-text {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 25px;
}

.product-desc-text p {
	margin: 0;
}

.product-desc .product-prices, .product-info .product-prices {
	margin-bottom: 25px;
}

.reviews-photo {
	margin-bottom: 25px;
}

.reviews-title {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 28px;
	letter-spacing: 2px;
}

.reviews-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}

.reviews-text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}

.reviews-slider .owl-nav {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.reviews-slider .owl-nav button {
	outline: none !important;
	position: relative;
}

.reviews-slider .owl-nav > * {
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.reviews-slider .owl-nav span {
    text-indent: -99999px;
    display: inline-block;
    width: 105px;
    position: absolute;
    height: 2px;
    background: #010145;
    right: 15px;
}

.reviews-slider .owl-nav span::before, .reviews-slider .owl-nav span::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 2px;
    background: #010145;
    top: 0;
}

.reviews-slider .owl-nav span:before {
    -webkit-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
}

.reviews-slider .owl-nav span:after {
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
            transform: rotate(-45deg) translate(-50%, 0);
}

.reviews-slider .owl-prev span::before, .reviews-slider .owl-prev span::after {
    left: -5px;
}

.reviews-slider .owl-prev span:before {
    -webkit-transform: rotate(-135deg) translate(-50%, 0);
            transform: rotate(-135deg) translate(-50%, 0);
}

.reviews-slider .owl-prev span:after {
    -webkit-transform: rotate(135deg) translate(-50%, 0);
            transform: rotate(135deg) translate(-50%, 0);
}


.reviews-slider .owl-nav > *:hover span {
    background: #d51332;
}

.reviews-slider .owl-nav > *:hover span:before, .reviews-slider .owl-nav > *:hover span:after {
    background: #d51332;
}


.reviews-slider .owl-next span:before, .reviews-slider .owl-next span:after {
    right: -5px;
}

.reviews-slider .owl-next span {
    right: auto;
    left: 15px;
}
.slider_rev .owl-nav span:after {
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
            transform: rotate(-45deg) translate(-50%, 0);
}

.feedback-block {
	background: url(../img/form-bg.jpg);
	background-size: cover;
	padding: 50px 15px;
	color: #fff;
	margin-bottom: 35px;
}

.feedback-title {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.feedback-sm-title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.feedback-block input:not([type="submit"]) {
	width: 100%;
	margin-bottom: 15px;
	background: none;
	border: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-family: 'SF UI Display';
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	outline: none !important;
}

.feedback-block input::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.feedback-block input:-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.feedback-block input::-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.feedback-block input::placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.order-form-btn.submit-btn {
	border: 0;
	width: 100%;
	letter-spacing: 1px;
	font-size: 16px;
	margin-top: 65px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.footer-logo {
	padding: 0 35px;
	margin-bottom: 30px;
	text-align: center;
}

.footer-logo img {
	max-width: 100%;
}

.call-us {
	color: #001650;
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}

.call-us a {
	color: #001650;
	text-decoration: none;
}


.popup-logo {
	padding: 0 20px;
	margin-bottom: 20px;
}

.popup-logo img {
	max-width: 100%;
}

.close-popup-btn {
	width: 44px;
	padding: 6px;
	position: absolute;
	top: 0;
	right: 0;
}

.size-popup-text {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #001650;
	margin-bottom: 10px;
}

.close-popup-btn svg {
	stroke: #010145;
}

.size-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.size-table-row:nth-child(even) {
	background: #f2f2f2;
}

.size-table-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	height: 30px;
	color: #001650;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.size-table-col.size-table-title {
	font-weight: 600;
	color: #d51332;
}

.fancybox-content {
	padding: 25px;
	padding-top: 50px;
}

.order-popup-title {
	font-size: 24px;
	color: #000046;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
}

.order-popup-product {
	color: #d51332;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}

.order-popup-st {
	font-size: 16px;
	font-weight: 300;
	color: #001650;
	text-align: center;
	margin-bottom: 10px;
}

.order-popup-sizes-list {
	text-align: center;
	margin-bottom: 25px;
}

.order-popup-sizes-item {
	background: #f2f2f2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #000046;
	padding: 0 10px;
	height: 25px;
	margin-bottom: 5px;
}

.order-popup-sizes-item span {
	color: #d51332;
	display: inline-block;
	margin-left: 8px;
}

.fancybox-content#order-popup {
	padding: 0 10px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.order-popup-form input:not([type="submit"]) {
	width: 100%;
	margin-bottom: 15px;
	background: none;
	border: 0;
	border-bottom: 2px solid #010145;
	color: #010145;
	font-size: 16px;
	font-family: 'SF UI Display';
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	outline: none !important;
}

.order-popup-form input::-webkit-input-placeholder {
	color: #010145;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.order-popup-form input:-ms-input-placeholder {
	color: #010145;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.order-popup-form input::-ms-input-placeholder {
	color: #010145;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.order-popup-form input::placeholder {
	color: #010145;
	font-size: 16px;
	font-weight: 300;
	font-family: 'SF UI Display';
}

.order-popup-form select {
	width: 100%;
	height: 35px;
	line-height: 35px;
	outline: none !important;
	border: 0;
	border-bottom: 2px solid #010145;
	color: #010145;
	font-size: 16px;
	font-family: 'SF UI Display';
	background: url(../img/select.jpg) top right no-repeat;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	font-weight: 600;
	margin-bottom: 45px;
}

.order-popup-form .order-form-btn.submit-btn {
	margin-top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.popup-window {
	display: none;
}

div.wpcf7-mail-sent-ok {
	display: none !important;
}

.size-img {
	text-align: center;
}

@media (max-width: 374px) {

	.product-prices .old-price {
		font-size: 22px;
	}

	.product-prices .new-price {
		font-size: 26px;
	}

	.adv-image {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60px;
		        flex: 0 0 60px;
	}
}