<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">address, article, aside, details, figcaption, figure, footer, header, img, label, menu, nav, section, small, time {
  display: block
}
h1, .h1 {
  font-size: 36px;
  margin: 0;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
h2, h3, p {
  orphans: 3;
  widows: 3
}
h2, h3 {
  page-break-after: avoid
}

body.modal-open {
  overflow: hidden
}
html.loaded {
  opacity: 1
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: ''
}
mark {
  background: none;
  color: inherit
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 0
}
blockquote, pre {
  border: 1px solid #000000;
  page-break-inside: avoid
}
thead {
  display: table-header-group
}
img, tr {
  page-break-inside: avoid
}
img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
footer, header {
  position: static
}
input::-ms-clear {
  display: none
}
::-moz-placeholder {
  color: #a3a3a3
}
:-ms-input-placeholder {
  color: #a3a3a3
}
::-webkit-input-placeholder {
  color: #a3a3a3
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}
:focus::-webkit-input-placeholder {
  color: transparent
}
input, textarea {
  outline: none;
}
input:active, textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.clear { 
  clear: both;
  display: table;
}
.title{
	position: relative;
	max-width: 705px;
	margin-left: 17%;
	margin-top: 100px;
	margin-bottom: 220px;
}
.title h1{
	font-size:56px;
	line-height: 65px;
}

.title mark {
    font-size:56px;
    line-height: 65px;
    display: block;
	color:#f9c423;
}
.pink .title mark {
	color:#f16776;
}
.title mark a{
	font-size:56px;
	line-height: 65px;
	color:#f9c423;
}
.title mark a:hover{
	text-decoration: underline
}
.title-wrapper {
    padding-top: 40px;
}

.animation{
	position: relative;
}
.animation .left {
    position: absolute;
    width: 31px;
    height: 31px;
	 -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
    left: -130px;
    background: #faca38;
    transition: all 0.5s;
	top: 19px;
}
.animation .left::after {
  content: '';
  background: -moz-linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  background: linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  position: absolute;
  top: 0px;
  width: 55px;
  left: -43px;
  height: 31px;
  z-index: 4;
  transition: all 0.5s;
}
.loading .animation .left {
  opacity: 1;
  left: -48px;
}
.animation .right {
    position: absolute;
    width: 31px;
    height: 31px;
	 -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
    /*right: -130px;*/
    margin-left: 300px;
    background: #faca38;
    transition: all 0.5s;
    bottom: 12px;
}
.animation .right::after {
  content: '';
  background: -moz-linear-gradient(to right, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 1) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(250, 202, 56, 1) 100%);
  background: linear-gradient(to right, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  position: absolute;
  top: 0px;
  width: 55px;
  right: -43px;
  height: 31px;
  z-index: 4;
  transition: all 0.5s;
}
.loading .animation .right {
	opacity: 1;
    margin-left: 30px;
    right: auto;
}
.pink .animation .left {
    background: #f27684;
}
.pink .animation .left {
    background: #f27684;
}
.pink .animation .left::after {
	 background: -moz-linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
}
.pink .animation .left,.pink .animation .right {
    background: #f27684;
}
.pink .animation .right::after {
	 background: -moz-linear-gradient(to right, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: linear-gradient(to right, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
}
.banner-preview{
	margin-bottom: 160px;
    height: 650px;
    position: relative;
} 
.banner-preview::after{
	    content: '';
    background: #0e1036;
    position: absolute;
   width: calc(1239px + (100% - 1239px) / 2);
    height: 100%;
    top: 0px;
    left: 0px;    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.banner-preview .inner{
	height: 100%;
}
.banner-preview-inner{
	display: flex;
    align-items: center;
    height: 100%;
}
.banner-preview .banner-left{
	width: 50%;
	height: 100%;
	position: relative
} 
.banner-preview .banner-left picture{
	display: block;
    height: 100%;
    z-index: 1;
    position: relative;
}
.banner-preview .banner-left img{
/*-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;*/
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    top: -15%;
    width: auto;
    right: 0px;
    position: absolute;
    /* width: calc(100% + (100% - 1179px) / 2); */
    max-width: inherit;
    height: 100%;
}
.banner-preview .banner-right{
	width: 50%;
	padding: 122px 0 174px;
	font-size:24px;
	line-height: 36px;
	padding: 0 5.555%;
	color:#fff;
    z-index: 1;
}
.banner-preview .banner-right .link-download{
	margin-top: 80px;
}
.banner-preview.case-view .banner-left{
    width: 70%;
}
.banner-preview.case-view .banner-right{
    width: 30%;
}
.banner-preview.white-view::after{
    background: #fff;
}
.banner-preview.white-view .banner-right{
color:#212121;
}
.banner-preview.case-view .banner-right img{
	width: auto;
	margin-bottom: 50px;
}
.banner-preview.case-view .banner-right .gray{
	font-size: 16px;
	color:#989494;
}
.banner-preview.case-view .banner-right .value{
	font-size: 16px;
	margin-bottom: 40px;
}
.banner-preview .banner-right a{
	color:#f9c423
}
.banner-preview .banner-right a:hover{
	text-decoration: underline
}
.banner-preview .banner-right .contacts h2{
	font-size: 24px;
	line-height: 36px;
}
.banner-right .contacts p,.banner-right .contacts a{
	font-size: 16px;
	line-height: 24px;
}
.banner-right .contacts p{
	margin-bottom: 35px;
}
.banner-right .contacts a{
	display: block
}
.banner-right .header-nav-social{
	margin-top: 45px;
}
.white-view .banner-right::after{
    background: #fff;
}
.boxing-center{
	width: 100%;
}
.vacancy-box .box-title{
	margin-bottom: 50px;
	line-height: 40px;
	font-size: 56px; 
}
.boxing{
	margin: 0 0 0 16.555%;
	display: flex;
	flex-wrap: wrap
}

.inner .boxing:last-child{
	border-bottom: none;
}
.boxing.box-section{
	padding-bottom: 175px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 90px;
}
.boxing.box-section.none-border{
	border-bottom:0;
}
.boxing .boxing-left{
	width:185px;
	padding-right: 15px;
}
.boxing .boxing-right{
	width: calc(100% - 200px);
	position: relative;
    padding-right: 16.555%;
}
.box-section .boxing-right{
    padding-right: 0%;
}
.box-section .review{
	width: 386px
}
.boxing .image{
	margin-top: 80px;
}
.box-bottom-0{
    padding-bottom: 0px!important;
}
.boxing .image .description{
	margin-left: 200px;
	width: 50%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
	opacity: .7;
}
.boxing-title{
	font-size: 16px;
	position: relative;
    line-height: normal;
	padding-top: 9px; 
    padding-right: 42px;
	margin-bottom: 30px;
}
.services-title{
    color: #f9c423;
    font-size: 24px;
    position: relative;
    line-height: normal;
    padding-top: 9px;
    padding-right: 42px;
    margin-bottom: 30px;
}
.services-content{
    margin-left: 25%;
}
.boxing-title mark{
    display: block;
	color:#777676;
	margin-top: 20px;
}
.plus-company{
	font-size: 24px;
	line-height: 36px;
}
.plus-company p{
	margin-bottom: 50px;
}

.advantages-list{
    display: flex;
    flex-wrap: wrap;
}
.advantage {
	    background: #fff;
    padding: 32px;
    width: calc(33% - 19px);
    display: flex;
    margin-left: 31px;
    min-height: 175px;
    margin-bottom: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: flex-end;
}
.advantages-list .advantage:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.advantage:last-child {
    margin-right: 0px;
}

.vacancy-box{
	margin-bottom: 140px;
}
.scrolling{
	display: none;
}

.reviews-slider{
	margin: 0 -15px;
}
.review{
	display: flex!important;
    flex-wrap: wrap;
    padding: 0 7px;
    min-height: 380px!important;
}
.review-inner{
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px;
	display: flex!important;
    flex-wrap: wrap;
}
.review-text{
	font-size: 16px;
    align-self: flex-end;
}
.review-from .number{
	font-size: 56px;
	color:#f9c423;
}
.review-text .desc{
	font-size:16px;
}
.review-inner .name{
	font-size:24px;
}
.review-from .position{
	font-size:16px;
	color:#777676;
}
[class*=control-]{
	margin-top: 40px;
}
[class*=control-] .slick-counter{
	color:#777676
}
[class*=control-] .slick-prev{
	margin-right: 10px;
}
[class*=control-] .slick-next{
	margin-left: 10px;
}
[class*=control-]{
	display: flex;
}
[class*=control-] button{
    background: transparent;
    border: none;
	cursor: pointer
}
[class*=control-] button svg{
    height: 16px;
    width: 30px;
    fill: #fcc546;
}

.inline-box{
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 80px 0px 40px 0px;
	margin-bottom: 30px
}
.inline-box .result-slider{
	padding: 0 80px;
}
.result{
    position: relative;
    padding-right: 30px;
}
.result .percent{
	font-size:110px;
	color: #f9c423;
}
.result .text{
	font-size:24px;
	line-height: 36px;
}
.result .text mark{
line-height: 26px;
	display: block;
	color:#949494;
}
.inline-box .inline-title{
	font-size:36px;
	line-height: 36px;
	padding: 0 80px;
}
.review-box  .inline-title{
	margin-bottom: 80px;
}
.result-box .inline-title{
	margin-bottom: 160px;
}
.inline-box .control-result{
	display: table;
	margin: 120px auto 0;
}

.contacts-box{
	font-size: 24px;
	line-height: 36px;
    max-width: 515px;
	margin-left: 223px;
}
.contacts-box p a{
	color:#fdc545;
	text-decoration: underline;
	font-size: 24px;
	line-height: 36px;
}

.contacts-box-links{
	
}
.contacts-box-links a{
	font-size: 16px;
	line-height: 36px;
	text-decoration: underline;
	
}
.contacts-box a:hover{
	text-decoration: none;
}

/* accordion
-----------------------------------------------------------------------------*/
.accordion{
    border-bottom: 1px solid #e6e6e6;
	width: 100%;
}
.accordion:after {
  display: block;
  content: '';
  clear: both
}
.accordion-section {
  padding: 0 0 44px 0
}
.accordion-section:after {
  display: block;
  content: '';
  clear: both
}
.accordion-section p {
  padding: 0 0 20px 0;
  line-height: 24px
}
.accordion-content .accordion-list{
	font-size: 18px;
	line-height: 30px;
}
.accordion-content .accordion-list li{
	margin-bottom: 27px;
}
.accordion-content h2{
	font-size:18px;
	margin-bottom: 15px;
	margin-top: 50px;
	text-transform: uppercase
}
.accordion-content h2:first-child{
	margin-top: 0px!important;
}
.right-trigger .accordion-section {
  padding: 0;
  margin-bottom: 20px;
}
.accordion-title {
  position: relative;
  padding: 50px 50px 50px 0px;
  font-size: 36px;
  line-height: 40px;
  border-top: 1px solid #e6e6e6;
  cursor: pointer
}
.accordion-title .icon .icon-cross {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 15px;
  height: 15px;
  fill: #aaa;
  transition: all 0.2s 
}
.right-trigger .accordion-title .icon {
position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    top: 50%;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transform: translateY(-17px);
}
.right-trigger .accordion-title .icon svg{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg); 
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	
}
.right-trigger .accordion-title.active .icon svg { 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg); 
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.text-box h2{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 23px;
	color:#575757;
}
.text-box p,.text-box li{
	font-size: 16px;
	line-height: 24px;
	color:#575757;
}
.text-box li{
	margin-bottom: 12px;
}
.text-box li:before{
	content:"вЂ”";
	position:relative;
	left:-5px;
}
.text-box a{
	color:#fdc545;
	text-decoration: underline;
}
.text-box a:hover{
	text-decoration: none;
}

.revealator-slideup{
    transform: translate(0, 100px);
}
.case-filters{
	margin-bottom: 10px;
}
.case-filters .filter-line{
	font-size: 19px;
    position: relative;
    line-height: normal;
    padding-top: 9px;
    padding-right: 42px;
    margin-bottom: 30px;
}
.case-filters .filter-line span{
    padding:10px;
}
.filter-tabs .filter-line span{
	cursor: pointer;
    background: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 22px;
    margin-bottom: 10px;
}
.case-filters .filter-line span.active{
    background: #f9c427;
    border-radius: 22px;
	cursor: default
}
.filter-tabs .filter-line label{
	display: inline-block;
	font-weight: 100;
    margin-right: 15px;
}
.filter-tabs .filter-line label:hover span{
	background-color: #fdc545;
    border-radius: 22px;
}
.filter-tabs .filter-line input{
	display: none;
}

.blog-list{
	margin: 0 8% 0px 8%;
}
.blog-item{
	width: 100%;
	margin-bottom: 50px;
	position: relative
}
.blog-item:hover .blog-info{
	color:#fdc545
}
.pink .blog-item:hover .blog-info{
    color: #f27684;
}
.blog-item .image{
	position: relative;
	overflow: hidden;
    width: 69%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-item .image::after{
    opacity: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-item:hover .image::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fdc545;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pink .blog-item:hover .image::after{
    background: #f27684;
}
.blog-item .blog-info{
	width: 49%;
    transform: translateY(-140px);
    min-height: 280px;
    background: #0e1036;
    color: #fff;
    right: 0px;
    padding: 36px 86px 36px 47px;
    top: 50%;
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-info .blog-date{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 42px;
	
}
.blog-info .blog-name{
	font-size: 24px;
	line-height: 36px;
}
.control-local{
	    position: absolute;
    left: 68%;
    transform: translateX(-100%);
}
.control-local{
	font-size:16px;
    margin-top: 0px;
}
.control-local svg{
	width: 31px;
    height: 22px;
	fill:#fbd172
}
.articles-slider .blog-item{
	margin-bottom: 0px;
}
.section{
	padding-left: 16.555%;
}


.cases-list{
	display: flex;
	flex-wrap: wrap
}
.cases-list .case{
	width: calc(50% - 8px);
	margin-left: 16px;
	margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
	position: relative
}
.cases-list .case:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.case a{
	position: absolute;
	z-index: 4;
	height: 100%;
	width: 100%;
    color: #fff;
	top:0px;
	padding: 40px 42px;
}
.case a:hover{
	background: #0d0f38;
}
.case a .case-services{
	opacity: 0;
	webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.case a:hover .case-services{
	opacity: 1;
}
.case .case-inner{
	position: absolute;
	bottom:41px;
}
.case .case-inner .icon{
	padding-top: 70px;
	display: table;
}
.case .case-inner .icon svg{
	width: 31px;
	height: 17px;
	fill:#ecc550
}
.case picture{
	position: relative;
    display: block;
}
.case picture::after{
	content: '';
	position: absolute;
	left:0px;
	top:0px;
	background: #0d0f38;
	opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.case .case-name{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 33px;
}
.case .case-desc{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 60px;
}

.pagin-load {
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
	cursor: pointer;
	
	display: flex;
	margin: 0 auto;
	background: #fdc545;
	height: 68px;
	width: 68px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	position: relative;
}
.circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.7;
}
.circle {
  background-color: #fff;
}

/*
.pagin-load{
    display: table;
    margin: 0 auto;
    background: #fdc545;
    height: 68px;
    width: 68px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    position: relative;
}
.pagin-load a{
    display: block;
    width: 100%;
    height: 100%;
}	
.pagin-load a:after {
    content: '\2807';
    color: #fff;
    font-size: 45px;
    transform: rotate(90deg);
    position: absolute;
    padding: 2px 24px;
    top: 0px;
    height: 100%;
    width: 100%;
}
*/
.blog-banner{
    position: relative;
	margin-bottom: 180px;
	
}
.blog-banner img{
	width: 100%;
}
.blog-banner .share-box{
	position: absolute;
	right: 0px;
	bottom:-60px;
}
.blog-banner .blog-info{
    max-width: 483px;
    left: 85px;
    min-height: 280px;
    background: #0e1036;
    color: #fff;
    padding: 36px 86px 36px 47px;
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: -85px;
}
.blog-info h1{
	font-size:24px;
	line-height: 36px;
}
.article-text{
	margin-left: 200px;
	margin-bottom: 140px;
}
.article-text p, .article-text h2{
	max-width: 790px;
}
.article-text h2{
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 40px;
}
.article-text p{
	font-size:16px;
	line-height: 24px;
	margin-bottom: 27px;
}
.article-text img{
	padding: 95px 0 75px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	overflow: hidden
}

.services{
	
}
.service-category{
	margin-bottom: 50px;
}
.service-category a{
	font-size: 19px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	color:#fff;
	background: #fdc545;
    position: relative;
    display: inline-block;
	padding: 9px 20px;
	margin-bottom: 9px;

}
.service-category a:hover{
	opacity: .9;
}
.service-category svg{
	width: 18px;
	height: 18px;
	fill:#fff;
    position: absolute;
    left: 15px;
}

.services{
	margin: 0 16.555%;
}
.services-list{
    padding-top: 30px;
	margin-bottom: 150px;
}
.service-item{
	display: flex
}
.service-item-left,.service-item-right {
    width: calc(50% - 8px);
    margin-bottom: 15px;
    position: relative;
}
.service-item-left{
    margin-left: 16px;
}
.service-item-left-inner{
	max-width: 320px;
}
.service-item-right{
    margin-left: 16px;
}
.service-item-name{
	position: relative;
	font-size: 36px;
	margin-bottom: 18px;
}
.service-item-left .service-item-text1{
	font-size:24px;
	line-height: 29px;
	margin-bottom: 19px;
}
.service-item-left .service-item-text2{
	font-size:16px;
	line-height: 24px;
	color:#575757;
}
.service-box .service{
	margin-bottom: 20px;
    position: relative;
}
.service-box .service .serv{
	background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	height: 100px;
    display: flex;
    align-items: center;
    padding: 0 100px 0px 32px;
}
.service-box .service a:hover{
	background: #fdc545;
	color:#fff;
}
.service-box .service .image{
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-8px);
}
.service-box .service .image svg{
	width: 32px;
	height: 22px;
	fill:#fdc545;
}
.service-box .service:hover svg{
	fill:#fff;
}

.serviceBtn {
    display: table;
    background: #0d0f38;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    color: #fff;
    line-height: 41px;
    margin-top: 30px;
    text-align: center;
    width: 150px;
    height: 41px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.serviceBtn:hover{
        background: #fdc545;
    color: #fff;
}

.services-blue-box{
	background: #0e1036;
	padding: 180px 0;
	overflow: hidden;
	margin-bottom: -180px;
} 
.services-blue-title{
	font-size: 36px;
	line-height: 36px;
	color:#fff;
	margin-bottom: 40px;
}
.tech-slider{
	margin-left: calc(((100% - 1179px ) / 2) + ((1179px / 100) * 16.555));
	min-width: 100%;
}
.tech-slider .tech{
    display: flex!important;
	background: #fff;
	min-height: 380px;
	padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	margin-right: 19px;
	max-width: 385px; 
    flex-wrap: wrap;
}
.control-tech,.services-blue-title{
	margin-left: 16.555%;
}
.tech-slider .desc{
    align-self: flex-end;
}


.we-do-banner{
	background: #0d0f38;
    padding: 170px 5% 170px 16.555%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	position: relative;
	display: flex;
	color:#fff;
	margin-bottom: 170px;
}
.we-do-banner .banner-left{
	width: calc(50% - 10px);
    margin-left: 0;
    margin-left:15px;padding-right: 35px;
}
.we-do-banner .banner-right{
	width: calc(50% - 10px);
    clear: both;
    margin-right:15px;
    padding-top: 82px;
}
.we-do-banner .banner-title{
	font-size:36px;
	line-height: 36px;
	margin-bottom: 36px;
	position: relative
}
.we-do-banner .description{
	line-height: 36px;
	font-size:24px;
	margin-bottom: 75px;
    max-width: 353px;
}
.banner-width .description{
	font-size:56px;
	line-height: 65px;
	max-width: 100%;
}
.we-do-banner .more{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 36px;
    position: relative;
    max-width: 250px;
}
.more a{
	font-size: 16px;
	display: table;
	line-height: 36px;
	color:#fff;
	float: left
}
.more .icon{
    float: right;
    padding: 9px 36px;
}
.we-do-banner .more .icon {
    position: absolute!important;
    right: -36px;
    top: 17px;
    transform: translateY(-8px);
    width: 31px;
    height: 16px;
    float: inherit;
    padding: 0px;
}


.more svg{
	width: 30px;
	height: 20px;
	fill:#fff;
}
.more.dark a{
	color:#0d0f38;
}
.more.dark svg{
	fill:#0d0f38;
}
.more a:hover{
	color:#fdc545;
}
.more a:hover + .icon svg{
	fill:#fdc545;
}

@keyframes go-left-right-box {
	from {transform: translate(0px,-8px);}
	to {transform: translate(-11px,-8px);}
}
@-webkit-keyframes go-left-right-box {
	from {transform: translate(0px,-8px);}
	to {transform: translate(-11px,-8px);}
}
.service-box .service:hover .image{
    animation: go-left-right-box .5s infinite alternate;
    -webkit-animation: go-left-right-box .5s infinite alternate;
}
@keyframes go-left-right {
	from {margin-left: 0px;}
	to {margin-left: 10px}
}
@-webkit-keyframes go-left-right {
	from {margin-left: 0px;}
	to {margin-left: 10px}
}
.more:hover .icon{
    animation: go-left-right .5s infinite alternate;
    -webkit-animation: go-left-right .5s infinite alternate;
	position: relative;
}
.link-download:hover .icon {
    animation: go-left-right-box .5s infinite alternate;
    -webkit-animation: go-left-right-box .5s infinite alternate;
}
.case a:hover .icon{
	animation: go-left-right .5s infinite alternate;
    -webkit-animation: go-left-right .5s infinite alternate;
}
.form-box-right button:hover .icon{
	animation: go-left-right-box .5s infinite alternate;
    -webkit-animation: go-left-right-box .5s infinite alternate;
}


.white-box{
	/*padding: 170px 0 170px 16.555%;*/
	margin-bottom: -163px;
	padding-bottom: 135px;
}
.white-box::after{
content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50px;
    background: #fff;
    z-index: -1;
    bottom: 0px;
}
.wedo-sliders{
    /*margin-top: -50px;*/
}
.values-sliders{
    margin-top: -50px;
}
.wedo-slide{
	display: flex!important;
    margin-top: 50px;
    width: 100%;
	flex-wrap: wrap
}
.values-slide{
    display: flex!important;
    width: 100%;
    flex-wrap: wrap
}
.wedo-slide .wedo-slide-right,
.values-slide .values-slide-right{
    width: calc(50% - 10px);
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.wedo-slide .wedo-slide-right .wedo-name{
    display: none
}
.wedo-slide .wedo-slide-left,
.values-slide .values-slide-left {
    width: calc(50% - 10px);
    padding-right: 25px;
	margin-top: 120px;
    margin-right: 20px;
	padding-left: 16.555%;
}
.control-wedo{
    position: absolute;
    left: 16.555%;
    bottom: -38px;
    margin-left: 20px;
}
.control-values{
    position: relative;
    left: 16.555%;
    margin-left: 20px;
}
.wedo-slide-right .wedo-name{
	display: none;
}
.wedo-title,
.values-title{
	font-size: 36px;
	line-height: 36px;
	position: relative;
	margin-bottom: 30px;
}
.wedo-desc,
.values-desc{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 30px;
}
.wedo-name{
	font-size: 14px;
	line-height: 20px;
}
.hide_scrollbar {
    overflow: auto;
}
.team{
    margin-top: 300px;
}
/*
.partners-box .partners-right img{
    margin: 0 auto;
    display: table;
    width: auto;
}*/
	.partners-box{
		/*display: flex;
		flex-wrap: wrap;*/
	}
	.personal-info{
    margin-right: 21%;
		background: #f16877;
		min-height: 400px;
		height: 100%;
		display: flex;
    align-items: flex-end;
		padding: 8%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius:  5px;
		overflow: hidden
	}
	.personal .image{
		margin-bottom: -290px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    overflow: hidden;
	}
	.personal .image img{
		width: auto;
		margin-right: 0px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    overflow: hidden;
    padding-left: 21%;
	}
	.partners-left .more{
		display: block
	}
	.partners-right .more{
		display: none
	}
.partners-box .partners-title{
	font-size:36px;
	position: relative;
	line-height: 36px;
	margin-bottom: 30px;
}
.partners-box mark{
	font-size:24px;
	line-height: 36px;
	margin-bottom: 80px;
    display: block;
    max-width: 355px;
}
.partners-list{
	display: flex;
	flex-wrap: wrap
}
.partners-list .partner-item {
    position: relative;
    width: calc(33.333% - 10px);
    margin: 0 0 13px 15px;
	background: #fff;
	height: 175px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*
.partners-list .partner-item-sliders{
	width: 100%;
    height: 100%;
    display: flex;
}
.partner-item-sliders .slick-track{
	height: 100%;
}

.partners-list .partner-item-sliders .partner-item-slider{

	display: flex;
    align-items: center;
    justify-content: space-around;
}
*/
.flickity-button,.flickity-page-dots{
	display: none;
}
.partners-list .partner-item img{
    width: auto;
}
.partners-left ul{
	border-left: 1px solid #949494;
	    margin-bottom: 40px;
}
.partners-left li{
color:#0d0f38;
	font-size: 16px;
	padding-left:22px;
	margin-bottom: 22px;
	cursor: pointer
}
.partners-left li.active{
	color:#949494;
	cursor: default
}

.section-title{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 56px;
	position: relative
}

.persona-name{
	font-size: 24px;
	width: 100%;
}
.personal-who{
	font-size: 12px;
	width: 100%;	
}
.personal{
	position: relative;
	color:#fff;
    padding-top: 20px;
}

.pink-box{
	position: relative;
    height: 665px;
	margin-bottom: 165px;
}
.pink-box .inner{
	height: 100%;
}
.pink-box .pink-inner{
    margin:0 12.555%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}
.pink-left{
    padding-right: 25px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
    width: 40%;
}
.pink-left:after {
    content: "";
    right: 0;
    top: 0;
    width: calc(100% + 100vw - 1140px);
    height: 100%;
    position: absolute;
    z-index: -1;background: #f16877;
   -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.pink-right{
 
    width: 60%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.pink-box::after{
position: absolute;
    background: #f16877;
    left: 0px;
    top: 0px;
    height: 100%;
    width: calc( ( (100% - 1239px) / 2 ) + 561px);
    z-index: -1;-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.pink-left .pink-title{
	font-size:36px;
	line-height: 36px;
	position: relative;
	margin-bottom: 42px;
}
.pink-left .pink-desc{
	font-size:24px;
	line-height: 36px;
}
.pink-right img{
	width: auto;
    -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.dropdown_container .dropdown_block {
    display: none;
	padding-bottom: 50px;
}
.dropdown_name{
	position: relative
}
.dropdown_name p {
    position: relative;
    padding: 50px 50px 50px 0px;
    font-size: 36px;
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
}
.dropdown_container .icon {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    top: 50%;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transform: translateY(-17px);
}
.dropdown_container .icon svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown_container .icon .icon-cross {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 15px;
    height: 15px;
    fill: #aaa;
    transition: all 0.2s;
}
.dropdown_container.active .icon svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.comet::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  left: -50px;
  background: #faca38;
  transition: all 0.5s;
  top: 14px;
  opacity: 0;
}
.comet::before {
  content: '';
  background: -moz-linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  background: linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  position: absolute;
  top: 14px;
  width: 33px;
  left: -77px;
  height: 15px;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.active-comet .comet::before {
  opacity: 1;
  left: -58px;
}
.active-comet .comet::after {
  opacity: 1;
  left: -31px;
}
.pink .comet::after{
	background: rgba(242, 118, 132, 1);
}
.pink .comet::before{
	 background: -moz-linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  background: linear-gradient(to left, rgba(242, 118, 132, 1) 0%, rgba(242, 118, 132, 0) 100%);
  position: absolute;
}
.white  .comet::after{
	background: #fff;
}
.white .comet::before{
	 background: -moz-linear-gradient(to left, rgba(256, 256, 256, 1) 0%, rgba(256, 256, 256, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(256, 256, 256, 1) 0%, rgba(256, 256, 256, 0) 100%);
  background: linear-gradient(to left, rgba(256, 256, 256, 1) 0%, rgba(256, 256, 256, 0) 100%);
  position: absolute;
}


.footer{
	margin: -100px auto 0; 
    min-width: 320px;
    min-height: 263px;
    position: relative;
}

.link_old_site{
	margin-bottom: 60px;
}
.link_old_site a{
    color:#000;
    font-size: 18px!important;
    
}
.link_old_site .main-links::after{
    content: '';
    clear: both;
    display: table
}
.link_old_site .main-local{
    float: right
    
}
.link_old_site .icon{
    margin-left: 10px
}

.link_old_site svg{
    fill:#000;
}

.footer-inner-action .link_old_site{
    margin: 0 16.555%;
}

.footer-inner-action .link_old_site a{
    color:#fff;
}
.footer-inner-action .link_old_site svg{
    fill:#fff;
}

.mt-50{
    margin-top:50px;
}

@media(max-width: 1117px){
    .filter-line-inner .filter-line{
        display: flex;
        flex-direction: column;
    }
    .filter-tabs .filter-line label {
        padding-top:25px;
    }
}
@media(max-width: 605px){
    .filter-line {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 369px){
    .case-filters .filter-line {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .team{
        margin-top: 150px;
    }
    .services-content{
        margin: 0;
    }
}
.values-title__custom{
    position: relative;
    max-width: 705px;
    margin-left: 17%;
    padding-top: 120px;
    font-size: 56px;
    line-height: 65px;
}
</pre></body></html>