html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
/* end reset all */

html, body {
	color:#000;
	width:100%; 
	height:auto;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
	}
	
h1, .h1 {
	position: relative;
	display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
	font-size: 42px;
	line-height: 52px;
	color: #000;
	}
	
h2, .h2  {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 17px 0;
    padding: 0;
	font-size:32px;
	line-height:37px;
	font-weight:normal;
	}
	
h3, .h3  {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 13px 0;
    padding: 0;
	font-size:28px;
	line-height: 36px;
    font-weight: 700;
	}

p	{
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 13px 0;
    padding: 0;
	font-size:14px;
	line-height:21px;
    font-weight:normal;
	color:#000;
	
	}

ul, ol {
    margin: 0 0 13px 20px;
    font-size:14px;
    line-height:21px;
    font-weight:normal;
    }

strong {font-weight:bold;}
a, a:link, a:hover, a:visited {color:#000;}



/*GRID ONE COLUMN*/

ul.oneColumn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.oneColumn li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    }


/*GRID TWO COLUMNS*/

ul.twoColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    height: auto;
    margin: 0 2% 20px 0;
    padding: 0;
    }

ul.twoColumns li:nth-child(2n) {margin: 0 0 20px;}

ul.twoColumns.middle li {vertical-align: middle;}

/*GRID THREE COLUMNS*/

ul.threeColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.threeColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    margin: 0 1.5% 20px 0;
    padding: 0;
    }

ul.threeColumns li:nth-child(3n) {margin: 0 0 20px;}


/*GRID FOUR COLUMNS*/

ul.fourColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fourColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    height: auto;
    margin: 0 1.333% 20px 0;
    padding: 0;
    }

ul.fourColumns li:nth-child(4n) {margin: 0 0 20px;}


/*GRID FIVE COLUMNS*/

ul.fiveColumns {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    }

ul.fiveColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    height: auto;
    margin: 0 1.25% 20px 0;
    padding: 0;
    }

ul.fiveColumns li:nth-child(5n) {margin: 0 0 20px;}


/* MAIN */

.wrapper { 
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0;
    overflow: hidden;
	}

.dumb { 
    position:relative;
    display:block;
    width:100%;
    height:60px;
    margin:0 auto;
    padding: 0;
    }

.wrap { 
    position: relative;
    display: block;
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0 5%;
    }


/* TOP */

.top {
	position: fixed;
	display: block;
    left: 0;
    top: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 22px;
    background: rgba(0,0,0,0.9); /* Old browsers */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9999;
	}

.top.index {
    background: -moz-linear-gradient(top,  rgba(18,18,18,0.7) 0%, rgba(18,18,18,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(18,18,18,0.7) 0%,rgba(18,18,18,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(18,18,18,0.7) 0%,rgba(18,18,18,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3121212', endColorstr='#00121212',GradientType=0 ); /* IE6-9 */
    }

.top .burger {
    position: relative;
    display: none;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    cursor: pointer;
    }

.top .burger img {
    position: relative;
    display: block;
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.top .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 20px);
    height: auto;
    margin: 0 40px 0 0;
    padding: 0;
    }

.top .logo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.top .menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 3px;
    width: calc(55% - 20px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    }

.top .menu ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.top .menu ul li {
    position: relative;
    display: block;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    }

.top .menu ul li:hover {z-index: 9;}

.top .menu ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    z-index: 3;
    }

.top .menu ul li img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 3;
    }

.top .menu ul.submenu {
    position: absolute;
    display: none;
    left: -20px;
    top: -20px;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 50px 0 20px;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    }

.top .menu li:hover ul.submenu {
    display: block;
    }

.top .menu ul.submenu li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.top .menu ul.submenu li a {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease-in-out;
    }

.top .menu ul.submenu li:hover a {opacity: 1;}
.top .menu ul.submenu li:last-child a {border: 0}

.top .phone-header {
	position: relative;
	display: inline-block;
	width: calc(32% - 215px);
	height: auto;
    top: 5px;
    padding: 0;
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.top .phone-header-mobile {
	display: none;
}

.top .cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 5%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    }

.top .cart img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    }

