body {
    font-family: "Fedra Sans Alt", sans-serif;
    font-size: 12px;
}
.clearfix {
    zoom: 1; /*for IE*/
}
input[type='text'], input[type='password'], textarea {-webkit-appearance: none; border-radius:0;}
button, input[type="button"], input[type="submit"]{ -webkit-appearance: none; border-radius:0;}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper h1 {
    margin: 52px 0 50px 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #626469;
    text-align: left;
}
.common-block {
    background: none !important;
    padding: 0 0 50px 0 !important;
    width: 940px;
    margin: 0 auto;
}
.common-block .title {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0 0 20px 0 !important;
}
.common-block p {
    text-align: justify !important;
    width: 100% !important;
}
header {
    background-color: #ffffff;
    padding: 7px 0 0 0;
    border-top: 1px solid #49b751;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:999;
}
.line-block {
    background-color: #c60c30;
    height: 35px;
}
.title-block {
    background-color: #c60c30;
    /* min-height: 56px; */
    padding: 14px 0 18px 0;
}
.title-block .title {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.back-btn {
    padding-top: 8px;
}
.back-btn a {
    display: inline-block;
    text-decoration: none;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
}
.back-btn a span {
    display: block;
    float: left;
}
.back-btn a em {
    display: block;
    float: left;
    margin: 1px 0 0 4px;
}

.container-width {
    width: 940px;
    margin: 0 auto;
}
.header-top {
    padding-bottom: 7px;
}
.header-top .left-col {
    padding: 0;
    width: 50%;
}
.header-top .right-col {
    padding: 0;
    float: right;
    width: 50%;
}
.right-col .right-col-inner {
    float: right;
}
.left-col .logo {
    float: left;
}
.left-col .lang {
    float: left;
    margin: 22px 0 0 6px;
}
.lang ul {
    margin: 0;
}
.lang ul li {
    display: inline-block;
    border-right: 1px solid #49b751;
    padding-right: 3px;
    height: 13px;
}
.lang ul li:last-child {
    border-right: none;
}
.lang ul li a {
    font-size: 12px;
    line-height: 10px;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    color: #626469;
    text-decoration: underline;
    display: block;
}
.lang ul li a:hover {
    text-decoration: underline;
}
.lang ul li b {
    font-size: 12px;
    line-height: 10px;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    color: #49b751;
    display: block;
    padding-bottom: 2px;
    font-weight: normal;
}
.right-col .go-to-site {
    background-color: #49b751;
    width: 170px;
    margin-top: 21px;
}
.go-to-site a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height:  16px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 3px 9px 5px 9px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.go-to-site a:hover {
    background-color: #007858;
    color: #ffffff;
}
#menu nav ul {
    margin: 0;
    display: table;
}
#menu nav ul li {
    display: table-cell;
    border-right: 1px solid #e2e2e2;
    width: 235px;
}
#menu nav ul li:first-child {
    border-left: 1px solid #e2e2e2;
}
#menu nav ul li a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #626469;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 56px;
    padding-top: 12px;
}
#menu nav ul li a:hover {
    font-family: "Fedra Sans Alt Bold 2", sans-serif;
    font-weight: bold;
}
#menu nav ul a.active  {
    font-family: "Fedra Sans Alt Bold 2", sans-serif;
    font-weight: bold;
}


.agile-area {
    margin-top: 68px;
}
.title {
    margin: 0 0 45px 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #c60c30;
    text-align: center;
}
.agile-area .title {
    color: #626469;
}

