/**
 * MOBILE MENU
 */

/* NAV TOGGLE */
.nav-toggle span,
.nav-toggle.active span {
    background: var(--gray);
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 60px 13px 15px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #fff;
    background: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
    margin-bottom: 1px;
}

.rwd-menu ul > li > ul > li:last-child {
    border: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: var(--color-accent);
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li > a .glyphicon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #d0d0d0;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding-left: 35px;
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > a {
    padding: 8px 60px 8px 25px;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

.rwd-panel {
    display: none;
    pointer-events: none;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.rwd-panel-wrapper {
    pointer-events: visible;
    overflow-x: hidden;
    height: inherit;
    background: #fff;
}

.rwd-lang li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rwd-lang .lang {
    display: block;
    padding: 12px 15px;
    color: #000;
}

.rwd-lang .lang span {
    font-size: 16px;
}

.rwd-lang .langs-menu-icon {
    margin-right: 15px;
}

.rwd-lang .langs-menu-short {
    display: none;
}

.rwd-lang .langs-menu-long {
    display: inline-block;
    text-transform: uppercase;
}

.nav-toggle {
    margin: 15px;
}

.rwd-menu .glyphicon-bg .glyphicon::before {
    content: "\f107";
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px;
}

/* --------------- BREAKPOINTS --------------- */

@media screen and (max-width: 1600px) {
    /*.sticky .logo, .logo {*/
    /*    width: 240px;*/
    /**/
    /*    margin-top: 5px;*/
    /*}*/

    .gallery-section .path,
    .contact-dropdowns .path,
    .downloads .path {
        height: 100px;
        margin-top: -50px;
    }

    .main-about-small-circle {
        left: 15%;
    }

    .number-small {
        font-size: 20px;
        line-height: 30px;
    }

    .number-big {
        margin-bottom: 8px;
        font-size: 40px;
        line-height: 50px;
    }

    .number-box-wrapper {
        width: 230px;
    }

    .numbers-paths .paths-left {
        left: 434px;
    }

    .numbers-paths .paths-right {
        right: 434px;
    }

    .numbers-img {
        width: 35%;
    }

    .map-wrapper {
        left: 0.4%;
        width: 38.2%;
        padding-top: 0.1%;
    }
}

@media screen and (max-width: 1440px) {
    .news-box-title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }

    .news-box-date {
        padding-bottom: 10px;
    }

    .news-box-text .text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .news-box-text {
        padding-bottom: 10px;
    }

    .history-big .hist-text .text {
        font-size: 16px;
        line-height: 28px;
    }

    .history-big .hist-date {
        font-size: 30px;
        width: 160px;
        height: 160px;
    }

    .history-list {
        max-width: 1200px;
    }

    .history-box {
        width: 260px;
    }

    .history-big {
        width: 100%;
    }

    .hist-title {
        padding-top: 20px;
        padding-bottom: 15px;
        font-size: 30px;
        line-height: 34px;
    }

    .path-hist-vertical {
        width: calc(100% - 250px);
    }

    .items-circle {
        /*text-align: right;*/
        padding: 20px 0 30px;
    }

    .circle-elements .path {
        display: none;
    }

    .about-text-wrapper .title {
        font-size: 16px;
        line-height: 24px;
    }

    .about-text-wrapper .text {
        font-size: 14px;
        line-height: 26px;
    }

    .main-about-small-circle {
        padding: 15px;
        width: 260px;
    }

    .number-box {
        margin-bottom: 40px;
    }

    .numbers-paths .paths-left {
        left: 380px;
    }

    .numbers-paths .paths-right {
        right: 380px;
    }

    .numbers {
        padding: 80px 0 50px;
    }

    .types-buy {
        padding: 40px 0 50px;
    }

    .types-list-buy li:not(:last-child) {
        margin-bottom: 40px;
    }

    .type-circle-title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 20px;
    }

    .h2 {
        font-size: 44px;
    }

    .main-slide .h2 {
        padding-bottom: 3%;
    }

    .text,
    .main-slide-small {
        font-size: 18px;
        line-height: 26px;
    }

    .article-text {
        font-size: 16px;
        line-height: 24px;
    }

    .go-down {
        width: 106px;
        height: 106px;
        padding: 32px;
    }

    .subpage .langs-menu,
    /*.subpage .logo,*/
    /*.logo {*/
    .langs-menu{
        padding-top: 25px;
        padding-bottom: 15px;
    }

    /*.sticky .logo, .logo {*/
    /*    width: 190px;*/
    /*    margin-top: 10px;*/
    /*}*/

    .sticky #main-menu a {
        padding: 28px 8px;
    }

    .subpage #main-menu a,
    #main-menu a {
        padding: 35px 10px;
    }

    .subpage #content {
        padding-top: 60px;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact-dropdowns .path {
        right: 15px;
    }

    .map-wrapper {
        left: -1.4%;
        width: 36.8%;
        padding-top: 1.4%;
    }

    .go-down-wrapper .quote-photo {
        margin-left: 40px;
    }
    .quote-photo {
        width: 400px;
    }
    .quote-photo-cols {
        bottom: 28%;
    }
}

