:root {
	--c-body: #333;
	--blue: #6075A9;
	--dark: #2b2a29;
	--midgrey: #959595;
	--green: #1ab500;
}


/*SETTING*/
.rel{
	position: relative;
}

.fl {
	float: left;100
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix{
	position: relative;
}

.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

.uc {
	text-transform: uppercase;
}

.hidden {
	display: none !important;
}

strong,
b,
bold,
.bold {
	font-weight: 700;
}

.s-bold{
	font-weight: 600;
}

.ta-c {
	text-align: center;
}
.ta-l{
	text-align: left;
}
.ta-r{
	text-align: right;
}

.undline,
.undline a{
	text-decoration: underline;
}

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

.row {
	padding: 70px 0px;
}

.row-t{
	padding: 70px 0px 0px;
}

.row-b{
	padding: 0px 0px 70px;
}

.container,
.container-sm{
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
	width: 1110px;
}

.container-sm {
	width: 840px;
}

.flx, .flx-c, .flx-s, .line-icon{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flx-s{
	justify-content: flex-start;
}

.flx-c{
    align-items: center;
}

.grid{
	display: grid;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

.scroll:hover{
	cursor: pointer;
}

.ma::before, .ma::after, .ui-button::after {
	font-family: Material Icons;
	text-transform: lowercase;
}

/*COLORS*/
.bg-grey{
	background-color: #F5F5F5;
}

.bg-white{
	background-color: #fff;
}

/* IMAGE */
.img-cover > img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*COMMON*/
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}

*, body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(0,0,0,0);
	outline: none;
}

a,button{
	outline: none;
}

img{
	max-width: 100%;
	height: auto;
}

.iframe iframe{
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.2;
}

h1, .h1 {
	font-size: 56px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.1;
}

h2, .h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 500;
}

h3, .h3 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: 500;
}

h4, .h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}

