body.hidden {
	overflow: hidden;
	transform: none !important;
}
.site {
	position: relative;
	overflow: hidden;
}
.home .site {
	position: relative;
	overflow: hidden;
}
.opacity-1 {
	opacity: 1 !important;
}
.photo.photo {
    display: block;
}
.photo.video {
    display: none !important;
}
.video.photo {
    display: none !important;
}
.video.video {
    display: block;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive:before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%
}
.embed-responsive-16by9:before {
    padding-top: 56.25%
}
.embed-responsive-4by3:before {
    padding-top: 75%
}
.embed-responsive-1by1:before {
    padding-top: 100%
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}
@-webkit-keyframes opacityrevert {
    0% {
        opacity: 1;
    }
	100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	h1.title {
		font-size: 9.375vw;
		letter-spacing: 0.9375vw;
		margin: 0 0 6.25vw;
	}
}

* {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	font-family:"Montserrat";
	font-optical-sizing:auto;
	font-weight:400;
	font-style:normal;
	line-height: normal;
	text-decoration:none
}

/* Header */
.site-header {
	text-align: center;
	margin-bottom: 20px;
}
.site-header .header-logo {
	padding: 30px 0; 
	border-bottom: 1px solid #BEBEBE;
}
.site-header .header-logo .logo {
	display: block;
	width: max-content;
	margin: 0 auto;
}
.site-header .header-logo .logo svg {
	display: block;
}
.top-menu {
	padding: 15px 0;
}
.top-menu .main-menu-items .menu-item {
	display: inline-block;
	padding: 0 10px;
}
.top-menu .main-menu-items .menu-item a {
	text-decoration: none; 
	color: #161616;
	font-weight: bold;
}
.site-header .language {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0;
}
.site-header .language .lang-item {
	padding: 0 10px;
}
.site-header .language .lang-item a {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	color: #161616;
}
.site-header .language .lang-item.current-lang a {
	pointer-events: none;
	opacity: 0.45;
}

/* END Header */

/* Footer */
.site-footer {
	background: #161616;
	text-align: center; 
	padding: 40px 0 15px;
}
.site-footer .footer-logo {
	
}
.site-footer .footer-logo .logo {
	
}
.site-footer .footer-logo .logo svg {
	
}
.site-footer .footer-copyright {
	
}
.site-footer .footer-copyright .copyright-wrap {
	padding: 15px 35px 0 35px;
}
.site-footer .footer-copyright .copyright-wrap .copyright {
	border-top: 1px solid rgba(255,255,255,.15);
	padding-top: 15px;
}
.site-footer .footer-copyright .copyright-wrap .copyright span {
	color: #fff;
}

.site-footer .footer-menu {
	padding: 25px 0 15px;
}
.site-footer .footer-menu .menu-item {
	margin: 0 0 16px;
}
.site-footer .footer-menu .menu-item:last-child {
	margin: 0;
}
.site-footer .footer-menu .menu-item a {
	color: #fff;
	transition: 0.5s;
}
.site-footer .footer-menu .menu-item a:hover {
	opacity: 0.65;
}

/* END Footer */

