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, strong, sub, sup, 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;
  vertical-align: baseline; }
  
html {
  font-size: 10px; }

html, body {
  height: 100%; }

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

* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: inherit;
  min-width: 0;
  min-height: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after,
.clearfix:before {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

/*
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal; 
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal; 
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Black.ttf);
  font-weight: 900;
  font-style: normal; 
  font-display: swap; }
*/
  
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

  

body {
  background-color: #FCFCFC;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  min-width: 320px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }
	
@media screen and (min-width: 1360px) {
.container {
	max-width: 1260px; } }
	
@media screen and (min-width: 576px) and (max-width: 767px) {
.container {
    max-width: 600px;
	padding-right: 20px;
    padding-left: 20px; } }
	
h1, h2, h3, strong {
	position: relative;
	display: inline-block;
	font-weight: bold;
    font-style: normal; 
	color: #000; }

h1 {
    font-size: 7.5rem;
	color: #00E4E6;
	margin-bottom: 45px;
}
h2 {
    font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 20px;
}
h3 {
    font-size: 1.8rem;
 	line-height: 1.2em;
	margin-bottom: 20px;
}

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }

.full-width {
	position: relative;
	max-width: 1600px;
	margin: 0 auto; }

.title {
	font-size: 4.8rem;
	font-weight: bold;
    font-style: normal;
	line-height: 1.2em;
    margin-bottom: 20px;
	color: #000;
	position: relative;
	display: block; }
.title-back {
	font-size: 10rem;
	font-weight: 900;
    font-style: normal;
	line-height: 1em;
	color: #000;
	opacity: 0.04;
	text-transform: uppercase;
	position: absolute;
	top: 85px;
	left: -5px;
	margin-bottom: 0; }
p {
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}

.all-wrapp {
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	position: relative;
	width: 100%; }
  
.btn {
    background-color: #9317BC;
	font-weight: bold;
    font-style: normal;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 80px;
    line-height: 3.2em;
    padding: 0 40px;
    transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #9317BC;
    z-index: 1; }
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
.btn:hover {
    background-color: transparent;
    color: #9317BC; }
.btn:hover:before {
    background-color: #fff;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
.btn-item {
    position: relative;
	padding-right: 35px; }
.btn-item:before {
    font-family: "fontello";
    content: '\e802';
    line-height: 1;
    font-size: 2rem;
    position: absolute;
    top: 6px;
    right: 0; }

.btn-2 {
	background-color: #fff;
	width: 100%;
	padding: 0;
    font-size: 1.6rem;
    color: #9317BC;
	height: 55px; }
.btn-2:before {
    background: #9317BC; }
.btn-2:hover {
    background-color: transparent;
    color: #fff; }
.btn-2:hover:before {
    background-color: #9317BC; }
.btn-2 .btn-item {
	padding-right: 25px; }
.btn-2 .btn-item:before {
    font-size: 1.6rem;
    top: 2px; }

.btn-3 {
	padding: 0 25px;
    font-size: 1.6rem;
	height: 53px; }
.btn-3 .btn-item {
	padding-right: 25px; }
.btn-3 .btn-item:before {
    font-size: 1.6rem;
    top: 2px; }

.btn-4 {
	background-color: #000;
	padding: 0 30px;
    font-size: 1.6rem;
	line-height: 1.4em;
    color: #fff;
	height: 50px;
	border: 1px solid #000; }
.btn-4:before {
    background: #fff; }
.btn-4:hover {
    background-color: transparent;
    color: #000; }
.btn-4:hover:before {
    background-color: #fff; }
.btn-4 .btn-item {
	padding-right: 25px; }
.btn-4 .btn-item:before {
    font-size: 1.6rem;
    /*top: 5px;*/ }
  
.read-more {
	color: #E167FF;
	font-weight: normal;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 1px #e167ff, 0 0 1px #e167ff; }
.read-more:after{
	background: #E167FF;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; }
.read-more:hover:after{
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1); }

.read-more-2 {
	color: #00BB8E;
	text-shadow: none; }
.read-more-2:after {
	background: #00BB8E;
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1); }
.read-more-2:hover:after {
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0); }
	
.box-img {
	position: relative;
    line-height: 0;
    overflow: hidden; }
.box-img:after {
    background: #000;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.item-link img {
	display: block;
    width: 100%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-link:hover .box-img img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.item-link:hover .box-img:after {
    opacity: 0.25;
}
.header-button_hide {
	display: none;
}
.hidden {
  display: none!important;
}
.show {
	display: block!important;
}
.hide {
    display: none;
}

@media screen and (max-width: 1360px) {
	h2 {
		font-size: 1.8rem; 
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 5.4rem; 
	}
	.title-back {
		font-size: 9rem;
		top: 63px; 
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 5rem;
		margin-bottom: 40px;
	}
	.title {
		font-size: 3.6rem;
	}
	.title-back {
		font-size: 6.8rem;
		top: 71px;
	}
	.btn {
		font-size: 1.9rem;
		height: 65px;
		line-height: 3.4em;
		padding: 0 20px;
	}
	.btn-item {
		padding-right: 30px;
	}
	.btn-item:before {
		font-size: 1.8rem;
		top: 3px;
		right: 3px;
	}

	.btn-3 {
		font-size: 1.5rem;
		height: 55px;
		padding: 0 10px; 
	}
	.btn-3 .btn-item {
		padding-right: 25px; 
	}
	.btn-3 .btn-item:before {
		font-size: 1.5rem;
		top: 2px; 
	}
		
	.read-more {
		font-size: 1.2rem;
	}
	.read-more-2 {
		font-size: 1.4rem; 
	}
}

@media screen and (max-width: 575px) {
	h1 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.title-back {
		font-size: 4.2rem;
		top: 47px;
	}
	.title {
		font-size: 3rem;
		text-align: center;
	}
	.btn {
		font-size: 1.4rem;
		height: 50px;
		line-height: 3.4em;
		padding: 0 15px;
	}
	.btn-item {
		padding-right: 25px;
	}
	.btn-item:before {
		font-size: 1.4rem;
	}
	.read-more-2 {
		padding-top: 10px;
	}
}

/* ! == keyframes == */
@-webkit-keyframes shake-slow {
    4% {
        -webkit-transform: translate(1px, 2px) rotate(-0.5deg);
		-ms-transform: translate(1px, 2px) rotate(-0.5deg);
		    transform: translate(1px, 2px) rotate(-0.5deg);
		opacity: 0.7;
    }
    8% {
        -webkit-transform: translate(-2px, 1px) rotate(-1.5deg);
		-ms-transform: translate(-2px, 1px) rotate(-1.5deg);
		    transform: translate(-2px, 1px) rotate(-1.5deg);
    }
    12% {
        -webkit-transform: translate(2px, 1px) rotate(1.5deg);
		-ms-transform: translate(2px, 1px) rotate(1.5deg);
		    transform: translate(2px, 1px) rotate(1.5deg);
		opacity: 1;
    }
    16% {
        -webkit-transform: translate(-3px, 3px) rotate(-1.5deg);
		-ms-transform: translate(-3px, 3px) rotate(-1.5deg);
		    transform: translate(-3px, 3px) rotate(-1.5deg);
    }
    20% {
        -webkit-transform: translate(2px, 3px) rotate(2.5deg);
		-ms-transform: translate(2px, 3px) rotate(2.5deg);
		    transform: translate(2px, 3px) rotate(2.5deg);
    }
    24% {
        -webkit-transform: translate(-2px, -2px) rotate(0.5deg);
		-ms-transform: translate(-2px, -2px) rotate(0.5deg);
		    transform: translate(-2px, -2px) rotate(0.5deg);
    }
    28% {
        -webkit-transform: translate(-3px, 2px) rotate(1.5deg);
		-ms-transform: translate(-3px, 2px) rotate(1.5deg);
		    transform: translate(-3px, 2px) rotate(1.5deg);
		opacity: 0.7;
    }
    32% {
        -webkit-transform: translate(-2px, 1px) rotate(-2.5deg);
		-ms-transform: translate(-2px, 1px) rotate(-2.5deg);
		    transform: translate(-2px, 1px) rotate(-2.5deg);
    }
    36% {
        -webkit-transform: translate(-1px, 2px) rotate(0.5deg);
		-ms-transform: translate(-1px, 2px) rotate(0.5deg);
		    transform: translate(-1px, 2px) rotate(0.5deg);
    }
    40% {
        -webkit-transform: translate(3px, -2px) rotate(3.5deg);
		-ms-transform: translate(3px, -2px) rotate(3.5deg);
		    transform: translate(3px, -2px) rotate(3.5deg);
		opacity: 1;
    }
    44% {
        -webkit-transform: translate(-1px, 3px) rotate(-1.5deg);
		-ms-transform: translate(-1px, 3px) rotate(-1.5deg);
		    transform: translate(-1px, 3px) rotate(-1.5deg);
    }
    48% {
        -webkit-transform: translate(3px, -2px) rotate(2.5deg);
		-ms-transform: translate(3px, -2px) rotate(2.5deg);
		    transform: translate(3px, -2px) rotate(2.5deg);
    }
    52% {
        -webkit-transform: translate(0px, 1px) rotate(-1.5deg);
		-ms-transform: translate(0px, 1px) rotate(-1.5deg);
		    transform: translate(0px, 1px) rotate(-1.5deg);
		opacity: 0.7;
    }
    56% {
        -webkit-transform: translate(-3px, 2px) rotate(1.5deg);
		-ms-transform: translate(-3px, 2px) rotate(1.5deg);
		    transform: translate(-3px, 2px) rotate(1.5deg);
    }
    60% {
        -webkit-transform: translate(-2px, -3px) rotate(-1.5deg);
		-ms-transform: translate(-2px, -3px) rotate(-1.5deg);
		    transform: translate(-2px, -3px) rotate(-1.5deg);
		opacity: 1;
    }
    64% {
        -webkit-transform: translate(1px, 2px) rotate(-1.5deg);
		-ms-transform: translate(1px, 2px) rotate(-1.5deg);
		    transform: translate(1px, 2px) rotate(-1.5deg);
    }
    68% {
        -webkit-transform: translate(-1px, -2px) rotate(-1.5deg);
		-ms-transform: translate(-1px, -2px) rotate(-1.5deg);
		    transform: translate(-1px, -2px) rotate(-1.5deg);
		opacity: 0.5;
    }
    72% {
        -webkit-transform: translate(-2px, -3px) rotate(-2.5deg);
		-ms-transform: translate(-2px, -3px) rotate(-2.5deg);
		    transform: translate(-2px, -3px) rotate(-2.5deg);
    }
    76% {
        -webkit-transform: translate(3px, -2px) rotate(1.5deg);
		-ms-transform: translate(3px, -2px) rotate(1.5deg);
		    transform: translate(3px, -2px) rotate(1.5deg);		
    }
    80% {
        -webkit-transform: translate(1px, 0px) rotate(1.5deg);
		-ms-transform: translate(1px, 0px) rotate(1.5deg);
		    transform: translate(1px, 0px) rotate(1.5deg);
		opacity: 0.7;
    }
    84% {
        -webkit-transform: translate(-3px, -3px) rotate(1.5deg);
		-ms-transform: translate(-3px, -3px) rotate(1.5deg);
		    transform: translate(-3px, -3px) rotate(1.5deg);
    }
    88% {
        -webkit-transform: translate(-3px, -2px) rotate(1.5deg);
		-ms-transform: translate(-3px, -2px) rotate(1.5deg);
		    transform: translate(-3px, -2px) rotate(1.5deg);
    }
    92% {
        -webkit-transform: translate(0px, 3px) rotate(1.5deg);
		-ms-transform: translate(0px, 3px) rotate(1.5deg);
		    transform: translate(0px, 3px) rotate(1.5deg);
		opacity: 1;
    }
    96% {
        -webkit-transform: translate(2px, -2px) rotate(-0.5deg);
		-ms-transform: translate(2px, -2px) rotate(-0.5deg);
		    transform: translate(2px, -2px) rotate(-0.5deg);
    }
    0%,
    100% {
		-webkit-transform: translate(0, 0) rotate(0);
        -ms-transform: translate(0, 0) rotate(0);
		    transform: translate(0, 0) rotate(0);
    }
}
.shake-slow:hover {
    -webkit-animation: shake-slow 10s linear infinite;
	animation: shake-slow 10s linear infinite;
}
/* ! == keyframes == */

/* ! == keyframes-2 == */
.squiggle {
  stroke-dasharray: 86500;
  stroke-dashoffset: 165000;
  -webkit-animation: draw 6s linear infinite;
          animation: draw 6s linear infinite;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* ! == keyframes-2 == */

/* ! == keyframes-3 == */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ! == keyframes-3 == */

/* ! == keyframes-4 == */
.typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}
@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}
.typed-fade-out{
  opacity: 0;
  transition: opacity .25s;
  -webkit-animation: 0;
  animation: 0;
}
/* ! == keyframes-4 == */

/* ! == HEADER == */
.header {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	position: absolute;
	width: 100%;
	background: transparent;
	padding: 40px 0;
	top: 0;
	left: 0;
	z-index: 12;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; }

.header-wrapp {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;    
	-ms-flex-pack: justify;    
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center; }
	
.logo-desc {
	display: block;
	max-width: 310px;
    margin: 2px 0 0 25px;
    color: #7B7B7B;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: normal;
}

.fixed-header {
	background: #1F1F1F !important;
	position: fixed;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); }
.header.fixed-header {
	padding: 10px 0; }

@media screen and (max-width: 1199px) {
.header {
    background: linear-gradient(0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .9)); 
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding: 20px 0; 
	}
	.header-logo .logo img {
		max-width: 170px; 
	}
	.logo-desc {
		max-width: 235px;
		color: #fff;
		font-size: 1.4rem; 
	}
}

@media screen and (max-width: 575px) {
	.header {
		background: #1F1F1F;
		padding: 10px 0; }
	.header-logo .logo img {
		max-width: 120px; }	
}

/* ! == MAIN MENU == */
.button-menu {
	background-color: transparent;
    position: relative;
    display: inline-block;
    width: 65px;
    line-height: 65px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    backface-visibility: hidden;
    text-align: center;
    padding: 0;
    z-index: 10;
}
.button-menu span {
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 7px;
	backface-visibility: hidden;
}
.button-menu span:before, .button-menu span:after {
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	backface-visibility: hidden;
}
.button-menu span:before {
	transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
}
.button-menu span:after {
	transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
}
.button-menu.active span {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.button-menu.active span:before {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.button-menu.active span:after {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}

.box-main-menu {
	background-color: #252525;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	padding: 60px 15px;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.box-main-menu .button-menu {
	position: absolute;
	top: 40px;
	right: 16px;
	z-index: 2;
}
.box-main-menu .box-menu-wrapp {
	height: 100%;
}
.box-main-menu .menu-centered {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}
.box-main-menu .big-separator {
	background: #fff;
	display: block;
	width: 180px;
	margin: 50px auto 25px;
}
.box-main-menu.open {	
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	overflow-y: auto;
}
.box-menu-wrapp .b-social__item {
    margin: 0 7px;
}
.box-menu-wrapp .b-social .b-social__link {
    width: 63px;
    height: 63px;
}
.main-menu {
	display: block;
	position: relative;
    width: 100%;
	min-width: 420px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.box-main-menu.open .main-menu {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.main-menu li:nth-child(5) {
	position: relative;
	padding-top: 40px;
}
.main-menu li:nth-child(5) .menu-item span {
	color: #9317BC;
}
.main-menu li:nth-child(5):before {
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    width: 180px;
    height: 1px;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-menu .menu-item {
	font-size: 3.8rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.1em;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
	backface-visibility: hidden;
}
.main-menu .menu-item span {
	position: absolute;
	display: block;
	width: 100%;
	color: #fff;
	left: 0;
	top: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.main-menu .menu-item span:after {
	width: 100%;
	top: 0;
	left: 0;
	content: attr(data-hover);
	position: absolute;
	transform: translateY(115%);
	-webkit-transform: translateY(115%);
	-ms-transform: translateY(115%);
	color: #00E4E6;
}
.main-menu .menu-item:hover span {
	transform: translateY(-115%);
	-ms-transform: translateY(-115%);
	-webkit-transform: translateY(-115%);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.main-menu .menu-item {
	height: 48px;
}

.menu-centered p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
.big-separator.hide {
    display: none;
}

@media (min-width: 1201px) {
	.menu-static .button-menu {
		top: 73px;
		right: 32px;
	}
}

@media (max-width: 1200px) {
	.box-main-menu .button-menu {
		top: 30px;
	}
}

@media (min-width: 1041px) {
	.button-menu:hover span:before {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.button-menu:hover span:after {
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
	.button-menu.active:hover span {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.button-menu.active:hover span:before {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.button-menu.active:hover span:after {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.main-menu .menu-item {
		font-size: 3rem;
		height: 38px;
	}
}

@media (max-width: 575px) {
	.button-menu {
		width: 40px;
		line-height: 32px;
	}
	.button-menu span {
		height: 5px;
	}
	.box-main-menu .button-menu {
		top: 15px;
	}
	.box-main-menu .menu-centered {
		padding: 0 35px;
	}
	.main-menu li {
		margin: 20px 0;
	}
	/*.main-menu .menu-item {
		font-size: 2rem;
		height: 26px;
	}*/
	.box-menu-wrapp .b-social__item {
		margin: 0 3px;
	}
	.box-menu-wrapp .b-social .b-social__link {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 440px) {
	.box-menu-wrapp .b-social .b-social__link {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 360px) {
	.box-main-menu {
		padding: 30px 0 20px;
	}
	.main-menu li:nth-child(5):before {
    	width: 140px;
	}
	.box-main-menu .big-separator {
		width: 140px;
		margin: 35px auto 20px;
	}
}

/* ! == BLOCK TOP == */
.s-top {
	position: relative;
	background: #1F1F1F url("../img/img-top_bg.jpg") no-repeat right center;
	background-size: auto 100%;
}
.s-top .full-width:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../img/img-top_name.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 366px;
    height: 458px;
}
.s-top .container {
    height: auto;
	padding-top: 135px;
	padding-bottom: 135px;
}
.s-top__info {
	position: relative;
	max-width: 830px;
}
.s-top__info-item {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 129, 172, .5)), to(rgba(0, 186, 142, .5)));
    background: -o-linear-gradient(0, rgba(0, 129, 172, .5), rgba(0, 186, 142, .5));
    background: linear-gradient(0, rgba(0, 129, 172, .5), rgba(0, 186, 142, .5));
    padding: 50px 55px 65px; 
}
.s-top__info-desc {
	font-size: 2.5rem;
	font-weight: 500;
	color: #fff;
}
.s-top__info-img {
	padding-right: 40px;
}
.s-top__info-item:hover .s-top__info-img {
    -webkit-animation: shake-slow 10s linear infinite;
    animation: shake-slow 10s linear infinite;
}
.s-top__info .btn {
    position: absolute;
    bottom: -35px;
    right: 40px;
	width: 500px;
    text-align: left;
}
.s-top__info .btn:after {
    font-family: "fontello";
    content: '\e802';
    line-height: 1;
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
}
.s-top__info .btn:hover:after {
	  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
}
.s-top__social .b-social {
	-ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
	        flex-direction: column!important;
}
.b-social .b-social__link {
	position: relative;
    display: inline-block;
    width: 73px;
    height: 73px;
	font-size: 0;
    line-height: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
    background-size: cover;
}
.b-social .b-social__item--1 {
	background-image: url(../img/ico_skype.png);
}
.b-social .b-social__item--2 {
    background-image: url(../img/ico_whatapp.png);
}
.b-social .b-social__item--3 {
	background-image: url(../img/ico_telegram.png);
}
.b-social .b-social__item--4 {
	background-image: url(../img/ico_viber.png);
}
.b-social .b-social__item--5 {
	background-image: url(../img/ico_noname.png);
}
.b-social .b-social__item--6 {
	background-image: url(../img/ico_mail.png);
}
.b-social .b-social__item--mob {
	display: none;
}

@media screen and (max-width: 1040px) {
	.b-social .b-social__item--mob {
		display: block;
	}
	.b-social .b-social__item--pc {
		display: none;
	}	
}

@media screen and (max-width: 991px) {
	.s-top .full-width:before {
		bottom: 0;
		right: 0;
		width: 206px;
		height: 258px;
	}
	.s-top__info {
		position: relative;
		max-width: 590px; 
	}	
	.s-top__info-item {
		padding: 30px 25px 45px;
	}
	.s-top__info-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 155px;
		flex: 0 0 155px;
		max-width: 155px;
		padding-right: 30px;
	}
	.s-top__info-desc {
		font-size: 2rem;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.s-top {
		background-size: auto 130%;
	}
	.s-top .full-width {
		background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(15%, rgba(0,0,0,0.7)), color-stop(50%, transparent), color-stop(85%, rgba(0,0,0,0.7)));
		background: -o-linear-gradient(0, rgba(0,0,0,0.7) 15%, transparent 50%, rgba(0,0,0,0.7) 85%);
		background: linear-gradient(0, rgba(0,0,0,0.7) 15%, transparent 50%, rgba(0,0,0,0.7) 85%);
	}
	.s-top .full-width:before {
		display: none;
	}
	.s-top .container {
		padding-top: 115px;
		padding-bottom: 0;
	}
	.s-top__info-item {
		text-align: center;
	}
	.s-top__info-desc {
		font-size: 1.8rem;
	}
	.s-top__info .btn {
		bottom: -32.5px;
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		min-width: 440px;
	}
	.s-top__info .btn:after {
		font-size: 1.8rem;
		top: calc(50% - 9px); }
	.s-top__info-desc {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.s-top {
		background: -webkit-gradient(linear, left bottom, left top, from(#005873), to(#007C61));
		background: -o-linear-gradient(bottom, #005873, #007C61);
		background: linear-gradient(to top, #005873, #007C61);
	}
	.s-top .full-width {
		background: none;
	}
	.s-top .container {
		padding-top: 100px;
		padding-bottom: 0;
	}
	.s-top__info-item {
		padding: 0 0 30px;
		background: none;
	}
	.s-top__info-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 87px;
		flex: 0 0 87px;
		max-width: 87px;
		padding-right: 10px;
		margin-left: -5px;
	}
	.s-top__info-desc {
		font-size: 1.3rem;
	}
	.s-top__info-desc p{
		padding-bottom: 15px;
	}
	.s-top__info .btn {
		bottom: -25px;
		min-width: 290px;
	}	
	.s-top__info .btn:after {
		font-size: 1.4rem; 
		top: calc(50% - 7px);
		right: 10px;
	}
}

@media screen and (max-width: 359px) {
	.s-top__info-desc {
		font-size: 1.1rem; 
	}
}

/* ! == SECTION SERVICES == */
.s-services {
	position: relative;
	padding: 125px 0 0;
	overflow: hidden; 
}
.s-services .title_line {
    position: absolute;
    display: block;
    content: "";
    top: 40px;
    left: 0;
}
.s-services .title {
    padding-bottom: 35px;
}
.list-services {
    padding: 50px 0 25px;
}
.item-services {
	padding-bottom: 30px;
}
.services-wrap {
    position: relative;
	height: 100%;
    background-color: #fff;
	border: 1px solid #CBE6EB;
	overflow: hidden;
}
.services-wrap:before{
	content: '';
	width: 100%;
	height: 5px;
	background: #00BB8E;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.services-wrap:hover:before{
	content: '';
	width: 100%;
	left: 0;
}
.services-wrap:after{
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	left: 0;
	top: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.services-wrap:hover:after{
	content: '';
	width: 5px;
	top: 0;
}
.services-wrap__container {
	padding: 45px 35px;
	height: 100%;
	overflow: hidden;
}
.services-wrap__container:before{
	content: '';
	width: 0;
	height: 5px;
	background: #008BA7;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.services-wrap__container:hover:before{
	content: '';
	width: 100%;
	right: 0;
}
.services-wrap__container:after{
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	right: 0;
	bottom: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.services-wrap__container:hover:after{
	content: '';
	width: 5px;
	bottom: 0;
}

.services-wrap .btn-2 {
	margin: auto 0 0 0;
}
.services-wrap__text {
    min-height: 125px;
	margin-bottom: 30px;
}
.services-wrap__price {
	font-size: 3rem;
	line-height: 1em;
	font-weight: 900;
	color: #9317BC;
	margin-bottom: 0;
}
.services-wrap__desc ul li {
    font-weight: normal;
    line-height: 1.3em;
	padding-bottom: 10px;
	padding-left: 13px;
	position: relative;
}
.services-wrap__desc ul li:before {
	position: absolute;
    display: block;
    content: "\2010";
    top: 0.5px;
    left: 0;
}
.item-services-1 .col:nth-child(3) ~ .col {
    display: none;
}

.b-offer {
	display: block;
	background: #030722 url("../img/offer/img-offer.webp") no-repeat right top;
	background-size: auto 100%;
    padding: 20px 35px;
}
.b-offer__img {
	margin-right: 50px;
}
.b-offer:hover .b-offer__img {
    -webkit-animation: shake-slow 10s linear infinite;
	animation: shake-slow 10s linear infinite;
}
.b-offer__text {
    color: #fff;
}
.b-offer__title {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.b-offer__title span {
	font-size: 3rem;
	color: #00F6F8;
	display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.b-offer:hover .b-offer__title span {
	text-shadow: 0 0 1em #00F6F8;
}
.b-offer__condition p {
	margin: 0;
}

@media screen and (max-width: 1359px) {
.services-wrap__price {
    font-size: 2.8rem; }
}

@media screen and (min-width: 1200px) and (max-width: 1359px) {
.services-wrap__container {
	padding: 35px 25px; }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.services-wrap__img img {
    max-height: 105px;
}
.services-wrap__title {
	text-align: center;
}
}

@media screen and (max-width: 1199px) {
.services-wrap__container {
	padding: 25px 20px;
}
.services-wrap__container .btn-2 {
    font-size: 1.4rem;
    line-height: 3.8em;
}
.b-offer__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 30px;
}
.b-offer__title {
    font-size: 2.6rem;
}
.b-offer__title span {
    font-size: 2.2rem;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.services-wrap__img {
    max-width: 105px;
}
}

@media screen and (max-width: 991px) {
.s-services {
    padding: 95px 0 0;
}
.list-services {
    padding: 30px 0 0;
}
.item-services-2 {
	display: none;
}
.item-services-1 .col:nth-child(3) ~ .col {
    display: block;
}
.item-services-1 .col:nth-child(4) ~ .col {
    display: none;
}
.b-offer__title {
    font-size: 1.9rem;
}
.b-offer__title span {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 767px) {
.s-services .title_line {
    display: none;
}
.s-services .title {
    padding-bottom: 20px;
}

.services-wrap__text {
	position: relative;
    min-height: auto;
    margin-bottom: 0;
}
.services-wrap__title {
    text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.services-wrap__title h2 {
    font-size: 2.2rem;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.services-wrap__price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
    background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
    background: linear-gradient(to top, #008BA7, #00BB8E);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-link {
	font-weight: bold;
	color: #9317BC;
	display: inline-block;
	position: relative;
}
.btn-link .btn-item {
    padding-right: 25px;
}
.btn-link .btn-item:before {
    font-size: 1.4rem;
}
.btn-link:hover .btn-item:before {
    -webkit-animation: slide-left 1.5s linear infinite;
    animation: slide-left 1.5s linear infinite;
}

.b-offer {
    padding: 20px;
}
.b-offer p {
    font-size: 1.2rem;
	margin-bottom: 10px;
}
.b-offer p.b-offer__title {
    font-size: 1.8rem;
	line-height: 1.6em;
}
.b-offer__title span {
    font-size: 2.6rem;
}
}

@media screen and (max-width: 575px) {
.s-services {
    padding: 55px 0 0;
}
.list-services {
    padding: 5px 0 0;
}
.item-services {
    padding-bottom: 10px;
}
.services-wrap__container {
    padding: 30px 10px 15px;
}
.services-wrap__title h2 {
    font-size: 2rem;
}
.services-wrap__img {
    max-width: 105px;
}
.services-wrap__price {
    position: relative;
	margin-bottom: 0;
	font-size: 2.6rem;
}
.btn-link {
    text-align: center;
    padding: 30px 0 15px;
}
.b-offer {
	background-position-x: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.b-offer p.b-offer__title {
    font-size: 1.4rem;
}
.b-offer__title span {
    font-size: 2rem;
}
}

@media screen and (max-width: 359px) {
.s-services .title-back {
    font-size: 3.8rem;
    top: 51px;
}
.services-wrap__title h2 {
    font-size: 1.5rem;
}
.services-wrap__price {
    font-size: 2.4rem;
}
.b-offer p.b-offer__title {
    font-size: 1.1rem;
}
.b-offer__title span {
    font-size: 1.6rem;
}
}

/* ! == SECTION PORTFOLIO == */
.s-portfolio {
	position: relative;
	padding: 100px 0 65px;
	overflow: hidden; }
.s-portfolio .title_line {
    position: absolute;
    display: block;
    content: "";
    top: 15px;
    left: 0;
}
.s-portfolio .title-back {
	top: 60px;
}
.portfolio-items {
    padding-top: 40px;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item__continer {
	overflow: hidden;
	position: relative;
}
.portfolio-item__bg {
	position: relative;
	margin: auto;
}
.portfolio-item_content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px;
    width: 65%;
    z-index: 1;
}
.portfolio-item_content h3 {
    font-weight: 500;
}
.portfolio-item:hover .portfolio-item_content h3 {
    color: #fff!important;
}
.portfolio-item__continer:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #00BB8E;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.portfolio-item__continer:hover:before {
	content: '';
	width: 100%;
	left: 0;
}
.portfolio-item__continer:after {
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	left: 0;
	top: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.portfolio-item__continer:hover:after {
	content: '';
	width: 5px;
	top: 0;
}
.portfolio-item__btn {
	opacity: 0;
	position: absolute;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 25px;
	background: rgba(0, 0, 0, 0.6);
}
.portfolio-item__continer:hover .portfolio-item__bg {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.portfolio-item__btn {
	overflow: hidden;
}
.portfolio-item__btn:before {
	content: '';
	width: 0;
	height: 5px;
	background: #008BA7;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.portfolio-item__btn:hover:before {
	content: '';
	width: 100%;
	right: 0;
}
.portfolio-item__btn:after {
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	right: 0;
	bottom: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.portfolio-item__btn:hover:after {
	content: '';
	width: 5px;
	bottom: 0;
}
.portfolio-item:hover .portfolio-item__btn {
	opacity: 1;
}

@media screen and (max-width: 1359px) {
	.portfolio-item_content h3 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 1200px) {
	.portfolio-item_content h3 {
		font-size: 1.3rem;
	}
	.portfolio-item__btn .btn-3 {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
	
@media screen and (max-width: 991px) {
	.s-portfolio {
		padding: 70px 0 35px;
	}
	.portfolio-item_content {
		width: 60%;
	}
	.s-portfolio .title-back {
		top: 38px;
	}
	.portfolio-items .col:nth-child(6) ~ .col {
		display: none;
	}
}	
@media screen and (max-width: 767px) {
	.s-portfolio {
		padding: 50px 0 35px;
	}
	.s-portfolio .title_line {
		display: none;
	}
	.s-portfolio .title-back {
		top: 27px;
	}
	.portfolio-items {
		padding-top: 25px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.portfolio-item {
		margin-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.portfolio-item_content h3 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 575px) {
	.s-portfolio {
		padding: 40px 0 35px;
	}
	.s-portfolio .title-back {
		top: 32px;
	}
	.portfolio-items {
		padding-top: 10px;
	}
	.portfolio-item_content {
		padding: 15px 0 0 15px;
	}
	.portfolio-item__btn {
		padding: 25px 15px;
	}
}

@media screen and (min-width: 431px) and (max-width: 485px) {
	.portfolio-item__btn  .btn-3 {
		font-size: 1.15rem;
		line-height: 3.4em;
		padding: 0 10px;
	}
	.portfolio-item__btn  .btn-3 .btn-item {
		padding-right: 20px;
	}
	.portfolio-item__btn .btn-3 .btn-item:before {
		font-size: 1.2rem;
	}
	.portfolio-item_content {
		padding: 10px 0 0 10px;
	}
	.portfolio-item_content h3 {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 430px) {
	.portfolio-items {
		margin-right: -15px;
		margin-left: -15px;
	}
	.portfolio-item {
		margin-bottom: 15px;
		padding-right: 15px;
		padding-left: 15px;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
				flex: 0 0 100%;
		max-width: 100%;
	}
	.portfolio-item_content h3 {
		font-size: 1.6rem;
	}
}	
@media screen and (max-width: 340px) {
	.portfolio-item_content h3 {
		font-size: 1.35rem;
	}
}
	
/* ! == SECTION ADVANTAGES == */	
.s-advantages {
	position: relative;
	background: #1F1F1F url("../img/img-adv_bg.jpg") no-repeat left center;
	background-size: auto 100%;
}
.s-advantages .full-width:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../img/img-top_name.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 366px;
    height: 458px;
	
}
.s-advantages .container {
    height: auto;
	padding-top: 200px;
	padding-bottom: 135px;
}
.s-advantages .title-back {
	color: #fff;
	opacity: 0.14;
	left: initial;
	top: 65px;
	right: 5px;
	font-size: 8rem;
}
.s-advantages__info {
	position: relative;
	max-width: 860px;
}
.s-advantages__info-item {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 129, 172, .5)), to(rgba(0, 186, 142, .5)));
    background: -o-linear-gradient(0, rgba(0, 129, 172, .5), rgba(0, 186, 142, .5));
    background: linear-gradient(0, rgba(0, 129, 172, .5), rgba(0, 186, 142, .5));
    padding: 50px 50px 65px; }
.s-advantages__info-title {	
	font-size: 4.8rem;
    color: #00E4E6;
	font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
    display: inline-block;
}
.s-advantages__info-desc {
	padding: 20px 0 5px;
}
.s-advantages__info-desc li {
    position: relative;
    display: block;
    font-size: 2rem;
	font-weight: 500;
    line-height: 1.2em;
	color: #fff;
    padding-left: 65px;
    margin-bottom: 30px;
	text-align: left;
}
.s-advantages__info-desc li:before {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0;
    background-image: url(../img/star.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}
.s-advantages__info .btn {
    position: absolute;
    bottom: -35px;
    left: 40px;
}
	
@media screen and (max-width: 991px) {
	.s-advantages__info-title {
		font-size: 4.4rem;
	}
	.s-advantages__info-desc li:before {
		top: -5px;
	}
	.s-advantages .full-width:before {
		bottom: 0;
		right: 0;
		width: 206px;
		height: 258px;
	}
}

@media screen and (max-width: 767px) {
	.s-advantages {
		background-size: auto 160%;
	}
	.s-advantages .full-width {
		background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, rgba(0,0,0,0.7)), color-stop(50%, transparent), color-stop(80%, rgba(0,0,0,0.8)));
		background: -o-linear-gradient(0, rgba(0,0,0,0.7) 20%, transparent 50%, rgba(0,0,0,0.8) 80%);
		background: linear-gradient(0, rgba(0,0,0,0.7) 20%, transparent 50%, rgba(0,0,0,0.8) 80%);
	}
	.s-advantages .full-width:before {
		display: none;
	}
	.s-advantages {
		text-align: center;
	}
	.s-advantages .container {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.s-advantages .title-back {
		position: relative;
		top: 15px;
		right: initial;
		font-size: 5.8rem;
	}
	.s-advantages__info-title {
		font-size: 3.3rem;
	}
	.s-advantages__info-desc li {
		font-size: 1.8rem;
	}
	.s-advantages__info-desc li:before {
		top: -3px;
		width: 30px;
		height: 30px;
	}
	.s-advantages__info-item {
		padding: 35px 50px 30px;
	}
	.s-advantages__info .btn {
		bottom: -32.5px;
		right: initial;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		min-width: 480px;
	}
}

@media screen and (max-width: 575px) {
	.s-advantages {
		background: -webkit-gradient(linear, left bottom, left top, from(#005873), to(#007C61));
		background: -o-linear-gradient(bottom, #005873, #007C61);
		background: linear-gradient(to top, #005873, #007C61);
	}
	.s-advantages .full-width {
		background: none;
	}
	.s-advantages__info-item {
		padding: 0 0 15px;
		background: none;
	}
	.s-advantages__info-title {
		font-size: 2.4rem;
	}
	.s-advantages__info-desc {
		padding: 10px 0 15px;
	}
	.s-advantages__info-desc li {
		font-size: 1.4rem;
		font-weight: normal;
		padding-left: 45px;
		margin-bottom: 25px;
	}
	.s-advantages__info-desc li:before {
		left: 3px;
		width: 23px;
		height: 23px;
	}
	.s-advantages__info .btn {
		bottom: -25px;
		min-width: 320px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 359px) {
	.s-advantages__info-title {
		font-size: 2.2rem;
	}
	.s-advantages__info-desc li {
		font-size: 1.2rem;
	}
}
	
/* ! == SECTION TEAM == */
.s-team {
	position: relative;
	padding: 155px 0 65px;
	overflow: hidden; 
}
.s-team .title_line {
    position: absolute;
    display: block;
    content: "";
    top: 20px;
    left: 0;
}
.s-team .title-back {
	top: 115px;
}
.team-item__desc p {
    font-size: 2rem;
    font-weight: normal;
	padding-top: 10px;
}
.team-items {
    padding-top: 40px;
}
.team-item {
	margin-bottom: 30px;
}
.team-item__continer {
	overflow: hidden;
	position: relative;
}
.team-item__bg {
	position: relative;
	margin: auto;
}
.team-item__continer:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #00BB8E;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.team-item__continer:hover:before {
	content: '';
	width: 100%;
	left: 0;
}
.team-item__continer:after {
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	left: 0;
	top: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.team-item__continer:hover:after {
	content: '';
	width: 5px;
	top: 0;
}
.team-item__text {
	position: absolute;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0,0,0,0.7)), color-stop(40%, transparent));
	background: -o-linear-gradient(0, rgba(0,0,0,0.7) 10%, transparent 40%);
	background: linear-gradient(0, rgba(0,0,0,0.7) 10%, transparent 40%);
}
.team-item__text p {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2em;
    font-weight: bold;
}

.team-item__text p span {
    display: block;
	font-size: 1.8rem;
    font-weight: 500;
}
.team-item__text {
	overflow: hidden;
}
.team-item__text:before {
	content: '';
	width: 0;
	height: 5px;
	background: #008BA7;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	z-index: 10;
}
.team-item__text:hover:before {
	content: '';
	width: 100%;
	right: 0;
}
.team-item__text:after {
	content: '';
	width: 5px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	position: absolute;
	right: 0;
	bottom: -100%;
	-webkit-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}
.team-item__text:hover:after {
	content: '';
	width: 5px;
	bottom: 0;
}
.team-item:hover .team-item__text {
	background: rgba(0, 0, 0, 0.3);
}
	
@media screen and (max-width: 991px) {
	.s-team {
		padding: 85px 0 50px;
	}
	.s-team .title-back {
		font-size: 7.7rem;
		top: 65px;
	}
	.s-team .title_line {
		top: 40px;
	}
	/*.team-items .col:nth-child(6) ~ .col {
		display: none;
	}*/
}
@media screen and (max-width: 767px) {
	.s-team .title_line {
		display: none;
	}
	.s-team .title-back {
		font-size: 5.8rem;
		top: 70px;
	}
	.team-item__desc p {
		font-size: 1.4rem;
		text-align: justify;
	}
	.team-item {
		margin-bottom: 16px;
		padding-right: 8px;
		padding-left: 8px;
	}
	.team-items {
		margin-right: -8px;
		margin-left: -8px;
	}
	.team-item__text {
		padding: 10px;
	}
	.team-item__text p {
		font-size: 1.4rem;
	}
	.team-item__text p span {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 575px) {
	.s-team {
		padding: 50px 0 20px;
	}
	.s-team .title-back {
		font-size: 3.6rem;
		top: 48px;
	}
	.team-item__desc p {
		padding-top: 0;
	}
	.team-items {
		padding-top: 20px;
	}
	.team-item__text p {
		font-size: 1.3rem;
	}
	.team-item__text p span {
		font-size: 1rem;
	}
}

@media screen and (max-width: 359px) {
	.s-team .title-back {
		font-size: 3.2rem;
		top: 52px;
	}
}

/* ! == HEADER-TOP-PAGE == */
.s-top-page {
    position: relative;
    background: #202020 url(../img/img-top-page.jpg) no-repeat center right;
    background-size: auto 100%;
}
.s-top-page .container {
    height: auto;
    padding-top: 215px;
    padding-bottom: 40px;
}
.s-top-page .title-back {
    color: #fff;
    opacity: 0.08;
	top: 175px;
}
.s-top-page .title {
    color: #fff;
}
.s-top-page .title_line {
    position: absolute;
    display: block;
    content: "";
    top: 170px;
    left: 0;
}
.header-button_modal .btn {
    width: 330px;
    text-align: left;
	line-height: 3.1em;
}
.header-button_modal .btn:after {
    font-family: "fontello";
    content: '\e802';
    line-height: 1;
    font-size: 1.6rem;
    position: absolute;
    top: calc(50% - 10px);
    right: 14px;
}

@media screen and (max-width: 1200px) {
	.s-top-page {
    	background: #202020 url(../img/img-top-page.jpg) no-repeat center center;
	}
	.header-page .logo-desc {
		max-width: 250px;
		font-size: 1.4rem;
	}
	.header-page .btn {
		padding: 0 15px;
		font-size: 1.4rem;
		height: 46px;
	}
}

@media screen and (max-width: 991px) {
	.s-top-page .container {
		padding-top: 160px;
		padding-bottom: 20px;
	}
	.s-top-page .title-back {
		top: 130px;
	}
	.s-top-page .title_line {
		top: 150px;
	}
}

@media screen and (max-width: 767px) {
	.s-top-page .title_line {
		display: none;
	}
}

/* ! == CASES == */
.s-case {
	position: relative;
	padding: 70px 0 135px;
	overflow: hidden; }
.s-case h1 {
	font-size: 4.6rem;
	color: #E9E9E9;
}	
.title2, .title3 {
	position: relative;
	display: inline-block;
	padding-left: 100px;
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
}	
.item-case {
	font-size: 1.8rem;
	font-weight: normal;
}
.item-case p {
	line-height: 1.6em;
}
.item-case .title2:before {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0;
    background-image: url(../img/ico_case1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}
.item-case .title3:before {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0;
    background-image: url(../img/ico_case2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 77px;
    height: 58px;
}
.item-case__site {
	position: relative;
	padding-left: 100px;
	margin-bottom: 60px;
}
.item-case__site:before {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0;
    background-image: url(../img/ico_case3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 81px;
    height: 78px;
}
.item-case__site-name {
	font-size: 3rem;
	font-weight: bold;
	color: #9317BC;
	position: relative;
}
.item-case__site-name:after{
	background: #9317BC;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; }
.item-case__site-name:hover:after{
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1); }

.item-case__site p {
	margin-bottom: 5px;
}
.item-case .btn {
    padding: 0 60px;
}
.item-case ul {
    padding-bottom: 60px;
}
.item-case ul li {
	line-height: 1.2em;
    padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.item-case ul li:before {
	position: absolute;
    display: block;
    content: "\2010";
    top: 0;
    left: 0;
}
.item-case ul li:last-child {
    padding-bottom: 0;
}
.mouse-parallax-bg {
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;  
}
.pn-links {
    padding-top: 100px;
    font-size: 1.8rem;
    font-weight: 500;
	color: #9317BC;
}
.pn-links a {
    position: relative;
	color: #9317BC;
	text-align: center;
}
.pn-links_prev {
	margin-right: 10px;
	margin-left: 25px;
}
.pn-links_next {
	margin-left: 10px;
	margin-right: 25px;
}
.pn-links a:before {
	font-family: "fontello";
	content: '\e802';
	line-height: 1;
	font-size: 1.9rem;
	position: absolute;
	top: 0;
}
.pn-links a.pn-links_prev:before {
	left: -25px;
	transform: scale(-1, 1);
}
.pn-links a.pn-links_next:before {
	right: -25px;
}
.pn-links a:hover:before {
	opacity: 0.7;
}
.pn-links a:after{
	background: #9317BC;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; }
.pn-links a:hover:after{
	transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1); }

@media screen and (max-width: 1200px) {	
	.item-case {
		font-size: 1.4rem;
	}
	.item-case__site-name {
		font-size: 2.4rem;
	}
}
	
@media screen and (max-width: 991px) {	
	.s-case {
		padding: 45px 0 60px;
	}
	.s-case h1 {
		font-size: 4.1rem;
	}
	.item-case__button {
		margin: 40px auto 0;
	}
	.item-case__site {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {	
	.s-top-page .title-back {
		top: 102px;
	}
	.s-top-page .container {
		padding-top: 125px;
		padding-bottom: 5px;
	}
	.item-case__site-name {
		font-size: 2.2rem;
	}
	.pn-links {
		padding-top: 50px;
		font-size: 1.6rem;
	}
	.pn-links a:before {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 575px) {	
	.s-top-page {
		background: -webkit-gradient(linear, left bottom, left top, from(#005873), to(#007C61));
		background: -o-linear-gradient(bottom, #005873, #007C61);
		background: linear-gradient(to top, #005873, #007C61);
	}
	.s-top-page .container {
		padding-top: 90px;
	}
	.s-top-page .title-back {
		top: 80px;
	}
	.s-case {
		padding: 25px 0 30px;
	}
	.s-case h1 {
		font-size: 2.8rem;
	}
	.title2, .title3 {
		padding-left: 70px;
		margin-bottom: 25px;
		font-size: 2.4rem;
	}
	.item-case .title2:before {
		top: -3px;
		width: 50px;
		height: 50px;
	}
	.item-case .title3:before {
		width: 57px;
		height: 42px;
	}
	.item-case {
		font-size: 1.3rem;
	}
	.item-case p {
		line-height: 1.4em;
	}
	.item-case ul {
		padding-bottom: 40px;
	}
	.item-case ul li {
		padding-bottom: 5px;
	}
	.item-case__button {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.item-case__site {
		padding-left: 55px;
		margin-bottom: 30px;
	}
	.item-case__site:before {
		top: 0;
		width: 50px;
		height: 48px;
	}
	.item-case__site-name {
		font-size: 2rem;
	}
	.item-case .btn {
		padding: 0 40px;
	}	
	.pn-links_item {
		font-size: 3rem;
	}
	.pn-links a {
		font-size: 0;
		height: 40px;
    	width: 40px;
	}
	.pn-links_prev {
		margin-right: 20px;
	}
	.pn-links_next {
		margin-left: 20px;
	}
	.pn-links a:after {
		display: none;
	}
	.pn-links a:before {
		font-size: 4rem;
	}
	.pn-links a.pn-links_prev:before {
		left: 0;
	}
	.pn-links a.pn-links_next:before {
		right: 0;
	}
}
@media screen and (max-width: 440px) {
	.item-case__site-name {
		font-size: 1.5rem;
	}
}
/* ! == INNER-PAGE == */
.s-inner-page {
	position: relative;
	padding: 70px 0;
	overflow: hidden; 
}
.item-inner-page {
    font-size: 1.8rem;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {	
	.item-inner-page {
		font-size: 1.4rem;
	}
}
	
@media screen and (max-width: 991px) {	
	.s-inner-page {
		padding: 45px 0;
	}
}
	
@media screen and (max-width: 575px) {	
	.s-inner-page {
		padding: 25px 0 30px;
	}
	.item-inner-page {
		font-size: 1.3rem;
	}
}

/* ! == BREADCRUMB == */
.breadcrumbs {
    padding: 0 0 30px 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li {
    padding-right: 15px;
}
.breadcrumbs .arr {
    position: relative;
}
.breadcrumbs .arr:after {
    position: absolute;
    display: block;
    content: "\003E";
    top: 3px;
    left: 5px;
}
.breadcrumbs .arr:after,
.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 1.3rem;
    color: #005954;
}
.breadcrumbs li a {
    border-bottom: 1px solid transparent;
}
.breadcrumbs li a:hover {
    border-bottom-color: #005954;
}
.breadcrumbs li:last-child {
    padding-right: 0;
}
.breadcrumbs li:last-child .arr:after {
    display: none;
}
.breadcrumbs li:last-child a {
    cursor: default;
}
.breadcrumbs li:last-child a:hover {
    border-bottom-color: transparent;
}
@media screen and (max-width: 575px) {
    .breadcrumbs .arr:after,
    .breadcrumbs li a,
    .breadcrumbs li span {
        font-size: 1.2rem;
    }
    .breadcrumbs .arr:after {
        top: 2px;
    }
	.breadcrumbs {
		padding: 0 0 20px 0;
	}
}

/* ! == ANIMATE == */
@media screen and (min-width: 1041px) {
	.jq_hidden {
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
		opacity: 0;
		-o-transition: all 1.2s ease 0s;
		transition: all 1.2s ease 0s;
		-webkit-transition: all 1.2s ease 0s;
	}
	.jq_hidden.jq_active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/* ! == SECTION FORM == */
.form-group {
	margin-left: -7px;
    margin-right: -7px;
}
.form-group .col {
	padding-left: 7px;
    padding-right: 7px;
}
.form-submit {
    padding-top: 10px;
}
.form-control {
	display: block;
    width: 100%;
    padding: 10px 15px;
	font-size:1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    margin: 0 0 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.form-control:hover {
    background-color: rgba(0, 0, 0, 1);
}
textarea.form-control {
    height: 160px;
	max-height: 160px;
}
.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert {
	margin: 5px 0;
	padding: 0;
}
form span.help-block {
    background: #ffb0af;
    border: 1px solid #ff7b79;
	font-size: 1.1rem;
    color: #cc0000;
    left: 0;
    padding: 4px 10px;
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 15px;
}
form span.help-block:before {
    content: "";
    background-image: url(../img/error-arrow.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: -6px;
    height: 6px;
    width: 16px;
}
.alert-success-mod {
	font-size: 1.6rem;
    text-align: center;
    padding: 45px;
}
.alert-info {
    color: #d01313;
    font-size: 1.4rem;
    line-height: 1.4em;
}
.alert-success {
	font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    min-height: 220px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 129, 172, .8)), to(rgba(0, 186, 142, .8)));
    background: -o-linear-gradient(0, rgba(0, 129, 172, .8), rgba(0, 186, 142, .8));
    background: linear-gradient(0, rgba(0, 129, 172, .8), rgba(0, 186, 142, .8));
    color: #fff;
    position: relative;
    padding: 25px;
}
.atten {
	margin-top: 10px;
}
::-webkit-input-placeholder {
	font-size:1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color:#fff;
	opacity:1; }

:-moz-placeholder {
	font-size:1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color:#fff;
	opacity:1; }

::-moz-placeholder {
	font-size:1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color:#fff;
	opacity:1; }

:-ms-input-placeholder {
	font-size:1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color:#fff;
	opacity:1; }

/* ! == FOOTER == */
.footer {
	position: relative;
	background: #171717 url(../img/footer_bg.jpg) no-repeat top/cover;
	padding-top: 130px;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto; 
}
.footer .title-back {
    color: #fff;
    opacity: 0.14;
	top: -65px;
}

.footer-one {
	padding: 85px 0 25px; 
}
.footer-one__item--title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}	
.footer-one__item--address {
    font-size: 1.6rem;
	line-height: 1.2em;
    font-weight: 500;
	font-style: normal;
    color: #fff;
    padding-top: 20px;
}	
.footer-one__item--map {
    height: 220px;
}

.footer-second {
  padding: 20px 0; 
}
.footer-copy {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center; 
}
.logo-f{
    padding-right: 20px; 
}
.copy {
	color: #A8A8A8;
	font-size: 1.8rem;
	font-weight: normal; 
	text-align: right;
}
.footer-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 640px;
	flex: 0 0 640px;
	max-width: 640px; 
}
.footer-link .b-social {
    margin-top: -12px; 
}
.footer-link .b-social .b-social__item {
    margin-left: 8px;
}
.footer-link .b-social .b-social__item:first-child {
    margin-left: 0;
}
.footer-link .b-social .b-social__link {
    width: 62px;
    height: 62px; 
}
.footer-link .btn-item {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff; 
}
.footer-link .btn-item:before {
    font-size: 1.8rem;
    top: 0px;
    right: 5px; 
}

@media screen and (max-width: 1360px) {
	.footer-one__item--map img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media screen and (max-width: 1200px) {
	.footer-one__item--title {
		font-size: 2rem;
	}
	.copy {
		font-size: 1.4rem;
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.footer {
		padding-top: 100px;
		background-position-x: -570px; 
	}
	.footer .title-back {
		top: -55px;
	}
	.footer-one__item--title {
		font-size: 2.2rem;
	}
	.footer-one__item--map {
		height: auto;
		width: 100%;
	}
	.footer-link, .footer-studio {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; 
	}
	.copy {
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer .title-back {
		font-size: 6rem;
		left: 0;
	}
	.footer-one {
		padding: 45px 0 25px;
	}
	.footer-one__item--address {
		font-size: 1.4rem;
	}
	.footer-link .b-social .b-social__link {
		width: 55px;
		height: 55px;
	}
	.footer-link .btn-item {
		font-size: 1.6rem;
	}
	.footer-link .btn-item:before {
		font-size: 1.6rem;
		top: 0;
	}
}
	
@media screen and (max-width: 575px) {
	.footer {
		padding-top: 50px;
		background: url(../img/footer_bg_mob.webp) no-repeat top/cover; }
	.footer .title-back {
		font-size: 4rem;
		left: 50%;
		top: -15px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.footer-one {
		padding: 20px 0 10px;
	}
	.footer-one__map {
		padding-top: 30px;
	}
	.footer-one__item--map {
		width: 100%;
		max-width: 330px;
	}
	.footer-one__item--title {
		font-size: 2.2rem; }
	.footer-one__item--title, .footer-one__item--address {
		text-align: center;
	}
	.footer-link .b-social .b-social__item {
		margin-left: 5px;
	}
	.footer-link .b-social .b-social__link {
		width: 48px;
		height: 48px;
	}
	.footer-link .btn-item {
		padding-bottom: 20px;
	}
	.footer-link .btn-item {
		font-size: 1.8rem;
	}
	.footer-link .btn-item:before {
		top: 1px;
		right: 0;
	}
}

@media screen and (max-width: 359px) {
	.footer-link .b-social .b-social__link {
		width: 40px;
		height: 40px;
	}
}

/* ! == MODAL == */
.modal-box__title {
	text-align: center;
	font-size: 2.2rem;
    font-weight: 500;
}
.modal-box .b-social__item {
    margin: 0 10px;
}

@media screen and (max-width: 575px) {
	.fancybox-content {
		padding: 34px;
	}
	.modal-box__title {
		font-size: 1.6rem;
	}
	.modal-box .b-social {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.modal-box .b-social__item {
		margin: 0;
		-ms-flex: 0 0 33%;
		-webkit-box-flex: 0;
				flex: 0 0 33%;
		max-width: 33%;
		text-align: center;
	}
	.modal-box .b-social .b-social__link {
		width: 60px;
		height: 60px;
	}
}

/* ! == GDRP == */
#overlay {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0px;
	display: none;
	padding: 15px 10px 10px;
	background: -webkit-gradient(linear, left bottom, left top, from(#008BA7), to(#00BB8E));
	background: -o-linear-gradient(bottom, #008BA7, #00BB8E);
	background: linear-gradient(to top, #008BA7, #00BB8E);
	opacity: .9;
	z-index: 9999;
	-webkit-animation: fade .6s;
	animation: fade .6s;
	text-align: center;
}
.icon-close {
    cursor: pointer;
	margin-left: 15px;
	border-radius: 5px;
    border: 1px solid #fff;
	background: #000;
	padding: 3px 10px;
	color: #fff;
}
.cookie-policy__container {
	text-align: center;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.cookie-policy__header {
	display: none;
	color: #fff;
	font-size: 2.2rem;
}
.cookie-policy__text {
	text-align: center;
}
.cookie-policy__text, .cookie-policy__text a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}
.cookie-policy__text a {
	text-decoration: underline;
}
.cookie-policy__text a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#overlay {
		position: fixed;
		top: 0;
		max-height: 136px;
		opacity: 1;
		line-height: 20px;
		padding: 15px;
	}
	.icon-close {
		display: block;
		width: 90px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.cookie-policy__text, .cookie-policy__text a {
    	font-size: 1.3rem;
	}
}	

/*.g-recaptcha {
    transform:scale(0.96);
    transform-origin:0 0;
}*/

.impres {
	color: #A8A8A8;
	font-size: 1.4rem;
}
.impres:hover {
	text-decoration: underline;
}