h5, .h5{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

h6, .h6{
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 10px;
}

a {
	text-decoration: none;
	color: inherit;
}

.more{
	color: var(--blue);
	text-transform: uppercase;
	font-size: 12px;
	margin: 30px 0 0;
	display: inline-block;
	letter-spacing: 0.1em;
	position: relative;
	font-weight: 500;
}

.more:before{
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background: var(--blue);
	max-width: 0;
	transition: 1s;
}

.more:hover:before{
	max-width: 100%;
}

.more:after{
	content: url(../icon/more-arr.svg);
	margin: 0 0 0 10px;
}

.btn {
	display: inline-flex;
	padding: 11px 15px;
	text-decoration: none;
	border: 1px solid;
	cursor: pointer;
	transition: .5s;
	font-size: 12px;
	align-items: center;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	justify-content: center;
	background-color: transparent;
	border-radius:25px;
}

.btn-white-border{
	border-color: #fff;
}

.btn-white-border:hover{
	background-color: #fff;
	color: var(--c-body);
}

.btn-black-border{
	border-color: var(--dark);
}

.btn-black-border:hover{
	background-color: var(--dark);
	color: #fff;
}

.btn-green-border{
	background-color: var(--green);
	color: #fff;
	border-color: var(--green);
}

.btn-green-border:hover{
	border-color: #0f6800;
	background-color: #0f6800;
	
}

.btn-icon span:first-child{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.btn-icon span{
	vertical-align: middle;
}

.btn-icon span[data-icon=sent]{background: url(../icon/form/button.svg) no-repeat;}
.btn-icon span[data-icon=more]{background: url(../icon/more.svg) no-repeat;}

.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.btn-close:before,
.btn-close:after{
	content: '';
	position: absolute;
	top: 10px;
	width: inherit;
	height: 1px;
	background: var(--dark);
}

.btn-close:before{
	transform: rotate(45deg);
}

.btn-close:after{
	transform: rotate(-45deg);
}

/*FORMS*/
input, select, textarea{
    border: 1px solid #8E9697;
    font-size: 14px;
    padding: 15px 30px;
    width: 100%;
    font-family: "Ubuntu", sans-serif;
	margin: 0 0 10px;
}

input[type=number] {
	-moz-appearance: textfield;
}

button{
	font-family: "Ubuntu", sans-serif;
}

textarea{
    resize: none;
}

input:hover,     
select:hover,    
textarea:hover,
input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before{
    border-color: var(--midgrey);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--green);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder{
    color: var(--grey);
}

input[type=checkbox],
input[type=radio]{
	display: none;
}

input[type=checkbox] + label,
input[type=radio] + label{
    cursor: pointer;
}

input[type=checkbox] + label,
input[type=radio] + label{
	position: relative;
	padding: 0 0 0 30px;
	left: 0;
	font-size: 14px;
	color: inherit;
	display: block;
    line-height: 1.3;
    margin: 0 0 7px;
}

input[type=checkbox] + label:last-child,
input[type=radio] + label:last-child{
    margin: 0;
}

input[type=radio] + label:before,
input[type=radio] + label:after,
input[type=checkbox] + label:before,
input[type=checkbox] + label:after{
    position: absolute;
	content: '';
}

input[type=checkbox] + label:after,
input[type=radio] + label:after{
    z-index: 1;
    font-weight: 600;
    font-family: Material Icons;
    color: #fff;
    text-align: center;
    transform: scale(0);
    left: 1px;
    top: -1px;
    font-size: 16px;
	transition: 0.5s;
	color: var(--blue);
}

input:checked[type=checkbox] + label:after,
input:checked[type=radio] + label:after{
    transform: scale(1);
    content: "done";
}

input[type=checkbox] + label:before,
input[type=radio] + label:before{
	left: 0;
    top: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid;
	border-color: var(--midgrey);
    background-color: #fff;
}

input[type=checkbox] + label:hover:before,
input[type=radio] + label:hover:before{
	border-color: var(--dark);
}

input[type=radio] + label:before{
    border-radius: 50%;
}

form .agreement{
	width: 250px;
	max-width: 100%;
}

form .results{
	color: green;
	font-weight: 500;
}

/* BUTTONS */
.buttons > .more{
	margin: 0;
}

/*FANCYBOX*/
body.compensate-for-scrollbar {
	overflow: visible !important;
}

.fancybox-content{
	text-align: left;
}

/*UI-SPINNER*/
body .ui-spinner {
	padding: 0 30px;
	width: 105px;
	height: auto;
	overflow: visible;
	background-color: transparent;
	border: 1px solid #8E9697 !important;
	border-radius: 0 !important;
}

body .ui-spinner input {
	margin: 0;
	text-align: center;
	width: 100%;
	caret-color: transparent !important;
	font-weight: 700;
	padding: 0;
	height: 100%;
	background-color: #fff;
}

.ui-spinner .ui-button {
	height: 100%;
	width: 30px;
	top: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	text-indent: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	background-color: transparent;
}

.ui-spinner .ui-button:hover{
	background-color: transparent;
	border: none;
}

.ui-spinner .ui-button > span{
	display: none;
}

.ui-spinner .ui-spinner-up {
	right: 0;
}

.ui-spinner-up:after,
.ui-spinner-down:after{
	content: 'add';
	font-size: 20px;
}

.ui-spinner-down:after{
	content: 'remove';
}

.ui-spinner .ui-spinner-down {
	left: 0;
}

/*HTML*/
html{
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

/*BODY*/
body {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--c-body);
	background-color: #fff;
	overflow-x: hidden; 
	width: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}

html.unscroll,
body.unscroll,
body.fancybox-active{
	position:relative;
	overflow: hidden;
	height: 100%;
}

html.unscroll,
body.unscroll,
body.fancybox-active{
	position:relative;
	overflow: hidden;
	height: 100%;
}

/*CONTENT-TEXT*/
.content-text{
	line-height: 1.4;
	font-weight: 500;
}

.container > .content-text.bg-white{
	padding: 30px;
}

.content-img{
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}

.content-text img[style*="float:left"],
.content-text img.fl{
	margin: 0 20px 10px 0;
}

.content-text img[style*="float:right"],
.content-text img.fr{
	margin: 0 0 10px 20px;
}

.content-text > *{
	margin-bottom: 20px;
}

.content-text a{
	color: #2F80ED;
	text-decoration: underline;
}

.content-text a:hover{
	text-decoration: none;
}

.content-text ul,
.content-text ol{
	margin-bottom: 20px;
}

.content-text ul{
	padding-left: 55px;
}

.content-text li{
	position: relative;
	margin-bottom: 10px;
}

.content-text ul li::before {
	position: absolute;
	content: '';
	background: var(--c-body);
	width: 6px;
	height: 6px;
	left: -25px;
	top: 6px;
	background-size: 15px;
	border-radius: 50%;
}

.content-text ol {
	padding-left: 30px;
	counter-reset: list;
}

.content-text ol > li::before {
	counter-increment: list;
	content: counter(list) ". ";
	color: var(--blue);
	font-weight: 700;
}

.content-text *:last-child{
	margin-bottom: 0;
}

figure.blockquote {
    width: 600px;
    max-width: 100%;
    margin: 50px auto;
}

blockquote {
	margin: 50px 0;
}

figure.blockquote blockquote{
	margin: 0;
}

figcaption {
    text-align: right;
    color: #c2c2c2;
    font-size: 12px;
    margin: 25px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
}

video {
    max-width: 100%;
}

/* SHIFT */
.shift {
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.shift > *{
	width: 50%;
}

.shift.l > .short{
    order: 1;
}

.shift > .short{
	padding-left: calc((100% - 1110px)/2 + 20px);
}

.shift.l > .short{
	padding-right: calc((100% - 1110px)/2 + 20px);
	padding-left: 0;
}

.shift .short .text{
	padding-left: 60px;
}

.shift.l .short .text{
    margin-right: 20px;
}

.shift .short .bg-white{
	padding: 50px 60px 70px;
	height: 100%;
}

.shift.l > .short .form{
	margin: 30px 0 0;
}

/* PUBLISHED */
.published{
	color: gray;
	font-size: 12px;
}

.published > span{
	display: block;
}

/* HEADER */
header{
	padding: 20px 0;
}

header .logo{
	margin: 0 50px 0 0;
}

header .logo img{
	height: 75px;
}

header .menu li{
	float: left;
	margin: 0 0 0 50px;
}

header .menu li:first-child{
	margin: 0;
}

header .menu a{
	padding: 10px 0;
}

header .menu a:hover,
footer .menu a:hover{
	text-decoration: underline;
}

header .menu2 li{
	float: left;
	margin: 0 0 0 20px;
}

header .menu2 li:first-child{
	margin: 0;
}

header .menu2 a{
	padding: 15px 15px;
}

header .menu2 a:hover{
	text-decoration: none;
}

header .phone{
	color: var(--blue);
}

@media screen and (min-width: 781px) {
    header .mobile{
        display: none;
    }
}

/*BURGER*/
#burger {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
	margin: 0 0 0 20px;
}

#burger span {
	width: 100%;
	display: block;
	height: 2px;
	background: var(--c-body);
	margin: 0 0 7px;
	border-radius: 2px;
	transition: 0.3s;
	will-change: transform;
}

#burger span:last-child {
	margin: 0;
}