.agile-area .agile-block {
    background-color: #f6f6f6;
    padding: 32px 0 32px 0;
}
.slider-text {
    position: absolute;
    width: 470px;
    background-color: rgb(107, 107, 107);
    background-color: rgba(107 , 107, 107, 0.77);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /* left: 100%; */
    /* left: 99.75%; */
    right: 0;
    height: 262px;
    /* padding-left: 9.56%; */
    padding: 35px 54px 28px 51px;
    margin-top: 27px;
    bottom: 20px;
}
.slider-text .arrow-bg {
    display: block;
    width: 470px;
    height: 20px;
    background: url(../img/arrow-bg.png) no-repeat;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.flexslider {
    height: 529px;
}
.top-background {
    background-position: center;
    background-size: cover;
}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.flex-control-paging li a.flex-active {
    background-color: #c60c30;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    height: 529px;
}
.flexslider .slides > li {
    position: relative;
}
.flex-control-paging li a:hover {
    background-color: #c60c30;
}
.flex-control-nav {
    position: absolute;
    bottom: 32px;
    right: 17.8%;
    z-index: 998;
    width: auto;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 14px 0 0;
}
.slider-text p {
    margin: 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
    text-shadow: 0 1px #373737;
    color: #ffffff;
}
.slider-text p b {
    font-family: "Fedra Sans Alt Bold 2", sans-serif;
    font-weight: normal;
}
.slider-text .flex-caption-block {
    width: 367px;
}
.sp-layer h4 {
    display: none;
}

.what-area {
    padding: 55px 0 56px 0;
    background-color: #ffffff;
}
.what-area p {
    margin: 0 auto;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #626469;
    text-align: center;
    width: 665px;
}
.what-area .title {
    margin: 0 0 36px 0;
}


.why-area {
    background-color: #f6f6f6;
    padding: 55px 0 41px 0;
}
.circle-box {
    padding: 0;
    width: 313px;
    height: 312px;
    text-align: center;
    position: relative;
}
.circle-box a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 29px 19px 0 19px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}
.circle-box a::before {
    top: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #d3d3d3;
    border-width: 0.7em;
    margin-left: 12.46em;
    opacity: 0;
}
.circle-box a::after {
    top: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f6f6f6;
    border-width: 0.6em;
    margin-left: 12.58em;
    opacity: 0;
}
.circle-box figure {
    display: block;
    text-align: center;
}
.circle-box p {
    margin: 21px 0 21px 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #626469;
}
.circle-box a span {
    background: url(../img/arrow-down.png) no-repeat;
    width: 37px;
    height: 20px;
    display: block;
    margin: 0 auto;
}
.circles-area .current span {
    background: url(../img/arrow-up.png) no-repeat;
}

.circles-content {
    background: #ffffff;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid transparent;
    padding: 51px 0 41px 0;
    position: relative;
}
.circles-content .circle-box {
    display: none;
}
.circles-content::before {
    bottom: 0;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #d3d3d3;
    border-width: 1.8em;
    margin-left: 37em;
}
.circles-content::after {
    bottom: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f6f6f6;
    border-width: 1.70em;
    margin-left: 37.12em;
}
.circles-content-box ul {
    margin: 0;
}
.circles-content-box ul li {
    overflow: hidden;
    margin-bottom: 16px;
}
.circles-content-box ul li span {
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #626469;
    display: inline-block;
    float: left;
    width: 656px;
}
.circles-content-box ul li i {
    background-color: #626469;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 8px 4px 0 0;
}
.circles-content .circles-content-box {
    width: 665px;
    margin: 0 auto;
    opacity: 0;
    transform: translate(0,-11px);
    -webkit-transform: translate(0,-11px);
    -o-transform: translate(0,-11px);
    -moz-transform: translate(0,-11px);
}
.circles-content-box.current-content {
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    top: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.circles-area .current {
    background: #ffffff;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: none;
}
.circles-area .current::before {
    opacity: 1;
}
.circles-area .current::after {
    opacity: 1;
}


.who-area {
    padding-top: 55px;
    background-color: #ffffff;
}
.slider-pro {
    height: 525px;
}
.sp-slides-container {
    border-top: 1px solid #007858;
    border-left: 1px solid #007858;
    border-right: 1px solid #007858;
    padding-top: 21px;
}
.slider-pro a {
    cursor: auto;
}
.slider-pro a img {
    max-width: 100%;
    height: auto;
}
.sp-horizontal .sp-arrows {
    margin-top: -17px;
}
.sp-horizontal .sp-previous-arrow {
    background: url(../img/prev.png) no-repeat;
    width: 18px;
    height: 35px;
    left: 28px;
}
.sp-horizontal .sp-next-arrow {
    background: url(../img/next.png) no-repeat;
    width: 18px;
    height: 35px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    right: 28px;
}
.sp-horizontal .sp-previous-arrow::before {
    display: none;
}
.sp-horizontal .sp-previous-arrow::after {
    display: none;
}
.sp-horizontal .sp-next-arrow::before {
    display: none;
}
.sp-horizontal .sp-next-arrow::after {
    display: none;
}
.sp-fade-arrows {
    opacity: 1;
}
.sp-layer p {
    margin: 0 0 5px 0;
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #626469;
}
.sp-grab, .sp-grabbing {
    cursor: pointer;
}
.sp-thumbnail-container  {
    background-color: #f1f1f1;

}
.sp-thumbnail-container {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
}
.sp-thumbnails {
    width: 940px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    border-bottom: 2px solid #f1f1f1;
}
.sp-bottom-thumbnails .sp-thumbnail-container {
    margin: 0;
}
.sp-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 149px;
    position: static !important;
    padding: 0 47px 0 47px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.sp-thumbnail:hover {
    background-color: #007858;
    border-bottom: 2px solid #49b751;
}
.sp-thumbnail:hover .sp-thumbnail-description {
    color: #ffffff;
}
.sp-thumbnails .sp-selected-thumbnail {
    background-color: #007858;
    border-bottom: 2px solid #49b751;
}

.sp-thumbnail-container .sp-thumbnail-description {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #626469;
}
.sp-thumbnails .sp-selected-thumbnail .sp-thumbnail-description {
    color: #ffffff;
}
.sp-selected-thumbnail .sp-thumbnail:hover  {
    border-bottom: none;
}
.sp-thumbnail:hover::before {
    opacity: 1;
}
.sp-thumbnail:hover::after {
    opacity: 1;
}
.sp-thumbnail::before {
    top: -13px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ffffff;
    border-width: 0.7em;
    margin-left: 12.46em;
    opacity: 0;
}
.sp-thumbnail::after {
    top: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f6f6f6;
    border-width: 0.6em;
    margin-left: 12.58em;
    opacity: 0;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
    top: -13px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #ffffff;
    border-width: 0.7em;
    margin-left: 12.46em;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
    top: -1px;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f6f6f6;
    border-width: 0.6em;
    margin-left: 12.58em;
    opacity: 0;
}
.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 0;
}
.sp-layer {
    width: 499px;
    float: left;
}


