/*
 * ------------------------------------------------------------------------------------------------
 * connection fonts
 * ------------------------------------------------------------------------------------------------
 */

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham/Gotham-Bold.otf");
}

@font-face {
    font-family: "Gotham-BoldItalic";
    src: url("../fonts/Gotham/Gotham-BoldItalic.otf");
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham/Gotham-Book.otf");
}

@font-face {
    font-family: "Gotham-BookItalic";
    src: url("../fonts/Gotham/Gotham-BookItalic.otf");
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham/Gotham-Light.otf");
}

@font-face {
    font-family: "Gotham-LightItalic";
    src: url("../fonts/Gotham/Gotham-LightItalic.otf");
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham/Gotham-Medium.otf");
}

@font-face {
    font-family: "Gotham-MediumItalic";
    src: url("../fonts/Gotham/Gotham-MediumItalic.otf");
}

@font-face {
    font-family: "ProbaProItalic";
    src: url("../fonts/ProbaPro/ProbaProItalic.otf");
}

@font-face {
    font-family: "ProbaProRegular";
    src: url("../fonts/ProbaPro/ProbaProRegular.otf");
}

@font-face {
    font-family: "Panton-Bold";
    src: url("../fonts/Panton/Panton-Bold.otf");
}

/*font-family: 'Montserrat', sans-serif;*/

/*
 * ------------------------------------------------------------------------------------------------
 * styles
 * ------------------------------------------------------------------------------------------------
 */
 
.center {
	 text-align: center;
 }
 
 
 .slider_main {
	padding: 0;
 }
.newyear-preview img {
	width: 100%; 
 }
 
 .newyear-preview {
	 padding-top: 70px;
	 padding-bottom: 70px;
 }
 
.partner-a a {
	 width: auto;
    height: 175px;
    display: block;
    text-align: center;
	 background-image: url('/local/templates/main/img/aizel.jpg');
	     background-size: contain;
    background-repeat: no-repeat;
 }
 
.partner-b a {
	width: auto;
    height: 175px;
    display: block;
    text-align: center;
	background-image: url('/local/templates/main/img/lamoda.jpg');
	    background-size: contain;
    background-repeat: no-repeat;
 }
 
.search-page table img{

}
.search-page table{
    width: 100%;
}

.search-page table td:first-child{
    width: 150px;
}
.search-page table td{
    border-bottom: 1px solid #cecece;
    padding: 20px 0;
    vertical-align: middle;
}
.navigation__item.search{
    position: relative;
	padding-left: 10px;
}
.navigation__item.search .glyphicon-search{
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.search-suggest{
    border: 1px solid #000;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    width: 75%;
}
.search-page input[type="submit"]{
    display: inline-block;
    width: 115px;
    color: #ffffff;
    border: 2px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Book";
    background: #000000;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s all ease;
    cursor: pointer;
}
.navigation__item.search .search_block{
    transition-property: width;	
    transition-duration: .3s;
    transition-timing-function: ease-out;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 1px;
    width: 0px;
}
.navigation__item.search .search_block.active{
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    opacity: 1;
    width: 250px;
}
.navigation__item.search .search_block input[type=text]{
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    border: none;
    height: 29.5px;
    padding: 0 10px;
    width: 0px;
	margin-left: 14px;
}
.navigation__item.search .search_block.active input[type=text]{
    transition-property: width;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    width: 250px;
    max-width: 100%;
}
.title-search-result{
    /*display: block !important;*/
    background: #fff;
    margin-top: -20px;
}
.navigation__item.search .search_block input[type=submit]{
    display: none;
}
.navigation__item.search .search_block.active{
  display: block;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    /*padding-left: 0;
    padding-right: 0;*/
}

.page {
    padding: 0;
    margin: 0;
    background: #ffffff;
}

.header__top-message {
    background: #ebe8e5;
    height: 30px;
    text-align: center;
    width: 100%;
    padding-top: 7px;
    margin: 0;
    transition: 0.3s;
    overflow: hidden;
}

.header__text {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Gotham-Light";
    color: #68665e;
    letter-spacing: 1.5px;
}

.header__cross-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
    float: right;
    margin-right: 65px;
    margin-top: -27px;
}

.header__icon {
    position: relative;
    min-width: 10px;
    min-height: 10px;
}

.header__icon::before {
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    background: #68665e;
}

.header__icon::after {
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    background: #68665e;
}

.phones {
    margin: 0;
    padding-top: 34px;
    padding-left: 60px;
    float: left;
}

.phones__phone {
    color: #000000;
    font-family: "Gotham-Medium";
    font-size: 17px;
    margin-bottom: 0;
}