.top .cart.active:after {
    position: absolute;
    display: block;
    content: '';
    top: -4px;
    right: 7px;
    width: 6px;
    height: 6px;
    margin: ;
    padding: 0;
    border-radius: 50%;
    background: #A53636;
    }


/* PROMO */

.promo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 75px 0 0 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=1 );
    z-index: 1;
    }

.promo .slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.promo .slide {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.promo ul.slick-dots {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }

.promo ul.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 10px;
    margin: 0 10px 0 0;
    padding: 0;
    background: #383838;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    }

.promo ul.slick-dots li.slick-active {
    width: 81px;
    background: #E1E1E1;
    cursor: pointer;
    }

.promo ul.slick-dots li button {display: none;}


.promo .slick-prev {
    position: absolute;
    display: block;
    left: 30px;
    top: calc(50% - 32px);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.left.white.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 90;
    }

.promo .slick-next {
    position: absolute;
    display: block;
    right: 30px;
    top: calc(50% - 32px);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.right.white.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 90;
    }

 
/* QUICK */

.quick {
    position: relative;
    display: block;
    width: 100%;
    top: -1px;
    height: auto;
    margin: 0 0 -1px;
    padding: 0;
    z-index: 0;
    }

.quick .flex {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    }

.quick .flex .section {
    position: relative;
    display: block;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #000;
    overflow: hidden;
    }

.quick .flex:hover .section:nth-child(n) {width: 20%;}
.quick .flex:hover .section:hover {width: 40%;}

.quick .flex .section:last-child {border: 0;}

.quick .flex .section a {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    }

.quick .flex .section a img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    }

.quick .flex:hover .section a img  {width: 200%;}
.quick .flex:hover .section a .arrow img  {width: 100%;}
.quick .flex .section:hover a img  {opacity: 0;}

.quick .flex .section .title {
    position: absolute;
    display: block;
    left: 0;
    bottom: 40px;
    width: calc(70% - 40px);
    max-width: 150px;
    height: auto;
    margin: 0;
    padding: 0 30px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    }

.quick .flex .section .arrow {
    position: absolute;
    display: block;
    right: 30px;
    bottom: 50px;
    width: 41px;
    height: 16px;
    margin: 0;
    padding: 0;
    }

.quick .flex .section .arrow img  {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.quick .flex .section:hover .arrow img  {opacity: 1;}


/* BREADCRUMBS */

.breadcrumbs {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    color: #939393;
    }

.breadcrumbs a {color: #939393;}


/* INTRO */

.intro {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 120px;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=1 ); /* IE6-9 */
    }

.intro.bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.intro.section {
    padding: 180px 0 80px;
    overflow: hidden;
    }

.intro.section .wrap {position: initial;}
.intro.section.content {padding: 0 0 80px;}

.intro .breadcrumbs {color: #939393;}
.intro .breadcrumbs a {color: #939393;}
.intro ul.twoColumns {position: initial;}
.intro ul.twoColumns li:nth-child(2) {position: initial;}
.intro ul.twoColumns li:nth-child(1) {
    vertical-align: top;
    width: 59%;
    margin: 0 2% 0 0;
    }

.intro ul.twoColumns li:nth-child(2) {
    vertical-align: top;
    width: 39%;
    margin: 0;
    }

.intro h1 {
    color: #fff;
    margin-bottom: 40px;
    }

.intro.section.content h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    }

.intro p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    }

.intro.section.content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    }

.intro.section.content img {
    width: 100%;
    margin: 0;
    }

.intro p {color: #939393;}

.intro img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 0 10%;
    padding: 0;
    }

.intro.section img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 50px 0 0 0;
    }

.intro .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    max-width: 213px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #545454;
    background: #212121;
    transition: all 0.3s ease-in-out;
    }

.intro .btn:hover {
    background: #313131;
    }


/* ABOUT */

.about {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0;
    }

.about .sidebar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.about .sidebar .image {
    position: relative;
    display: block;
    top: -100px;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.3);
    }

.about .sidebar .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    }

.about .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    }

.about .content .h2 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 567px;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    }

.about .content p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    }

.about .content2 {
    position: relative;
    display: block;
    vertical-align: top;
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    }

.about .content2 p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    }

