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;
}

/* 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;
    background: #F4F5F9;
	font-family: 'Exo 2', sans-serif;
	}
	
h1, .h1 {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 30px 0;
    padding: 0;
	font-size:35px;
	line-height:40px;
	color:#414042;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'xoloniumregular', Arial, sans-serif;
	}
	
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;
    color:#414042;
	}
	
h3, .h3  {
	position: relative;
	display:block;
    width: 100%;
    height: auto;
    margin:0 0 13px 0;
    padding: 0;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
    color:#414042;
	}

h4, .h4  {
    position: relative;
    display:block;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin:0 0 13px 0;
    padding: 0;
    font-size:22px;
    line-height:28px;
    font-weight:500;
    color:#414042;
    font-family: 'xoloniumregular', Arial, sans-serif;
    }

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:700;}
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;}


/*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;}


/*GRID SIX COLUMNS*/

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

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

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


/*GRID SEVEN COLUMNS*/

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

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

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


/* MAIN */

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

.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;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index: 99;
	}

.top .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
    }
    
.top .logo img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.top .menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    }

.top .menu .burger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    color: #F4F5F9;
    cursor: pointer;
    }

.top .menu .burger img {
    position: relative;
    display: none;
    width: 24px;
    height: auto;
    margin: 0 auto 2px;
    padding: 0;
    }

.top .menu .burger img.open {display: block}
.top .menu .burger.active img.open {display: none}
.top .menu .burger.active img.close {display: block}

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

.top .phone a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    color: #F4F5F9;
    }


/* PROMO */

.promo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    }

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

.promo.promoInner img {width: 55%;}
.promo.promoSec img {width: 180px}
.promo .caption {
    position: absolute;
    display: block;
    left: 5%;
    top: 38%;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #F4F5F9;
    }

.promo.promoInner .caption {top: 45%;}
.promo.promoInner.e404 .caption {top: 40%;}

.promo .caption .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 70px;
    line-height: 82px;
    font-family: 'xoloniumbold';
    }

.promo .caption p {
    position: relative;
    display: block;
    width: 80%;
    max-width: 568px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #F4F5F9;
    }

.promo .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    border: 2px solid #F2A71E;
    cursor: pointer;
    background-image: -webkit-linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-image: linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    }

.promo .btn:hover {background-position: 0;}



/* PROMO 2 */

.promo2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    }

.promo2 .slider {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0 0 0 5%;
    border-top: 1px solid #fff;
    }

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

.promo2 .image img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 1;
    }

.promo2 .rightside {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(40% - 1px);
    height: auto;
    margin: 0;
    padding: 180px 2.5% 0 2.5%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    }

.promo2 .rightside p {
    position: relative;
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    }


.promo.promoInner img {width: 55%;}
.promo.promoSec img {width: 180px}

.promo .caption {
    position: absolute;
    display: block;
    left: 5%;
    top: 38%;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #F4F5F9;
    }

.promo.promoInner .caption {top: 45%;}
.promo.promoInner.e404 .caption {top: 40%;}

.promo .caption .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 70px;
    line-height: 82px;
    font-family: 'xoloniumbold';
    }

.promo .caption p {
    position: relative;
    display: block;
    width: 80%;
    max-width: 568px;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #F4F5F9;
    }

.promo2 .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 40px auto;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #414042;
    border: 2px solid #F2A71E;
    cursor: pointer;
    text-align: center;
    background: #F2A71E;
    text-decoration: none;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    }

.promo2 .btn:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

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

.promo2 .sk img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    }

.promo2 .sk.firstsk img {max-width: 200px;}

.promo2 ul.slick-dots {
    position: absolute;
    display: block;
    left: 5%;
    bottom: 70px;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    }

.promo2 ul.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #F2A71E;
    transition: all .3s ease-in-out;
    cursor: pointer;
    }

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

.promo2 ul.slick-dots li.slick-active {
    width: 10px;
    background: #F2A71E;
    }




/* QUICK */

.quick {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    background: #6D6B6F;
    }

.quick:before {
    position: absolute;
    display: block;
    left: -200px;
    top: -140px;
    content: '';
    width: 409px;
    height: 429px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net.png) center no-repeat;
    background-size: contain;
    }


.quick ul.threeColumns {z-index: 9}

.quick ul.threeColumns li {
    vertical-align: top;
    text-align: center;
    }

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

.quick ul.threeColumns li .icon img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transform: perspective(3000px) rotateY(0);
    transition: all 0.5s ease-in-out;
    }

.quick ul.threeColumns li .icon:hover img {
    transform: perspective(900px) rotateY(30deg);
    }

.quick ul.threeColumns li .title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 'xoloniumregular';
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #F4F5F9;
    }


/* ABOUT */