/*NAV*/
nav {
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: 1s;
	color: var(--c-body);
	overflow-y: auto;
	padding: 50px 20px;
}

nav.active{
	right: 0;
}

nav .wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	grid-gap: 20px;
}

/*BREADCRUMBS*/ 
#breadcrumbs {
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}

#breadcrumbs li {
    display: inline-block;
    margin: 0px 10px;
}

#breadcrumbs li:first-child {
    margin-left: 0px;
}

#breadcrumbs li a {
    position: relative;
    color: var(--blue);
    display: block;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

#breadcrumbs li a:after {
    position: absolute;
    content: '';
    right: -13px;
}

#breadcrumbs li a:after {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-right: 1px solid;
    border-top: 1px solid;
    top: 7px;
}

#breadcrumbs li:last-child a::after {
    display:none;
}

#breadcrumbs a,
#breadcrumbs li {
    color: #4d4d4d;
}

#breadcrumbs a:hover {
    text-decoration: none;
}


/* SLIDER */
#slider .slider-for .txt,
#slider .slider-for .img{
	position: relative;
	transition: 1.5s;
}

#slider .slider-for .txt{
	width: 300px;
	box-sizing: content-box;
	padding-top: 70px;
	left: -100%;
}

#slider .slider-for .slick-current .txt{
	left: 0;
}