/* Home */
.discount_baner,
.world-brands_baner,
.mans-banner,
.mans_second-banner {
	margin-bottom:36px
}
@media(max-width: 420px) {
	.discount_baner,
	.world-brands_baner,
	.mans-banner,
	.mans_second-banner {
		margin-bottom:18px
	}
}
.discount_baner img,
.world-brands_baner img,
.mans-banner img,
.mans_second-banner img {
	display:block;
	width:100%;
	height:auto
}
.home_section {
	margin:0 20px;
	max-width:600px;
	margin:0 auto 20px
}
@media(max-width: 420px) {
	.home_section {
		margin:0 10px
	}
}
.home_section_discount .discount_title {
	text-align:center;
	margin-bottom:38px
}
@media(max-width: 420px) {
	.home_section_discount .discount_title {
		margin-bottom:19px
	}
}
.home_section_discount .discount_title p {
	font-size:36px;
	font-weight:800;
	color:#fa5c01;
	text-align:center
}
@media(max-width: 420px) {
	.home_section_discount .discount_title p {
		font-size:18px
	}
}
.home_section_discount .discount_subtitle {
	text-align:center;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:38px
}
@media(max-width: 420px) {
	.home_section_discount .discount_subtitle {
		font-size:12px;
		letter-spacing:1px;
		margin-bottom:19px
	}
}
.home_section_discount .discount_subtitle a {
	display:inline;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	text-decoration:underline;
	color:#161616
}
@media(max-width: 420px) {
	.home_section_discount .discount_subtitle a {
		font-size:12px;
		letter-spacing:1px
	}
}
.home_section_discount .discount_products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 45px;
	overflow:hidden;
	margin-bottom:64px
}
@media(max-width: 420px) {
	.home_section_discount .discount_products {
		margin-bottom:32px
	}
}
.home_section_discount .discount_products li {
	/*width:48.2142%;
	float:left;*/
	margin-bottom:45px
}
@media(max-width: 420px) {
	.home_section_discount .discount_products li {
		margin-bottom:25px
	}
}
/*.home_section_discount .discount_products li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.home_section_discount .discount_products li:nth-child(odd) {
		margin-right:0
	}
}*/
.home_section_world-brands .world-brands_title {
	padding:0 30px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_title {
		padding:0 15px
	}
}
.home_section_world-brands .world-brands_title hr {
	width:220px;
	margin:0 auto 64px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_title hr {
		width:110px;
		margin:0 auto 32px
	}
}
.home_section_world-brands .world-brands_title span {
	display:block;
	font-size:24px;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	text-transform: uppercase;
	padding: 0 6%;
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_title span {
		font-size:16px;
		padding:0 5%
	}
}
.home_section_world-brands .world-brands_products {
	overflow:hidden
}
.home_section_world-brands .world-brands_products li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li {
		margin-bottom:25px
	}
}
.home_section_world-brands .world-brands_products li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li:nth-child(odd) {
		margin-right:0
	}
}
.home_section_world-brands .world-brands_products li.long .image-container img {
	height:719px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li.long .image-container img {
		height:auto;
		height:455px
	}
}
.home_section_world-brands .world-brands_products li.small-items .item:first-child {
	margin-bottom:48px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li.small-items .item:first-child {
		margin-bottom:25px
	}
}
.home_section_world-brands .world-brands_products li.small-items .image-container img {
	height:283px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li.small-items .image-container img {
		height:auto;
		height:188px
	}
}
.home_section_world-brands .world-brands_products li.mid .image-container img {
	height:370px
}
@media(max-width: 420px) {
	.home_section_world-brands .world-brands_products li.mid .image-container img {
		height:auto
	}
}
.home_section .wordls-bransd_mans .mans_products {
	overflow:hidden
}
.home_section .wordls-bransd_mans .mans_products li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products li {
		margin-bottom:25px
	}
}
.home_section .wordls-bransd_mans .mans_products li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products li:nth-child(odd) {
		margin-right:0
	}
}
.home_section .wordls-bransd_mans .mans_products_secondblock {
	overflow:hidden
}
.home_section .wordls-bransd_mans .mans_products_secondblock li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products_secondblock li {
		margin-bottom:25px
	}
}
.home_section .wordls-bransd_mans .mans_products_secondblock li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products_secondblock li:nth-child(odd) {
		margin-right:0
	}
}
.home_section .wordls-bransd_mans .mans_products_secondblock li.small {
	margin:0 auto 64px;
	float:none
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products_secondblock li.small {
		margin:0 auto 32px
	}
}
.home_section .wordls-bransd_mans .mans_products_secondblock li.small .image-container img {
	height:183px
}
@media(max-width: 420px) {
	.home_section .wordls-bransd_mans .mans_products_secondblock li.small .image-container img {
		height:auto
	}
}
.image-container img {
	display:block;
	width:270px;
	height:370px
}
@media(max-width: 420px) {
	.image-container img {
		width:100%;
		height:auto
	}
}
.item-info {
	text-align:center;
	margin-top:24px
}
@media(max-width: 420px) {
	.item-info {
		margin-top:12px
	}
}
.item-info .title {
	margin-bottom:10px
}
@media(max-width: 420px) {
	.item-info .title {
		margin-bottom:5px
	}
}
.item-info .title span {
	font-size:22px;
	font-weight:600;
	color:#161616;
	text-align:center
}
@media(max-width: 420px) {
	.item-info .title span {
		font-size:16px
	}
}
.item-info .desc {
	font-size:14px;
	font-weight:300;
	text-align:center;
	margin-bottom:10px;
	color:#161616
}
@media(max-width: 420px) {
	.item-info .desc {
		font-size:12px;
		margin-bottom:5px
	}
}
.item-info .price {
	display:block
}
.item-info .price .old {
	display:inline-block;
	margin-right:16px;
	font-size:14px;
	font-weight:300;
	color:#161616;
	text-decoration:line-through
}
@media(max-width: 420px) {
	.item-info .price .old {
		margin-right:8px
	}
}
.item-info .price .new {
	display:inline-block;
	font-size:18px;
	font-weight:600;
	color:#fa5c01
}
@media(max-width: 420px) {
	.item-info .price .new {
		font-size:14px
	}
}
.world-brands_subtitle,.mans_subtitle {
	padding:0 30px;
	text-align:center
}
@media(max-width: 420px) {
	.world-brands_subtitle,.mans_subtitle {
		padding:0 15px
	}
}
.world-brands_subtitle p,
.mans_subtitle p {
	display:block;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	padding: 0 10px;
}
@media(max-width: 420px) {
	.world-brands_subtitle p,.mans_subtitle p {
		font-size:12px
	}
}
.world-brands_subtitle p a,
.mans_subtitle p a {
	position: relative;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	color:#161616;
	padding-right: 2px;
}
.world-brands_subtitle p a:after,
.mans_subtitle p a:after {
	content: ',';
	display: block;
	font-size:14px;
	position: absolute;
	right: -2px;
	bottom: 0;
}
.world-brands_subtitle p a:last-child::after,
.mans_subtitle p a:last-child::after {
	display: none;
}
@media(max-width: 420px) {
	.world-brands_subtitle p a,.mans_subtitle p a {
		font-size: 12px
	}
	.world-brands_subtitle p a:after,
	.mans_subtitle p a:after {
		font-size: 12px;
	}
}
.world-brands_subtitle p a:hover,.mans_subtitle p a:hover {
	color:rgba(22,22,22,.65)
}
.world-brands_subtitle span,.mans_subtitle span {
	display:block;
	font-size:20px;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:8px;
	margin-top:24px
}
@media(max-width: 420px) {
	.world-brands_subtitle span,.mans_subtitle span {
		font-size:14px;
		margin-bottom:4px;
		margin-top:12px
	}
}
.world-brands_subtitle hr,.mans_subtitle hr {
	width:220px;
	margin:64px auto
}
@media(max-width: 420px) {
	.world-brands_subtitle hr,.mans_subtitle hr {
		width:110px;
		margin:32px auto
	}
}
.button {
	display:block;
	text-align:center
}
.button a {
	display:inline-block;
	padding:20px 30px;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#161616;
	border:thin solid #161616;
	margin-bottom:64px;
	transition:.3s all linear
}
@media(max-width: 420px) {
	.button a {
		padding:10px 15px;
		font-size:16px;
		margin-bottom:32px
	}
}
.button a:hover {
	background:#161616;
	color:#fff
}