.about {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background: #414042;
    }

.about .h1 {
    color: #F4F5F9;
    margin-top: 30px;
    }

.about p {
    font-size: 16px;
    line-height: 23px;
    color: #F4F5F9;
    }

.about .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 40px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #414042;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    }

.about .btn:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

.about .honeycombs {
    position: relative;
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateY(0);
    }

.about .honeycombs:hover {
    transform: perspective(900px) rotateY(-10deg);
    }



/* PRODUCTS */

.products {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background: #F4F5F9;
    }

.products .h1 {
    color: #414042;
    margin-top: 30px;
    }

.products .slider {
    position: relative;
    display: block;
    width: calc(100% + 20px);
    height: auto;
    margin: 0 auto 30px -10px;
    padding: 0;
    }

.products .slide {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 10px;
    padding: 0;
    }

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

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

.products .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    font-family: 'xoloniumregular';
    text-align: center;
    text-decoration: none;
    }

.products .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #414042;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #F2A71E;
    background-image: -webkit-linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-image: linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    }

.products .btn:hover {background-position: 0}

.products .slick-prev {
    position: absolute;
    left: -40px;
    top: calc(50% - 50px);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.left.svg) center no-repeat;
    background-size: 30px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.products .slick-prev:hover {left: -45px;}

.products .slick-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 50px);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.right.svg) center no-repeat;
    background-size: 30px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.products .slick-next:hover {right: -45px;}



/* TECH */

.tech {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0;
    background: #6D6B6F;
    overflow: hidden;
    }

.tech:before {
    position: absolute;
    display: block;
    left: -10%;
    top: 20px;
    content: '';
    width: 540px;
    height: 460px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.octo.svg) center no-repeat;
    background-size: contain;
    }

.tech .h1 {color: #F4F5F9;}

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

.tech .item .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    font-family: 'xoloniumbold';
    color: #FFC151;
    transition: all 0.3s ease-in-out;
    }

.tech .item .title:before {
    position: absolute;
    display: block;
    content: '';
    left: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: url('../images/icons/icon.angle.right.svg') center no-repeat;
    background-size: contain;
    }

.tech .item .title:hover {text-decoration: underline;}

.tech p {
    max-width: 85%;
    color: #F4F5F9;
    }

.tech .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 40px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #414042;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    }

.tech .btn:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

.techSection {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 0;
    background: #6D6B6F;
    overflow: hidden;
    }
    
.techSection h1, .techSection .h1 {color: #F4F5F9;}

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

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

.techSection .content p {color: #fff}

.techSection ul.twoColumns li {
    padding: 0;
    margin-bottom: 0;
    }

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

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

.techSection .slider#office .image {
    width: 300px;
    margin: 10px auto;
    opacity: 0.8;
    }

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

.techSection .slider .title {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #414042;
    font-family: 'xoloniumregular', Arial, sans-serif;
    }

.techSection .slider p {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #414042;
    }

.techSection .slider .bullet p:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 16px;
    height: 16px;
    content: '';
    margin: 0 8px 0 0;
    padding: 0;
    background: url('../images/bullet.svg') center no-repeat;
    background-size: contain;
    }

.techSection .slider .link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 auto 20px 5%;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #3C4FA2;
    }

.techSection .slider .e2 .link {display: none}
.techSection .slider .e4 .link {display: none}

.techSection .slick-prev {
    position: absolute;
    right: 80px;
    bottom: -40px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.arrow.left.svg) center no-repeat;
    background-size: contain;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.techSection .slick-prev:after {
    position: absolute;
    display: block;
    content: '';
    right: -20px;
    bottom: 5px;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: url(../images/icons/icon.poly.svg) center no-repeat;
    background-size: contain;
    }

.techSection .slick-next {
    position: absolute;
    right: 0;
    bottom: -40px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.arrow.right.svg) center no-repeat;
    background-size: contain;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.techSection .nums {
    position: absolute;
    left: 10%;
    bottom: 62px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #414042;
    font-family: 'xoloniumregular', Arial, sans-serif;
    z-index: 9;
    }


/* TECH LIST */

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

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

.techList ul.twoColumns:after {
    position: absolute;
    display: block;
    content: '';
    left: calc(50% - 2px);
    top: 2px;
    bottom: 50px;
    width: 3px;
    height: calc(100% - 102px);
    margin: 0;
    padding: 0;
    background: #F4F5F9;
    z-index: 0;
    }

.techList ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0 0 50px 60%;
    padding: 0;
    overflow: visible;
    z-index: 1;
    }

.techList ul.twoColumns li:first {min-height: 500px}

.techList ul.twoColumns li:nth-child(2n) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    z-index: 1;
    }

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