.about .icon {
    position: relative;
    display: block;
    width: 100%;
    max-width: 86px;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    }

.about .icon img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.about ul.threeColumns .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    }

.about ul.threeColumns.awards .title {
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
    color: #ccc;
    }

.about ul.threeColumns p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    }


/* GALLERY */

.gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0 0 50px;
    }

.gallery:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    background: #F0F0F0;
    }

.gallery ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(66% - 20px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 20px;
    }

.gallery ul.twoColumns li:nth-child(1):before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 20px;
    }

.gallery ul.twoColumns li:nth-child(2) {
    width: 34%;
    margin: 0;
    }

.gallery ul.twoColumns li .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    opacity: 0.5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    }

.gallery ul.twoColumns li .image:hover {opacity: 0.8;}
.gallery ul.twoColumns li:nth-child(1):hover .image {opacity: 0.8;}

.gallery ul.twoColumns li img {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.gallery ul.twoColumns li .caption {
    position: absolute;
    display: block;
    left: 60px;
    top: 30%;
    width: calc(100% - 80px);
    height: auto;
    margin: 0;
    padding: 0;
    }

.gallery ul.twoColumns li .caption .subtitle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B4B4B4;
    }

.gallery ul.twoColumns li .caption .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    }

.gallery .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    max-width: 213px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #545454;
    background: #212121;
    transition: all 0.3s ease-in-out;
    }

.gallery .btn:hover {
    background: #313131;
    }

.gallery ul.twoColumns li:nth-child(2) ul.twoColumns li img {
    height: 290px;
    }

.gallery ul.twoColumns li:nth-child(2) ul.twoColumns li:nth-child(1) {
    width: 100%;
    margin: 0 0 20px;
    }

.gallery ul.twoColumns li:nth-child(2) ul.twoColumns li:nth-child(2) {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
    }

.gallery ul.twoColumns li:nth-child(2) ul.twoColumns li:nth-child(3) {
    width: calc(50% - 10px);
    margin: 0;
    }

.gallery ul.twoColumns li:nth-child(2) ul.twoColumns li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 20px;
    }


/* FEATURED */

.featured, .catalog {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 50px 0 50px;
    }

.catalog.catalogSection {padding: 0px 0 50px;}

.featured.featuredInner {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);
    }

.featured .h1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    }

.featured.featuredInner .h1 {
    margin: 0 0 30px;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #141414;
    text-align: left;
    }

.featured .subtitle {
    position: relative;
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    font-weight: 300;
    color: #939393;
    }

.featured .slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    }

.featured .slider .slide {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0 0 40px;
    }

.catalog ul.threeColumns li {padding: 0 0 40px; margin-bottom: 20px}

.featured .slider .slide .image, .catalog ul.threeColumns li .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    }

.featured .slider .slide .image img, .catalog ul.threeColumns li .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.featured .slider .slide .title, .catalog ul.threeColumns .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    }

.featured .slider .slide .price, .catalog ul.threeColumns .price {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #B4B4B4;
    }

.featured .slider .slide .moreinfo, .catalog ul.threeColumns li .moreinfo {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 57px;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    }

.featured .slider .slide:hover .moreinfo, .catalog ul.threeColumns li:hover .moreinfo {opacity: 1;}

.featured .slider .slide .moreinfo img, .catalog ul.threeColumns li:hover .moreinfo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.featured ul.slick-dots, .catalog ul.slick-dots {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }

.featured ul.slick-dots li, .catalog ul.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 10px;
    margin: 0 10px 0 0;
    padding: 0;
    background: #E1E1E1;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    }

.featured ul.slick-dots li.slick-active, .catalog ul.slick-dots li.slick-active {
    width: 81px;
    background: #383838;
    cursor: pointer;
    }

.featured ul.slick-dots li button, .catalog ul.slick-dots li button {display: none;}


/* CATALOG CARD */

.catalogCard {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0 40px;
    }

.catalogCard .arrowBack {
    position: absolute;
    display: block;
    left: 15px;
    top: 48px;
    width: 40px;
    height: 20px;
    margin: 0;
    padding: 0;
    }

.catalogCard .arrowBack img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.catalogCard ul.twoColumns.params {
    padding: 30px 0 50px;
    }