.seo-text {
	margin: 0 0 40px;
}
.seo-text h2 {
	font-size: 22px;
	font-weight: 600;
	color: #161616;
	text-align: center;
	margin: 20px 0;
}
.seo-text p {
	margin: 0 0 12px;
}
.seo-text ul {
	margin: 0 0 1.5em 3em;
}
.seo-text ul li {
	list-style: disc;
}


/* END Home */

/* ++++++++++++++++++++++++++++ VERSION TWO ++++++++++++++++++++++++++++ */

/* Header two */
.site-header-two {
	text-align: center;
	margin-bottom: 20px;
}
.site-header-two .header-logo {
	padding: 60px 0 15px; 
}
.site-header-two .header-logo .logo {
	display: block;
	width: max-content;
	margin: 0 auto;
}
.site-header-two .header-logo .logo svg {
	display: block;
}
.v-two-menu {
	padding: 20px 0;
}
.v-two-menu .v-two-menu-items .menu-item {
	display: inline-block;
	padding: 0 30px;
}
.v-two-menu .v-two-menu-items .menu-item a {
	color: #333333;
	font-size: 24px;
	line-height: 36px;
}
@media (max-width: 420px) {
	.v-two-menu .v-two-menu-items .menu-item {
		padding: 0 10px;
	}
	.v-two-menu .v-two-menu-items .menu-item a {
		font-size: 18px;
	}
}
/* END Header two */