.techList ul.twoColumns li .icon.big {
    position: absolute;
    left: calc(-25% - 40px);
    top: 0;
    display: none;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    }

.techList ul.twoColumns li:nth-child(2n) .icon.big {
    position: absolute;
    right: calc(-25% - 40px);
    left: auto;
    top: 0;
    display: none;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    }

.techList ul.twoColumns li .icon.small {
    position: absolute;
    left: calc(-25% - 10px);
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    }

.techList ul.twoColumns li:nth-child(2n) .icon.small {
    position: absolute;
    left: calc(125% - 10px);
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    }
.techList ul.twoColumns li.active .icon.big {display: inline-block;}
.techList ul.twoColumns li.active:nth-child(2n) .icon.big {display: inline-block;}

.techList ul.twoColumns li.active .icon.small {display: none;}
.techList ul.twoColumns li.active:nth-child(2n) .icon.small {display: none;}


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

.techList ul.twoColumns li .caption {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -20px;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    }

.techList ul.twoColumns li.active .caption {
    top: -8px;
    height: 120px;
    }

.techList ul.twoColumns li .title {
    position: relative;
    display: block;
    top: 20px;
    left: -5%;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #F4F5F9;
    transition: all 0.3s ease-in-out;
    font-family: 'xoloniumregular', Arial, sans-serif;
    }

.techList ul.twoColumns li:nth-child(2n) .title {
    left: 10%;
    text-align: right;
    }

.techList ul.twoColumns li.active .caption .title {
    left: 0;
    top: 40px;
    }

.techList ul.twoColumns li:nth-child(2n).active .caption .title {
    left: 0;
    top: 40px;
    }




/* SOLUTIONS */

.solutions {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 0;
    background: #414042;
    overflow: hidden;
    }

.solutions .h1 {
    color: #F4F5F9;
    margin-top: 30px;
    }

.solutions p {
    max-width: 80%;
    color: #F4F5F9;
    }

.solutions .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 40px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #414042;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    }

.solutions .btn:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

.solutions .image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateX(0) rotateY(0);
    }

.solutions .image:hover {
    transform: perspective(900px) rotateX(5deg) rotateY(-5deg);
    }


/* BLINDERS */

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

.blinders ul.fourColumns {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
    }

.blinders ul.fourColumns li {
    width: calc(22% - 60px);
    margin: 0;
    padding: 30px;
    background: #3C4FA2;
    transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(270deg, #3C4FA2 9.24%, #446DB6 53.82%, #4B85C6 83.95%, #5097D2 100%);
    background: -webkit-linear-gradient(270deg, #3C4FA2 9.24%, #446DB6 53.82%, #4B85C6 83.95%, #5097D2 100%);
    background: linear-gradient(270deg, #3C4FA2 9.24%, #446DB6 53.82%, #4B85C6 83.95%, #5097D2 100%);
    }

.blinders ul.fourColumns li.active {
    background: #3C4FA2;
    width: calc(34% - 60px);
    }

.blinders ul.fourColumns li .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    }

.blinders ul.fourColumns li .num {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 3px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    }


.blinders ul.fourColumns li .num:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: -3px;
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    }

.blinders ul.fourColumns li p {
    display: block;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    }

.blinders ul.fourColumns li.active p {opacity: 1}



/* TEAM */

.team {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background: #414042;
    }

.team.engineering {
    padding: 50px 0 0;
    }

.team .h1 {
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    margin-top: 30px;
    }

.team h3 {
    font-size: 23px;
    line-height: 28px;
    color: #F2A71E;
    width: 90%;
    margin: 0 auto 15px;
    }

.team p {
    font-size: 16px;
    line-height: 23px;
    width: 90%;
    margin: 0 auto 20px;
    color: #F4F5F9;
    }

.team img {
    position: relative;
    display: block;
    top: 40px;
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateY(0);
    }

.team img:hover {
    transform: perspective(900px) rotateY(-10deg);
    }

.team .frame {
    position: absolute;
    display: block;
    left: 0;
    top: 100px;
    width: 110%;
    height: auto;
    margin: 0;
    padding: 30px 40px;
    border: 4px solid #F3AF49;
    background: rgba(65, 64, 66, 0.85);
    z-index: 9;
    }

.team .frame.blueone {
    position: absolute;
    display: block;
    left: 0;
    top: 100px;
    width: 110%;
    height: auto;
    margin: 0;
    padding: 30px 40px;
    border: 0;
    background: rgba(65, 64, 66, 0.74);
    z-index: 9;
    }

.team .incontent {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0;
    padding: 80px 0 30px;
    }





/* TEAM PRODUCTS */

.teamProducts {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 0;
    background: #414042;
    }

.teamProducts .h1 {
    top: -20px;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    margin: 30px 0 50px;
    }

.teamProducts h3 {
    font-size: 23px;
    line-height: 28px;
    color: #F2A71E;
    text-align: center;
    }

.teamProducts p {
    width: 100%;
    margin: 0 auto 20px;
    color: #F4F5F9;
    font-size: 16px;
    line-height: 23px;
    }

.teamProducts img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 0 40px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateY(0);
    }