.catalogCard ul.twoColumns.params li {
    width: 49%;
    margin: 0;
    }

.catalogCard ul.twoColumns.params li:nth-child(1) {
    background: #F5F6F6;
    }

.catalogCard ul.twoColumns.params li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.catalogCard ul.twoColumns.params li:nth-child(2) {
    width: calc(50% - 60px);
    padding: 20px 0 20px 60px;
    }

.catalogCard .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    }

.catalogCard ul.twoColumns.params table {
    width: 100%;
    margin: 0 0 30px;
    color: #939393;
    }

.catalogCard ul.twoColumns.params td {width: 40%; padding: 10px 0;font-size: 15px;}
.catalogCard ul.twoColumns.params td:nth-child(2) {width: 60%; padding: 10px 0 0 20px;}

.catalogCard ul.twoColumns.params table {
    width: 100%;
    margin: 0 0 30px;
    }

.catalogCard .oldprice {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #939393;
    text-decoration: line-through;
    }

.catalogCard .price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    }

.catalogCard a.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(60% - 30px);
    max-width: 250px;
    height: auto;
    margin: 0 0 20px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: #212121;
    border: 1px solid #212121;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    }

.catalogCard a.btn:hover {
    background: #414141;
    }

.catalogCard ul.twoColumns.description li {
    vertical-align: middle;
    width: 49%;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

.catalogCard ul.twoColumns.description li .slide {background-color: #ffffff;}

.catalogCard ul.twoColumns.description li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    }

.catalogCard .slick-prev {
    position: absolute;
    display: block;
    left: 24px;
    top: calc(50% - 32px);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.left.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
    }

.catalogCard .slick-next {
    position: absolute;
    display: block;
    right: 24px;
    top: calc(50% - 32px);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.right.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
    }

.catalogCard ul.twoColumns.description li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    margin: 0;
    padding: 0; 
    }

.catalogCard ul.twoColumns.description li:nth-child(1) {
    position: initial;
    padding: 0 0 100px;
    }

.catalogCard ul.twoColumns.description li p {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #939393;
    }

.catalogCard ul.fiveColumns.thumbs {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 49%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

.catalogCard ul.fiveColumns.thumbs li {
    display: none;
    width: 16%;
    margin: 0 0.8% 0 0;
    background-color: #F5F6F6;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    }

.catalogCard ul.fiveColumns.thumbs li:hover {opacity: 0.8;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(1) {padding: 0;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(2n) {margin: 0 0.8% 0 0;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(6n) {margin: 0;}

.catalogCard ul.fiveColumns.thumbs li:nth-child(1) {display: inline-block;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(2) {display: inline-block;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(3) {display: inline-block;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(4) {display: inline-block;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(5) {display: inline-block;}
.catalogCard ul.fiveColumns.thumbs li:nth-child(6) {display: inline-block;}

/* NEWS */

.news {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0 60px;
    }

.news ul.threeColumns {padding: 30px 0 0;}

.news ul.threeColumns li {margin-bottom: 60px;}

.news .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    }

.news .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.news .date {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #939393;
    }

.news .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    }

.news p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    }


/* INNER */

.inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0 60px;
    }

.inner .topimg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 30px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    }

.inner .topimg img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.inner ul.twoColumns.middle {
    padding: 30px 0 0;
    margin: 0 0 50px;
    }

.inner ul.twoColumns.middle li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    }

.inner ul.twoColumns.middle li img {opacity: 0;}

.inner ul.twoColumns.middle li:nth-child(2) {
    width: calc(49% - 60px);
    padding: 30px;
    }
.inner.map ul.twoColumns.middle li {vertical-align: middle;}
.inner.map ul.twoColumns.middle li:nth-child(1) {width: 69%;border-radius: 0;margin-bottom: 40px;}
.inner.map ul.twoColumns.middle li:nth-child(2) {width: calc(29% - 60px);padding: 30px;border-radius: 0;margin-bottom: 40px;}
.inner.map ul.twoColumns.middle li:nth-child(3) {width: 26%;padding: 30px 0 30px 5%;margin: 0 0 20px 0;border-radius: 0;}
.inner.map ul.twoColumns.middle li:nth-child(4) {width: 69%;border-radius: 0;}
.inner.map ul.twoColumns.middle li iframe {display: block;}
.inner.map ul.twoColumns.middle li:nth-child(2) h3,
.inner.map ul.twoColumns.middle li:nth-child(3) h3{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    }

.inner.map ul.twoColumns.middle li:nth-child(2) p,
.inner.map ul.twoColumns.middle li:nth-child(3) p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    }

.inner .content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0;
    }

.inner .content.left {
    position: relative;
    display: block;
    width: 80%;
    max-width: 960px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    }

.inner .content .date {
    position: relative;
    display: block;
    width: 80%;
    max-width: 960px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    }

.inner h3 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    color: #000000;
    }