/* Footer two */
.site-footer-two {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #efefef;
}
.site-footer-two .footer-logo {
	margin: 0 0 40px;
}
.site-footer-two .footer-logo .logo {
	display: block;
	width: max-content;
	margin: 0 auto;
}
.site-footer-two .footer-logo .logo svg {
	display: block;
	width: 120px;
	height: 21px;
}
.site-footer-two .f-two-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: left;
	margin: 0 0 30px;
}
.site-footer-two .f-two-wrap a {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
}
.site-footer-two .f-two-wrap .soc-icon {
	display: block;
	width: 40px;
	height: 40px;
}
.site-footer-two .left {
	display: block;
	min-width: 290px;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
	margin-left: 50px;
}
.site-footer-two .right {
	display: block;
	width: auto;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 2px;
}
.site-footer-two .f-two-wrap.ft-bottom {
	align-items: center;
	margin: 0;
}
.site-footer-two .ft-bottom .center a {
	text-decoration: underline;
}
.site-footer-two .ft-bottom .right {
	display: flex;
	align-items: center;
	justify-content: left;
}
.site-footer-two .ft-bottom .right a {
	margin: 0 30px 0 0;
}
.site-footer-two .ft-bottom .right a:last-child {
	margin: 0;
}
@media (max-width: 420px) {
	.site-footer-two .f-two-wrap {
		display: block;
		text-align: center;
	}
	.site-footer-two .f-two-wrap a {
		margin-bottom: 5px;
	}
	.site-footer-two .left {
		min-width: auto;
		margin: 0 0 5px;
	}
	.site-footer-two .ft-bottom .right {
		justify-content: center;
		margin-top: 20px;
	}
}
/* END Footer two */

/* Version Two */
.s_one_baner,
.s_two_baner,
.s_three_,
.s_three_second-banner {
	margin-bottom:36px
}
@media(max-width: 420px) {
	.s_one_baner,
	.s_two_baner,
	.s_three_,
	.s_three_second-banner {
		margin-bottom:18px
	}
}
.s_one_baner img,
.s_two_baner img,
.s_three_ img,
.s_three_second-banner img {
	display:block;
	width:100%;
	height:auto
}
.version_two_section {
	max-width:600px;
	margin: 0 auto 20px;
}
@media(max-width: 420px) {
	.version_two_section {
		margin: 0 10px;
	}
}
.version_two_section_one .s_one_title {
	color: #161616;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26.4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:38px
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_title {
		margin-bottom:19px
	}
}
/*.version_two_section_one .s_one_title p {
	font-size:36px;
	font-weight:800;
	color:#fa5c01;
	text-align:center
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_title p {
		font-size:18px
	}
}
.version_two_section_one .s_one_subtitle {
	text-align:center;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	margin-bottom:38px
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_subtitle {
		font-size:12px;
		letter-spacing:1px;
		margin-bottom:19px
	}
}
.version_two_section_one .s_one_subtitle a {
	display:inline;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	text-decoration:underline;
	color:#161616
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_subtitle a {
		font-size:12px;
		letter-spacing:1px
	}
}*/
.version_two_section_one .s_one_products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 45px;
	overflow:hidden;
	margin-bottom:64px
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_products {
		margin-bottom:32px
	}
}
.version_two_section_one .s_one_products li {
	margin-bottom:45px
}
@media(max-width: 420px) {
	.version_two_section_one .s_one_products li {
		margin-bottom:25px
	}
}