.teamProducts img:hover {
    transform: perspective(900px) rotateY(-10deg);
    }

.teamProducts .frame {
    position: absolute;
    display: block;
    left: -25%;
    top: 100px;
    width: 110%;
    height: auto;
    margin: 0;
    padding: 30px 40px;
    border: 4px solid #F3AF49;
    background: rgba(60, 79, 162, 0.74);
    z-index: 9;
    }

.teamProducts .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    border: 2px solid #F2A71E;
    cursor: pointer;
    background-image: -webkit-linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-image: linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    }

.teamProducts .btn:hover {background-position: 0;}





/* TEAM FUTURE */

.teamFuture {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0 10px;
    background: #414042;
    }

.teamFuture .h1 {
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    margin: 30px 0 50px;
    max-width: 768px;
    }

.teamFuture p {
    width: 80%;
    color: #F4F5F9;
    font-size: 16px;
    line-height: 23px;
    }

.teamFuture img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    transform: perspective(3000px) rotateY(0);
    transition: all 0.5s ease-in-out;
    }

.teamFuture img:hover {
    transform: perspective(900px) rotateY(30deg);
    }

/* SOLUTIONS INNER */

.solutionsInner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 80px;
    background: #6D6B6F;
    background: linear-gradient(270deg, #414042 6.65%, #6D6B6F 56.78%, #565E87 82.92%, #3C4FA2 102.16%);
    background: -moz-linear-gradient(270deg, #414042 6.65%, #6D6B6F 56.78%, #565E87 82.92%, #3C4FA2 102.16%);
    background: -webkit-linear-gradient(270deg, #414042 6.65%, #6D6B6F 56.78%, #565E87 82.92%, #3C4FA2 102.16%);
    }

.solutionsInner.solutionsCard {
    background: #F4F5F9;
    padding: 80px 0 0;
    }

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


.solutionsInner.solutionsCard ul.twoColumns li:nth-child(1) {width: 34%;}
.solutionsInner.solutionsCard ul.twoColumns li:nth-child(2) {width: 64%;}

.solutionsInner.solutionsCard ul.twoColumns li img {
    width: 130%;
    opacity: 0.5;
    }

.solutionsInner .honeycombs {
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateY(0);
    }

.solutionsInner .honeycombs:hover {
    transform: perspective(900px) rotateY(-10deg);
    }

.solutionsInner h1 {color: #F4F5F9;}

.solutionsInner p {
    width: 90%;
    color: #fff;
    }

.solutionsInner.solutionsCard h1 {color: #414042;}

.solutionsInner.solutionsCard p {
    width: 90%;
    color: #414042;
    }


/* TABLED */

ul.tabled {
    margin-bottom: 70px;
    }

.tabled table {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    }

.tabled table td {
    padding: 20px 0;
    font-size: 22px;
    line-height: 26px;
    border-bottom: 1px solid #F4F5F9;
    }

.tabled table td:nth-child(1) {
    width: 40px;
    color: #F2A71E;
    }

.tabled table td:nth-child(2) {
    width: calc(100% - 80px);
    color: #F4F5F9;
    }


/* SOLUTIONS LIST */

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

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

.solutionsList ul.twoColumns:after {
    position: absolute;
    display: block;
    content: '';
    left: calc(50% - 2px);
    top: 0;
    bottom: 50px;
    width: 4px;
    height: calc(100% - 62px);
    margin: 0;
    padding: 0;
    background: #F3AF49;
    z-index: 0;
    }

.solutionsList ul.twoColumns li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0 0 50px 60%;
    padding: 0;
    z-index: 1;
    }

.solutionsList ul.twoColumns li:nth-child(2n) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    z-index: 1;
    }

.solutionsList ul.twoColumns li .icon {
    position: absolute;
    left: calc(-25% - 100px);
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    }

.solutionsList ul.twoColumns li:nth-child(2n) .icon {
    position: absolute;
    right: calc(-25% - 100px);
    left: auto;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    }

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

.solutionsList ul.twoColumns li .caption {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-height: 160px;
    margin: 10px 0 0;
    padding: 20px 0;
    z-index: 1;
    }

.solutionsList ul.twoColumns li .title {
    position: relative;
    display: block;
    top: 50px;
    width: 90%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    }

.solutionsList ul.twoColumns li:nth-child(2n) .title {text-align: right;}

.solutionsList ul.twoColumns li p {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    }

.solutionsList ul.twoColumns li a {
    position: relative;
    display: none;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #F2A71E;
    }



/* CLIENTS */

.clients {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    background: url('../images/bg.clients.jpg') center no-repeat;
    background-size: cover;
    }

.clients .h1 {
    color: #F4F5F9;
    margin:30px 0 50px;
    }

.clients .slider {
    position: relative;
    display: block;
    width: calc(100% + 20px);
    height: auto;
    margin: 0 auto 60px -10px;
    padding: 0;
    }

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

.clients .logo {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #FFC151;
    transition: all 0.5s ease-in-out;
    transform: perspective(3000px) rotateY(0);
    }

.clients .logo:hover {
    transform: perspective(900px) rotateY(25deg);
    }

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



/* NEWS */

.news {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #6D6B6F;
    overflow: hidden;
    }

.news.newsInner {background: #F4F5F9;}

.news .hr {margin-top: 50px}

.news:after {
    position: absolute;
    display: block;
    right: -50px;
    bottom: 0px;
    content: '';
    width: 409px;
    height: 459px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.right.news.png) center no-repeat;
    background-size: contain;
    z-index: 0;
    }

.news.newsInner:after {
    right: -50px;
    bottom: auto;
    top: -100px;
    background: url(../images/bg.net.right.png) center no-repeat;
    background-size: contain;
    }

.news .h1 {
    margin: 0 0 40px;
    color: #F4F5F9;
    }

.news.newsInner .h1 {color: #414042;}

.news .image {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 0 25px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

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

.news .link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    font-family: 'xoloniumbold';
    color: #F4F5F9;
    transition: all 0.3s ease-in-out;
    }

.news ul.threeColumns {z-index: 2}


.news.newsInner .link {color: #414042;}

.news .item .title:hover {text-decoration: underline;}

.news p {
    max-width: 85%;
    color: #F4F5F9;
    }

.news .moreinfo {
    text-decoration: none;
    border-bottom: 1px solid #F2A71E;
    }

.news.indexNews .moreinfo {color: #F4F5F9;}

.news.newsInner p {color: #414042;}

.news .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 20px auto 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #F4F5F9;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #F2A71E;
    background-image: -webkit-linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-image: linear-gradient(45deg, #F2A71E 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    }

.news .btn:hover {background-position: 0;}


.news.newsInner ul.threeColumns li {margin-bottom: 50px}



/* CONTACTS */

.contacts {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #F4F5F9;
    overflow: hidden;
    }

.contacts:after {
    position: absolute;
    display: block;
    right: -50px;
    bottom: -400px;
    content: '';
    width: 609px;
    height: 659px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net22.png) center no-repeat;
    background-size: contain;
    opacity: 0.7;
    }

.contacts ul.twoColumns {
    margin-bottom: 80px;
    z-index: 2;
    }

.contacts .h1 {
    margin: 0 0 40px;
    color: #414042;
    }

.contacts h3, .contacts .h3 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'xoloniumregular';
    }

.contacts p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    }

.contacts p.socials img {width: 35px;}

.contacts .line {
    position: relative;
    display: block;
    width: 80%;
    height: 1px;
    margin: 0 0 30px;
    padding: 0;
    background: #6D6B6F;
    }



/* PRODUCTS */

.productSection {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #F4F5F9;
    overflow: hidden;
    }

.productSection .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
    text-transform: none;
    letter-spacing: normal;
    color: #414042;
    }

.productSection:after {
    position: absolute;
    display: block;
    right: -50px;
    bottom: -220px;
    content: '';
    width: 509px;
    height: 559px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net22.png) center no-repeat;
    background-size: contain;
    }

.productSection.cardInner:after  {
    top: -290px;
    right: -50px;
    bottom: auto;
    }


.productSection.section:after {
    display: none;
    right: auto;
    bottom: -400px;
    left: -120px;
    width: 609px;
    height: 609px;
    }

.productSection .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: auto;
    margin: 0 4% 30px 0;
    padding: 0;
    z-index: 2;
    }

.productSection .main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 66%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    z-index: 2;
    }

