/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var, input {margin:0;padding:0;}
blockquote, q {quotes:none}
table, table td {padding:0;border:none;border-collapse:collapse} 
a { outline:none; cursor: pointer; }
img{ border: none;}
li {list-style: none;}
p { padding-bottom:1em;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}

/* END reset */

html, body{
    position: relative;
    width: 100%;
}

body{
    font: normal 75% 'dinprofontregular', Arial, Verdana, Helvetica, sans-serif;
    background-color: #f8f8f8;
}
a.normal {
    font-weight: bold;
	font-size: 16px;
    color: #25aae1;
	text-decoration:none;
}
a.normal:hover{
	color: #f7941e
}
a.normal:active {
	text-decoration:none;
	color: #f7941e
}
a.visited {
    color: #25aae1;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

mark {
    color: #000;
    background-color: transparent;
}

.body-elem{
    overflow-x: scroll;
}

.emphasis {
  font-weight: bold;
}

.page-container {
    width: 925px;
    margin: 0 auto;
}

.width100{
    max-width: 1300px;
}

.display-mobile {
    display: none;
}

.display-tablet {
    display: none;
}

.display-desktop {
    display: block;
}

/*=============Fonts==============*/

@font-face {
    font-family: 'fontastiquefontastique';
    src: url('../fonts/fontastique-webfont.eot');
    src: url('../fonts/fontastique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontastique-webfont.woff') format('woff'),
         url('../fonts/fontastique-webfont.ttf') format('truetype'),
         url('../fonts/fontastique-webfont.svg#fontastiquefontastique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinprofontregular';
    src: url('../fonts/DINPro-Regular.otf');
    src: url('../fonts/DINPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinprofontbold';
    src: url('../fonts/DINPro-Bold.otf');
    src: url('../fonts/DINPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*============== Navigation and Body =========*/

.body-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: 0;
}

/*==============Header=============*/

.header {
    top:0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: #f8f8f8;
    width: 100%;
    height: 94px;
}

.header-back{
    width: 100%;
    background: url("../images/bg_header_right.png") right top no-repeat;
}

.wrapper-inside-header{
    position: relative;
    margin: 0 auto;
}

.left-bg-header, .right-bg-header{
    width: 40%;
    height: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 0;
}

.left-bg-header{
    left: 0;
    background-color: #f8f8f8;
}

.right-bg-header{
    right: 0;
    /*background-color: #562762; /*5e0230;*/
}

.inside-header{
    position: relative;
    z-index: 1000;
    height: 94px;
    background: url("../images/bg-header.png") center top no-repeat;
}

.ico-nav {
    display: none;
    padding: 36px 10px 37px 10px;
    float: right;
}
.ico-nav .ico-menu {
    display: block;
    width: 28px;
    height: 21px;
    background: url(../images/nav-icon.png) no-repeat 0 0;
    overflow: hidden;
}
.ico-nav.active .ico-menu {
    background-position: -28px 0;
}

.logo{
    margin: 11px 0 0 -15px;
}

.logo a {
    width: 158px;
    height: 0px;
    padding-top: 80px;
    overflow: hidden;
    background: url("../images/big-logo.png") left top no-repeat;
    background-size: 158px 80px;     
}

.navigation{
    position: absolute;
    top: 51px;
    right: 18px;
}

.navigation li{
    margin-left: 30px;
}

.navigation li a{
    color: white;
    text-decoration: none;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    padding: 0 3px 15px;
}

.navigation li .current{
    border-bottom: 12px solid rgba(37,170,255,0.8);
}


/* mobile_nav */
.navigation-wrap {
    overflow: hidden;
    position: fixed;
    top: 94px;
    right: 0;
    z-index: 9999;
    width: 500px;
    height: 100%;
    display: none;
}
.navigation-wrap.phone {
    width: 300px;
}
.navigation-block {
    position: absolute;
    top: 0;
    right: -500px;
    height: 100%;
    width: 100%;
    background: rgba(140, 38, 115, .95);
    border-top: 1px solid #c0cacf;
}
.navigation-wrap.phone .navigation-block {
    right: -300px;
}
.navigation-wrap .mobile_navigation ul {
    width: 70%;
    min-width: 200px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 1%;
    text-align: center;
}
.navigation-wrap.phone .mobile_navigation ul {
    width: 80%;
    min-width: 200px;
}
.navigation-wrap .mobile_navigation ul li{
    display: block;
    margin: 1% 0 0 0;
}
.navigation-wrap .mobile_navigation ul li a{
    display: block;
    color: white;
    text-decoration: none;
    font: normal 22px 'fontastiquefontastique', Arial, Verdana;
    padding: 10% 0 10% 0px;
    border-top: 1px solid #983c81;
}
.navigation-wrap .mobile_navigation ul li:first-child a {
    border-top: none;
}




/*==============Slider===============*/

.slider-wrapper{
	margin: 0px auto;
  padding-top: 94px;
}

/* bxSlider desktop */
.bxSlider_wrap {
  width: 1300px;
  margin: 0 auto;
}
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-controls {
  text-align: center;
  padding: 9px 0;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  text-indent: -9999px;
  cursor:pointer;
  width: 10px;
  height: 0px;
  padding-top: 10px;
  margin: 0 3px;
  overflow: hidden;
  background: url("../images/controls-slider.png") right center no-repeat;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("../images/controls-slider.png") left center no-repeat;
}


/* bxSlider Mobile */
.bxSlider_wrap.slider_mobile {
  display: none;
  width: 100%;
}
.slide_1 {
  background: url(../images/slide-1.jpg) no-repeat center center;
}
.slide_2 {
  background: url(../images/slide-2.jpg) no-repeat center center;
}
.slide_3 {
  background: url(../images/slide-3.jpg) no-repeat center center;
}
.slide_1, .slide_2, .slide_3 {
  height: 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}


/*==================Start==================*/

.wrapper-slider-start{
    background-color: #f8f8f8;
    margin-top: 94px;
}

.inside-start {
    padding: 30px 20px 60px;
}

.section-start{
    float: left;
    width: 100%;
}

#start-img {
    background: url("../images/photos/group-image_v.3.jpg") center;
    background-size: cover;
}

.group-image{
    width: 100%;
    height: auto;
}

.publ-content {
    margin-top: 5px;
}

.publ-item {
    height: 33px;
}

.publ-item-heading {
    font-weight: 500;
    font-size: 17px;
}

.publ-item-text {
    margin-left: 3px;
    text-align: left;
}

.center-vertical {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section-fallow{
    text-align: right;
    float: right;
    width: 40%;
}

.main-caption{
    color: #000;
    font: normal 35px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
}

.bottom55{
    padding-top: 40px;
    padding-bottom: 13px;
}

.section-start p{
    font-size: 18px;
    color: #363636;
    text-align: left;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.soc-links{
    margin-top: 3px;
}

.soc-links li{
    margin-left: 10px;
}

.soc-links li:first-child{
    margin-left: 0px;
}

.soc-links li a{
    width: 47px;
    height: 46px;
}

.soc-links li {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.soc-links li:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.soc-links li .linked-in-link{
    background: url("../images/icons/linkedin.png") 0 0 no-repeat;
    background-size: contain;
}

.soc-links li .facebook-link{
    background: url("../images/icons/facebook.png") 0 0 no-repeat;
    background-size: contain;
}

.soc-links li .twitter-link{
    background: url("../images/icons/twitter.png") 0 0 no-repeat;
    background-size: contain;
}

.soc-links li .instagram-link{
    background: url("../images/icons/instagram.png") 0 0 no-repeat;
    background-size: contain;
}

.soc-links li .youtube-link{
    background: url("../images/icons/youtube.png") 0 0 no-repeat;
    background-size: contain;
}

.slider-img {
    width: 100%;
    height: 550px;
    padding: 0 0 -10px 0;
    line-height: 0;
}

/*================Services=================*/

.services-text .main-caption {
    color: #fff;
}

.services-text .sub-caption {
    color: #fff;
}

.services-text mark {
    color: #fff;
}

/*================Our core=================*/

.core-img {
    background: url("../images/photos/value-image.jpg") center;
    background-size: cover;
    background-position: 100%;
}

.core-text article {
    color: black;
}

.core-text .main-caption {
    color: #000;
}

.core-text .sub-caption {
    color: #000;
}

.core-text mark {
    color: #000;
}

.our-core{
    padding: 60px 0 130px;
    background-color: white;
}

.big-caption{
    text-align: center;
    color: #cecece;
    font: normal 40px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
}

.indent-for-caption{
    padding: 33px 0 92px;
}

.core-list{
    text-align: center;
}

.core-list li{
    vertical-align: top;
}

.second-item .core-inform {
    border-left: 1px solid #782c83;
    border-right: 1px solid #782c83;
    padding: 0px 23px 12px 20px;
    margin: 0px 17px 0 22px;
}

.core-list li .core-img {
    margin-bottom: 50px;
}

.sub-caption {
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}

.sub-caption-media {
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
    padding-bottom: 14px;
}

.orange-caption{
    color: #f7941e;
}

.blue-caption{
    color: #25aae1;
}

.yellow-caption{
    color: #9eaf0f;
}

.core-list p{
    width: 275px;
    font: normal 18px Arial;
    text-align: left;
    color: #9b9b9b;
}

/*==================Value===================*/
.values-img {
    background: url("../images/photos/about-image-alternate.png") center;
    background-size: cover;
}

.value-image{
    width: 100%;
	height: auto;
}

.wrapper-values{
    font-size: 18px;
    padding-bottom: 20px;
}

.value-media-player {
    height: 200px;
    width: 355px;
    margin-top:20px;
    margin-bottom:10px;
    border: 1px solid #666666;
    display: inline-block;
}

.left-part-values{
    float: left;
	width: 40%;
}

.right-part-values{
    float: left;
	width: 50%;
}

.right-part-values p{
    font-family: 'dinprofontregular', Arial, Verdana;
}

.value-text .main-caption {
    color: #fff;
}

.value-text .sub-caption {
    color: #fff;
}

.value-text mark {
    color: #fff;
}

/*==================careers=================*/

.careers {
	padding-top: 30px;
    background-color: white;
}

.careers-img { 
    background: url("../images/photos/career-image.jpg") center;
    background-size: cover;
    background-position: 50%;
} 

.careers-hello-img {
    float: right;
    margin-top: 90px;
}

.hello-image {
    height: auto;
    margin-right: 40px;
}

.careers-inform {
    width: 100%;
}

.careers h1{
    color: #000;
	padding-bottom: 13px;
}

.careers p{
    text-align: left;
    font-size: 18px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.careers .first-paragraph{
    padding: 23px 0 31px;
}


/*================Main Form================*/

.main-form{
    background-color: white;
    padding: 18px 0 0px;
    margin-top: 40px;
}

.main-form .left-part-form{
    float: left;
    width: 49.5%;
}

.main-form .right-part-form{
    float: right;
    width: 48.7%;
}

.main-form form label{
    color: #000;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    display: block;
    margin-bottom: 8px;
}

.text-field, .textarea-field{
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    font-size: 16px;
    padding: 11px 15px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'dinprofontregular', Arial, Verdana;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-field:focus, .textarea-field:focus{
    outline: none;
}

.text-field{
    margin-bottom: 35px;
}

.textarea-field{
    resize: none;
    height: 194px;
}

.send-button{
    width: 300px;
    text-decoration: none;
    color: #f2f2f2;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    border: none;
    text-align: center;
    padding: 10px 0;
    margin-top: 14px;
    margin-bottom: 20px;
    background: url("../images/send-button.png") center top no-repeat #722d88;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.succes-message-wrapper{
    position: relative;
    height: 40px;
}

.succes-message{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    text-align: center;
    color: #9bbfff;
    padding: 10px 0;
    font: normal 26px 'dinprofontregular', Arial, Verdana;
}

.fake-file{
    position: relative;
    width: 148px;
    height: 42px;
    margin-top: 25px;
    z-index: 100;
    overflow: hidden;
}

.fake-file .file-button{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 200px;
    cursor: pointer;
}

.path-file{
    position: relative;
    top: -28px;
    left: 160px;
}

.attach-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 144px;
    text-align: center;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 8px 0;
    background-color: #95236c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    z-index: 10;  
}

/*================Contacts=================*/

.contacts-sec{
	font-size: 18px;
    text-align: center;
    background-color: #fbfbfb;
    border-top: 1px solid #e81aa8;
}

.inside-contacts h1{
    color: #000;
    padding: 31px 0 13px;
}

.wrapper-contacts{
    color: #828282;
    padding-bottom: 20px;
    padding-top: 20px;
	font-size:75%;
}

.left-part-contacts{
    float: left;
	width: 30%;
    margin-left: 190px;
}

.left-part-contacts p {
    margin-top: 6px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.left-part-contacts p:first-child{
    margin-bottom: 23px;
}

.left-part-contacts p img{
    position: relative;
    top: 5px;
}

.middle-contacts {
}

.right-part-contacts{
    float: left;
	width: 30%;
    border-left: 1px solid #91b9ff;
	padding-left: 10px;
}

.right-part-contacts p{
    margin-top: 6px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.right-part-contacts p:first-child{
    margin-top: 0px;
}

.contacts-img {
    width: 212px;
    padding-bottom: 10px;
}

.round-image{
    width: 100%;
    height: auto;
}

.email a{
    font-weight: bold;
    color: #828282;
    text-decoration: none;
}

.google-map-block{
    width: 100%;
    height: 541px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #bfbfbf;
}

.firstHeading{
    font-size: 22px;
    font-weight: normal;
    padding: 5px 10px;
}

#bodyContent{
    padding: 0px 10px 10px;
}

#content{
    width: 220px;
    height: 80px;
}

/*=====================Footer=======================*/

.footer{
    background-color: #343434;
    font-family: 'dinprofontregular', Arial, Verdana;
    padding-bottom: 15px;
    text-align: center;
}

.left-footer {
    float: left;
}

.right-footer {
    float: right;
}

.footer-soc-links {
    margin-bottom: 20px;
}

.inside-footer{
    background-color: #343434;
    padding-top: 20px;
    color: white;
    width: 400px;
}

.inside-footer p{
    font-size: 14px;
    width: 430px;
    line-height: 18px;
    padding-bottom: 28px;
}

.footer-menu{
    padding-bottom: 18px;
}

.footer-menu li{
    margin-right: 8px;
}

.footer-menu li a{
    color: white;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.copyright{
    top: 73px;
    right: 19px;
    font-size: 11px;
    padding-top: 40px;
    border-top: 1px solid #e81aa8;
}

.copyright span{
    display: block;
    margin: 0 33px 6px 0;
}

.copyright img{
    margin-bottom: 26px;
}

.copyright a{
    color: white;
    text-decoration: none;
}

/*=====================Slider=====================*/

.big-slider{
    font-family: 'dinprofontregular', Arial, Verdana;
}

/*.navigation-slider{
    position: relative;
    width: 1095px;
    margin: 0 auto;
    z-index: 1000;
}*/

.big-slider-container {
    width: 925px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.links-slide li{
    margin-right: 37px;
    padding-top: 18px;
}

.links-slide li a{
    font: normal 12px 'fontastiquefontastique', Arial, Verdana;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.links-slide li .current{
    color: #dcdcdc;
}*/

.slide {
    padding-top: 20px;
    padding-bottom: 100px;
}

.first-slide {
    margin: 0 auto;
    background: url("../images/background/blue.png") no-repeat;
    background-size: cover; 
}

.wrapper-slides{
    position: relative;
    margin: -32px auto 0;
    z-index: 10;
    /*height: 834px;*/
}

.wrapper-first-slider, .wrapper-second-slider, .wrapper-third-slider{
    /*position: absolute;*/
    width: 100%;
    /*left:0;
    top: 0;*/
    position: relative;
}

.inside-slide{
    color: white;
    padding: 30px 0 0;
}

.inside-slide p{
    font-size: 18px;
    text-align: left;
}

.inside-slide h1{
    color: #f8f8f8;
    padding-bottom: 13px;
}

.left-part-slide{
    float: left;
    width: 65%;
    margin-right: 20px;
}

.left-part-slide h1{
    margin-left: 2px;
}

.left-part-slide .first-p{
    margin-bottom: 32px;
    padding-top: 22px;
}

.right-part-slide{
    float: left;
}

.right-part-slide h1{
    margin-left: 20px;
}

.right-part-slide{
    font-size: 22px;
}

.right-part-slide ul{
    border-left: 1px solid white;
    padding: 21px 0 1px 20px;
}

.right-part-slide ul li{
    margin-top: 28px;
}

.right-part-slide ul li:first-child{
    margin-top: 0px;
}

/*************************/

.second-slide{
    margin: 0 auto;
    background: url("../images/background/green.png") no-repeat;
    background-size: cover; 
}

.inside-slide .big-font-size{
    font-size: 60px;
    text-align: center;
    padding: 45px 0 23px;
}

/*************************/

.third-slide{
    margin: 0 auto;
    background: url("../images/background/purple.png") no-repeat;
    background-size: cover; 
}

.third-slide .first-p{
    padding-bottom: 32px;
}

.next-slide-button, .prev-slide-button{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 180px;
    cursor: pointer;
    z-index: 10000;
}

.prev-slide-button{
    background: url("../images/arrows.png") left top no-repeat;
    left: 0px;
}

.next-slide-button{
    background: url("../images/arrows.png") left -65px no-repeat;
    right: 0px;
}

/*============Scroll arrows============*/

#scroller {
    background: url('../images/scroll.png');
    position: fixed;
    width: 11px;
    height: 39px;
    bottom: 50px;
    right: 50px;
    z-index: 5000;
}

#scroller div{
    cursor: pointer;
    width: 100%;
    height: 12px;
}

#scroller #next{
    margin-top: 15px;
}


.logo, 
.logo a,
.navigation li,
.navigation li a,
.soc-links-small li,
.soc-links-small li a,
.soc-links li,
.soc-links li a,
.core-list li,
.send-button,
.footer-menu li,
/*.links-slide li,*/
.next-slide-button,
.prev-slide-button,
.attach-button{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.soc-links-small{
    position: absolute;
    top: -35px;
    right: 19px;
	padding:0;
	margin:0;
}
.soc-links-small li a{
    width: 27px;
    height: 27px;
	padding:0;
	margin:0 -25px 0 -5px;
}
.soc-links-small li .linked-in-link{
    background: url("../images/icons/linkedin-gray.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .linked-in-link:hover{
    background: url("../images/icons/linkedin.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .facebook-link{
    background: url("../images/icons/facebook-gray.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .facebook-link:hover{
    background: url("../images/icons/facebook.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .twitter-link{
    background: url("../images/icons/twitter-gray.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .twitter-link:hover{
    background: url("../images/icons/twitter.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .instagram-link{
    background: url("../images/icons/instagram-gray.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .instagram-link:hover{
    background: url("../images/icons/instagram.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .youtube-link{
    background: url("../images/icons/youtube-gray.png") 0 0 no-repeat;
    background-size: contain;
}
.soc-links-small li .youtube-link:hover{
    background: url("../images/icons/youtube.png") 0 0 no-repeat;
    background-size: contain;
}


/*==============Mobile unit=============*/

.display-none{
    display: none;
}

.mobile-copyright{
    top: 20px;
}

.mobile-slider-wrapper{
    padding-top: 0px;
}




/*========================================================*/

@media (max-width: 1334px) {
    .bxSlider_wrap {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    #careers-hello-img {
        background-position: 10%;
    }

    .values-img {
        background-position: 65%;
    }

    .first-slide {
        background-position: 60%;
    }

    .third-slide {
        background-position: 60%;
    }
}

@media (max-width: 1220px) {
    .careers-img {
        background-position: 100%;
        background: url("../images/photos/career-image-small.jpg") center;
        background-size: cover;
    }
}

@media (max-width: 1110px) {

    /*-- Big Slider --*/
    .big-slider-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
    }
    .prev-slide-button {
        left: 6px;
    }
    .next-slide-button {
        right: 6px;
    }
}

@media (max-width: 1050px) {
    /*-- Big Slider --*/
    .left-part-slide {
        width: 61%;
    }

    .section-start {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .values-img {
        background: url("../images/photos/about-image-alternate-small.png") center;
        background-size: cover;
    }

    .display-desktop {
        display: none
    }

    .display-tablet {
        display: block;
    }

    .section-start {
        width: 55%;
    }

    .section-fallow {
        width: 40%;
    }

    .page-container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .slider-img {
        height: 360px;
    }

    .bottom55 {
        padding-bottom: 6px;
    }

    /*-- Header --*/
    .inside-header {
        -webkit-background-size: 65% 101%;
        -moz-background-size: 65% 101%;
        background-size: 65% 101%;
    }
    
    /*-- Start us --*/
     /* bxSlider mobile */
    .bxSlider_wrap.slider_desktop {
      display: none;
    }
    .bxSlider_wrap.slider_mobile {
      display: block;
    }
    
    .inside-start {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .soc-links li {
        margin-left: 6px;
    }
    .soc-links li a {
        width: 36px;
        height: 35px;
    }
    .soc-links li .linked-in-link,
    .soc-links li .facebook-link,
    .soc-links li .twitter-link,
    .soc-links li .instagram-link,
    .soc-links li .youtube-link {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: contain;
    }

    /*-- Our Core --*/
    .our-core {
        padding: 15px 0 10px 0;
    }
    .big-caption {
        font-size: 30px;
        color: #a9a9ac;
        color: #a9a9ac;
        text-align: left;
    }
    .indent-for-caption {
        padding: 10px 0 20px;
    }
    .core-list li {
        display: block;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .core-list li .core-img {
        float: left;
        width: 195px;
        margin-bottom: 0px;
    }
    .core-list li .core-img img {
        width: 100%;
        height: auto;
    }
    .core-list .core-inform {
        border: none;
        padding: 15px 0 18px 0;
        margin: 0;
        margin-left: 215px;
        border-bottom: 1px solid #cccccc;
    }
    .core-list p {
        width: 100%;
        font-size: 17px;
    }

    /*-- Big Slider --*/
    .big-slider-container {
        padding-left: 80px;
        padding-right: 80px;
    }
    /*.links-slide {
        padding-left: 40px;
        padding-right: 40px;
    }*/
    .wrapper-slides {
        /*height: 747px;*/
    }
    .inside-slide {
        padding-top: 57px;
    }
    .left-part-slide {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .inside-slide h1,
    .right-part-slide h1 {
        padding-bottom: 15px;
        margin: 0;
    }
    .left-part-slide .first-p {
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .right-part-slide {
        float: none;
        width: 53%;
        font-size: 18px;
        border-top: 1px solid white;
        padding-top: 18px;
        margin-top: 28px;
    }
    .inside-slide p {
        line-height: 1.2em;
    }
    .right-part-slide ul {
        padding: 2px 0 0 0;
        border: none;
    }
    .right-part-slide ul li {
        margin-top: 5px;
    }
    .inside-slide .big-font-size {
        font-size: 40px;
        padding: 25px 0 13px;
    }


    /*-- Careers --*/
    .careers-hello-img {
        display: none;
    }
    .careers-inform {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;  
      width: 100%;
    }

    /*-- Contacts --*/
    .contacts-sec {
        padding-bottom: 0;
    }
    .left-part-contacts {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .right-part-contacts {
        float: none;
        width: 50%;
        border: 0;
        border-top: 1px solid #91b9ff;
        margin-top: 20px;
        padding: 10px 0 0px 0px;
    }
    .google-map-block {
        margin: 0 3% 0 0;
        height: 500px;
    }

    /*-- Footer --*/

    .footer-soc-links {
        margin-bottom: 15px;
    }

    .inside-footer {
        padding-top: 15px;
        width: 60%;
    }

    .copyright {
        padding-top: 20px;
    }

    .copyright span {
        margin: 0;
    }

    .copyright img {
        display: none;
        margin: 0;
    }

    /*-- Scroll arrows --*/
    #scroller {
        right: 15px;
    }
}

@media (max-width: 900px) {
    .slider-img {
        height: 440px;
    }

    #start-img {
        background-position: 46%;
    }

    .navigation {
      display: none;
    }

    .ico-nav {
      display: block;
    }

    .center-vertical {
        justify-content: flex-start;
    }

    .section-start {
        width: 100%;
        padding-bottom: 0px;
    }

    .section-fallow {
        width: 100%;
        text-align: left;

    }

    .value-media-player {
        height: 300px;
        width: 540px;
    }

    .values-img {
        background-position: 75%
    }

    .wrapper-values {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .fake-file {
        width: 100%;    
    }

    .slider-img {
        height: 420px;
    }

    #start-img {
        background-position: 60%;
    }

    .attach-button {
        width: 100%;
    }

    .value-media-player {
        height: 250px;
        width: 445px;
    }

    .wrapper-slider-start {
        margin-top: 70px;
    }

    /*-- Header --*/
    .header {
        height: 70px;
    }
    .left-bg-header {
        background-color: #8c2673;
    }
    .right-bg-header {
        background-color: #970b68;
    }
    .inside-header {
        height: 70px;
        -webkit-background-size: 70% 101%;
        -moz-background-size: 70% 101%;
        background-size: 70% 101%;
    }
    .ico-nav {
        padding: 25px 10px 24px 10px;
    }
    .logo {
        margin: 5px 0 0 -15px;
    }
    .logo a {
        width: 118px;
        padding-top: 60px;
        background: url("../images/small-logo-new.png") left top no-repeat;
        -webkit-background-size: 118px 60px;
        -moz-background-size: 118px 60px;
        background-size: 118px 60px;
    }

    .navigation-wrap {
        top: 70px;
    }

    /*-- wrapper-slider-start --*/
    .slider-wrapper {
        padding-top: 70px;
    }
   

    /*-- Start --*/
    .section-start,
    .section-fallow {
        float: none;
        width: 100%;
    }
    .section-fallow {
        margin-top: 20px;
    }

    /*-- our-core --*/
    .core-list li .core-img {
        width: 180px;
    }
    .core-list .core-inform {
        margin-left: 200px;
    }

    /*-- Big slide --*/
    .prev-slide-button,
    .next-slide-button {
        display: none;
    }
    .big-slider-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    /*-- Careers --*/
    .careers-inform {
        margin-right: 0;
    }
    .careers .first-paragraph {
        padding: 7px 0 8px;
    }

    /*-- main-form --*/
    .main-form {
        padding: 50px 0 10px 0;
        margin: 0 auto;
        width: 90%;
    }
    .main-form .left-part-form,
    .main-form .right-part-form{
        float: none;
        width: 100%;
    }
    .text-field {
        margin-bottom: 16px;
    }
    .fake-file {
        margin-top: 11px;
    }
    .right-part-form {
        margin-top: 23px;
    }

    /*-- contacts --*/
    .google-map-block {
        height: 470px;
        margin: 0 5% 0 0;
    }


    #scroller {
        right: 7px;
    }
}

@media (max-width: 704px) {
    .wrapper-slider-start {
        margin-top: 60px;
    }
}

@media (max-width: 640px) {
    #start-img {
        background-position: 60%;
    }

    .careers-img {
        background-position: 40%;
    }

    .inside-footer {
        width: 70%;
    }

    .bottom55 {
        padding-top: 10px;
    }

    .slide {
        padding-bottom: 0px;
    }

    .center-vertical {
        justify-content: flex-start;
    }

    .value-media-player {
        height: 200px;
        width: 360px;
    }

    .section-start {
        width: 100%;
    }

    .section-fallow {
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .slider-img {
        height: 350px;
    }

    .core-img {
        background-position: 95%;
    }

    .values-img {
        background-position: 73%
    }

    .page-container {
        padding-left: 20px;
    }

    /*-- Header --*/
    .header {
        height: 60px;
    }
    .inside-header {
        height: 60px;
        -webkit-background-size: 60% 101%;
        -moz-background-size: 60% 101%;
        background-size: 60% 101%;
    }
    .ico-nav {
        padding: 20px 0px 19px 10px;
    }
    .logo {
        margin: 3px 0 0 0px;
    }
    .logo a {
        width: 98px;
        padding-top: 50px;
        background: url("../images/small-logo-new.png") left top no-repeat;
        -webkit-background-size: 98px 50px;
        -moz-background-size: 98px 50px;
        background-size: 98px 50px;
    }

    .navigation-wrap {
        top: 60px;
    }

    /*-- About us --*/
    /* bxSlider mobile */
    .slider-wrapper {
        padding-top: 60px;
    }
    .slide_1, .slide_2, .slide_3 {
        height: 200px;
    }
    .main-caption {
        font-size: 26px;
    }
    .section-about p {
        font-size: 16px;
    }

    /*-- our-core --*/
    .our-core {
        padding: 0px 0 10px 0;
    }
    .big-caption {
        font-size: 26px;
    }
    .core-list li {
        margin-bottom: 20px;
    }
    .core-list li .core-img {
        float: none;
        margin: 0 auto;
    }
    .core-list .core-inform {
        margin-left: 0;
    }
    .core-list p {
        font-size: 16px;
    }

    /*-- Big slide --*/
    .first-slide, .second-slide, .third-slide {
      height: auto;
    }
    .inside-slide {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    /*-- careers --*/
    .careers p {
        font-size: 16px;
    }

    /*-- big slide --*/
    /*.links-slide {
        padding-left: 20px;
        padding-right: 20px;
    }*/
    .big-slider-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inside-slide p {
        font-size: 15px;
    }
    .right-part-slide {
        font-size: 16px;
    }
    .inside-slide .big-font-size {
        font-size: 30px;
    }

    /*-- contacts --*/
    .wrapper-contacts {
        font-size: 16px;
    }
    .right-part-contacts {
        width: 60%;
    }
    .succes-message {
        font-size: 22px;
    }
    .google-map-block {
        margin: 0 6% 0 0;
    }
}

@media (max-width: 480px) {
    .slider-img {
        height: 300px;
    }

    .inside-contacts {
        margin-top: 25px;
    }

    .values-img {
        background-position: 68%;
    }

    html {
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }

    /*-- Header --*/
    .inside-header {
        -webkit-background-size: 120% 101%;
        -moz-background-size: 120% 101%;
        background-size: 120% 101%;
    }

    /* bxSlider mobile */
    .slide_1, .slide_2, .slide_3 {
        height: 150px;
    }
    
    /*-- Big slide --*/
    /*.links-slide li {
        margin: 0 0 0 4px;
    }
    .links-slide li:first-child {
        margin-left: 0;
    }
    .links-slide li a {
        font-size: 11px;
    }*/
    
    .right-part-slide {
        width: 100%;
        margin-top: 18px;
        padding-top: 15px;
    }
    .inside-slide h1, .right-part-slide h1 {
        padding-bottom: 6px;
    }

    /*-- careers --*/
    .main-form .left-part-form,
    .main-form .right-part-form {
        width: 100%;
    }

    /*-- contacts --*/
    .inside-contacts h1 {
        padding: 5px 0 7px;
    }
    .left-part-contacts .display-none {
        display: block;
        line-height: 0.05em;
    }
    .right-part-contacts {
        width: 100%;
    }
    .succes-message {
        font-size: 18px;
    }
    .google-map-block {
        margin: 0 9% 0 0;
    }

    /*-- footer --*/
    .footer-menu {
        padding-bottom: 30px;
    }

    .inside-footer {
        width: 80%;
    }

    .inside-footer p {
        width: 100%;
    }
    .copyright {
        position: static;
        margin-top: 15px;
    }
    .copyright span {
        margin-right: 0;
    }
    
    /*-- scroller --*/
    #scroller {
      display: none;
    }
}

@media (max-width: 420px) {
    .value-media-player {
        height: 180px;
        width: 320px;
    }

    .display-mobile {
        display: block;
    }
}

@media (max-width: 380px) {
    .page-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-form {
        width: 100%;
    }

    .value-media-player {
        width: 100%;
        height: 100%;
    }

    .slide_1, .slide_2, .slide_3 {
        height: 130px;
    }

    .inside-footer {
        width: 90%;
    }
}

@media (max-width: 340px) {
    .inside-footer {
        width: 100%;
    }
}

@media (max-height: 900px) {
    .navigation-wrap .mobile_navigation ul li a{
        padding: 6% 0;
    }
}
@media (max-height: 710px) {
    .navigation-wrap .mobile_navigation ul li a{
        padding: 5% 0;
    }
}
@media (max-height: 660px) {
    .navigation-wrap .mobile_navigation ul li a{
        padding: 4% 0;
    }
}
@media (max-height: 600px) {
    .navigation-wrap .mobile_navigation ul {
        margin-top: 3%;
    }
    .navigation-wrap .mobile_navigation ul li a{
        padding: 5% 0;
    }
}
@media (max-height: 550px) {
    .navigation-wrap .mobile_navigation ul li a{
        padding: 4% 0;
    }
}
@media (max-height: 480px) {
    .navigation-wrap .mobile_navigation ul {
        margin-top: 2%;
    }
    .navigation-wrap .mobile_navigation ul li a{
        font-size: 18px;
    }
}
@media (max-height: 400px) {
    .navigation-wrap .mobile_navigation ul {
        margin-top: 0;
    }
    .navigation-wrap .mobile_navigation ul li a{
        padding: 1.5% 0;
    }
}