/* section two */
/*.version_two_section_two .s_two_title {
	padding:0 30px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_title {
		padding:0 15px
	}
}
.version_two_section_two .s_two_title hr {
	width:220px;
	margin:0 auto 64px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_title hr {
		width:110px;
		margin:0 auto 32px
	}
}
.version_two_section_two .s_two_title span {
	display:block;
	font-size:24px;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	padding:0 15%
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_title span {
		font-size:16px;
		padding:0 7.5%
	}
}*/
.version_two_section_two .s_two_products {
	overflow:hidden
}
.version_two_section_two .s_two_products li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li {
		margin-bottom:25px
	}
}
.version_two_section_two .s_two_products li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li:nth-child(odd) {
		margin-right:0
	}
}
.version_two_section_two .s_two_products li.long .image-container img {
	height:719px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li.long .image-container img {
		height:auto;
		height:455px
	}
}
.version_two_section_two .s_two_products li.small-items .item:first-child {
	margin-bottom:48px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li.small-items .item:first-child {
		margin-bottom:25px
	}
}
.version_two_section_two .s_two_products li.small-items .image-container img {
	height:283px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li.small-items .image-container img {
		height:auto;
		height:188px
	}
}
.version_two_section_two .s_two_products li.mid .image-container img {
	height:370px
}
@media(max-width: 420px) {
	.version_two_section_two .s_two_products li.mid .image-container img {
		height:auto
	}
}
.version_two_section .s_three .s_three_products {
	overflow:hidden
}
.version_two_section .s_three .s_three_products li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products li {
		margin-bottom:25px
	}
}
.version_two_section .s_three .s_three_products li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products li:nth-child(odd) {
		margin-right:0
	}
}
/*.version_two_section .s_three .s_three_products_secondblock {
	overflow:hidden
}
.version_two_section .s_three .s_three_products_secondblock li {
	width:48.2142%;
	float:left;
	margin-bottom:45px
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products_secondblock li {
		margin-bottom:25px
	}
}
.version_two_section .s_three .s_three_products_secondblock li:nth-child(odd) {
	margin-right:20px
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products_secondblock li:nth-child(odd) {
		margin-right:0
	}
}
.version_two_section .s_three .s_three_products_secondblock li.small {
	margin:0 auto 64px;
	float:none
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products_secondblock li.small {
		margin:0 auto 32px
	}
}
.version_two_section .s_three .s_three_products_secondblock li.small .image-container img {
	height:183px
}
@media(max-width: 420px) {
	.version_two_section .s_three .s_three_products_secondblock li.small .image-container img {
		height:auto
	}
}*/

/* section three */
.version_two_section_three .s_three_products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 45px;
	overflow:hidden;
}
@media(max-width: 420px) {
	.version_two_section_three .s_three_products {
		margin-bottom:32px
	}
}
.version_two_section_three .s_three_products li {
	margin-bottom:45px
}
@media(max-width: 420px) {
	.version_two_section_three .s_three_products li {
		margin-bottom:25px
	}
}
.version_two_section_four .s_four_title,
.version_two_section_four .s_four_brands_title {
	color: #161616;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:center;
	margin: 20px 0 25px;
}
.version_two_section_four .s_four_brands {
	text-align: center;
}
.version_two_section_four .s_four_brands a {
	color: #333333;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	text-transform: uppercase;
}