#slider .slider-for .img{
	right: -100%;
}

#slider .slider-for .slick-current .img{
	right: 0;
}

#slider .slider-nav .item{
	padding: 30px 0;
}

#slider .slider-nav .slick-current{
	position: relative;
}

#slider .slider-nav .slick-slide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	height: 10px;
	background-color: var(--blue);
	width: 100%;
	max-width: 0;
}

#slider .slider-nav .slick-current:before{
	max-width: 100%;
}

#slider .slider-nav.auto .slick-current:before{
	transition: 5s;
	transition-timing-function: linear;
}

#slider .slider-nav .item{
	justify-content: flex-start;
	flex-wrap: nowrap;
	cursor: pointer;
}

#slider .slider-nav span{
	font-size: 56px;
	color: var(--blue);
	font-weight: 500;
	margin: 0 10px 0 0;
	line-height: 1;
}

/* WHY */
#why{
	font-size: 24px;
}

#why h2{
	margin: 0;
}


/* SERVICE */
#service .service + .service{
	margin: 70px 0 0;
}

#service .service > *{
	width: 50%;
}

#service .service .text{
	padding: 40px;
}

/* CLIENTS */
#clients .images{
	display: flex;
	align-items: center;
	margin: -15px -40px 40px;
	flex-wrap: wrap;
}

#clients .images a{
	margin: 15px 30px;
	display: block;
}

#clients .text{
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#clients.main .text{
    padding-top: 0;
	padding-bottom: 0;
}

#clients .short.l .text {
    padding-left: 70px;
}

#clients .text p{
	margin: 50px 0;
}

#clients .text span{
	font-size: 14px;
	width: 300px;
	display: inline-block;
}

/* NEW */
#new .short .text {
	position: relative;
}

#new .short .published{
	position: absolute;
	bottom: 50px;
}

.news{
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin: 40px 0 0;
}

.news .item {
	background-color: #fff;
	padding: 30px 35px 70px;
	position: relative;
	transition: 0.5s;
	background-position: right bottom;
}

.news .item:hover{
	transform: scale(1.05);
}

.news .item .published{
	position: absolute;
	bottom: 30px;
}

.news .item .icon{
	position: absolute;
	bottom: 30px;
	right: 35px;
}

/* PRODUCTS */
.products{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.product{

}

.product .price {
	font-size: 32px;
	font-weight: 500;
}

.product .buttons{
	margin: 10px 0 0;
}

/* FOOTER */
footer{
	background-color: var(--dark);
	color: #fff;
}

footer .top{
	padding: 40px 0;
}

footer .logo img{
	filter: brightness(10);
}

footer ul a,
footer address{
	line-height: 2;
}

footer .phone{
	margin: 0 0 20px;
	display: inline-block;
}

footer .btn{
	margin: 10px 0 0;
}

footer .bottom{
	padding: 30px 0;
	border-top: 1px solid #464646;
}

/* POPUP */
.popup{
    display: none;
    padding: 40px;
    width: 650px;
    max-width: 100%;
}

body .popup .fancybox-close-small{
    right: 10px;
    top: 10px;
}

/*COOKIE*/
#cookie {
	position: fixed;
	background-color: #F5F5F5;
	bottom: 0;
	left: 0;
	border: solid #000;
	border-width: 1px 1px 0 0;
	width: 500px;
	padding: 20px 30px;
	z-index: 1;
	display: none;
}

#cookie .content {
	margin: 0 0 10px;
}

#cookie .content a {
    text-decoration: underline;
}

#cookie .content a:hover {
    text-decoration: none;
}