@font-face {
font-family: 'Century Gothic Regular';
src: url('/templates/original/fonts/CenturyGothic.eot');
src: url('/templates/original/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
url('/templates/original/fonts/CenturyGothic.woff') format('woff'),
url('/templates/original/fonts/CenturyGothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

* {
	font-family: 'Century Gothic Regular';
	font-size: 16px;
}

img {
	max-width: 100%;
}

h2 {
	font-size: 48px;
	margin-top: 70px;
}

h3 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}
.inner {
	background-image: url('/templates/original/images/bg_inner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 15px;
}
.intxt {
    border-top: 5px solid #C40000;
	padding:30px 0;
	text-align: center;
}
.textout {
	padding:20px 0;
}

.header-bg {
	background:#fff;
	/* background-image: url('/templates/original/images/bg_header.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
}

header {
	padding-top: 40px;
	/* padding-bottom: 15px; */
}

header p {
    margin-top: 35px;
    margin-bottom: 15px;
}

header span {
	font-size: 18px;
	font-weight: bold;
}

.social {
    padding-top: 10px;
	padding-bottom: 15px;
}

.social span{
	font-size: 18px;
    font-weight: bold;
}

.inner .social {
	text-align: right;
}

.link_soc {
	margin-top:20px;
	border:2px solid #C40404;
	color:#C40404;
	border-radius:30px;
	padding:10px 15px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	transition:0.5s;
}
.link_soc:hover {
	background:#C40404;
	color:#fff;
	text-decoration:none;
}

.top-left {
	background: url('/templates/original/images/top-left.png') left 50% no-repeat;
}

.top-right {
	background: url('/templates/original/images/top-right.png') right 50% no-repeat;
}

.social  a:hover, .social  a:active{
		text-decoration:none;
}

.vk {
	margin-left: 35px;
	margin-right: 10px;
}

.phone {
	text-decoration: none;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.phone:hover {
	text-decoration: none;
	color: #000;
}

.girl img {
	display: block;
/* 	margin-left: auto; */
	width:100%;
	max-width:350px;
	float:left;
	margin-left:-25px;
}

.girl2 {
	background: url('/templates/original/images/maintop.jpg') left 100% no-repeat;
	background-size:contain;
}

nav.navbar {
	background: linear-gradient(180deg, #ffe284, #fac309);
	margin-bottom: 0;
	border-radius: 0;
	z-index: 70;
	border: none;
}

nav ul.nav.navbar-nav {
	display: flex;
	justify-content: space-around;
	float: none;
}

nav ul.nav.navbar-nav li a {
	color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all .3s;
}

nav ul.nav.navbar-nav li.active a,
nav ul.nav.navbar-nav li a:hover,
nav ul.nav.navbar-nav li a:active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #c40000;
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #a10000;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
	border: none;
	background: transparent;
}

.navbar-toggle .icon-bar {
	width: 25px;
	height: 3px;
}

.carousel, .sec_1, .sec_2, .sec_3, .sec_4, .sec_5 {
	box-shadow: rgb(0, 0, 0) 0 0 50px;
}

.carousel img {
	width: 100%;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 56px;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next {
    right: 50%;
    margin-left: -10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 3px solid #686868;
}

.white_block {
	background-color: rgba(255,255,255,.6);
	margin-top: 20px;
	margin-bottom: 200px;
	padding: 15px 25px 25px;
	position: relative;
}

.white_block p {
	line-height: 1.5;
}

.white_block span {
	position: absolute;
	right: -15px;
	bottom: -30px;
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;
}
.vk2 {
	padding:0 0 0 10px;
}

.sec_1, .sec_2, .sec_3, .sec_4, .sec_5 {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.carousel {
	z-index: 60;
}

.sec_1 {
	background-image: url(/templates/original/images/bg_women.jpg);
	z-index: 50;
}

.sec_2 {
	background-image: url(/templates/original/images/bg_men.jpg);
	z-index: 40;
}

.sec_3 {
	background-image: url(/templates/original/images/bg_sport.jpg);
	z-index: 30;
}

.sec_4 {
	background-image: url(/templates/original/images/bg_kid.jpg);
	z-index: 20;
}

.sec_5 {
	background-image: url(/templates/original/images/bg_bag.jpg);
	z-index: 10;
}

.sec_6 {
	position: relative;
	z-index: 5;
}

.border_women,
.border_men,
.border_sport,
.border_kid,
.border_bag {
	background-position: bottom;
	background-repeat: repeat-x;
}

.border_women {
	background-image: url(/templates/original/images/border_women.png);
}

.border_men {
	background-image: url(/templates/original/images/border_men.png);
}

.border_sport {
	background-image: url(/templates/original/images/border_sport.png);
}

.border_kid {
	background-image: url(/templates/original/images/border_kid.png);
}

.border_bag {
	background-image: url(/templates/original/images/border_bag.png);
}

.sec_1 h2 {
	color: #f21605;
}

.sec_2 h2 {
	color: #a01600;
}

.sec_3 h2 {
	color: #00bc9c;
}

.sec_4 h2 {
	color: #065fc5;
}

.sec_5 h2 {
	color: #ff7800;
}

.women_btn {
	background: linear-gradient(180deg, #fd5845, #d8000f);
}

.men_btn {
	background: linear-gradient(180deg, #c8280e, #600c02);
}

.sport_btn {
	background: linear-gradient(180deg, #01ebc3, #00997e);
}

.kid_btn {
	background: linear-gradient(180deg, #46adea, #035dbd);
}

.bag_btn {
	background: linear-gradient(180deg, #ff7800, #d74700);
}

.women_btn:hover {
	text-decoration: none;
	background: linear-gradient(0deg, #fd5845, #d8000f);
}

.men_btn:hover {
	text-decoration: none;
	background: linear-gradient(0deg, #c8280e, #600c02);
}

.sport_btn:hover {
	text-decoration: none;
	background: linear-gradient(0deg, #01ebc3, #00997e);
}

.kid_btn:hover {
	text-decoration: none;
	background: linear-gradient(0deg, #46adea, #035dbd);
}

.bag_btn:hover {
	text-decoration: none;
	background: linear-gradient(0deg, #ff7800, #d74700);
}

.sec_6 h2 {
	text-align: center;
}

.shop_item {
	margin: 40px auto;
}

.shop_item img {
	border-radius: 20px;
}

.red_btn {
	background-color: #c40000;
	color: #fff;
	padding: 3px 20px;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 10px;
}

.red_btn:hover,
.red_btn:active,
.red_btn:focus,
.sert_btn:hover,
.sert_btn:active,
.sert_btn:focus {
	text-decoration: none;
	color: #fff;
	background-color: #a10000;
}

.sec_7 {
	background-color: #faf7e8;
	padding-top: 60px;
}

.sec_7 p {
	margin-top: 30px;
}

.wy {
	background: #faf7e8;
	background: linear-gradient(to top, #ffec9b, #FCF0B8);
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	border-top: solid #f1001b 4px;
}

.wy h2 {
	font-size:40px;
	margin-top: 10px;
	margin-bottom:40px;
	color:#f1001b;
}

.sert {
	display: flex;
	justify-content: space-between;
}

.sert img {
	margin: 15px;
}

.sert_btn {
	text-decoration: none;
	margin: 50px auto;
	display: inline-block;
	background-color: #c70000;
	color: #fff;
	padding: 8px 50px;
	border-radius: 100px;
}

.sec_8 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cont_slider {
	padding-right: 70px;
	padding-left: 70px;
}

.brand_carousel img {
	display: block;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
}

.glyphicon.glyphicon-menu-left.slick-arrow,
.glyphicon.glyphicon-menu-right.slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 50px;
    color: #ccc;
    line-height: 0;
    z-index: 10;
}

.glyphicon.glyphicon-menu-left.slick-arrow {
    left: 0;
    transform: translate(-30px,0);
    -webkit-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
}

.glyphicon.glyphicon-menu-right.slick-arrow {
    right: 0;
    transform: translate(30px,0);
    -webkit-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
}

footer {
	border-top: solid #f1001b 13px;
}

.gray {
	background-color: #595854;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dark_gray {
	background-color: #2f2e2c;
	padding-top: 15px;
	padding-bottom: 3px;
}

.gray a {
	color: #fff;
	text-decoration: underline;
}


.gray a:hover {
	color: #fff;
	text-decoration: none;
}

footer .gray .footer_phone {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.dark_gray p {
	color: #6b6b6b;
}

.foo_2 {
	margin-top: 31px;
}

.foo_3 {
	margin-top: 39px;
}



















@media (max-width: 1278px) {
		.girl2 {
	background-size:60%;
}
	
	.vk {
	margin-left: 15px;
}
.phone {
	font-size: 20px;
}
}

@media (max-width: 1199px) {
	
	.girl2 {
	background-size:50%;
}

	.top-left {
	background: none;
}

.top-right {
	background: none;
}
.phone {
	font-size: 20px;
}
.vk {
	margin-left: 45px;
}
	.foo_2 {
		margin-top: 31px;
	}
	.foo_3 {
		margin-top: 39px;
	}
}

@media (max-width: 991px) {
		.girl2 {
	background-size:50%;
}
	.phone {
	font-size: 16px;
}
	.vk {
		margin-left: 25px;

	}
	nav ul.nav.navbar-nav li a {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.white_block a {
		right: 15px;
	}
	.foo_2 {
		margin-top: 13px;
	}
	.foo_3 {
		margin-top: 22px;
	}
}

@media (max-width: 767px) {
	.logt {
	text-align: center;
}
	
	
	.girl2 {
	background:none;
}
	.white_block {
	margin-bottom: 150px;
	}
	h2 {
	margin-top: 50px;
	}
	.social {
		text-align: center;
	}
	.social a {
		margin: 3px;
		display: inline-block;
	}
	
	.inner .social {
	text-align: center;
}
	
	nav ul.nav.navbar-nav {
		display: block;
	}
	.carousel-control .glyphicon-menu-left,
	.carousel-control .glyphicon-menu-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		font-size: 40px
	}
	.sec_4 {
		background-position: right;
	}
	.sec_7 img {
		display: block;
		margin: 10px auto;
	}
	.sert {
		justify-content: center;
		flex-wrap: wrap;
	}
	.sert img {
		margin: 15px;
	}
	.glyphicon.glyphicon-menu-left.slick-arrow,
	.glyphicon.glyphicon-menu-right.slick-arrow {
		font-size: 36px;
	}
	.gray {
		text-align: center;
	}
	.foo_2 {
		margin-top: 20px;
	}
	.foo_3 {
		margin-top: 20px;
	}
}

@media (max-width: 470px) {
	h2 {
		font-size: 42px;
	}
}

.modal-header {
    padding: 25px;
	border-bottom: 5px solid #E2001B;
}

.modal-body {
    padding: 25px;
}

a {
    color: #E2001B;
    text-decoration: none;
}
a:hover {
    color: #9e0012;
    text-decoration: underline;
}
#simpoll_frame_20540c1e
{
	height: 400px!important;
}

.wy .col-sm-3 {
	padding-bottom:25px;
}

.form-control {
    font-size: 16px;
    font-family: arial;
    color: #666;
    padding: 15px 15px;
border:none;
background:#FAF7E8;
}

.btn-default {
    padding: 20px 40px;
    border: none;
    background: #C40000;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.btn-default:hover{
    background: #000;
	color: #fff;
}

#mesbut {
    width: 250px;
    height: 40px;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
  }
#mesbut img{
    width:250px;
  }
#mesbut:hover{
    right: 5px;
	transition:0.3s;
  }

@media only screen and (max-width : 767px) {
#mesbut {
    width: 210px;
    height: 40px;
    bottom: 10px;
    right: -171px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
  }
#mesbut:hover{
    right: 0px;
	transition:0.3s;
  }
  }
  
.sertif img{
	width:100%; 
	max-width:300px; 
	margin-top:30px;
	border-radius:15px;
-webkit-box-shadow: 0px 6px 9px -1px rgba(77, 9, 9, 0.2);
-moz-box-shadow: 0px 6px 9px -1px rgba(77, 9, 9, 0.2);
box-shadow: 0px 6px 9px -1px rgba(77, 9, 9, 0.2);
 }

.top-slider {
	margin-bottom:0 !important;
}
.top-slider .slick-track {
	display: flex;
}
.top-slider .slick-dots {
	bottom:10px;
}
.top-slider .slick-prev {
	left:10px;
	z-index: 2;
}
.top-slider .slick-next {
	right:10px;
	z-index: 2;
}