.image-container img {
	display:block;
	width:270px;
	height:370px
}
@media(max-width: 420px) {
	.image-container img {
		width:100%;
		height:auto
	}
}
.item-info {
	text-align:center;
	margin-top:24px
}
@media(max-width: 420px) {
	.item-info {
		margin-top:12px
	}
}
.item-info .title {
	margin-bottom:10px
}
@media(max-width: 420px) {
	.item-info .title {
		margin-bottom:5px
	}
}
.item-info .title span {
	font-size:22px;
	font-weight:600;
	color:#161616;
	text-align:center
}
@media(max-width: 420px) {
	.item-info .title span {
		font-size:16px
	}
}
.item-info .desc {
	font-size:14px;
	font-weight:300;
	text-align:center;
	margin-bottom:10px;
	color:#161616
}
@media(max-width: 420px) {
	.item-info .desc {
		font-size:12px;
		margin-bottom:5px
	}
}
.item-info .price {
	display:block
}
.item-info .price .old {
	display:inline-block;
	margin-right:16px;
	font-size:14px;
	font-weight:300;
	color:#161616;
	text-decoration:line-through
}
.item-info .price .old:empty {
	display: none;
}
@media(max-width: 420px) {
	.item-info .price .old {
		margin-right:8px
	}
}
.item-info .price .new {
	display:inline-block;
	font-size:18px;
	font-weight:600;
	color:#fa5c01
}
@media(max-width: 420px) {
	.item-info .price .new {
		font-size:14px
	}
}
.s_two_subtitle,.s_three_subtitle {
	padding:0 30px;
	text-align:center
}
@media(max-width: 420px) {
	.s_two_subtitle,.s_three_subtitle {
		padding:0 15px
	}
}
.s_two_subtitle p,
.s_three_subtitle p {
	display:block;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	padding: 0 10px;
}
@media(max-width: 420px) {
	.s_two_subtitle p,.s_three_subtitle p {
		font-size:12px
	}
}
.s_two_subtitle p a,
.s_three_subtitle p a {
	position: relative;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	color:#161616;
	padding-right: 2px;
}
.s_two_subtitle p a:after,
.s_three_subtitle p a:after {
	content: ',';
	display: block;
	font-size:14px;
	position: absolute;
	right: -2px;
	bottom: 0;
}
.s_two_subtitle p a:last-child::after,
.s_three_subtitle p a:last-child::after {
	display: none;
}
@media(max-width: 420px) {
	.s_two_subtitle p a,
	.s_three_subtitle p a {
		font-size: 12px
	}
	.s_two_subtitle p a:after,
	.s_three_subtitle p a:after {
		font-size: 12px;
	}
}
.s_two_subtitle p a:hover,
.s_three_subtitle p a:hover {
	color:rgba(22,22,22,.65)
}
.s_two_subtitle span,.s_three_subtitle span {
	display:block;
	font-size:20px;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:8px;
	margin-top:24px
}
@media(max-width: 420px) {
	.s_two_subtitle span,.s_three_subtitle span {
		font-size:14px;
		margin-bottom:4px;
		margin-top:12px
	}
}
.version_two_section_three hr {
	width:220px;
	margin:0 auto;
}
.version_two_section_four hr {
	width:220px;
	margin:40px auto 40px;
}
@media(max-width: 420px) {
	.version_two_section hr {
		width:110px;
		margin:20px auto;
	}
}
.button {
	display:block;
	text-align:center
}
.button a {
	display:inline-block;
	padding:20px 30px;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#161616;
	border:thin solid #161616;
	margin-bottom:64px;
	transition:.3s all linear
}
@media(max-width: 420px) {
	.button a {
		padding:10px 15px;
		font-size:16px;
		margin-bottom:32px
	}
}
.button a:hover {
	background:#161616;
	color:#fff
}

/* END Version Two */

/* ++++++++++++++++++++++++++++ END VERSION TWO ++++++++++++++++++++++++++++ */


/* Отзывы */
.reviews {
	color: #161616;
	max-width: 600px;
	margin: 0 auto 64px;
}
.reviews .title-wrap {
	padding: 20px 0 40px;
	margin: 0 0 32px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.reviews .title-wrap .title {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.reviews .content-wrap .item {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 32px 32px;
	margin: 0 0 32px;
}
.reviews .content-wrap .item .top {
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 0 0 8px;
}
.reviews .content-wrap .item .top svg {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 16px 0 0;
}
.reviews .content-wrap .item .top .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.reviews .content-wrap .item .top .name {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
}
.reviews .content-wrap .item .top .date {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	opacity: 0.45;
}
.reviews .content-wrap .item .bottom {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
@media(max-width: 420px) {
	.reviews {
		margin: 0 15px 20px;
	}
	.reviews .title-wrap {
		padding: 0 0 16px;
		margin: 0 0 16px;
	}
	.reviews .title-wrap .title {
		font-size: 20px;
	}
	.reviews .content-wrap .item {
		display: block;
		padding: 0 0 16px;
		margin: 0 0 16px;
	}
	.reviews .content-wrap .item .top svg {
		width: 28px;
		height: 28px;
	}
	.reviews .content-wrap .item .top .name {
		font-size: 16px;
		letter-spacing: 0;
	}
	.reviews .content-wrap .item .top .date {
		font-size: 12px;
		line-height: 26px;
	}
	.reviews .content-wrap .item .bottom {
		font-size: 13px;
	}
}
/* END Отзывы */

/* Текстовая страница */
.template-text {
	color: #161616;
	max-width: 600px;
	margin: 0 auto 64px;
}
.template-text .title-wrap {
	padding: 20px 0 40px;
	margin: 0 0 32px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.template-text .title-wrap .title {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.template-text .content-wrap {
	display: block;
	padding: 0 16px;
}
.template-text .content-wrap p {
	margin: 0 0 24px;
}
@media(max-width: 420px) {
	.template-text {
		margin: 0 15px 20px;
	}
	.template-text .title-wrap {
		padding: 0 0 16px;
		margin: 0 0 16px;
	}
	.template-text .title-wrap .title {
		font-size: 20px;
	}
}
/* END Текстовая страница */