.phones__text {
    margin-top: -3px;
    font-size: 14px;
    color: #959595;
    font-family: "ProbaProItalic";
    margin-bottom: 0;
}

.logo {
    width: 250px;
    margin: 0 auto;
    margin-top: -40px;
}

.login--log {
    float: right;
    text-align: right;
    padding-top: 31px;
}

.login__link {
    font-family: "Gotham-Light";
    color: #000000;
    font-size: 12px;
    display: block;
    cursor: pointer;
    margin-bottom: 3px;
}

.login__link:hover,
.login__link:active,
.login__link:focus,
.login__link:visited {
    color: #000000;
}

.cart {
    margin-left: 17px;
    padding-top: 25px;
    padding-right: 60px;
    float: right;
    position: relative;
}

.cart-page {
	padding: 25px 15px;
}

.cart__link {
    position: relative;
    color: #ffffff;
}

.cart__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.cart__count {
    background: #000000;
    color: #ffffff;
    position: absolute;
    top: 17px;
    left: 18px;
    font-family: "Gotham-Light";
    font-size: 11px;
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 11px;
    padding-right: 11px;
}

.header__main-section {
    padding-bottom: 20px;
    /*border-bottom: 1px solid #e1e1e1;*/
}

.submenu {
    display: block;
    position: absolute;
    width: 100%;
    top: 31px;
    left: 0;
    background: #ffffff;
	border-bottom: 3px solid #000;
}

.navigation {
    position: relative;
    max-height: 64px;
}

.navigation::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 5;
}

.navigation__wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
	background: #000;
}

.navigation__list {
    /*padding-top: 13px; */
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: -5px;
	transition: .3s height ease;
}
.navigation__item {
    float: left;
}

.navigation__link {
    color: #fff;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 13px;
    padding-left: 13px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition:  0.3s;
    -ms-transition:  0.3s;
    -o-transition:  0.3s;
    transition:  0.3s;
}

.navigation__link--pink {
    color: #ff003c;
}

.navigation__link:hover,
.navigation__link:focus,
.navigation__link:visited {
    border-top: 1px solid transparent  !important;
    border-right: 1px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #fff !important;
    /*color: #000000;*/
	background: #fff;
    text-decoration: none;
}

.navigation__link--pink:hover,
.navigation__link--pink:focus,
.navigation__link--pink:visited {
    color: #ff003c;
}

.submenu {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

.submenu__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
}

.submenu__link {
    display: block;
    font-family: "Gotham-Book";
    font-size: 12.5px;
    color: #8e8c82;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
	transition: .3s all ease;
}

.submenu__link:hover {
    text-decoration: none;
    color: #333;
}

.submenu__link--header {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Gotham-Medium";
    padding-top: 0;
    padding-bottom: 7px;
}

.submenu__link--header:hover {
    text-decoration: none;
    color: #000000;
}

.submenu__col-4 {
    float: left;
    margin-right: 75px;
}

.submenu__banner {
    float: left;
}

.submenu__banner--mr {
    margin-right: 20px;
}

.submenu__link--pt {
    padding-top: 30px;
}

.submenu__wrap {
    display: inline-block;
}

.submenu--tac {
    text-align: center;
}

.slider__img {
    width: 100% !important;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
}