.inner .content.left h3 {
    max-width: 100%;
    }

.inner p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    }

.inner ul.twoColumns.middle li:nth-child(2) p {
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    }

.inner ul.twoColumns.middle.nopp li:nth-child(2) p {
     font-size: 16px;
    line-height: 28px;
    font-weight:400;
    }

/* GALLERY INNER */

.galleryInner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0 60px;
    }

.galleryInner ul.threeColumns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: auto;
    margin: 0 2% 30px 0;
    padding: 0;
    border-radius: 20px;
    }

.galleryInner ul.threeColumns li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #000;
    border-radius: 20px;
    }

.galleryInner ul.threeColumns li:nth-child(1) {
    width: 65%;
    margin: 0 2% 30px 0;
    }

.galleryInner ul.threeColumns li:nth-child(3n + 2) {
    width: 32%;
    margin: 0 0 30px;
    }

.galleryInner .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    opacity: 0.5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    }

.galleryInner ul.threeColumns li .image:hover {opacity: 0.8;}
.galleryInner ul.threeColumns li:nth-child(1):hover .image {opacity: 0.8;}

.galleryInner img {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.galleryInner .caption {
    position: absolute;
    display: block;
    left: 30px;
    top: 30%;
    width: calc(100% - 60px);
    height: auto;
    margin: 0;
    padding: 0;
    }

.galleryInner .caption .subtitle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B4B4B4;
    }

.galleryInner .caption .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    }

.galleryInner ul.threeColumns {padding: 30px 0;}

.galleryInner ul.threeColumns li:nth-child(1) .title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    }

.galleryInner .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #545454;
    background: #212121;
    transition: all 0.3s ease-in-out;
    }

.galleryInner ul.threeColumns li:nth-child(1) .btn {
    font-size: 16px;
    line-height: 21px;
    padding: 15px 20px;
    }

.galleryInner .btn:hover {
    background: #313131;
    }

.galleryInner ul.fourColumns.galleryList {padding: 40px 0;}

.galleryInner ul.fourColumns.galleryList li {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    }

.galleryInner ul.fourColumns.galleryList li:hover {opacity: 0.8;}

.galleryInner ul.fourColumns.galleryList img {height: auto;}


/* 404 */

.e404 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 0 30px;
    padding: 30px 0;
    }

.e404 img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

/* PAGINATION */

ul.pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    list-style-type: none;
    }

ul.pagination li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 15px;
    padding: 5px 15px;
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    }

ul.pagination li.active, ul.pagination li:hover {background: #EEEEEE;}

ul.pagination li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-decoration: none;
    }


/* CART */

.inner.cart {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 120px 0 60px;
    }

.inner.cart ul.table {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.inner.cart ul.table li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    }

.inner.cart ul.table li .image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 12%;
    height: auto;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

.inner.cart ul.table li .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.inner.cart ul.table li .goods {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.inner.cart ul.table li .goods .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    text-decoration: none;
    }

.inner.cart ul.table li .goods p {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #585858;
    }

.inner.cart ul.table li .price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.inner.cart ul.table li .price .oldprice {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #939393;
    text-decoration: line-through;
    }

.inner.cart ul.table li .num {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    }

.inner.cart ul.table li .count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }

.inner.cart ul.table li .count .minus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    }

.inner.cart ul.table li .count .plus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    }

.inner.cart ul.table li .count input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: auto;
    margin: 0 5px 0 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    border:  0;
    border-radius: 10px;
    background: #F0F0F0;
    }