@media screen and (max-width: 1366px) {
    .quote-photo {
        width: 350px;
        font-size: 16px;
    }
    .quote-photo .quote-short {
        font-size: 18px;
    }
    .quote-photo .quote-date {
        margin-bottom: 2px;
    }
    .quote-photo-col {
        min-width: 0;
    }
    .quote-photo-footer {
        height: 46px;
    }
}

@media screen and (max-width: 1280px) {
   .logo{
       width: 220px;
    }
    .value-list {
        padding: 40px 2% 50px 5%;
    }

    .value-path {
        width: 6.2%;
    }

    .article-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .article-date {
        padding: 0 0 10px;
    }

    .article-subtitle {
        padding-bottom: 20px;
    }

    .footer-logos {
        width: 35%;
        max-width: 470px;
        float: right;
    }

    .main-about-big-circle {
        top: -76px;
        right: -127px;
        padding: 35px;
        width: 520px;
    }

    .main-about-texts {
        padding: 270px 0 100px;
        text-align: center;
    }

    .number-small {
        font-size: 16px;
        line-height: 24px;
    }

    .number-box-wrapper {
        width: 190px;
    }

    .number-big {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 40px;
    }

    .numbers-paths .paths-left {
        left: 310px;
    }

    .numbers-paths .paths-right {
        right: 310px;
    }

    .types-list .path {
        display: none;
    }

    /*.sticky .logo, .logo {*/
    /*    width: 160px;*/
    /*}*/

    #main-menu a {
        font-size: 13px;
    }

    .langs-menu li.active {
        display: none;
    }

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

    .contact-dropdowns .path {
        display: none;
    }

    .certs-list {
        margin: -10px;
    }

    .certs-list li {
        padding: 10px;
    }

    .map-wrapper {
        left: -0.6%;
        width: 37.4%;
        padding-top: 1%;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .interactive-map-marker {
        font-size: 14px;
        line-height: 20px;
    }

    .interactive-map-marker-wrapper {
        padding: 12px 5px 0 5px;
    }

    .interactive-map-marker {
        -webkit-transform: translate3d(-50%, -47px, 0);
        -moz-transform: translate3d(-50%, -47px, 0);
        -ms-transform: translate3d(-50%, -47px, 0);
        -o-transform: translate3d(-50%, -47px, 0);
        transform: translate3d(-50%, -47px, 0);
    }

    .interactive-map-marker-wrapper {
        width: 34px;
        height: 47px;
    }

    .contact-info-map-map,
    .contact-info-map-img {
        border-width: 20px;
    }

    .contact-title {
        font-size: 28px;
        padding-bottom: 20px;
        line-height: 34px;
    }

    .contact-subtitle {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 14px;
    }

    .contact-info-texts .text {
        font-size: 14px;
        line-height: 26px;
    }

    .value-list {
        padding: 40px 0;
    }

    .value-img-border {
        width: 300px;
    }

    .value-texts {
        width: calc(100% - 300px);
    }

    .value-title {
        font-size: 28px;
        line-height: normal;
    }

    .value-img-center {
        top: 25px;
        left: 25px;
        bottom: 25px;
        right: 25px;
    }

    .article-image {
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .person-img {
        margin-right: 15px;
        width: 220px;
    }

    .person-name {
        font-size: 20px;
        line-height: 24px;
    }

    .person-title {
        padding-bottom: 10px;
    }

    .person-text .text {
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }

    .news-box .path,
    .history-list .path {
        display: block;
    }

    .news-box-title {
        font-size: 16px;
    }

    .news-box-date {
        font-size: 12px;
        line-height: 16px;
    }

    .hist-title {
        font-size: 24px;
    }

    .path-hist-vertical {
        width: 76%;
    }

    .hist-img-wrapper {
        max-width: 80%;
    }

    .hist-text .text {
        font-size: 14px;
        line-height: 22px;
    }

    .history-box {
        width: 25%;
    }

    .history-big {
        width: 100%;
    }

    .history-big .hist-img-wrapper img {
        position: relative;
        z-index: 100;
    }

    .history-big .hist-img-wrapper {
        padding: 20px;
    }

    .page-top {
        background-attachment: scroll;
        height: 420px;
    }

    .circle-elem-box {
        width: 160px;
    }

    .circle-elements li:nth-child(5) {
        bottom: -90px;
    }

    .circle-elements li:nth-child(2) {
        top: -40px;
    }

    .circle-elem-text {
        padding: 10px 0;
        font-size: 16px;
    }

    .cicle-elem-image {
        padding: 8px;
    }

    .circle-elements {
        padding: 60px 0;
        width: 500px;
    }

    .circle-elements li {
        padding-bottom: 20px;
    }

    .circle-elements li:nth-child(2) {
        top: -40px;
    }

    .circle-elements li:nth-child(5) {
        bottom: -90px;
    }

    .footer-toggle .text, .footer-toggle a {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-mid {
        padding: 30px 0;
    }

    .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .quality .text {
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .main-about-texts {
        padding: 100px 0 100px;
        text-align: center;
    }

    .btn {
        padding: 5px 35px;
    }

    .btn-file .text,
    .btn {
        font-size: 12px;
    }

    .btn.btn-sm {
        padding-left: 9px;
        padding-right: 9px;
    }

    .text.base-text {
        font-size: 14px;
        line-height: 28px;
    }

    .main-about-small-circle {
        padding: 10px;
        width: 180px;
    }

    .main-about-big-circle {
        top: -50px;
        right: 0;
        padding: 15px;
        width: 380px;
    }

    .numbers-img {
        width: 30%;
    }

    .numbers-paths .paths-left {
        left: 280px;
    }

    .numbers-paths .paths-right {
        right: 280px;
    }

    .type-circle-shadow {
        padding: 20px;
    }

    .type-circle {
        width: 95%;
    }

    .path {
        display: none;
    }
    .logo{
        width: 200px;
    }
    .logo .st0 {
        fill: var(--gray) !important;
    }
    .subpage .langs-menu,  .langs-menu{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    header {
        background: #fff;
    }

    .logo-change-color {
        fill: var(--gray);
    }

    .text table tr td {
        padding: 6px 10px;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
        margin-right: 0;
    }

    /*.langs-menu ul {*/
    /*display: none !important;*/
    /*}*/
    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .main-about-small-circle {
        left: 0%;
    }

    header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    .person-footer {
        margin-top: -34px;
    }

    .items-circle .tooltip {
        display: none !important;
    }

    .quotes-legend {
        width: 220px;
    }

    .page-top .go-down-wrapper .quote-photo {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .certyficates {
        padding: 30px 0;
    }

    .certs-list {
        margin: auto;
        max-width: 500px;
    }

    .certs-list li {
        width: 100%;
    }

    .cert-box:before {
        display: none;
    }

    .cert-inside {
        position: relative;
        min-height: 100px;
    }
}

@media screen and (max-width: 900px) {
    .contact-info-texts .text {
        width: 50%;
    }

    .contact-info-map-map {
        width: 108%;
    }

    .contact-info-map-map:before {
        padding-top: 60%;
    }

    .contact-info-map-map, .contact-info-map-img {
        border-width: 14px;
    }

    .contact-info-map-img {
        right: 0;
        margin-top: -27%;
    }

    .page-text,
    .page-chart,
    .staff-article,
    .value-list-section {
        background: transparent;
    }

    .person-title {
        padding: 0;
    }

    .person-box {
        padding: 20px;
    }

    .person-texts {
        overflow: visible;
    }

    .person-text-toggle {
        clear: both;
    }

    .person-text .text {
        padding: 10px 0 0;
    }

    .person-img {
        margin-right: 25px;
        width: 160px;
        margin-bottom: 10px;
    }

    .staff-nav li {
        width: 50%;
    }

    .staff-nav-a {
        min-width: 0;
        width: 100%;
    }

    .news-list li:nth-child(2n+1) .news-box-footer {
        text-align: left;
    }

    .news-box .path {
        display: none;
    }

    .dot {
        display: none;
    }

    .news-img, .news-texts {
        width: 100%;
    }

    .news-box {
        display: block;
    }

    .history-big .hist-date {
        font-size: 18px;
        width: 100px;
        height: 100px;
    }

    .path-with-to-up {
        margin-top: 30px;
    }

    .path-up {
        height: 30px;
    }

    .history-sections {
        padding-top: 20px;
    }

    .path-hist-big-one {
        height: 54px;
    }

    .path-hist-big-two {
        height: 53px;
    }

    .history-box {
        padding-bottom: 40px;
    }

    .path-hist-vertical {
        top: -23px;
    }

    .path-hist-small-one {
        height: 24px;
    }

    .hist-title {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 30px;
        line-height: 34px;
    }

    .history-big .hist-text .text {
        font-size: 14px;
        line-height: 24px;
    }

    .hist-title {
        font-size: 18px;
    }

    .download-bar-text {
        padding: 12px 160px 12px 60px;
    }

    .download-bar-btn {
        width: 150px;
    }

    .staff-title,
    .h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .downloads {
        padding: 10px 0;
    }

    .download-list {
        padding: 15px 0 15px;
    }

    .items-texts {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .items-circle {
        text-align: center;
    }

    .about-section {
        display: block;
    }

    .about-text,
    .about-img {
        width: 100%;
    }

    .about-text-wrapper {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 30px 15px;
    }

    .footer-box {
        width: 33.3%;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo a {
        display: inline-block;
        max-width: 340px;
        width: 75%;
    }

    .footer-logos {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .footer-box.big-box {
        width: 66.6%;
    }

    .footer-mid .container {
        font-size: 0;
    }

    .footer-container .pull-left {
        width: 55%;
    }

    .footer-container .pull-right {
        padding-top: 5px;
        width: 45%;
    }

    .cert-box img {
        max-width: 90%;
        max-height: 90%;
    }

    .numbers-paths {
        display: none;
    }

    .main-slide {
        margin-top: 60px;
        height: 400px;
        min-height: 0;
    }

    .types-list-buy {
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding-bottom: 30px;
    }

    .types-list-buy ul {
        font-size: 0;
        margin: -10px;
    }

    .types-buy-texts {
        padding: 0 0 0 30px;
        vertical-align: middle;
    }

    .types-list-buy li {
        width: 50%;
        padding: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .types-buy-img {
        padding-right: 20px;
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .types-list-buy .type-circle-title {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .types-list-buy .type-circle-shadow {
        width: 100%;
        max-width: 100%;
    }

    .types-list-buy li:not(:last-child) {
        margin: 0;
    }

    .types-texts {
        width: 100%;
        padding: 30px 0;
        float: none;
        text-align: center;
    }

    .h2 {
        font-size: 34px;
        margin: 0;
    }

    .types-list {
        max-width: 600px;
        margin: auto;
    }

    .h2 {
        font-size: 34px;
    }

    .text, .main-slide-small {
        font-size: 16px;
    }

    .go-down-wrapper {
        display: none;
    }

    .number-small {
        font-size: 14px;
        line-height: 22px;
    }

    .main-slide-texts {
        top: 50%;
        bottom: auto;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .main-slide-text-wrapper {
        float: none;
        padding: 50px 0;
        text-align: center;
        max-width: 100%;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }

    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }

    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .gallery-section {
        padding: 0px 0 30px;
    }

    .gallery-section .gallery {
        padding-top: 14px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .person-text-toggle {
        padding-bottom: 20px;
    }

    .person-box .person-texts {
        padding-top: 8px;
    }

    .person-box.person-box:not(.active) .person-footer {
        margin-top: -44px;
    }

    .person-box.person-box {
        padding-right: 20px;
    }

    .person-texts {
        padding-top: 16px;
    }

    .quotes-body {
        flex-direction: column;
    }
    .quotes-legend {
        width: auto;
        padding: 15px;
        margin: 0;
        border: none;
    }

    .quotes-title {
        font-size: 24px;
    }
    .quotes-value,
    .quotes-difference {
        font-size: 24px;
    }

    .types-buy .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .types-buy .types-buy-img {
        order: -2;
    }
    .types-buy .types-buy-texts {
        order: -1;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    .map-wrapper,
    .contact-wrapper {
        width: 50%;
    }

    .contact-info-texts .text {
        width: 100%;
    }

    .value-img-border {
        width: 230px;
    }

    .value-texts {
        width: calc(100% - 230px);
    }

    .article-text {
        margin-bottom: 20px;
    }

    .value-img-center {
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }

    .value-title {
        padding-bottom: 10px;
    }

    .article-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .article-wrapper {
        padding-top: 26px;
    }

    .staff-nav-a {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 15px 12px;
    }

    .staff-nav li {
        padding: 5px;
    }

    .pagination-wrapper {
        padding: 30px 0;
    }

    .hist-img-wrapper {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .hist-img-wrapper {
        padding: 0;
    }

    .hist-text .text {
        line-height: 20px;
        font-weight: normal;
        font-size: 12px;
    }

    .hist-texts {
        padding: 0 5px;
    }

    .history-big .hist-text .text {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .history-big .hist-img-wrapper {
        max-width: 90%;
        padding: 0;
    }

    .main-about-big-circle {
        top: 0px;
        right: 0;
        padding: 15px;
        width: 280px;
    }

    .main-about-small-circle {
        padding: 10px;
        width: 150px;
    }

    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }

    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }

    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .person-box .person-name {
        font-size: 20px;
    }

    .person-box .person-texts {
        padding-top: 10px;
    }

    .person-box.person-box:not(.active) .person-footer {
        margin-top: -40px;
    }

    .section-chart .text {
        font-size: 18px;
        line-height: 1.2em;
    }

    .contact-info-map-map {
        width: 120%;
    }

    .contact-info-map-map:before {
        padding-top: 74%;
    }

    .contact-info-map-img {
        display: none;
    }

    .row .col-collection-actions.col-xs-1 {
        width: 54px;
    }

    .collection-row-wrapper .col-xs-11 {
        width: calc(100% - 54px);
    }

    .history-sections-noLines .history-box {
        width: 50%;
    }

    .history-sections-noLines .history-list .hist-smalls .history-box {
        width: 33.33333%;
    }
}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .staff-list {
        padding: 23px 0 10px;
    }

    .history-list .path {
        display: none;
    }

    .history-box {
        width: 50%;
    }

    .hist-smalls.to-right {
        direction: ltr;
    }

    .history-big .hist-texts {
        text-align: center;
        padding-top: 20px;
    }

    .history-big .hist-text {
        display: inline-block;
    }

    .hist-smalls {
        justify-content: center;
    }

    .history-big .hist-image {
        width: calc(100% - 150px);
    }

    .history-big .hist-date-wrapper {
        width: 150px;
        padding: 0;
    }

    .history-big .hist-texts,
    .history-big {
        width: 100%;
    }

    .history-big {
        flex-wrap: wrap;
    }

    .gallery-list-item {
        width: 50%;
    }

    .footer-container {
        padding: 0;
    }

    .main-about-texts, .main-about-images {
        width: 100%;
    }

    .about-us {
        display: block;
    }

    .main-about-images {
        padding-top: 90%;
    }

    .main-about-big-circle {
        top: 5%;
        width: 47%;
        right: 20%;
    }

    .main-about-small-circle {
        left: 20%;
        width: 26%;
    }

    .numbers-img {
        position: relative;
        width: 50%;
        margin: auto;
        text-align: center;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .numbers {
        padding: 50px 0 40px;
    }

    .number-box-wrapper {
        width: 100%;
    }

    .number-list {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .number-box:nth-child(even) .number-box-wrapper {
        text-align: inherit;
    }

    .numbers-img img {
        display: inline-block;
    }

    .number-box {
        text-align: center;
        padding: 10px;
        margin: 0;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }

    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }

    .breadcrumb > li + li:before {
        padding: 0 6px;
    }

    .breadcrumb > li:first-child a {
        font-size: 0 !important;
        letter-spacing: 0 !important;
    }

    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }
}

@media screen and (min-width: 561px) {
    .footer-toggle {
        display: block !important;
    }
}

@media screen and (max-width: 560px) {

    .map-wrapper, .contact-wrapper {
        width: 100%;
    }

    .contact-wrapper {
        padding-top: 30px;
    }

    .contact-interactive-map {
        flex-direction: column;
    }

    .value-img-border {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        max-width: 300px;
    }

    .value-texts {
        width: 100%;
        padding: 15px 0 0;
    }

    .value-list li {
        padding: 10px 24px;
    }

    .staff-nav li {
        width: 100%;
    }

    .download-btn-caption {
        display: none;
    }

    .download-btn-icon {
        margin: 0;
    }

    .download-bar-btn {
        width: 50px;
    }

    .download-bar-text {
        padding: 12px 60px;
    }

    .download-bar-type {
        -webkit-border-radius: 24px 0 0 24px;
        -moz-border-radius: 24px 0 0 24px;
        border-radius: 24px 0 0 24px;
    }

    .download-bar-btn {
        -webkit-border-radius: 0 24px 25px 0;
        -moz-border-radius: 0 24px 25px 0;
        border-radius: 0 24px 25px 0;
        height: 100%;
        margin-right: 0;
    }

    .downloads {
        padding: 0;
    }

    .circle-elem-text {
        padding: 10px 0;
        font-size: 12px;
    }

    .cicle-elem-image {
        padding: 0px;
    }

    .circle-elem-box {
        width: 120px;
        max-width: 100%;
    }

    .circle-elements {
        max-width: 100%;

    }

    .page-top {
        height: 280px;
    }

    .footer-downloads {
        padding-top: 14px;
    }

    .footer-title.active:before {
        content: '\f106';
    }

    .footer-title:before {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    .footer-logo {
        text-align: center;
        padding-top: 10px;
    }

    .footer-mid {
        padding: 10px 0;
    }

    .footer-title {
        padding: 5px 0;
        position: relative;
        margin: 0;
    }

    .footer-toggle {
        padding-bottom: 10px;
        display: none;
    }

    .footer-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .main-about-texts {
        padding: 40px 0;
        text-align: center;
    }

    .types-buy {
        padding: 30px 0 20px;
    }

    .types-list-buy {
        padding-bottom: 10px;
    }

    .main-slide {
        margin-top: 60px;
        height: 300px;
        background-attachment: scroll;
    }

    .footer-mid,
    .quality,
    .numbers {
        background-attachment: scroll;
    }

    .footer-box.big-box .text {
        width: 100%;
        float: none;
    }

    .footer-box,
    .footer-box.big-box {
        width: 100%;
    }

    .quality {
        height: 270px;
    }

    .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .quality .text {
        padding-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .types .container {
        padding-bottom: 24px;
        text-align: center
    }

    .types-buy-img {
        width: 50%;
        padding: 0;
    }

    .types-buy-texts {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .type-circle-shadow {
        padding: 15px;
    }

    .type-circle {
        width: 100%;
    }

    .types-list ul {
        margin: -10px;
        font-size: 0;
    }

    .types-list li {
        float: none;
        vertical-align: top;
        display: inline-block;
        width: 50%;
        padding: 10px;
    }

    .type-circle-title {
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .types-list li:nth-child(even) {
        margin-top: 0;
    }

    .types-list li:nth-child(odd) {
        margin-top: 0;
    }

    .types-list {
        padding-top: 0px;
    }

    .staff-title,
    .h2 {
        font-size: 26px;
    }

    .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .text, .main-slide-small {
        font-size: 14px;
        line-height: 20px;
    }

    .text {
        word-wrap: break-word;
    }

    .person-box .person-name {
        padding-right: 0;
        text-align: center;
    }

    .person-box.person-box .person-footer {
        text-align: center;
    }

    .person-box.person-box:not(.active) .person-footer {
        margin-top: 15px;
    }

    .person-toggle-btn,
    .person-box .person-toggle-btn {
        float: none;
        display: inline-block;
    }

    .person-box.person-box.person-box:not(.active) .person-footer {
        margin-top: 15px;
    }

    .contact-info-map-map {
        width: auto;
    }

    .contact-info-map-map:before {
        padding-top: 400px;
    }

    .contact-info-map-map,
    .contact-info-map-img {
        border-width: 6px;
    }

    .person-name {
        padding-right: 0;
    }

    .person-texts {
        padding-top: 0;
    }

    .person-footer {
        margin-top: 15px;
        margin-bottom: 30px;
        text-align: center;
    }

    .person-box .person-column-text {
        width: 50%;
    }

    .person-box .person-column-text:nth-child(2) {
        padding-right: 0;
    }

    .person-box .person-column-text:last-child {
        margin-top: 24px;
    }


    .history-sections-noLines .history-list .hist-smalls .history-box {
        width: 50%;
    }

    .quotes-head {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .quotes-head .quotes-general {
        margin: 15px 0 0 0;
    }
    .quotes-value,
    .quotes-difference {
        font-size: 20px;
    }

    .value--desktop {
        display: none!important;
    }
    .value-title {
        text-align: center;
    }
    .value--rwd {
        display: block!important;
    }

    .types-buy .types-buy-texts {
        order: -3;
        padding: 0;
    }
}

@media screen and (max-width: 520px) {
    .certs-list {
        margin: -10px;
    }

    .section-chart h2,
    .section-chart .text {
        text-align: center;
    }

    .person-box.person-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .down-text {
        padding-left: 6px;
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .person-img {
        margin: 0 auto 15px;
        width: 100%;
        max-width: 250px;
        float: none;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        padding: 0;
    }

    .history-big .hist-date {
        font-size: 16px;
        width: 70px;
        height: 70px;
    }

    .history-big .hist-date-wrapper {
        width: 80px;
        padding: 0;
    }

    .history-big .hist-image {
        width: calc(100% - 80px);
    }

    .hist-title {
        font-size: 16px;
    }

    .hist-text .text {
        line-height: 16px;
    }

    .hist-title {
        padding-top: 0;
        padding-bottom: 0;
    }

    .history-box {
        padding-bottom: 30px;
    }

    .download-bar-text {
        font-size: 14px;
        line-height: 18px;
    }

    .download-bar-text {
        padding: 15px 60px;
    }

    .circle-elements li:nth-child(5) {
        bottom: -15vw;
    }

    .circle-elements li:nth-child(2) {
        top: -10vw;
    }

    .circle-elements li {
        padding-bottom: 4vw;
    }

    .circle-elements {
        padding: 60px 0 30px;
    }

    .footer-container .pull-right {
        padding-top: 2px;
    }

    .certyficates {
        padding: 10px 0;
    }

    .main-about-text-wrapper {
        padding: 0 15px;
    }

    .text.base-text {
        font-size: 14px;
        line-height: 20px;
    }

    .main-about-small-circle,
    .main-about-big-circle {
        display: none;
    }

    .main-about-images {
        padding-top: 60%;
    }

    .number-list {
        width: auto;
        margin: 0 -5px;
    }

    .number-box {
        padding: 5px;
    }

    .types-buy-img {
        width: 60%;
    }

    .type-circle-shadow {
        padding: 0;
    }

    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .person-box .person-column-text {
        width: 100%;
        padding-right: 0 !important;
    }

    .person-box:not(:first-child) {
        padding-top: 30px;
    }

    .person-box .person-text .text {
        text-align: center;
    }
}

@media screen and (max-width: 359px) {
    .number-small {
        font-size: 12px;
        line-height: 18px;
    }

    .number-big {
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 30px;
    }

    .sticky .logo,
    .logo {
        width: 150px;
    }
}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

        --font-48: 40px;
        --font-36: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}

@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-48: 36px;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-48: 34px;
        --font-36: 28px;
        --font-30: 24px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-48: 32px;
    }
}

@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}

@media screen and (max-width: 639px) {
    :root {
        --font-48: 30px;
        --font-36: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}

@media screen and (max-width: 420px) {
    :root {
        --font-48: 24px;
        --font-36: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}