.productSection.cardInner .main {
    width: 40%;
    }

.productSection .info .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

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

.productSection ul.threeColumns  {z-index: 2;}
.productSection ul.threeColumns li {margin-bottom: 40px;} 

.productSection ul.productsList .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

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

.productSection ul.productsList .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-family: 'xoloniumregular', Arial;
    }

.productSection ul.elementsList {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 80px;
    border-top: 1px solid #6D6B6F;
    list-style-type: none;
    }

.productSection ul.elementsList li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #6D6B6F;
    }

.productSection ul.elementsList li .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    }

.productSection ul.elementsList li .image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

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

.productSection ul.elementsList li .list {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(48% - 100px);
    height: auto;
    margin: 0 2% 0 0;
    padding: 0 0 0 100px;
    }

.productSection ul.elementsList li .list p {
    margin-bottom: 5px;
    }

.productSection ul.elementsList li .link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    }

.productSection ul.elementsList li .link a {
    text-decoration: none;
    border-bottom: 1px solid #F2A71E;
    }


/* NEWS SECTION */

.newsSection {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #F4F5F9;
    overflow: hidden;
    }

.newsSection .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
    text-transform: none;
    letter-spacing: normal;
    }

.newsSection:after {
    position: absolute;
    display: block;
    left: -50px;
    bottom: -280px;
    content: '';
    width: 509px;
    height: 559px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net22.png) center no-repeat;
    background-size: contain;
    }