.owl-dots {
    position: absolute !important;
    top: 0;
    right: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #c8c7c4;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.slider__description {
    position: absolute;
	width: 100%;
    right: 0;
    bottom: 100px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.slider__header {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
    font-size: 46px;
    margin-bottom: 20px;
}

.slider__text {
    text-align: center;
    color: #ffffff;
    font-family: "Gotham-Book";
    font-size: 12px;
    margin-bottom: 25px;
}

.slider__button {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.8;
}

.slider__button:hover {
    opacity: 1;
}

.services {
    /*padding-top: 15px;*/
    padding-bottom: 35px;
}

.services__item {
    margin-right: 2%;
    width: 32%;
    position: relative;
    float: left;
}

.services__item:last-child {
    margin-right: 0%;
}

.services__header {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.services__img {
    width: 100%;
    height: 350px;
}

.services__link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    font-family: "Gotham-Book";
}

.services__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.services__desctiption {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    text-align: center;
}

.big-banner {
    position: relative;
    margin-bottom: 15px;
}

.big-banner__img {
    width: 100%;
    height: auto;
}

section:nth-child(6) .big-banner__description {
	right: 0;
	left: 240px;
}
.big-banner__description {
    position: absolute;
    top: 120px;
    right: 100px;
    max-width: 500px;
}

.big-banner__button {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #000000;
    text-transform: uppercase;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.6;
}

.big-banner__button:hover {
    opacity: 1;
}

.big-banner__header {
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    font-size: 62px;
    margin-bottom: 20px;
}

.big-banner__text {
    text-align: left;
    color: #000000;
    font-family: "Gotham-Book";
    font-size: 12px;
    margin-bottom: 25px;
}

.big-banner__description--left {
    left: 50px;
}

.hits {
    margin-bottom: 60px;
}

.hits__header {
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    font-family: "Gotham-Book";
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: center;
}

.hits__item {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
}

.hits__img {
    width: 100%;
    max-width: 280px;
    height: 350px;
    display: inline !important;
}

.hits__name {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hits__price-wrap {
    text-align: center;
}

.hits__old-price {
    font-size: 14px;
    margin-right: 10px;
    font-family: "Panton-Bold";
    color: #9e9892;
    text-decoration: line-through;
    text-transform: uppercase;
}

.hits__new-price {
    font-size: 14px;
    color: #000000;
    font-family: "Panton-Bold";
    text-transform: uppercase;
}

.about-brand {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.about-brand__header {
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    font-family: "Gotham-Book";
    display: inline-block;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.about-brand::before {
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    background: #e3e3e4;
}

.about-brand__picture {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.about-brand__img {
    width: 100%;
    height: auto;
}

.about-brand__description {
    float: left;
    width: 66%;
    text-align: left;
}

.about-brand__description h1 {
	line-height: 25px;
    text-align: left;
	margin: 0 0 10px 0;
    color: #000000;
    font-size: 16px;
    font-family: "Gotham-Book";
}

.about-brand__text {
    line-height: 23px;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-family: "Gotham-Book";
    margin-bottom: 30px;
}

.about-brand__link {
    border: 2px solid #000;
    outline: none;
    transition: 0.3s;
    text-transform: uppercase;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Gotham-Book";
}

.about-brand__link:hover {
    opacity: 0.7;
    color: #000000;
    text-decoration: none;
}

.blog__header {
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    font-family: "Gotham-Book";
    display: inline-block;
    position: relative;
    z-index: 5;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.blog {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.blog::after {
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    background: #e3e3e4;
}

.blog__item {
    margin-right: 2%;
    width: 32%;
    position: relative;
    float: left;
}

.blog__item:last-child {
    margin-right: 0%;
}

.blog__header {
    display: block;
	margin-top: 30px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham-Light";
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.blog__link {
    display: inline-block;
    color: #000000;
    border: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Book";
    transition: 0.3s;
}

.blog__link:hover {
    text-decoration: none;
    color: #000000;
    opacity: 0.7;
}

.footer {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer__submit {
    display: inline-block;
	width: 115px;
    color: #ffffff;
    border: 2px solid #000000;
    padding-top: 12px;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Book";
    background: #000000;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s all ease;
}

.footer__submit:hover {
    background: #ffffff;
    color: #000000;
}

.footer__input {
    border: 1px solid #000;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    width: 75%;
}

.footer__sub-soc {
	background-color: #f9f9f9;
    border: 1px solid #e3e3e4;
	padding-top: 25px;
    padding-bottom: 5px;
}

.social-icons li {
	display: inline-block;
	padding: 0 5px;
}

.social-icons .icon {
	font-size: 14px;
    line-height: 40px;
}

.social-icons .icon:before {
	height: 2em;
}

.logo--footer {
    margin: 0;
    margin-bottom: 20px;
}

.logo--footer img {
	width: 200px;
}

.phones--footer {
    float: none;
    padding-left: 0;
    padding-top: 0;
}

.footer__l {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.footer__link {
    line-height: 29px;
    font-size: 12px;
    font-family: "Gotham-Book";
    color: #000000;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

.footer__link:hover {
    color: #000000;
}

.footer__text {
    font-family: "ProbaProRegular";
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    max-width: 404px;
    text-align: center;
}

.footer__logo {
    float: left;
    width: 21%;
    background: none !important;
}

.footer__list {
    float: left;
    width: 23%;
}

.footer__form {
    float: left;
    width: 33%;
}

.footer__form ul {
	padding-left: 0;
}
	
.footer__form ul li {
	list-style-type: none;
	padding: 5px 0;
}

.footer div.clearfix {
    /*border-top: 1px solid #e3e3e4;*/
    padding-top: 33px;
}

.footer__soc{font-size:0;text-align:center;}
.footer__soc_item{width:40px;height:40px;display:inline-block;line-height:36px;margin:0 6px;border:1px solid #c3c3c2;font-size:12px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.footer__soc_item:first-child{margin-left:0;}
.footer__soc_item:last-child{margin-right:0;}
.footer__soc_item:hover{border-color:#000;}
.icon{font-size:10px;}
.icon:before{background:url("../img/sprite.svg") no-repeat 0 0/18em 104.2em;content:' ';vertical-align:middle;display:inline-block;}
.icon.icon-fb:before{background-position:-2em -62.6em;width:0.8808999999999998em;height:1.6296999999999997em;}
.icon.icon-in:before{background-position:-2em -68.31em;width:1.5em;height:1.56em;}
.icon.icon-vk:before{background-position:-1.97em -89.7em;width:1.25em;height:1.58em;}

.footer__soc {
    text-align: center;
    margin-top: 30px;
	font-size: 12px;
}

.footer__soc a {
    text-align: center;
}

.top-banner {
    position: relative;
}

.top-banner__img {
    width: 100%;
    height: auto;
}

.top-banner__description {
    position: absolute;
    top: 140px;
    left: 70px;
}

.top-banner__header {
    font-size: 52px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Gotham-Book";
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.top-banner__bold {
    font-family: "Gotham-Bold";
}

.top-banner__button {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
}

.top-banner__button:hover {
    opacity: 1;
}

.poshiv {
    margin-top: 100px;
    text-align: center;
}

.poshiv__header {
    margin-top: 0;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-family: "Gotham-Book";
    padding: 0;
    margin-bottom: 40px;
    font-weight: normal;
}

.poshiv__text {
    font-size: 14px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    font-family: "Gotham-Book";
    max-width: 830px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.poshiv__line {
    max-width: 560px;
    width: 100%;
    height: 1px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.poshiv__link {
    font-family: "Gotham-Book";
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
}

.poshiv__link:hover {
    color: #000000;
}

.poshiv__picture {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 125px;
}

.top-banner__text {
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #b2b3b8;
    max-width: 500px;
}

.blog__header--big {
    font-family: "Gotham-Light";
    text-transform: uppercase;
    color: #000000;
    font-size: 79px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 70px;
}

.blog--non-border::after {
    display: none;
}

.blog__wrap-items {
    padding-left: 50px;
    padding-right: 50px;
}

.blog__img {
    width: 100%;
}

.top-banner__button:hover {
    text-decoration: none;
    color: #ffffff;
}

.slider__button:hover {
    text-decoration: none;
    color: #ffffff;
}

.big-banner__button:hover {
    text-decoration: none;
	color: #000000;
}

.hits__name-link {
    color: #000000;
}

.hits__name-link:hover {
    color: #000000;
}

.post {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.post__link {
    display: inline-block;
    color: #000000;
    border: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Book";
    transition: 0.3s;
}

.post__link:hover {
    text-decoration: none;
    color: #000000;
    opacity: 0.7;
}

.post__left-col {
    float: left;
    width: 40.7%;
    margin-right: 2.5%;
	max-width: 410px;
}

.post__right-col {
    float: left;
    width: 46.6%;
}

.post__img {
    width: 100%;
    height: auto;
}

.post__header {
    font-family: "Gotham-Light";
    font-size: 27px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    height: 58px;
    overflow: hidden;
}

.post__text {
    font-family: "Gotham-Light";
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 67px;
    height: 60px;
    overflow: hidden;
}

.post--top-border {
    border-top: 1px solid #d0d0d0;
}

.post {
    border-bottom: 1px solid #d0d0d0;
}

.posts-list {
    margin-bottom: 110px;
}

.post-open__header {
    font-family: "Gotham-Light";
    text-transform: uppercase;
    color: #000000;
    font-size: 79px;
    font-weight: normal;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 65px;
}

.post-open__img {
    /*width: 100%;*/
    height: auto;
    min-height: 150px;
}

.post-open__container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
	text-align: center;
}

.post-open__small-header {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    margin-bottom: 35px;
}

.post-open__text {
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-family: "Gotham-Book";
    max-width: 830px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.post-open__line {
    max-width: 560px;
    width: 100%;
    height: 1px;
    background: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.post-open__link {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham-Book";
    font-size: 15px;
}

.post-open__link:hover {
    color: #000000;
}

.post-open__link-wrap {
    text-align: center;
    padding-bottom: 50px;
}

.post-open__picture {
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.post-open__image {
    width: 100%;
    height: auto;
}

.hits__old-price--mon {
    margin: 0 6px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    font-family: "Panton-Bold";
}

.hits__new-price--mon {
    margin: 0 6px;
    color: #f9001c;
    font-size: 14px;
    font-family: "Panton-Bold";
}

.hits--mb {
    margin-bottom: 75px;
}

.post-open__two-image {
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 85px;
}

.post-open__left {
    width: 54.6%;
    margin-right: 5.4%;
    float: left;
}

.post-open__right {
    width: 40%;
    float: left;
}

.post-open__description-text {
    font-family: "Gotham-Book";
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.post-open__picture--mb {
    margin-bottom: 0;
}

.hits--padding {
    padding-left: 40px;
    padding-right: 40px;
}

.navigation__close-button {
    display: none;
}

.hits__picture {
    text-align: center;
}

.top-banner__img {
    min-height: 250px;
}

.goods__inner {
    color: #000000;
}

.goods__inner:hover {
    color: #000000;
    text-decoration: none;
}

.goods__name,
.goods__type {
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}

.goods__type {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
	font-family: "Panton-Bold";
}

.filter__link {
    color: #000000;
	padding: 6px 5px;
    border-left: 2px solid #ebebeb;
    transition: .4s all ease;
}

.js-ow-spn-button.catalog__load_btn {
    color: #000000;
	transition: .4s all ease;
}

/*.js-ow-spn-button.catalog__load_btn:focus {
	color: transparent;
}
*/
.js-ow-spn-button.catalog__load_btn:active {
	text-decoration: none;
}

.js-ow-spn-button.catalog__load_btn:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.filter__link:hover {
    color: #000000;
    border-color: #333;
    text-decoration: none;
}

.goods__name:hover {
    text-decoration: underline;
}

.goods__price {
    font-size: 14px;
    color: #000000;
    /*font-family: "Panton-Bold";*/
    text-transform: uppercase;
    text-decoration: none;
}


#basket_form_container #js-basket-wrapper #basket_items .cart__td.cart__td-3 a {
    color: #000000;
}

#basket_form_container #js-basket-wrapper #basket_items .cart__td.cart__td-3 a:hover {
    color: #000000;
}

.cart__del.js-basket-item-delete {
    color: #000000;
}

.cart__del.js-basket-item-delete:hover {
    color: #000000;
    text-decoration: none;
}

.total_info__bot .btn.total_info__DO.js-go-checkout,
#ORDER_CONFIRM_BUTTON,
.btn.login__btn-reg,
.btn.login__btn-auth,
.btn.contacts__send.js-ow-form-submit,
.btn.personal__form_btn {
    display: inline-block;
    color: #000000;
    border: 2px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Book";
    transition: 0.3s;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s;
    border-radius: 0;
}

.total_info__bot .btn.total_info__DO.js-go-checkout:hover,
#ORDER_CONFIRM_BUTTON:hover,
.btn.login__btn-reg:hover,
.btn.login__btn-auth:hover,
.btn.contacts__send.js-ow-form-submit:hover,
.btn.personal__form_btn:hover,
.about-brand__link:hover,
.blog__link:hover,
.post__link:hover {
    background: #000000;
    color: #ffffff;
    opacity: 1;
}

#js-ow-forgot-passwd-block .form__row .form__content .js-change-pass {
    color: #000000;
}

#js-ow-forgot-passwd-block .form__row .form__content .js-change-pass:hover,
.contacts__left a:hover {
    color: #000000;
}

h1 {
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-family: "Gotham-Book";
    padding: 0;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: normal;
}

.page__img {
    text-align: center;
}

.img-inline img {
    display: inline-block !important;
}

.img-inline .page__title {
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-family: "Gotham-Book";
    font-weight: normal;
}

.img-inline .page__text {
    max-width: 1000px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fixes .page__text {
    margin-left: 0;
    text-align: left;
}

.breadcrumbs a,
.breadcrumbs a:hover,
.js-change-pass,
.js-change-pass:hover {
    color: #000000;
}

.header-header {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-family: "Gotham-Book";
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

.owl-next,
.owl-prev,
.owl-next:hover,
.owl-prev:hover {
    background: none !important;
}

.brands.brands-item a,
.brands.brands-item a:hover {
    color: #000000 !important;
}

.buy_info__content.js-buy-info-content a:hover,
#js-table-size,
#js-table-size:hover,
.product__favorite_link.js-product-fave-button,
.product__favorite_link.js-product-fave-button:hover {
    color: #000000 !important;
}

#js-product-basket-button {
    transition: 0.3s;
    text-transform: uppercase;
}

.product {
    padding-top: 70px;
}

.history__list_goods a,
.history__list_goods a:hover {
    color: #000000;
}

.page__list_img_item {
    width: 100% !important;
    text-align: center;
}

.poshiv__img {
    display: inline-block !important;
}

.header {
    position: relative;
    z-index: 10;
}

#js-sort-container {
    margin-bottom: 30px;
    text-align: center;
}

.catalog__filter-close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 35px;
    height: 35px;
    outline: none;
    background: none;
    border: none;
    box-shadow: none;
    display: none;
}

.catalog__filter-close-span {
    position: relative;
    width: 15px;
    height: 15px;
}

.catalog__filter-close-span::after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -15px;
    top: 0;
    transform: rotate(45deg);
    background: #000000;
}

.catalog__filter-close-span::before {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -15px;
    top: 0;
    transform: rotate(-45deg);
    background: #000000;
}

.product__info_content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.product__info td,
.product__info th {
    display: block !important;
}


.product_goods {
    overflow-x: hidden;
}

.contacts {
    padding-left: 10px;
    padding-right: 10px;
}

.img-inline,
.post-open {
    padding-left: 10px;
    padding-right: 10px;
}

.main_delivery {
	/*background: rgba(235, 232, 229, 0.13);*/
    color: rgba(51, 51, 51, 0.71);
}

.page_contacts {
	color: rgba(51, 51, 51, 0.71);
}

.S60 {
	display: block;
    width: 100%;
    height: 60px;
    background: none;
	clear: both;
}

.S40 {
	display: block;
    width: 100%;
    height: 40px;
    background: none;
    clear: both;	
}

.main_delivery_row__header {
	color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_delivery_row__header h4 {
	font-size: 38px;
}
.main_delivery_row__header span {
	display: block;
    line-height: 1.6;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_delivery_row__panel__block {
	display: block;
    height: auto;
	padding-bottom: 15px;
    background: none;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: .4s all ease;
}

.main_delivery_row__panel__block:hover .main_delivery_row__panel__block__description {
	color: #333;
}

.main_delivery_row__panel__block span {
	display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 39px;
    line-height: 100px;
    border: 2px solid;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    border-bottom-right-radius: 50%;
    background-color: #fff;
	transition: all .3s ease-out;
}

.main_delivery_row__panel__block:hover span {
	background: #000;
	color: #fff;
}

.main_delivery_row__panel__block__description {
	display: inline-block;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: none;
    padding: 20px 25px 0 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_tizer {
	padding-bottom: 40px;
}

.main_tizer h3 {
	font-size: 29px;
	text-align: center;
    vertical-align: middle;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
    padding-right: 15px;
}

.main_tizer__row {
	border-top: 1px solid #e3e3e4;
}

.main_tizer__row__banner {
	height: 510px;
	background-size: cover;
	width: 33.1%;
	display: inline-block;
    position: relative;
	/*border-left: 1px solid #fff;*/
    background-repeat: no-repeat;
    background-position: center 0;
	box-sizing: border-box;
}

.main_tizer__row__banner div {
	height: 70px;
    font-size: 22px;
    padding-top: 17px;
	background-color: rgba(0,0,0,.6);
    color: #fff;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	text-align: center;
    transition: background-color .2s linear;
}

.main_tizer__row__banner:hover div {
	background-color: rgba(0,0,0,1);
}

.lc.container {
	padding: 0 15px;
}

.teaser_double {
	margin-top: 50px;
    	margin-bottom: 40px;
}

.teaser_double .container {
	border-bottom: 1px solid #e3e3e4;
}

.teaser_double__link:hover {
	text-decoration: none;
}

.teaser_double__img {
	height: 430px;
    position: relative;
    background-size: cover;
}

.teaser_double__link:hover .teaser_double__img {
    transition: opacity .2s ease;
    background-color: rgba(0,0,0,.2);
    opacity: .7;
}

.teaser_double__img-1 {
	background-image: url(/upload/medialibrary/afa/afa839b668a358cb9603a534d24e7dab.jpg);
}

.teaser_double__img-2 {
	background-image: url(/local/templates/main/img/teaser_spring.jpg);
}

.teaser_double__img-3 {
	background-image: url(/local/templates/main/img/teaser_trench.jpg);
}

.teaser_double__description {
	margin-top: 22px;
	text-align: center;
}

.teaser_double__heading {
	display: block;
    font-size: 22px;
    color: #333;
}

.teaser_double__text {
	display: block;
    font-size: 16px;
    color: #888;
    margin-top: 8px;
	margin-bottom: 35px;
}



/*
 * ------------------------------------------------------------------------------------------------
 * media
 * ------------------------------------------------------------------------------------------------
 */
@media screen and (max-width: 1295px){
    .footer__form-f,
    .footer__soc {
        text-align: center;
    }
/*
    .footer__submit {
        margin-top: 10px;
    }
*/
    .services__img {
        width: 100%;
        height: auto;
    }

    .poshiv__picture {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

    .poshiv__img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1280px){
    .big-banner__description {
        top: 90px;
        right: 30px;
    }
}

@media screen and (max-width: 1250px){
    .slider__img {
        /*min-height: 500px;*/
    }

    .top-banner__description {
        top: 100px;
    }
	
	.main_tizer__row__banner {
		width: 32.1%;
	}
}

@media screen and (max-width: 1170px){
    .slider__img {
        /*min-height: 400px;*/
    }

    .slider__description {
        top: 69%;
    }

    .services__desctiption {
        top: 120px;
    }
}

@media screen and (max-width: 1100px){
    .slider__img {
        /*min-height: 300px;*/
    }

    .big-banner__description {
        top: 40px;
        right: 0px;
    }

    .top-banner__description {
        top: 80px;
    }

    .post-open__header {
        font-size: 59px;
    }

    .navigation__item.search .search_block.active{
        width: 150px;
    }
}

@media screen and (max-width: 990px){
    .footer__logo {
        width: 50%;
        padding-bottom: 20px;
    }

    .footer__list {
        width: 50%;
        padding-bottom: 20px;
    }

    .footer__form {
        width: 50%;
        padding-bottom: 20px;
    }

    .slider__img {
        /*min-height: 250px;*/
    }

    .slider__description {
        top: 60px;
        left: 60px;
    }

    .blog__item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 15px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog__item:last-child {
        margin-right: auto;
    }

    .about-brand__picture {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 420px;
    }

    .about-brand__description {
        float: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .services__item {
        margin-right: auto;
        margin-left: auto;
        max-width: 420px;
        width: 100%;
        /*margin-top: 20px;*/
        float: none;
    }

    .services__item:last-child {
        margin-right: auto;
        margin-left: auto;
    }

    .top-banner__description {
        top: 50px;
    }

    .post__left-col {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .post__right-col {
        float: none;
        width: 100%;
        text-align: center;
    }

    .post__header {
        text-align: center;
        margin-bottom: 10px;
        height: auto;
    }

    .post__text {
        text-align: center;
        height: auto;
        margin-bottom: 15px;
    }

    .hits--padding {
        padding-left: 0;
        padding-right: 0;
    }

    .post-open__left {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .post-open__description-text {
        text-align: center;
    }

    .post-open__right {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 950px){
    .big-banner__description {
        top: 20px;
    }

    .top-banner__description {
        text-align: center;
        top: 30px;
        left: 0;
        width: 100%;
    }

    .top-banner__header {
        text-align: center;
        font-size: 35px;
    }

    .top-banner__text {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 870px){
    .big-banner__description {
        top: 0px;
    }

    .post-open__container {
        padding-left: 0;
        padding-right: 0;
    }
    .navigation__item.search {
        position: relative;
        padding-left: 10px;
        float: none;
        display: block;
        clear: both;
        text-align: left;
        margin-bottom: 20px;
    }
    li.navigation__item.search div.search_block{
        display: block;
        opacity: 1;
        width: 100%;
    }
    .navigation__item.search .search_block input[type=text]{
        width: 100%;
    }
    .navigation__item.search .search_block.active {
        width: 100%;
        display: block;
    }
    .navigation__item.search .search_block.active input[type=text]{
        width: 100%;
    }
}

@media screen and (max-width: 780px){
    .slider__description {
        top: 40px;
        left: 0;
    }

    .big-banner__description {
        width: 100%;
        text-align: center;
        max-width: 10000px;
        top: 40px;
    }

    .big-banner__header {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .big-banner__header {
        text-align: center;
    }

    .big-banner__text {
        text-align: center;
    }

    .big-banner__description--left {
        left: 0;
    }

    .post-open__header {
        font-size: 49px;
    }
	.main_tizer__row__banner {
		width: 100%;
	}
}

@media screen and (max-width: 769px){
    .toolbar {
        text-align: center;
    }

    .catalog__filter-close {
        display: block;
    }

    .product {
        padding-left: 10px;
        padding-right: 10px;
    }
	.main_delivery_row__panel__block__description {
		max-width: 210px;
		text-align: left;
	}
	
	.footer__input {
		width: 61%;
	}
}

@media screen and (max-width: 700px){
    .footer__logo {
        width: 100%;
        float: none;
    }

    .footer__list {
        width: 100%;
        float: none;
    }

    .footer__form {
        width: 100%;
        float: none;
    }

    .logo--footer {
        margin: 0 auto;
    }

    .footer {
        text-align: center;
    }

    .slider__img {
        min-height: auto;
    }
}

@media screen and (max-width: 650px){
    .phones {
        float: none;
        display: block;
        padding-top: 15px;
        padding-left: 0px;
        text-align: center;
    }

    .logo {
        margin-top: 10px;
    }

    .login--log {
        float: none;
        display: block;
        text-align: center;
        padding-top: 15px;
    }

    .cart {
        float: none;
        display: block;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px;
        padding-right: 0;
    }

    .header__main-section {
        padding-bottom: 10px;
    }

    .post-open__two-image {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px){

    li.navigation__item.search div.search_block{
        opacity: 0;
        width: 0;
    }
    .navigation__item.search .search_block input[type=text]{
        width: 0;
    }
    .navigation__item.search .search_block.active {
        width: 90%;
        display: block;
        padding-top: 11px;
    }
	.logo {
		margin-top: 10px;
		margin-bottom: 2px;
		width: 160px;
	}
	
	.logo img {
		width: 160px;
	}
	
	.logo--footer img {
		width: 160px;
	}
	
	.navigation::before {
        display: none;
    }

    .header__top-message {
        display: none;
    }

    .navigation__list {
        display: block;
        width: 100%;
        background: #000;
        height: 0px;
        overflow: hidden;
        transition: 0.3s;
        padding-top: 0;
        position: absolute;
    }

    .navigation__item {
        text-align: left;
        float: none;
		padding: 10px 0;
    }

    .navigation__link {
        border: none !important;
		color: #fff;
    }

    .navigation__link:hover,
    .navigation__link:focus,
    .navigation__link:visited {
        border: none !important;
        text-decoration: underline;
        outline: none !important;
		color: #fff;
    }

    .navigation__close-button {
        display: block;
    }

    .navigation {
        padding-top: 5px;
		border-bottom: 8px solid;
    }

    .navigation__icon {
        font-size: 21px;
        transition: 0.3s;
    }

    .navigation__icon:hover {
        color: #000000;
    }

    .navigation__close-button {
        background: transparent;
        border: none;
        box-shadow: none;
        float: left;
        margin-right: 20px;
		margin-top: -70px;
        position: relative;
        z-index: 15;
        outline: none !important;
		padding: 14px;
		transition: .3s all ease;
    }
	
	.cart {
		/* float: none; */
		display: block;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-right: 0;
		right: 22px;
		top: 20px;
		position: absolute;
	}
	
	.cart__img {
		width: 79%;
	}
	
	.login--log, .header .phones {
		display: none;
	}
	
    .slider__description {
        top: 50px;
        width: 100%;
    }

    .slider__header {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .slider__text {
        margin-bottom: 10px;
    }

    .owl-dots {
        right: 5px !important;
    }

    .big-banner__description {
        top: 10px;
    }

    .post {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-open__header {
        font-size: 39px;
    }
	.product {
		padding-top: 10px;
	}
	
	.footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*
	.footer__input {
		width: 165px;
	}
	*/
	.footer__submit {
		padding-left:0;
		padding-right: 0;
	}
	
	.footer__soc {
		margin-top: 0;
	}
	
	.social-icons {
		text-align: center;
		padding: 0;
	}
	
	.main_delivery_row__header h4 {
		font-size: 22px;
	}
	
	.main_delivery_row__panel__block span {
		width: 75px;
		height: 75px;
		font-size: 30px;
		line-height: 75px;
	}
	
	.main_tizer h3 {
		font-size: 22px;
		padding-top: 0;
		padding-bottom: 15px;
	}
	
	.goods__type {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	
	.product .breadcrumbs { 
		display: none
	}
	
	.teaser_double .container .row {
		margin: 0;
	}
	
	.teaser_double .container .row .col-xs-12 {
		padding: 0;
	}
	
	.main_tizer__row__banner {
		width: 32.4%;
		height: 300px;
	}
	
	.main_tizer__row__banner div {
		height: 53px;
		font-size: 16px;
		padding-top: 16px;
	}
	
	.main_tizer__row__banner:first-child div {
		padding-top: 4px;
	}
}

@media screen and (max-width: 520px){
    .slider__description {
        top: 30px;
    }
}

@media screen and (max-width: 450px){
    .slider__description {
        top: 66%;
        padding-right: 30px;
        padding-left: 10px;
    }

    .big-banner__header {
        font-size: 35px;
    }

    .top-banner__header {
        text-align: center;
        font-size: 25px;
    }

    .blog__wrap-items {
        padding-left: 0px;
        padding-right: 0px;
    }

    .post {
        padding-left: 0;
        padding-right: 0;
    }

    .post-open__two-image {
        padding-left: 0px;
        padding-right: 0px;
    }

    h1 {
        font-size: 32px;
    }
	
}


.buy_info_accordion .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.buy_info_accordion .panel-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.buy_info_accordion .panel-title a {
  margin-right: 0;
  margin-bottom: -1px;
  padding: 0px 13px 5px 13px;
  display: block;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.buy_info_accordion .panel-title a.collapsed {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #ebebeb;
}
.buy_info_accordion .panel-bo {
  padding: 15px 0;
}
.buy_info_accordion .panel-bo a {
  text-decoration: underline;
  color: #000;
}

@media (max-width:767.98px){
  .cart_auth {
    display: none;
  }
}