.inner.cart ul.table li .total {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    }

.inner.cart ul.table li .total img {
    position: absolute;
    display: block;
    right: -40px;
    top: calc(50% - 10px);
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    }

.inner.cart .foot {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-align: right;
    }

.inner.cart .foot .note {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 43px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #696969;
    }

.inner.cart .foot .price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #000;
    }

.inner.cart .foot .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    max-width: 213px;
    height: auto;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #545454;
    background: #212121;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    }

.inner.cart .foot .btn:hover {
    background: #414141;
    }

.featured .slick-prev {
    position: absolute;
    display: block;
    left: -34px;
    top: calc(35% - 32px);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.left.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    }

.featured .slick-next {
    position: absolute;
    display: block;
    right: -14px;
    top: calc(35% - 32px);
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: transparent url('../images/icons/arrow.right.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    }

/* FOOTER */

.footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 0 40px;
    color: #fff;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=1 ); /* IE6-9 */
    }

.footer ul.fourColumns li {
    width: 19%;
    margin-right: 1.333%;
    padding: 10px 0 0;
    }

.footer ul.fourColumns li:nth-child(1) {
    width: 30%;
    margin-right: 10.333%;
    padding: 0;
    }

.footer ul.fourColumns li:nth-child(4) {
    width: 19%;
    margin-right: 0;
    }

.footer .logo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    }

.footer .logo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footer .caption {
    position: relative;
    display: block;
    width: 110%;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    color: #939393;
    }

.footer .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    }

.footer p {margin-bottom: 20px;}

.footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    }

.footer a.logo {opacity: 1;}

.footer a.title {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    }

.footer .address {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    opacity: 0.7;
    }

.footer .icons {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 0.7;
    }

.footer .icons img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    }

.footer .copyright {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    opacity: 0.7;
    }


/* POP UP FORM */

.fog {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828',GradientType=1 ); /* IE6-9 */
    opacity: .7;
    z-index: 999
}

.fog.active {
    display: block
}

.btn_close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 20px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    color: #000;
    z-index: 99
}

.btn_close img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.popup {
    position: absolute;
    display: none;
    left: 5%;
    top: 50%;
    width: 70%;
    min-width: 320px;
    max-width: 650px;
    height: auto;
    margin: 0;
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05)
}

.popup form {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.popup .h3 {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    z-index: 9;
    font-weight: 700
}

.popup p {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    z-index: 9;
    font-weight: 700
}

.popup.successForm p, .popup.errorForm p {
    position: relative;
    display: block;
    width: calc(90% - 40px);
    height: auto;
    margin: 0 auto 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000;
    z-index: 9;
    font-weight: 400
}

.popup .info {
    position: relative;
    display: block;
    width: calc(90% - 40px);
    height: auto;
    margin: 0 auto 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #000;
    z-index: 9;
    font-weight: 400
}

.popup .info p {
    margin: 0
}

.popup .line {
    position: relative;
    display: block;
    width: calc(90% - 40px);
    height: auto;
    margin: 0 auto 20px;
    padding: 0
}

.popup input[type="text"], .popup textarea {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    border: 1px solid #ddd;
    font-family: 'Montserrat', sans-serif;
}

.popup input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0
}

.popup label {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300
}

.popup textarea {
    height: 100px
}

.popup input.button {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 213px;
    height: auto;
    margin: 0 auto;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #545454;
    background: #212121;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.popup input.button:hover {
    background: #414141;
}


.bgwhite {
    background: #fff !important;
    }


/* MOBILE MENU */

.mobile_menu {
    position: fixed;
    display: block;
    left: -380px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    height: calc(100% - 70px);
    padding: 70px 0 0;
    margin: 0;
    background: rgba(0,0,0,0.96);
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
    box-shadow: 10px 0 30px 0 rgba(0,0,0,0.2);
    z-index: 9991;
    }

.mobile_menu.active {left: 0;}

.mobile_menu .btn_close {
    position: absolute;
    display: block;
    right: 10px;
    top: 0px;
    width: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
    z-index: 99;
    }

.mobile_menu .btn_close img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    }