.newsSection.section:after {
    right: auto;
    bottom: -400px;
    left: -120px;
    width: 609px;
    height: 609px;
    }

.newsSection .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: auto;
    margin: 0 4% 30px 0;
    padding: 0;
    z-index: 2;
    }

.newsSection .main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 66%;
    height: auto;
    margin: 0 0 60px;
    padding: 0;
    z-index: 2;
    }

.newsSection .info .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

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

.newsSection .info .date {
    top: -20px;
    font-size: 13px;
    line-height: 19px;
    color: #6D6B6F;
    }



/* SERIES */

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

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

.series .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 26px;
    font-family: 'xoloniumregular', Arial;
    cursor: pointer;
    color: #414042;
    }

.series .h3 {
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #333;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: 'xoloniumregular', Arial;
    cursor: pointer;
    }

.series .h3:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 25px;
    content: '»';
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    transform: rotateZ(90deg);
    font-family: 'xoloniumregular', Arial;
    }

.series .seriesItem.active .h3:after {transform: rotateZ(270deg);}

.series .seriesList {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    }

.series .seriesItem.active .seriesList {display: block;}

.series .seriesList .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    }

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

.series .seriesList .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }

.series .seriesList a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #F2A71E;
    }


/* PRODUCT SLIDER */

.productSlider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #6D6B6F;
    }

.productSlider ul.twoColumns {margin-bottom: 60px;}

.productSlider ul.twoColumns li {vertical-align: middle;}
.productSlider ul.twoColumns li:nth-child(2) {width: calc(49% - 60px);padding: 0 0 0 60px;}
.productSlider ul.twoColumns li p {color: #F4F5F9;}

.productSlider ul.twoColumns li p.active {
    color: #F2A71E;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    }

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

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

.productSlider .slider .slide .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;
    }

.productSlider .slider .slide .desc {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.productSlider  .slider .slide .desc p {
    color: #F2A71E;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    }

.productSlider .slider .slide .image img {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    }

.productSlider .slick-prev {
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.left.white.svg) center no-repeat;
    background-size: 30px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.productSlider .slick-prev:hover {left: -45px;}

.productSlider .slick-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background: url(../images/icons/icon.right.white.svg) center no-repeat;
    background-size: 30px;
    border: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9;
    }

.productSlider .slick-next:hover {right: -45px;}


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

.productSlider ul.slick-dots li:nth-child(n) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 3px;
    margin: 0 2px;
    padding: 0;
    background: #F4F5F9;
    }

.productSlider ul.slick-dots li.slick-active {
    width: 16px;
    background: #F2A71E;
    }

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


/* BREAD CRUMBS */

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

.breadCrumbs a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    }

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


/* BASE 3D */


.base3d {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 0;
    background: #F4F5F9;
    overflow: hidden;
    }

.base3d .hr {margin-top: 50px}

.base3d:after {
    position: absolute;
    display: block;
    right: -50px;
    top: -100px;
    content: '';
    width: 409px;
    height: 459px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net.right.png) center no-repeat;
    background-size: contain;
    }

.base3d ul.threeColumns {text-align: center;}

.base3d ul.threeColumns li {
    vertical-align: top;
    text-align: center;
    }

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

.base3d ul.threeColumns li .icon img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    transform: perspective(3000px) rotateY(0);
    transition: all 0.5s ease-in-out;
    }

.base3d ul.threeColumns li .icon:hover img {
    transform: perspective(900px) rotateY(30deg);
    }

.base3d ul.threeColumns li .title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 'xoloniumregular';
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #414042;
    }
 

/* e404 */

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

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

.promo.promoInner.e404 .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    font-size: 106px;
    line-height: 126px;
    color: #fff;
    }

.promo.promoInner.e404 .h3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-family: 'xoloniumregular', Arial;
    }

.promo.promoInner.e404 a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #F3AF49;
    }




/* FOOTER */

.footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 40px;
    background: #F4F5F9;
    }