.vacancies-area {
    margin-top: 60px;
    background-color: #f6f6f6;
    padding: 55px 0 60px 0;
}
.vacancies-area .title {
    margin: 0 0 59px 0;
}
.vacancies-block .vacancy-box {
    width: 300px;
    background-color: #a8a8ad;
    text-align: center;
    padding: 30px 14px 35px 14px;
    margin-right: 19px;
    height: 412px;
}
.vacancies-block .vacancy-box:last-child {
    margin-right: 0;
}
.vacancy-box p {
    margin: 0 0 40px 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
.vacancy-box figure {
    margin-bottom: 36px;
}
.vacancy-box a {
    font-family: "Fedra Sans Alt Demi", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    margin-bottom: 6px;
}
.vacancy-box a:hover {
    color: #007858;
}


footer {
    background-color: #0f5d1a;
    padding: 20px 0 15px 0;
}
.footer-inner .foo-left {
    padding: 0;
    width: 25%;
}
.footer-inner p {
    margin: 0;
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}
.foo-left p {
    margin-top: 33px;
}
.footer-inner .foo-right {
    padding: 0;
    float: right;
    width: 75%;
}
.foo-right-inner {
    float: right;
}
.foo-right .socials {
    float: left;
    margin-right: 41px;
}
.socials a {
    display: inline-block;
    margin-right: 21px;
}
.socials a:last-child {
    margin-right: 0;
}
.foo-right .foo-info {
    float: left;
    text-align: right;
}
.foo-info p {
    margin-bottom: 9px;
}
.foo-info p a {
    font-family: "Fedra Sans Alt Book 2", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
}
.foo-info p a:hover {
    text-decoration: underline;
}
.article-print {
    font-size: 14px;
    line-height: 26px;
    color: #626469;
    float: left;
    margin-top: -8px;
    margin-left: 40px;
}
.art-social-icon  {
    float: left;
}
.article-social-plugins {
    width: 940px;
    margin: 36px auto;
    height: 39px;
}
.article-social-plugins a.social-plugins-print {
    width: 31px;
    color: #3ea045;
    text-decoration: none;
    padding: 6px 16px 13px 28px;
    background: url(../img/article_news_print_bg.gif) center top no-repeat;
}
.article-social-plugins  a.social-plugins-linkedin {
    width: 31px;
    color: #3ea045;
    text-decoration: none;
    padding: 11px 21px 11px 15px;
    background: url(../img/article_news_linkedin_bg.gif) center top no-repeat;
}
.article-social-plugins  a.social-plugins-twitter {
    width: 31px;
    color: #3ea045;
    text-decoration: none;
    padding: 11px 21px 11px 15px;
    background: url(../img/article_news_twitter_bg.gif) center top no-repeat;
}
.article-social-plugins  a.social-plugins-facebook {
    width: 31px;
    color: #3ea045;
    text-decoration: none;
    padding: 11px 21px 11px 15px;
    background: url(../img/article_news_facebook_bg.gif) center top no-repeat;
}
.article-social-plugins a.social-plugins-linkedin:hover {
    color: #fff;
    text-decoration: none;
    background: url(../img/article_news_linkedin_bg.gif) center -39px no-repeat;
}
.article-social-plugins  a.social-plugins-twitter:hover {
    color: #fff;
    text-decoration: none;
    background: url(../img/article_news_twitter_bg.gif) center -39px no-repeat;
}
.article-social-plugins  a.social-plugins-facebook:hover {
    color: #fff;
    text-decoration: none;
    background: url(../img/article_news_facebook_bg.gif) center -39px no-repeat;
}
.art-print {
    margin-bottom: 38px;
}
.art-print a {
    width: 31px;
    color: #3ea045;
    text-decoration: none;
    padding: 6px 16px 13px 28px;
    background: url(../img/article_news_print_bg.gif) center top no-repeat;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

@media (max-width: 1023px) {

    .flex-control-nav {
        right: 0;
        left: 0;
    }
    .flexslider  iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 386px !important;
    }
    .article-social-plugins {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    .sp-layer h4 {
        display: block;
        font-family: "Fedra Sans Alt Book 2", sans-serif;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        color: #626469;
    }
    .sp-thumbnails-container {
        display: none;
    }
    .container-width {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    .vacancies-block {
        text-align: center;
        width: 622px;
        margin: 0 auto;
    }
    .vacancies-block .vacancy-box {
        float: none;
        display: inline-block;
        margin-bottom: 19px;
    }
    .vacancies-block .vacancy-box:nth-child(2) {
        margin-right: 0;
    }
    .flexslider {
        height: 386px;
    }
    .flexslider .slides {
        height: 386px;
    }
    .flexslider .slides > li {
        height: 227px !important;
    }
    .slider-text {
        height: 159px;
        width: 100%;
        bottom: -159px;
        margin-top: 0;
        padding: 17px 20px 17px 20px;
        background-color: #6b6b6b;
    }
    .slider-text .flex-caption-block {
        width: 100%;
    }
    .flex-control-nav {
        padding: 0;
        left: 0;
        width: 100%;
        right: 0;
        bottom: 17px;
    }
    .circles-content .circle-box {
        display: block;
        float: none;
        background-color: #ffffff;
    }
    .circles-content .circle-box a {
        border-top: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        border-left: 1px solid #d3d3d3;
        border-bottom: 1px solid #ffffff;
    }
    .circles-area .circle-box {
        display: none;
    }
    .circles-content .circle-box a::before {
        opacity: 1;
    }
    .circles-content .circle-box a::after {
        opacity: 1;
    }
    .circles-content .circles-content-box {
        display: block !important;
        opacity: 1 !important;
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        background-color: #ffffff;
        border: 1px solid #d3d3d3;
        width: 100%;
        padding: 51px 20px 41px 20px;
        margin-bottom: 20px;
    }
    .circles-content {
        background: none;
        padding: 0;
        border: none;
    }
    .circles-content::after {
        display: none;
    }
    .circles-content::before {
        display: none;
    }

    .sp-layer {
        width: 100% !important;
        float: none;
        left: 0 !important;
        text-align: center;
        position: static;
        margin-bottom: 20px;
    }
    .slider-pro {
        height: auto;
    }
    .sp-mask {
        height: 500px !important;
        width: 100% !important;
    }
    .sp-bottom-thumbnails .sp-thumbnail-container {
        float: none;
    }
    .sp-thumbnails {
        height: 448px !important;
        width: 314px !important;
        margin: 0 auto;
    }
    .sp-slides-container {
        border: none;
    }
    .flex-control-paging li a {
        width: 13px;
        height: 13px;
    }
    .flex-control-nav li {
        margin: 0 13px 0 0;
    }
    .slider-text p {
        font-size: 18px;
        line-height: 26px;
    }
    .sp-horizontal .sp-arrows {
        margin-top: -90px;
    }
    .sp-horizontal .sp-previous-arrow {
        left: 60px;
    }
    .sp-horizontal .sp-next-arrow {
        right: 60px;
    }
    .circles-content-box ul li span {
        width: 72%;
    }
    .slider-text .arrow-bg {
        display: none;
    }
    .common-block {
        width: 100% !important;
        padding: 0 20px 50px 20px !important;
    }
    .common-block .container-width {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .sp-horizontal .sp-arrows {
        top: -30px;
        margin-top: 0;
    }
    .sp-horizontal .sp-previous-arrow {
        left: 96px;
    }
    .sp-horizontal .sp-next-arrow {
        right: 96px;
        left: auto;
    }
    .footer-inner .foo-left {
        width: 100%;
        float: none;
        position: relative;
        top: 92px;
    }
    .footer-inner .foo-right {
        width: 100%;
        float: none;
        position: relative;
        top: -47px;
    }
    .foo-right-inner {
        float: none;
    }
    .footer-inner {
        text-align: center;
    }
    .foo-right .socials {
        float: none;
        margin-right: 0;
    }
    .foo-right .foo-info {
        float: none;
        text-align: center;
        margin-top: 12px;
    }
    .vacancies-block {
        width: 100%;
    }
    .vacancies-block .vacancy-box {
        display: block;
        margin: 0 auto 19px;
    }
    .vacancies-block .vacancy-box:nth-child(2) {
        margin-right: auto;
    }
    .vacancies-block .vacancy-box:last-child {
        margin-right: auto;
    }
    .what-area p {
        width: 100%;
    }
    .circles-content-box ul li span {
        width: 92%;
    }

}
@media (max-width: 639px) {
    .header-top .left-col {
        width: 100%;
        text-align: center;
    }
    .header-top .right-col {
        width: 100%;
    }
    .left-col .logo {
        float: none;
    }
    .left-col .lang {
        float: none;
        margin-left: 0;
    }
    .right-col .right-col-inner {
        float: none;
    }
    .right-col .go-to-site {
        margin: 15px auto 0;
        text-align: center;
    }
    #menu nav ul {
        display: block;
    }
    #menu ul li {
        display: block;
        width: 100%;
        border: none;
    }
    #menu ul li:first-child {
        border-left: none;
    }
    #menu ul li a {
        height: 50px;
        padding: 0;
    }
    header {
        padding: 20px 0 12px 0;
    }
    .circles-content-box ul li span {
        width: 85%;
        font-size: 13px;
        line-height: 21px;
    }
    #menu nav ul li {
        display: block;
        width: 100%;
    }
    #menu nav ul li:first-child {
        border: none;
    }
    #menu nav ul li {
        border: none;
    }
    #menu nav ul li a {
        height: 36px;
        padding: 0;
    }
    .circles-content .circle-box {
        margin: 0 auto;
    }
    .circles-content .circles-content-box {
        width: 313px;
        padding: 29px 20px 29px 20px;
    }
    .slider-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .flex-control-nav li {
        margin: 0 12px 0 0;
    }
    .flex-control-paging li a {
        width: 12px;
        height: 12px;
    }
    .flex-control-nav {
        bottom: 15px;
    }
    .sp-thumbnail-container .sp-thumbnail-description {
        font-size: 18px;
        line-height: 26px;
    }
    .sp-layer p {
        font-size: 14px;
        line-height: 20px;
    }
    .sp-mask {
        height: 493px !important;
    }
    .back-btn {
        text-align: center;
    }
    .title-block {
        padding: 14px 5px 18px 5px;
    }
}
@media (max-width: 380px) {
    .circles-content .circle-box {
        width: 100%;
    }
    .circles-content .circles-content-box {
        width: 100%;
    }
    .vacancies-block .vacancy-box {
        width: 100%;
    }
    .sp-bottom-thumbnails.sp-has-pointer {
        width: 100% !important;
    }
    .sp-thumbnails {
        width: 100% !important;
    }
    .sp-bottom-thumbnails .sp-thumbnail-container {
        width: 100% !important;
    }
    .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
        display: none;
    }
    .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
        display: none;
    }
    .sp-mask {
        height: 436px !important;
    }
    .sp-thumbnail:hover::before {
        display: none;
    }
    .sp-thumbnail:hover::after {
        display: none;
    }
    .sp-thumbnail {
        padding: 0 20px 0 20px;
    }
    .slider-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .sp-mask {
        height: 496px !important;
    }

}
@media (max-width: 300px) {
    .sp-horizontal .sp-previous-arrow {
        left: 80px;
    }
    .sp-horizontal .sp-next-arrow {
        right: 80px;
    }
}