.mobile_menu ul {
    position: relative;
    display: block;
    width: 95%;
    height: auto;
    padding: 10px 0 0 0;
    margin: 0 0 0 5%;
    list-style-type: none;
    }

.mobile_menu ul li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px 0 10px 0;
    }

.mobile_menu ul li ul {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 5%;
    }

.mobile_menu ul li a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
    }

.mobile_menu ul li ul li a {
    font-size: 11px;
    line-height: 20px;
    opacity: 0.8;
    }

.mobile_menu ul li img {
    display: none;
    }


		.formBlock {

			width: 90%;
			min-width: 320px;
			max-width: 650px;
			margin: 10% auto;
			padding: 30px 0;
			background: #fff;
			border-radius: 10px;
			box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05)
		}
		
		.formBlock form {
		position: relative;
		width: 90%;
			height: auto;
			margin: 0 auto;
			padding: 0;
			font-family: 'Montserrat', sans-serif;
		}
		
		.formBlock .h3 {
		
			width: 90%;
			height: auto;
			margin: 0 auto 20px;
			padding: 0;
			font-size: 20px;
			line-height: 20px;
			text-align: center;
			text-transform: uppercase;
			color: #000;
			z-index: 9;
			font-weight: 700
		}
		
		.formBlock p {
		
			width: 90%;
			height: auto;
			margin: 0 auto 20px;
			padding: 0;
			font-size: 14px;
			line-height: 20px;
			text-align: center;
			text-transform: uppercase;
			color: #555;
			z-index: 9;
			font-weight: 700
		}
		
		.formBlock.successForm p, .formBlock.errorForm p {
		
			width: calc(90% - 40px);
			height: auto;
			margin: 0 auto 20px;
			padding: 10px 20px;
			font-size: 16px;
			line-height: 23px;
			text-align: center;
			color: #000;
			z-index: 9;
			font-weight: 400
		}
		
		.formBlock .info {
		
			width: calc(90% - 40px);
			height: auto;
			margin: 0 auto 20px;
			padding: 10px 20px;
			font-size: 16px;
			line-height: 23px;
			text-align: center;
			color: #000;
			z-index: 9;
			font-weight: 400
		}
		
		.formBlock .info p {
			margin: 0
		}
		
		.formBlock .line {
		
			width: calc(90% - 40px);
			height: auto;
			margin: 0 auto 20px;
			padding: 0
		}
		
		.formBlock input[type="text"], .formBlock textarea {
		
			width: calc(100% - 40px);
			height: auto;
			margin: 0;
			padding: 10px 20px;
			font-size: 16px;
			line-height: 23px;
			font-weight: 300;
			border: 1px solid #ddd;
			font-family: 'Montserrat', sans-serif;
		}
		
		.formBlock input[type="checkbox"] {
		
			display: inline-block;
			vertical-align: middle;
			width: 20px;
			height: 20px;
			margin: 0 10px 0 0;
			padding: 0
		}
		
		.formBlock label {
			position: relative;
			display: block;
			width: calc(100% - 40px);
			height: auto;
			margin: 0;
			padding: 0;
			font-size: 12px;
			line-height: 19px;
			font-family: 'Montserrat', sans-serif;
			font-weight: 300
		}
		
		.formBlock textarea {
			height: 100px
		}
		
		.formBlock input.button {
			position: relative;
			display: block;
			width: calc(100% - 40px);
			max-width: 213px;
			height: auto;
			margin: 0 auto;
			padding: 15px 20px;
			color: #fff;
			font-size: 16px;
			line-height: 21px;
			font-weight: 500;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 0.05em;
			text-align: center;
			border: 1px solid #545454;
			background: #212121;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
		}
		
		.formBlock input.button:hover {
			background: #414141;
		}
		
		/* Стили для модального окна */
		
		/* Скрываем модальное окно по умолчанию */
		.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.4);
		}
		
		/* Стили для содержимого модального окна */
		.modal-content {
		background-color: #fefefe;
		margin: 10% auto;
		padding: 20px;
		border: 1px solid #888;
		width: 40%;
		}
		
		/* Стили для элемента закрытия модального окна */
		.close {
		color: #aaa;
		float: right;
		font-size: 36px;
		font-weight: bold;
		}
		
		.close:hover,
		.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
		}