.footer.bgdark {background: #6D6B6F;}

.footer ul.fourColumns li {
    width: calc(20% - 40px);
    margin-right: 40px;
    }

.footer ul.fourColumns li.one{
    width: calc(45% - 40px);
    margin-right: 40px;
    }

.footer ul.fourColumns li.last {
    width: 15%;
    margin-right: 0;
    }

.footer .h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'xoloniumbold';
    }

.footer.bgdark .h3 {color: #F4F5F9;}

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

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

.footer .form form .line {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 0;
    }

.footer .form form .line input[type="text"] {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border:0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #aaa;
    font-family: 'Exo 2', sans-serif;
    }

.footer.bgdark .form form .line input[type="text"] {color: #F4F5F9;}
.footer.bgdark .form form .line input[type="text"]::placeholder {color: #aaa;}

.footer .form form .line label {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 16px;
    }

.footer.bgdark .form form .line label {color: #F4F5F9;}

.footer .form form .line input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    background: transparent url('../images/icons/icon.checkbox.svg') center no-repeat;
    background-size: contain;
    border:0;
    cursor: pointer;
    appearance: none;
    }

.footer.bgdark .form form .line input[type="checkbox"] {
    background: transparent url('../images/icons/icon.checkbox.white.svg') center no-repeat;
    background-size: contain;
    }

.footer .form form .line input[type="checkbox"]:checked {
    background: transparent url('../images/icons/icon.checkbox.checked.svg') center no-repeat;
    background-size: contain;
    }

.footer.bgdark .form form .line input[type="checkbox"]:checked {
    background: transparent url('../images/icons/icon.checkbox.checked.white.svg') center no-repeat;
    background-size: contain;
    }

.footer .btn {
    position: relative;
    display: block;
    width: 180px;
    height: auto;
    margin: 30px 0 0;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    }

.footer .btn:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

.footer .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #414042;
    }

.footer.bgdark .title {color: #F4F5F9;}

.footer .link {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #414042;
    text-decoration: none;
    }

.footer.bgdark .link {color: #F4F5F9;}

.footer a.tel {text-decoration: none}

.footer p {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #414042;
    text-decoration: none;
    }

.footer.bgdark p {color: #F4F5F9;}
.footer.bgdark a {color: #F4F5F9;}

.footer .socials {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    }

.footer .socials.white {display: block;}
.footer .socials.black {display: none;}

.footer.bgdark .socials.white {display: none;}
.footer.bgdark .socials.black {display: block;}

.footer a.social {
    margin-right: 10px;
    }

.footer a.social img {
    width: 40px;
    }

.footer .copyrights {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 13px;
    line-height: 17px;
    color: rgba(65, 64, 66, 0.72);
    }

.footer .copyrights a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    text-decoration: underline;
    color: rgba(65, 64, 66, 0.72);
    }

.footer.bgdark .copyrights {color: #F4F5F9;}
.footer.bgdark .copyrights a {color: #F4F5F9;}


/* SEARCH */

.search {
    position: relative;
    display: block;
    top: -20px;
    width: 50%;
    max-width: 300px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    }

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

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

.searchForm form input[type="text"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 13px 20px 13px 30px;
    background: transparent;
    border:0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #444;
    font-family: 'Exo 2', sans-serif;
    background: transparent url('../images/icons/icon.search.black.svg') left 5px top 15px no-repeat;
    background-size: 20px;
    }

.search .searchForm form input[type="text"] {
    max-width: 300px;
    padding: 7px 10px 7px 30px;
    margin: 0;
    color: #fff;
    background: #6D6B6F url('../images/icons/icon.search.svg') left 5px top 7px no-repeat;
    background-size: 20px;
    }

.searchForm form input[type="submit"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: auto;
    margin: 0;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    }

.searchForm form input[type="submit"]:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }

.search .searchForm form input[type="submit"] {display: none}

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

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

.searchResults li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-family: 'xoloniumregular', Arial;
    }


/* POP UP FORM */

.fog {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(20, 20, 20, 0.96);
    z-index: 99;
    }

.fog.active {display: block;}

.popup {
    position: absolute;
    display: none;
    left: 5%;
    top: 50%;
    width: 90%;
    min-width: 320px;
    max-width: 650px;
    height: auto;
    margin: 0;
    padding: 30px 0 20px;
    border: 2px solid #F2A71E;
    background: #6D6B6F;
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.15);
    }

.popup:after {
    position: absolute;
    display: block;
    left: -200px;
    bottom: -140px;
    content: '';
    width: 409px;
    height: 429px;
    margin: 0;
    padding: 0;
    background: url(../images/bg.net.png) center no-repeat;
    background-size: contain;
    }

.popup .close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: url('../images/icons/icon.close.svg') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    }

.popup .h3 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-family: 'xoloniumbold';
    color: #F4F5F9;
    text-align: center;
    }

.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: #fff;
    z-index: 9;
    font-weight: 400
    }

.popup .form {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0;
    padding: 30px 5% 0;
    }

.popup form p {
    text-align: center;
    color: #eee;
    margin-bottom: 0;
    }

.popup form a {
    color: #eee;
    }

.popup form .line {
    position: relative;
    display: block;
    width: 90%;
    max-width: 260px;
    height: auto;
    margin: 0 auto 15px;
    padding: 0;
    }

.popup form .line input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border:0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #F2A71E;
    font-family: 'Exo 2', sans-serif;
    }

.popup form .line input[type="text"]::placeholder {color: #c5c5c5}

.popup form .line label {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #eee;
    }

.popup form .line input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    background: transparent url('../images/icons/icon.checkbox.white.svg') center no-repeat;
    background-size: contain;
    border:0;
    cursor: pointer;
    appearance: none;
    }

.popup form .line input[type="checkbox"]:checked {
    background: transparent url('../images/icons/icon.checkbox.checked.white.svg') center no-repeat;
    background-size: contain;
    }

.popup .send {
    position: relative;
    display: block;
    width: 220px;
    height: auto;
    margin: 30px auto 0;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    background: #F2A71E;
    border: 1px solid #F2A71E;
    transition: all 0.3s ease-in-out;
    font-family: 'Exo 2', sans-serif;
    }

.popup .send:hover {
    background: #6D6B6F;
    color: #F2A71E;
    }


/* MOBILE MENU */

.mobileMenu {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0 30px;
    background: rgba(65, 64, 66, 0.96);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: 91;
    }

.mobileMenu.active {
    display: block;
    opacity: 1;
    }

.mobileMenu a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    }

.mobileMenu a.title {
    display: inline;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: 'xoloniumregular', Arial, sans-serif;
    }

.mobileMenu a.link {
    font-size: 15px;
    line-height: 21px;
    }

.mobileMenu a:hover {
    border-bottom: 1px solid #F2A71E;
    }

/* COLORS */

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

.bggold {
    background: rgb(243,175,73); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(243,175,73,1) 0%, rgba(165,112,42,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(243,175,73,1) 0%,rgba(165,112,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(243,175,73,1) 0%,rgba(165,112,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3af49', endColorstr='#a5702a',GradientType=1 ); /* IE6-9 */
    }

.bgabout {
    background: #414042;
    background: -moz-linear-gradient(180deg, #414042 40.27%, #5C5B5E 81.17%, #7B7A7D 100%, rgba(109, 107, 111, 0.46) 116.4%);
    background: -webkit-linear-gradient(180deg, #414042 40.27%, #5C5B5E 81.17%, #7B7A7D 100%, rgba(109, 107, 111, 0.46) 116.4%);
    background: linear-gradient(180deg, #414042 40.27%, #5C5B5E 81.17%, #7B7A7D 100%, rgba(109, 107, 111, 0.46) 116.4%);
    }

.bgquick {
    background: #414042;
    background: -moz-linear-gradient(180deg, #6D6B6F 16.92%, #414042 100%);
    background: -webkit-linear-gradient(180deg, #6D6B6F 16.92%, #414042 100%);
    background: linear-gradient(180deg, #6D6B6F 16.92%, #414042 100%);
    }

.bgblue {
    background: #414042;
    background: -moz-linear-gradient(180deg, #7B7A7D 33.07%, #3C4FA2 100%);
    background: -webkit-linear-gradient(180deg, #7B7A7D 33.07%, #3C4FA2 100%);
    background: linear-gradient(180deg, #7B7A7D 33.07%, #3C4FA2 100%);
    }

.bgblue2 {
    background: #414042;
    background: -moz-linear-gradient(174.72deg, #3C4FA2 16.35%, rgba(60, 79, 162, 0.8625) 46.1%, #6D6B6F 87.34%);
    background: -webkit-linear-gradient(174.72deg, #3C4FA2 16.35%, rgba(60, 79, 162, 0.8625) 46.1%, #6D6B6F 87.34%);
    background: linear-gradient(174.72deg, #3C4FA2 16.35%, rgba(60, 79, 162, 0.8625) 46.1%, #6D6B6F 87.34%);
    }

.bgyellow {
    background: #A5702A;
    background: -moz-linear-gradient(179.9deg, #A5702A -47.26%, #F3AF49 90.64%);
    background: -webkit-linear-gradient(179.9deg, #A5702A -47.26%, #F3AF49 90.64%);
    background: linear-gradient(179.9deg, #A5702A -47.26%, #F3AF49 90.64%);
    }

.bggray {background: #7a797c}

