@charset "UTF-8";
/* Font-face */
@font-face {
    font-family: 'SegoeUI-Light';
    src: url("../fonts/SegoeUI/SegoeUI-Light.eot");
    src: local("../fonts/SegoeUI/Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/SegoeUI/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url("../fonts/SegoeUI/SegoeUI.eot");
    src: local("../fonts/SegoeUI/Segoe UI"), local("SegoeUI"), url("../fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-SemiBold';
    src: url("../fonts/SegoeUI/SegoeUI-SemiBold.eot");
    src: local("../fonts/SegoeUI/Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url("../fonts/SegoeUI/SegoeUI-Bold.eot");
    src: local("../fonts/SegoeUI/Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Italic';
    src: url("../fonts/SegoeUI/SegoeUI-Italic.eot");
    src: local("../fonts/SegoeUI/Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/SegoeUI/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url("../fonts/Roboto/Roboto-Italic.eot"), url("../fonts/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto/Roboto-Bold.eot"), url("../fonts/Roboto/oboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto/Roboto-Medium.eot"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url("../fonts/Roboto/Roboto-Black.eot"), url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto/Roboto-Light.eot"), url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url("../fonts/Roboto/Roboto-Thin.eot"), url("../fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* END Font-face */
/* CSS Reset */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
    margin: 0;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/* END CSS Reset */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

html {
    font-family: "Roboto-Regular", Arial, sans-serif;
    font-size: 62.5%;
}

@media (max-width: 1440px) {
    html {
        font-size: 52.5%;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 58.5%;
    }
}

body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000002;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    text-align: left;
    background-color: #FFFFFF;
}

body.modal--open {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 3rem;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 65%;
    line-height: 0;
    vertical-align: baseline;
}

a {
    color: #00A0DC;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #18C0FF;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-none {
    display: none !important;
}

.ml-5 {
    margin-left: 5px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.mr-12 {
    margin-right: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-17 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.over-hidden {
    overflow: hidden;
}

.over-inherit {
    overflow: inherit;
}

.justify-content-end {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w50 {
    width: 50%;
}

.pad-tb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.over-hidden {
    overflow: hidden;
}

.z-index-3 {
    z-index: 3;
}

.bg--white {
    background-color: #FFFFFF;
}

.bg--black {
    background-color: #000000;
}

.bg--card {
    background-color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.bg--grey {
    background-color: #F9F9F9;
}

.bg--image {
    pointer-events: none;
    z-index: 0;
}

.bg--image-dark {
    position: relative;
    z-index: 0;
}

.bg--image-dark:before {
    content: '';
    background-color: rgba(0, 0, 2, 0.3);
}

.show-all {
    width: 100%;
    margin-bottom: 2rem;
    text-align: right;
}

.container-sm {
    width: 116.2rem;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container-md {
    width: 149.1rem;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Button bold */
.header-top__data a:first-child, .submenu__banner-title a, .title h2, .link-mod, .form__control, .select2-container .select2-selection--single, .select2-results__option.select2-results__option--selectable, .post__title h3 a, .software, .content-single h2, .content-single h3, .content-single h4, .card-single--product .card-single__link, .card__title, .table-solution__body-logo span:nth-child(2), .first__title h1 span, .products-item__title h2, .reviews-single__user-name {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-weight: bold;
}

/* Menu semiBold */
.btn,
.button, .modal-block__title h2, .service-table__col-title a, .service-table--header .service-table__col, .mention-block__text {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-weight: 600;
}

/* Text regular */
/* Text bold */
/* H1 Regular */
/* H1 Bold */
/* H2 Regular */
/* H2 Bold */
/* H3 Bold */
.bg--image, .bg--image-dark:before, .page-404__bg, .support-single-block__img a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.submenu, .submenu__inner {
    width: 100%;
    height: auto;
}

.card--features .card__inner, .info-block-item__inner {
    width: 100%;
    height: 100%;
}

.bg--image, .submenu__banner, .post__thumbnail, .products-item__img, .reviews-single__user-img, .page-404__bg, .inform-block, .solution-block, .other-prod-block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-top__data, .header__data, .logo, .logo__title, .reviews-single__user, .reviews-single__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__burger, .subscribe-block__item, .form__radio-item, .form__item-group .form__item:nth-child(2),
.form__item-group .form__item:nth-child(3), .form__item--mod2 .form__control, .social__item, .software__item, .card-single--product .card-single__ico, .card-single--competence .card-single__ico, .table-solution__logo--mod, .calendar-block__ico, .platform-block__item-logo, .platform-block__item-arrow, .products-item__tabs .products-item__nav .nav-link span.products-item__nav-svg, .products-item__content, .products-item__circles-item, .service-table__col:nth-child(1), .reviews-single__user-img, .info-services-block__platform {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Header */
header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    transition: all .4s;
}

.header {
    transition: all .4s;
}

.header-top {
    border-bottom: 1px solid;
    transition: all .4s;
}

@media (max-width: 680px) {
    .header-top {
        border-bottom-color: #FFFFFF;
    }
}

.header-top__inner {
    padding: 14px 0 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all .4s;
}

@media (max-width: 992px) {
    .header-top__inner {
        padding: 10px 0;
    }
}

.header-top__logo {
    width: auto;
    height: 3.7rem;
}

@media (max-width: 992px) {
    .header-top__logo {
        height: 3rem;
    }
}

@media (max-width: 425px) {
    .header-top__logo {
        height: 2.2rem;
    }
}

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

.header-top__data {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top__data a:first-child {
    margin-right: 8rem;
}

@media (max-width: 992px) {
    .header-top__data a:first-child {
        margin-right: 2rem;
    }
}

@media (max-width: 992px) {
    .header-top__data .btn {
        height: 3rem;
        padding: 0.6rem 2.4rem;
    }
}

@media (max-width: 680px) {
    .header-top__data {
        display: none;
    }
}

.header-bottom {
    position: relative;
}

@media (max-width: 680px) {
    .header-bottom {
        background-color: #000002;
    }
}

@media (max-width: 680px) {
    .header-bottom .header__logo {
        display: none;
    }
}

.header-bottom__data {
    display: none;
}

.header-bottom__data a {
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

@media (max-width: 680px) {
    .header-bottom__data {
        display: block;
    }
}

.header__inner {
    padding: 2.8rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all .4s;
}

@media (max-width: 992px) {
    .header__inner {
        padding: 1.5rem 0;
    }
}

@media (max-width: 680px) {
    .header__inner {
        padding: 7px 0;
    }
}

.header__logo--mob .logo,
.header__logo--mob .logo__img {
    width: auto;
    height: 3rem;
}

.header__logo--mob .logo__img-svg {
    width: auto;
    height: 100%;
}

@media (min-width: 681px) {
    .header__logo--mob {
        display: none;
    }
}

.header__data {
    width: calc(100% - 23.58rem);
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .header__data {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 4rem;
    }
}

@media (max-width: 680px) {
    .header__data {
        padding-left: 0;
        width: 100%;
    }
}

.header__menu {
    margin-right: 10.7rem;
}

@media (max-width: 1560px) {
    .header__menu {
        margin-right: 4rem;
    }
}

@media (max-width: 1200px) {
    .header__menu {
        position: absolute;
        left: 0;
        top: 10rem;
        width: 100%;
        height: auto;
        padding: 0 40px;
        opacity: 0;
        pointer-events: none;
        transition: all .4s;
    }

    .header__menu .menu-nav {
        background-color: #FFFFFF;
    }

    .header__menu.active {
        top: 12rem;
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 1200px) and (max-width: 768px) {
    .header__menu.active {
        top: 10rem;
    }
}

@media (max-width: 992px) {
    .header__menu {
        padding: 0 15px;
    }

    .header__menu .menu-nav__item {
        padding: 1.5rem 1rem;
    }
}

.header__menu .submenu__col {
    display: none;
    padding: 40px 0 20px;
    background-color: #FFFFFF;
}

.header__menu .submenu__col .submenu__banner {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 680px) {
    .header__menu .submenu__col {
        display: block;
    }
}

@media (max-width: 1560px) {
    .header__logo-distributor .logo-distributor {
        width: 13.2rem;
        height: 3.5rem;
    }
}

@media (max-width: 680px) {
    .header__logo-distributor {
        display: none;
    }
}

.header--black .header__logo .logo__img-svg {
    display: none;
}

@media (max-width: 680px) {
    .header--black .header__logo .logo__img-svg {
        display: block;
    }
}

.header--black .header__logo .logo__img-svg.logo__img-svg--black {
    display: block;
}

.header--black .header__logo .logo__title {
    color: #000002;
}

.header--black .header__menu .menu-nav__link {
    color: #000002;
}

.header--black .header__menu .menu-nav__link:hover {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .header--black .header__menu .menu-nav__link:hover {
        color: #00A0DC;
    }
}

.header--black .header__menu .menu-nav__item--sub .menu-nav__link:after {
    border-bottom-color: #000002;
}

.header--black .header__menu .menu-nav__item--sub.active .menu-nav__link:after {
    border-bottom-color: #FFFFFF;
}

@media (max-width: 1200px) {
    .header--black .header__menu .menu-nav__item--sub.active .menu-nav__link:after {
        border-bottom-color: #00A0DC;
    }
}

.header--black .header__menu .menu-nav__item--sub:after {
    background-color: #6C6C6C;
}

.header--black .logo-distributor__img {
    display: none;
}

.header--black .logo-distributor__img.logo-distributor__img--black {
    display: block;
}

.header--black .submenu__inner {
    border-top: 1px solid #000002;
}

.header--black .burger__item {
    background-color: #000002;
}

@media (max-width: 680px) {
    .header--black .burger__item {
        background-color: #FFFFFF;
    }
}

@media (max-width: 1200px) {
    .header--black .header__menu .menu-nav__list {
        border: 1px solid #000002;
    }
}

@media (max-width: 1200px) and (max-width: 680px) {
    .header--black .header__menu .menu-nav__list {
        border: none;
    }
}

@media (max-width: 1200px) {
    .header--black .submenu__inner {
        border-left: 1px solid #000002;
        border-right: 1px solid #000002;
    }
}

@media (min-width: 992.98px) {
    .header.scroll .header__logo .logo__title {
        color: #FFFFFF;
        transition: all .1s;
    }

    .header.scroll .header__logo .logo__img-svg.logo__img-svg--black {
        display: none;
    }

    .header.scroll .header__logo .logo__img-svg {
        display: block;
    }

    .header.scroll .header__menu .menu-nav__link {
        color: #FFFFFF;
    }

    .header.scroll .header__menu .menu-nav__link:hover {
        color: #18C0FF;
    }

    .header.scroll .header__menu li.menu-nav__item.menu-nav__item--sub.active .menu-nav__link {
        color: #FFFFFF;
    }

    .header.scroll .header__menu .menu-nav__item--sub .menu-nav__link:after {
        border-bottom-color: #FFFFFF;
    }

    .header.scroll .header__menu .menu-nav__item--sub.active .menu-nav__link:after {
        border-bottom-color: #FFFFFF;
    }

    .header.scroll .header__menu .menu-nav__item--sub:after {
        background-color: #6C6C6C;
    }

    .header.scroll .burger__item {
        background-color: #FFFFFF;
    }

    .header.scroll .logo-distributor__img {
        display: block;
    }

    .header.scroll .logo-distributor__img.logo-distributor__img--black {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header.scroll .header__menu .menu-nav__link {
        color: #000002;
    }

    .header.scroll .header__menu .menu-nav__link:hover {
        color: #18C0FF;
    }
}

.header.scroll {
    transition: all .4s;
    background-color: #000002;
}

.header.scroll .header-top__inner {
    transition: all .4s;
}

.header.scroll .header__inner {
    transition: all .4s;
}

.header.scroll .header-top {
    border-bottom-color: white;
}

/* END Header */
/* Burger */
.burger {
    width: 3rem;
    height: 2.1rem;
    position: relative;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: .8;
    z-index: 999;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .burger {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 680px) {
    .burger {
        width: 21px;
        height: 15px;
    }
}

.burger:hover {
    opacity: 1;
}

.burger__item {
    width: 100%;
    display: block;
    height: 2px;
    background: #FFFFFF;
    position: relative;
    transition: all .4s;
}

.burger.active .burger__item:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.9rem;
}

@media (max-width: 680px) {
    .burger.active .burger__item:nth-child(1) {
        top: 0.7rem;
    }
}

.burger.active .burger__item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -0.9rem;
}

@media (max-width: 680px) {
    .burger.active .burger__item:nth-child(3) {
        top: -0.7rem;
    }
}

.burger.active .burger__item:nth-child(2) {
    opacity: 0;
}

/* END Burger */
/* Submenu */
.submenu {
    position: absolute;
    left: 0;
    top: 14.3rem;
    transition: all .2s;
    opacity: 0;
    pointer-events: none;
}

.submenu.active {
    top: 12.3rem;
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1200px) {
    .submenu.active {
        top: 17.3rem;
    }
}

.submenu__inner {
    padding: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

@media (max-width: 1200px) {
    .submenu__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }
}

.submenu__col--main {
    display: none;
}

@media (max-width: 1200.98px) {
    .submenu__col--main {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .submenu__col--main .submenu__main {
        width: 100%;
    }

    .submenu__col--main .submenu__main .menu-nav__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .submenu__col--main .submenu__main .menu-nav__list .menu-nav__link {
        color: #000002;
    }
}

.submenu__col--nav {
    width: calc(100% - 51.6rem);
    height: auto;
    padding: 2rem 0 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .submenu__col--nav {
        width: 100%;
        padding: 0;
        margin: 0 0 4rem;
    }
}

.submenu__col--nav .menu-nav__title {
    margin-bottom: 8px;
    pointer-events: none;
}

.submenu__col--nav .menu-nav__title-link {
    text-transform: uppercase;
    color: #00A0DC;
}

.submenu__col--nav .menu-nav__list {
    display: block;
    margin-bottom: 0;
}

.submenu__col--nav .menu-nav__list li {
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}

.submenu__col--nav .menu-nav__list li:last-child {
    margin-bottom: 0;
}

.submenu__col--nav .menu-nav__list li a {
    color: #000002;
}

.submenu__col--nav .menu-nav__list li a:hover {
    color: #18C0FF;
}

.submenu__col--banner {
    width: 51.6rem;
    height: auto;
}

@media (max-width: 1200px) {
    .submenu__col--banner {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.submenu__nav {
    width: auto;
    height: auto;
}

.submenu__nav:not(:last-child) {
    margin-right: 9.8rem;
}

@media (max-width: 1560px) {
    .submenu__nav:not(:last-child) {
        margin-right: 6rem;
    }
}

@media (max-width: 1200px) {
    .submenu__nav:not(:last-child) {
        margin-right: 0;
        width: 25%;
    }
}

.submenu__banner {
    width: 51.6rem;
    height: auto;
    min-height: 17.2rem;
}

.submenu__banner-inner {
    padding: 2.4rem 3.5rem;
}

.submenu__banner-title {
    width: 70%;
}

.submenu__banner-title a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #FFFFFF;
}

.submenu__banner-btn {
    margin-top: 2rem;
}

.submenu-mobile {
    display: none;
    padding-top: 10px;
}

.submenu-mobile .menu-nav .menu-nav__list .menu-nav__item {
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
}

.submenu-mobile .menu-nav .menu-nav__list .menu-nav__item a {
    color: #000002;
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.submenu-mobile.active {
    display: block;
}

/* END Submenu */
.footer {
    position: relative;
    background-color: #000000;
}

.footer-top {
    padding: 3.3rem 0 4.8rem;
}

.footer-top__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1400px) {
    .footer-top__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-top__inner .subscribe-block__personal {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .footer__subscribe {
        width: 100%;
    }

    .footer__subscribe .subscribe-block,
    .footer__subscribe .subscribe-block__item {
        width: 100%;
        margin: 0;
    }

    .footer__subscribe .subscribe-block__form {
        width: 50rem;
        max-width: 100%;
        margin: auto;
    }

    .footer__subscribe .subscribe-block__group {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__subscribe .subscribe-block__button {
        text-align: center;
        margin: 2rem auto 0;
    }
}

.footer-bottom {
    padding-bottom: 4rem;
}

.footer__inner {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__data {
    width: 35.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .footer__data {
        width: 30rem;
    }
}

@media (max-width: 1200px) {
    .footer__data {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__data--mod {
    width: 19.5rem;
}

@media (max-width: 1200px) {
    .footer__data--mod {
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .footer__data--mod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__data--mod .footer-bottom__distributor {
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__data--mod .footer__contacts {
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-bottom: 3rem;
    }
}

.footer__menu {
    width: calc(100% - (35.8rem + 19.5rem));
    padding-bottom: 4.8rem;
}

@media (max-width: 1400px) {
    .footer__menu {
        width: calc(100% - (30rem + 19.5rem));
    }
}

@media (max-width: 1200px) {
    .footer__menu {
        width: 100%;
    }
}

.footer__row {
    display: -ms-flexbox;
    display: flex;
}

.footer__col {
    width: 58rem;
}

.footer__col:nth-child(1) {
    width: 36rem;
}

@media (max-width: 1200px) {
    .footer__col:nth-child(1) {
        width: 33.33%;
    }
}

@media (max-width: 425px) {
    .footer__col:nth-child(1) {
        width: 50%;
    }
}

.footer__col:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
}

.footer__col:nth-child(2) .menu-nav {
    width: 50%;
}

@media (max-width: 1200px) {
    .footer__col:nth-child(2) {
        width: 66.66%;
    }
}

@media (max-width: 425px) {
    .footer__col:nth-child(2) {
        width: 50%;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__col:nth-child(2) .menu-nav {
        width: 100%;
    }

    .footer__col:nth-child(2) .menu-nav:nth-child(2) .menu-nav__title {
        display: none;
    }
}

@media (max-width: 425px) {
    .footer__col .menu-nav--footer .menu-nav__list {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1200px) {
    .footer__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 67rem;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .footer__info .footer__stores,
    .footer__info .stores,
    .footer__info .footer__social,
    .footer__info .social__list,
    .footer__info .stores__link {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .footer__info {
        width: 58rem;
    }
}

@media (max-width: 860px) {
    .footer__info {
        width: 100%;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__logo {
    margin-bottom: 4rem;
}

@media (max-width: 1200px) {
    .footer__logo {
        width: 25rem;
        margin-bottom: 3rem;
    }
}

.footer__stores {
    margin-bottom: 2rem;
}

.footer__social {
    margin-bottom: 3.7rem;
}

@media (max-width: 385px) {
    .footer__social {
        margin-top: 20px;
    }
}

.footer__copy {
    color: #FFFFFF;
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

@media (max-width: 680px) {
    .footer__copy {
        display: none;
    }
}

.footer__copy--mob {
    display: none;
}

@media (max-width: 680px) {
    .footer__copy--mob {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.footer__policy {
    margin-top: 1.5rem;
}

.footer__policy .footer__policy-link {
    color: #FFFFFF;
    font-family: "Roboto-Light", Arial, sans-serif;
}

.footer__contacts {
    text-align: right;
}

.footer__contacts .contacts__link {
    color: #FFFFFF;
    font-family: "Roboto-Medium", Arial, sans-serif;
}

.footer__contacts .contacts__link:hover {
    color: #18C0FF;
}

.stores {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.stores__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1rem 1.5rem 0;
}

/* Logo */
.logo {
    width: auto;
    height: 6.8rem;
}

.logo__img {
    width: 9.6rem;
    height: 100%;
}

.logo__img-svg {
    width: 100%;
    height: auto;
}

.logo__img-svg--black {
    display: none;
}

.logo__title {
    width: 13rem;
    height: 100%;
    color: #FFFFFF;
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 1.2rem;
    text-transform: uppercase;
}

/* END Logo */
/* Logo distributor*/
.logo-distributor {
    width: 19.2rem;
    height: 5rem;
    position: relative;
}

.logo-distributor__img--black {
    display: none;
}

.logo-distributor img {
    width: 100%;
    height: auto;
}

/* END Logo distributor*/
/* Menu-nav */
.menu-nav__list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .menu-nav__list {
        padding: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-nav__list .menu-nav__link {
        color: #000002;
    }
}

.menu-nav__item {
    padding: 1.5rem 2.4rem;
    position: relative;
}

.menu-nav__item:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub .menu-nav__link:hover {
        color: #00A0DC;
    }
}

.menu-nav__item--sub:after {
    content: '';
    width: 100%;
    height: 7rem;
    position: absolute;
    left: 0;
    top: -3.5rem;
    bottom: 0;
    background-color: #6C6C6C;
    z-index: 0;
    transition: all 0.2s linear;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub:after {
        display: none;
    }
}

.menu-nav__item--sub > .menu-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.menu-nav__item--sub > .menu-nav__link:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s linear;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub > .menu-nav__link:after {
        border-bottom: 6px solid #000002;
    }
}

.menu-nav__item--sub.active .menu-nav__link {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub.active .menu-nav__link {
        color: #00A0DC;
    }
}

.menu-nav__item--sub.active .menu-nav__link:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-nav__item--sub.active:after {
    height: 12.3rem;
    opacity: 1;
}

.menu-nav__link {
    position: relative;
    color: #FFFFFF;
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.menu-nav__link:hover {
    text-decoration: none;
}

.menu-nav--footer {
    color: #FFFFFF;
}

.menu-nav--footer .menu-nav__list {
    display: block;
    margin-bottom: 2.7rem;
}

.menu-nav--footer .menu-nav__title {
    min-height: 3.2rem;
    margin-bottom: 2.8rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__title {
        min-height: 2.4rem;
        margin-bottom: 1.5rem;
    }
}

.menu-nav--footer .menu-nav__title h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__title h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 0;
    }
}

.menu-nav--footer .menu-nav__item {
    margin-right: 1rem;
    padding: 0;
}

.menu-nav--footer .menu-nav__item:not(:last-child) {
    margin-bottom: 1.6rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__item:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.menu-nav--footer .menu-nav__link {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #FFFFFF !important;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__link {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

/* END Menu-nav */
/* Menu-nav */
.menu-nav__list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .menu-nav__list {
        padding: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu-nav__list .menu-nav__link {
        color: #000002;
    }
}

.menu-nav__item {
    padding: 1.5rem 2.4rem;
    position: relative;
}

.menu-nav__item:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub .menu-nav__link:hover {
        color: #00A0DC;
    }
}

.menu-nav__item--sub:after {
    content: '';
    width: 100%;
    height: 7rem;
    position: absolute;
    left: 0;
    top: -3.5rem;
    bottom: 0;
    background-color: #6C6C6C;
    z-index: 0;
    transition: all 0.2s linear;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub:after {
        display: none;
    }
}

.menu-nav__item--sub > .menu-nav__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.menu-nav__item--sub > .menu-nav__link:after {
    content: '';
    width: 0;
    height: 0;
    margin-left: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s linear;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub > .menu-nav__link:after {
        border-bottom: 6px solid #000002;
    }
}

.menu-nav__item--sub.active .menu-nav__link {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .menu-nav__item--sub.active .menu-nav__link {
        color: #00A0DC;
    }
}

.menu-nav__item--sub.active .menu-nav__link:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.menu-nav__item--sub.active:after {
    height: 12.3rem;
    opacity: 1;
}

.menu-nav__link {
    position: relative;
    color: #FFFFFF;
    font-family: "Roboto-Regular", Arial, sans-serif;
}

.menu-nav__link:hover {
    text-decoration: none;
}

.menu-nav--footer {
    color: #FFFFFF;
}

.menu-nav--footer .menu-nav__list {
    display: block;
    margin-bottom: 2.7rem;
}

.menu-nav--footer .menu-nav__title {
    min-height: 3.2rem;
    margin-bottom: 2.8rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__title {
        min-height: 2.4rem;
        margin-bottom: 1.5rem;
    }
}

.menu-nav--footer .menu-nav__title h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__title h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 0;
    }
}

.menu-nav--footer .menu-nav__item {
    margin-right: 1rem;
    padding: 0;
}

.menu-nav--footer .menu-nav__item:not(:last-child) {
    margin-bottom: 1.6rem;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__item:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.menu-nav--footer .menu-nav__link {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #FFFFFF !important;
}

@media (max-width: 680px) {
    .menu-nav--footer .menu-nav__link {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

/* END Menu-nav */
/* Title */
.title {
    position: relative;
    margin-bottom: 4rem;
    z-index: 2;
}

.title h2 {
    color: #000000;
    font-size: 4.8rem;
    line-height: 5.6rem;
}

@media (max-width: 1200px) {
    .title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.title h2 span {
    font-family: "Roboto-Light", Arial, sans-serif;
    display: block;
}

.title--white h2 {
    color: #FFFFFF;
}

.subtitle {
    position: relative;
    z-index: 2;
}

.subtitle p {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .subtitle p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.subtitle--normal p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.subtitle--white p {
    color: #FFFFFF;
}

.subtitle--grey p {
    color: #4E4E4E;
}

.subtitle--outlook {
    margin-bottom: 4rem;
    width: 56.7rem;
    max-width: 100%;
    position: relative;
    z-index: 5;
}

@media (max-width: 1200px) {
    .subtitle--outlook {
        height: auto;
        width: 50%;
        margin-bottom: 2rem;
    }
}

.subtitle--outlook p {
    line-height: 5.6rem;
}

@media (max-width: 1200px) {
    .subtitle--outlook p {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

.subtitle--outlook:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("/assets/images/svg/out-line.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* END Title */
.link {
    color: #00A0DC;
}

.link:hover {
    text-decoration: underline;
}

.link-white {
    color: #FFFFFF;
}

.link-black {
    color: #000000;
}

.link-all {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 0;
    border-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    z-index: 5;
}

.link-mod {
    color: #000002;
    text-decoration: underline;
}

.link-mod:hover {
    color: #00A0DC;
}

.not-link {
    border-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
}

/*  */
.btn,
.button {
    position: relative;
    width: auto;
    height: 4rem;
    padding: 0 4.8rem 0.1rem 4.8rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    color: #FFFFFF;
    white-space: nowrap;
    border: 0;
    border-radius: 8px;
    background-color: #00A0DC;
}

.btn__icon,
.button__icon {
    margin-left: 8px;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
}

.btn__icon path,
.button__icon path {
    stroke: #FFFFFF;
}

.btn:hover,
.button:hover {
    background-color: #18C0FF;
    color: #FFFFFF;
}

.btn:hover .btn__icon,
.button:hover .btn__icon {
    left: 5px;
}

.btn:active, .btn:focus,
.button:active,
.button:focus {
    background-color: #0087BA;
    color: #FFFFFF;
}

.btn--white,
.button--white {
    background-color: #FFFFFF;
    color: #000000;
}

.btn--white .btn__icon path,
.button--white .btn__icon path {
    stroke: #000000 !important;
}

.btn--white:hover,
.button--white:hover {
    background-color: #18C0FF;
    color: #FFFFFF;
}

.btn--white:hover .btn__icon,
.button--white:hover .btn__icon {
    left: 5px;
}

.btn--white:hover .btn__icon path,
.button--white:hover .btn__icon path {
    stroke: #FFFFFF !important;
}

.btn--white:active, .btn--white:focus,
.button--white:active,
.button--white:focus {
    background-color: #0087BA;
    color: #FFFFFF;
}

.btn--white:active path, .btn--white:focus path,
.button--white:active path,
.button--white:focus path {
    stroke: #FFFFFF !important;
}

.btn--black,
.button--black {
    background-color: #000000;
    color: #FFFFFF;
}

.btn--black .btn__icon path,
.button--black .btn__icon path {
    stroke: #FFFFFF !important;
}

.btn--black:hover,
.button--black:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.btn--black:hover .btn__icon,
.button--black:hover .btn__icon {
    left: 5px;
}

.btn--black:hover .btn__icon path,
.button--black:hover .btn__icon path {
    stroke: #000000 !important;
}

.btn--black:active, .btn--black:focus,
.button--black:active,
.button--black:focus {
    background-color: #4E4E4E;
    color: #FFFFFF;
}

.btn--black:active path, .btn--black:focus path,
.button--black:active path,
.button--black:focus path {
    stroke: #FFFFFF !important;
}

.btn--lg,
.button--lg {
    padding: 0 7rem;
    height: 5.4rem;
}

.btn--xl,
.button--xl {
    padding: 0 4.8rem;
    height: 5.6rem;
}

.btn--xl .btn__icon,
.button--xl .btn__icon {
    margin-left: 2rem;
    margin-right: -2rem;
}

.btn--md,
.button--md {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}

.btn--sm,
.button--sm {
    height: 3.6rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}

.btn--s,
.button--s {
    padding: 0 2.4rem;
}

.btn--slim,
.button--slim {
    width: 48.7rem;
    max-width: 100%;
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.3;
    white-space: normal;
}

.btn--slim br,
.button--slim br {
    display: none;
}

@media (max-width: 450px) {
    .btn--slim,
    .button--slim {
        padding: 1.5rem;
        height: 6rem;
    }

    .btn--slim br,
    .button--slim br {
        display: block;
    }
}

.btn--outline,
.button--outline {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.btn--outline:hover,
.button--outline:hover {
    background-color: #00A0DC;
    border-color: #00A0DC;
    color: #FFFFFF;
}

.btn--outline:hover .btn__icon,
.button--outline:hover .btn__icon {
    left: 5px;
}

.btn--outline:active, .btn--outline:focus,
.button--outline:active,
.button--outline:focus {
    background-color: #0087BA;
    border-color: #0087BA;
    color: #FFFFFF;
}

.btn--outline-primary,
.button--outline-primary {
    border: 1px solid #00A0DC;
    background-color: transparent;
    color: #00A0DC;
}

.btn--outline-primary .btn__icon path,
.button--outline-primary .btn__icon path {
    stroke: #00A0DC !important;
}

.btn--outline-primary:hover,
.button--outline-primary:hover {
    background-color: #18C0FF;
    border-color: #18C0FF;
    color: #FFFFFF;
}

.btn--outline-primary:hover .btn__icon path,
.button--outline-primary:hover .btn__icon path {
    stroke: #FFFFFF !important;
}

.btn--outline-primary:active, .btn--outline-primary:focus,
.button--outline-primary:active,
.button--outline-primary:focus {
    background-color: #0087BA;
    border-color: #0087BA;
    color: #FFFFFF;
}

.btn--outline-primary:active .btn__icon path, .btn--outline-primary:focus .btn__icon path,
.button--outline-primary:active .btn__icon path,
.button--outline-primary:focus .btn__icon path {
    stroke: #FFFFFF !important;
}

.btn--download .btn__icon,
.button--download .btn__icon {
    top: -1px;
    margin-left: 1.5rem;
}

/* Subscribe */
.subscribe-block {
    width: auto;
    max-width: 100%;
    height: auto;
}

.subscribe-block--center {
    margin: auto;
}

.subscribe-block__form {
    width: auto;
    height: auto;
    padding: 0;
}

.subscribe-block__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.subscribe-block__item {
    width: 56.5rem;
    max-width: 100%;
    margin-right: 3.1rem;
}

.subscribe-block__control {
    width: 100%;
    height: 4rem;
    padding: 1.3rem 0 1.3rem;
    color: #FFFFFF;
    font-family: "Roboto-Regular", Arial, sans-serif;
    opacity: 1;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
}

.subscribe-block__control:hover, .subscribe-block__control:focus {
    border: none;
    border-bottom: 1px solid #18C0FF;
    background-color: transparent;
}

.subscribe-block__control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::-moz-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control:-ms-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::-ms-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::placeholder {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .subscribe-block__control {
        height: 5rem;
        padding: 1.3rem 2rem 1.3rem;
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        border-radius: 8px;
    }

    .subscribe-block__control:hover, .subscribe-block__control:focus {
        border: 1px solid white;
    }

    .subscribe-block__control::-webkit-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::-moz-placeholder {
        color: #707070;
    }

    .subscribe-block__control:-ms-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::-ms-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::placeholder {
        color: #707070;
    }
}

.subscribe-block__personal {
    text-align: right;
    opacity: 0.5;
}

.subscribe-block__personal a,
.subscribe-block__personal span {
    display: block;
    color: #F9F9F9;
}

.subscribe-block__button {
    position: relative;
    width: 27.5rem;
}

@media (max-width: 525px) {
    .subscribe-block__button {
        width: 100%;
    }
}

.subscribe-block__button input {
    width: 100%;
    text-align: center;
    padding: 0 5.8rem 0 4.8rem;
    transition: all .2s;
}

.subscribe-block__button .btn__icon-svg {
    position: absolute;
    right: 3.8rem;
    top: 6px;
    transition: all .1s;
}

.subscribe-block__button .btn__icon-svg .btn__icon path {
    stroke: #000000;
    transition: none;
}

.subscribe-block__button:hover .btn__icon-svg {
    right: 3.6rem;
}

.subscribe-block__button:hover .btn__icon-svg .btn__icon path {
    stroke: #FFFFFF;
}

/* END Subscribe */
.breadcrumbs {
    margin-bottom: 2rem;
    font-family: "Roboto-Light", Arial, sans-serif;
}

.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs a span,
.breadcrumbs span a span {
    color: #FFFFFF;
}

.breadcrumbs span:hover,
.breadcrumbs a:hover,
.breadcrumbs a span:hover,
.breadcrumbs span a span:hover {
    color: #18C0FF;
    opacity: 1;
}

@media (max-width: 1440px) {
    .breadcrumbs span,
    .breadcrumbs a,
    .breadcrumbs a span,
    .breadcrumbs span a span {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.breadcrumbs .current-item,
.breadcrumbs .current-next-item {
    font-family: "Roboto-Bold", Arial, sans-serif;
    margin-left: 2.4rem;
    pointer-events: none;
    position: relative;
}

.breadcrumbs .current-item:before,
.breadcrumbs .current-next-item:before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0.8rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

@media (max-width: 1440px) {
    .breadcrumbs .current-item:before,
    .breadcrumbs .current-next-item:before {
        top: 0.7rem;
    }
}

.breadcrumbs .current-next-item {
    font-family: "Roboto-Light", Arial, sans-serif;
    pointer-events: all;
}

/* Swiper slider */
.swiper-button-next-reviews,
.swiper-button-prev-reviews,
.swiper-button-next-materials,
.swiper-button-prev-materials {
    background-image: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    top: calc(50% + 5px);
}

.swiper-button-next-materials,
.swiper-button-prev-materials {
    top: -3rem;
}

.swiper-button-prev-reviews,
.swiper-button-prev-materials {
    left: 8rem;
}

@media (max-width: 768px) {
    .swiper-button-prev-reviews,
    .swiper-button-prev-materials {
        left: 2.5rem;
    }
}

.swiper-button-prev-reviews svg,
.swiper-button-prev-materials svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.swiper-button-prev-materials {
    left: 0;
}

.swiper-button-next-reviews {
    right: 8rem;
}

@media (max-width: 768px) {
    .swiper-button-next-reviews {
        right: 2.5rem;
    }
}

.swiper-pagination.swiper-pagination-reviews,
.swiper-pagination.swiper-pagination-materials {
    bottom: -4rem;
    display: none;
}

@media (max-width: 992px) {
    .swiper-pagination.swiper-pagination-reviews,
    .swiper-pagination.swiper-pagination-materials {
        display: block;
    }
}

.swiper-pagination-bullet-active {
    background-color: #18C0FF;
}

/* END Swiper slider */
/* Forms */
.form {
    padding: 0;
}

@media (max-width: 992px) {
    .form__scroll {
        width: 100%;
        height: auto;
        padding-top: 2rem;
        margin-top: -3rem;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.form__scroll::-webkit-scrollbar {
    height: 5px;
}

.form__scroll::-webkit-scrollbar-track {
    background: #6C6C6C;
}

.form__scroll::-webkit-scrollbar-thumb {
    background-color: #7a899c;
    border-radius: 10px;
}

.form__check {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.form__check--active .form__check-label {
    color: #000002;
}

.form__check--last {
    margin-top: -1rem;
}

.form__check-box {
    position: absolute;
    left: 0;
    top: 1px;
    width: 2.2rem;
    height: 2.2rem;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #000002;
    box-sizing: border-box;
    pointer-events: none;
}

.form__check-box:before {
    content: '';
    width: 13px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
    border-radius: 1px;
    border: 3px solid rgba(0, 0, 2, 0.8);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    background-color: #FFFFFF;
}

.form__check-box--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__check-box--active {
    border-color: rgba(0, 0, 2, 0.8);
}

.form__check-box--active.form__check-box:before {
    opacity: 1;
}

.form__check-input {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.8rem;
    opacity: 0;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .form__check-input {
        margin-right: 1.2rem;
    }
}

.form__check-label {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #000002;
    margin-bottom: 0;
}

.form__check-label--box {
    width: 100%;
}

@media (max-width: 470px) {
    .form__check-label--box {
        width: 100% !important;
    }
}

@media (max-width: 470px) {
    .form__check-label--box .form__control {
        width: 100% !important;
    }
}

.form__check--center {
    -ms-flex-align: center;
    align-items: center;
}

.form__check--center .form__check-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__radio {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form__radio-group {
    display: -ms-flexbox;
    display: flex;
}

.form__radio-title {
    font-size: 1.1rem;
    line-height: 1.27;
    letter-spacing: 0.37px;
    text-align: center;
    color: #535a63;
}

.form__radio-item {
    width: 6.8rem;
    height: auto;
    position: relative;
}

@media (max-width: 768px) {
    .form__radio-item {
        width: 5.8rem;
    }
}

.form__radio-item--single {
    width: 22px;
}

.form__radio-item:first-child {
    margin-right: 1.5rem;
}

.form__radio-item input {
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
}

.form__radio-item label {
    display: inline-block;
    cursor: pointer;
    padding: 18px 0 0 18px;
    margin-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
}

.form__radio-item label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}

.form__radio .form__check-label {
    width: calc(100% - (15.1rem + 4rem));
}

@media (max-width: 768px) {
    .form__radio .form__check-label {
        width: calc(100% - (13.1rem));
        margin-left: 0 !important;
    }
}

.form__item {
    width: 100%;
    position: relative;
}

.form__item-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    width: 80.5rem;
    max-width: 100%;
}

.form__item-group .form__item .form__radio-title {
    text-align: left;
    margin-bottom: -3px;
    word-wrap: break-word;
}

.form__item-group .form__item:nth-child(1) {
    width: 56.5rem;
    margin-right: 4rem;
}

@media (max-width: 850px) {
    .form__item-group .form__item:nth-child(1) {
        margin-right: 2rem;
        width: 70%;
    }
}

@media (max-width: 450px) {
    .form__item-group .form__item:nth-child(1) {
        margin-right: 1rem;
    }
}

.form__item-group .form__item:nth-child(1) .form__control {
    padding-left: 4.5rem;
}

@media (max-width: 450px) {
    .form__item-group .form__item:nth-child(1) .form__control {
        padding-left: 3rem;
    }
}

.form__item-group .form__item:nth-child(2),
.form__item-group .form__item:nth-child(3) {
    width: 9rem;
    margin-right: 2rem;
}

@media (max-width: 850px) {
    .form__item-group .form__item:nth-child(2),
    .form__item-group .form__item:nth-child(3) {
        width: 6.5rem;
    }
}

@media (max-width: 450px) {
    .form__item-group .form__item:nth-child(2),
    .form__item-group .form__item:nth-child(3) {
        margin-right: 1rem;
    }
}

@media (max-width: 850px) {
    .form__item-group .form__item:nth-child(3) {
        margin-right: 0;
    }
}

.form__item-group--mod2 {
    width: 100%;
}

.form__item-group--mod2 .form__item:nth-child(1) {
    width: 26.1rem;
    margin-right: 1.5rem;
    height: auto;
}

.form__item-group--mod2 .form__item:nth-child(1) .form__control {
    padding-left: 1.6rem;
    height: 100%;
}

.form__item-group--mod2 .form__item:nth-child(2) {
    width: 6.8rem;
    margin-right: 1.5rem;
    height: auto;
}

.form__item-group--mod2 .form__item:nth-child(2) .form__control {
    height: 100%;
}

.form__item-group--mod2 .form__item:nth-child(3),
.form__item-group--mod2 .form__item:nth-child(4),
.form__item-group--mod2 .form__item:nth-child(5) {
    width: 21.2rem;
    margin-right: 1.5rem;
}

.form__item-group--mod2 .form__item:nth-child(3) .form__control,
.form__item-group--mod2 .form__item:nth-child(4) .form__control,
.form__item-group--mod2 .form__item:nth-child(5) .form__control {
    height: 100%;
}

.form__item-group--mod2 .form__item:nth-child(3) .form__control--textarea,
.form__item-group--mod2 .form__item:nth-child(4) .form__control--textarea,
.form__item-group--mod2 .form__item:nth-child(5) .form__control--textarea {
    min-height: 4.8rem;
    max-height: 8.8rem;
}

.form__item-group--mod3 {
    width: 100%;
}

.form__item-group--mod3 .form__control--textarea {
    width: 100%;
}

.form__item--mod1 {
    margin-bottom: 1.7rem;
}

.form__item--mod2 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem;
    width: 100%;
}

.form__item--mod2 .form__control {
    width: 9.2rem;
    margin-right: 1.5rem;
    padding: 12px 12px 14px;
}

.form__item--mod2 .form__control--f1 {
    width: 28rem;
    max-width: 100%;
}

@media (max-width: 450px) {
    .form__item--mod2 .form__control--f1 {
        width: calc(100% - 10.3rem);
    }
}

.form__item--mod2 .form__control--f2 {
    width: 64.8rem;
    max-width: 100%;
    margin-left: 4rem;
}

@media (max-width: 880px) {
    .form__item--mod2 .form__control--f2 {
        width: 28rem;
    }
}

@media (max-width: 768px) {
    .form__item--mod2 .form__control--f2 {
        margin-left: 2rem;
    }
}

@media (max-width: 460px) {
    .form__item--mod2 .form__control--f2 {
        width: 50vw;
    }
}

@media (max-width: 350px) {
    .form__item--mod2 .form__control--f2 {
        width: 40vw;
    }
}

.form__item--mod2 .form__control-label--relative {
    width: calc(100% - 10.7rem);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    white-space: normal;
}

.form__item--mod3 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem;
}

.form__item--mod3 .form__control {
    width: 6.1rem;
    margin: 0 1.5rem 0 3.1rem;
    padding: 12px 12px 14px;
}

.form__item--mod3 .form__control-label--relative {
    width: calc(100% - 10.7rem);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: rgba(0, 0, 2, 0.4);
    white-space: normal;
}

.form__item.error .form__control-label {
    color: #EB5757;
}

.form__item.error .form__control {
    border-color: #EB5757;
}

.form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    height: 4.4rem;
    padding: 1.2rem 2rem;
    margin: 0;
    border: solid 1px #000002;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000002;
    border-radius: 0;
    box-shadow: none;
}

.form__control-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 1.4rem;
    color: #4E4E4E;
    line-height: 1.8rem;
    position: relative;
    margin: 0 0 4px;
    pointer-events: none;
    transition: .3s;
}

.form__control--textarea {
    min-height: 13rem;
}

.form__control-select {
    line-height: 1;
}

.form__control-error {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #EB5757;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.form__double {
    margin-bottom: 0;
}

.form__add--mod1 {
    margin: -1rem 0 0 3.8rem;
}

.form__add a {
    display: -ms-flexbox;
    display: flex;
}

.form__add-svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}

.form__add-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.52;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.37px;
    color: #535a63;
}

.form__add--radio {
    margin-left: 4rem;
}

@media (max-width: 768px) {
    .form__add--radio {
        margin-left: 2rem;
    }
}

.form__select {
    width: 100%;
    margin-bottom: 1.7rem;
}

.form__select-arrow {
    position: absolute;
    right: 5px;
    top: 9px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: none;
}

.form__counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 8px;
    bottom: 12px;
    opacity: 0.51;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.37px;
    color: #535a63;
    pointer-events: none;
}

.form__double {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__double .form__item.form__select {
    width: 9.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.form__double .form__item {
    width: calc(100% - 10.9rem);
}

.form__submit {
    width: 100%;
    height: auto;
    text-align: center;
}

.form__submit button {
    width: auto;
}

.form__submit--left {
    text-align: left;
}

.form__policy {
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    color: #4E4E4E;
    margin-top: 2rem;
}

textarea {
    resize: none;
    box-shadow: none;
}

input:focus,
input:hover,
.form__control:focus,
.form__control:hover {
    border: solid 1px #000002;
}

.form__control:focus ~ .form__control-label,
.form__control.active + .form__control-label,
.select2-container--open + .form__control-label,
.select2-container--focus + .form__control-label,
.select2-container--below + .form__control-label {
    top: -7px;
    font-size: 11px;
    color: #535a63;
}

.form__radio-item input[type=radio]:checked + label {
    border: 2px solid #000002;
}

.form__radio-item input[type=radio]:checked + label:before {
    opacity: 1;
    visibility: visible;
}

/* Form */
.select2-container .select2-selection--single {
    width: 100%;
    height: 4.4rem;
    padding: 12px 20px 14px;
    margin: 0;
    border: solid 1px #000002;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000002;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    padding: 0 4rem 0 0;
}

.select2-search--dropdown {
    display: none;
}

span.select2.select2-container.select2-container--focus + span.form__select-arrow .form__select-svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s linear;
}

span.select2.select2-container.select2-container--open + span.form__select-arrow .form__select-svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s linear;
}

.select2-results__option.select2-results__option--selectable {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000002;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #F9F9F9;
    color: #000002;
}

span.select2-dropdown.select2-dropdown--below {
    padding: 3px 5px 3px 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.22);
    border: 0;
    border-radius: 0;
}

.select2-results__options {
    padding: 0 5px 0 5px;
}

.select2-container.select2-container--default:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    right: 0;
    bottom: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #FFFFFF;
    pointer-events: none;
    opacity: 1;
}

.select2-container.select2-container--default.select2-container--open:before,
.select2-container.select2-container--default.select2-container--focus:before,
.select2-container.select2-container--default.select2-container--below:before {
    opacity: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1rem;
    width: 1rem;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 1.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 1px 4px 0 4px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00A0DC;
    transition: all .3s linear;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00A0DC;
}

.modal-block__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.modal-block__content {
    width: 100%;
    position: relative;
    display: block;
    padding: 0;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.modal-block__header {
    background-color: #000002;
    padding: 2rem;
}

.modal-block__body {
    padding: 2rem 2rem 4rem;
}

.modal-block__title h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.modal-block__subtitle p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    font-family: "Roboto-Light", Arial, sans-serif;
    margin-bottom: 0;
}

.modal-block__subtitle--mod1 p {
    color: #000002;
    margin-bottom: 0.8rem;
}

.modal-block__subtitle--mod1 p:last-child {
    margin-bottom: 0;
}

.modal-block__close {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.4rem;
    top: 1.4rem;
    opacity: .8;
}

.modal-block__close:hover {
    opacity: 1;
}

@media (max-width: 470px) {
    .modal-block__close {
        right: 1rem;
        top: 1rem;
    }
}

@media (max-width: 768px) {
    .modal-block__form .form__item {
        margin-bottom: 1rem;
    }
}

.modal-open .modal {
    background-color: rgba(37, 47, 62, 0.9);
}

.modal:target {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
}

.modal-dialog {
    width: 47rem;
    max-width: 100%;
    margin: auto;
    top: 7%;
}

.modal-content {
    border: 0;
}

/* Subscribe */
.subscribe-block {
    width: auto;
    max-width: 100%;
    height: auto;
}

.subscribe-block--center {
    margin: auto;
}

.subscribe-block__form {
    width: auto;
    height: auto;
    padding: 0;
}

.subscribe-block__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.subscribe-block__item {
    width: 56.5rem;
    max-width: 100%;
    margin-right: 3.1rem;
}

.subscribe-block__control {
    width: 100%;
    height: 4rem;
    padding: 1.3rem 0 1.3rem;
    color: #FFFFFF;
    font-family: "Roboto-Regular", Arial, sans-serif;
    opacity: 1;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
}

.subscribe-block__control:hover, .subscribe-block__control:focus {
    border: none;
    border-bottom: 1px solid #18C0FF;
    background-color: transparent;
}

.subscribe-block__control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::-moz-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control:-ms-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::-ms-input-placeholder {
    color: #FFFFFF;
}

.subscribe-block__control::placeholder {
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .subscribe-block__control {
        height: 5rem;
        padding: 1.3rem 2rem 1.3rem;
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        border-radius: 8px;
    }

    .subscribe-block__control:hover, .subscribe-block__control:focus {
        border: 1px solid white;
    }

    .subscribe-block__control::-webkit-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::-moz-placeholder {
        color: #707070;
    }

    .subscribe-block__control:-ms-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::-ms-input-placeholder {
        color: #707070;
    }

    .subscribe-block__control::placeholder {
        color: #707070;
    }
}

.subscribe-block__personal {
    text-align: right;
    opacity: 0.5;
}

.subscribe-block__personal a,
.subscribe-block__personal span {
    display: block;
    color: #F9F9F9;
}

.subscribe-block__button {
    position: relative;
    width: 27.5rem;
}

@media (max-width: 525px) {
    .subscribe-block__button {
        width: 100%;
    }
}

.subscribe-block__button input {
    width: 100%;
    text-align: center;
    padding: 0 5.8rem 0 4.8rem;
    transition: all .2s;
}

.subscribe-block__button .btn__icon-svg {
    position: absolute;
    right: 3.8rem;
    top: 6px;
    transition: all .1s;
}

.subscribe-block__button .btn__icon-svg .btn__icon path {
    stroke: #000000;
    transition: none;
}

.subscribe-block__button:hover .btn__icon-svg {
    right: 3.6rem;
}

.subscribe-block__button:hover .btn__icon-svg .btn__icon path {
    stroke: #FFFFFF;
}

/* END Subscribe */
/* Post */
.post {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .post {
        margin-bottom: 4.5rem;
    }
}

.post__thumbnail {
    width: 100%;
    height: 32.8rem;
    margin-bottom: 2.4rem;
    position: relative;
}

@media (max-width: 1440px) {
    .post__thumbnail {
        height: 28rem;
    }
}

@media (max-width: 1200px) {
    .post__thumbnail {
        height: 22rem;
    }
}

@media (max-width: 575px) {
    .post__thumbnail {
        height: 27rem;
    }
}

.post__thumbnail--mod {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.post__thumbnail--mod .post__title {
    text-align: center;
    margin-bottom: 2rem;
    height: auto;
    min-height: inherit;
}

.post__thumbnail--mod .post__title h3 {
    color: #FFFFFF;
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: "Roboto-Medium", Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .post__thumbnail--mod .post__title h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

.post__thumbnail--mod .post__btn {
    text-align: center;
    margin-top: -4rem;
    opacity: 0;
    transition: all 0.2s linear;
    position: relative;
    z-index: 6;
}

.post__thumbnail--mod:hover .post__btn {
    opacity: 1;
    margin-top: 0;
}

.post__date {
    margin-bottom: 1.6rem;
    color: #707070;
}

.post__title {
    margin-bottom: 1.6rem;
}

.post__title h3 {
    margin-bottom: 0;
    height: 9.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .post__title h3 {
        height: 7.3rem;
    }
}

@media (max-width: 575px) {
    .post__title h3 {
        height: auto;
    }
}

.post__title h3 a {
    color: #000000;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 1200px) {
    .post__title h3 a {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.post__excerpt {
    max-height: 4.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2.4rem;
}

.post__excerpt p {
    color: #4E4E4E;
    margin-bottom: 0;
}

.post__tags {
    margin-bottom: 0.8rem;
}

.post--pro {
    margin-bottom: 6rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
    transition: all .3s linear;
}

.post--pro .post__content {
    padding: 0 2rem 2.6rem;
    transition: all .3s linear;
}

.post--pro .post__excerpt,
.post--pro .post__excerpt p {
    margin-bottom: 0;
}

.post--pro-mod .post__excerpt {
    margin-bottom: 2rem;
}

.post--pro:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
    .post--pro {
        margin-bottom: 3rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }
}

@media (max-width: 768px) {
    .post--pro .post__thumbnail {
        height: 24rem;
    }
}

@media (max-width: 576px) {
    .post--pro .post__thumbnail {
        height: 28rem;
    }
}

.post--news .post__excerpt {
    margin-bottom: 2.4rem;
}

@media (max-width: 992px) {
    .post--news {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

    .post--news:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }
}

@media (max-width: 768px) {
    .post--news .post__content {
        padding: 0 2rem 2rem;
    }
}

/* END Post */
/* Social */
.social__list {
    display: -ms-flexbox;
    display: flex;
}

.social__item {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 8px;
    background-color: #FFFFFF;
}

.social__item:last-child {
    margin-right: 0;
}

.social__item:hover {
    background-color: #18C0FF;
}

.social__link {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* END Social */
/* Contacts */
.contacts {
    display: block;
}

.contacts__item:not(:last-child) {
    margin-bottom: 8px;
}

.contacts__link {
    font-weight: bold;
}

.contacts__link:hover {
    text-decoration: underline;
}

/* END Contacts */
/* Tags */
.tags__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1rem 0.8rem 0;
}

.tags__item:last-child {
    margin-right: 0;
}

.tags__link {
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.2;
    background-color: #18C0FF;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
}

.tags__link:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0087BA;
}

/* END Tags */
/* Software */
.software {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 525px) {
    .software {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.software__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    margin-right: 1rem;
}

@media (max-width: 525px) {
    .software__title {
        margin-right: 0.5rem;
    }
}

.software__title h3 {
    margin-bottom: 0;
    color: #FFFFFF;
}

.software__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.software__item {
    width: auto;
    margin-left: 5px;
    line-height: 1.2;
    color: #00A0DC;
}

.software__link {
    color: #00A0DC;
}

/* END Software */
/* Content-single */
.content-single {
    width: 100%;
    height: auto;
    min-height: 70vh;
}

.content-single__inner {
    padding: 10rem 16rem 10rem;
}

@media (max-width: 1200px) {
    .content-single__inner {
        padding: 6rem 2rem;
    }
}

.content-single--page .content-single__inner {
    padding: 22.1rem 16rem 11rem;
}

@media (max-width: 1120px) {
    .content-single--page .content-single__inner {
        padding: 18rem 0 3rem;
    }
}

.content-single--initial {
    min-height: inherit;
}

.content-single--initial .content-single__inner {
    padding: 0;
}

@media (max-width: 1120px) {
    .content-single--initial .content-single__inner {
        padding: 0;
    }
}

.content-single--faq {
    padding-left: 7rem;
}

.content-single--faq .content-single__inner img {
    margin: 0;
}

@media (max-width: 992px) {
    .content-single--faq .content-single__inner img {
        margin: 3rem 0 0;
    }
}

@media (max-width: 1440px) {
    .content-single--faq {
        padding-left: 4rem;
    }
}

@media (max-width: 1200px) {
    .content-single--faq {
        padding-left: 2rem;
    }
}

@media (max-width: 992px) {
    .content-single--faq {
        padding-left: 0;
    }
}

.content-single--about {
    padding-left: 7.5rem;
}

.content-single--about .content-single__inner img {
    margin: 0;
}

@media (max-width: 992px) {
    .content-single--about .content-single__inner img {
        margin: 3rem 0 0;
    }
}

@media (max-width: 1440px) {
    .content-single--about {
        padding-left: 4rem;
    }
}

@media (max-width: 1200px) {
    .content-single--about {
        padding-left: 2rem;
    }
}

@media (max-width: 992px) {
    .content-single--about {
        padding-left: 0;
    }

    .content-single--about .content-single__inner ul {
        margin-bottom: 3rem;
    }
}

.content-single--result {
    min-height: inherit;
}

.content-single--result .content-single__inner {
    padding: 6.8rem 0;
}

.content-single--result .content-single__inner h2, .content-single--result .content-single__inner p {
    margin: 0 0 4rem;
}

.content-single--result .content-single__inner ul,
.content-single--result .content-single__inner p {
    text-align: left;
}

@media (max-width: 1120px) {
    .content-single--result .content-single__inner {
        padding: 6rem 2rem;
    }
}

.content-single--result .content-single__block {
    width: 96rem;
    max-width: 100%;
    margin: auto;
}

.content-single h2 {
    text-align: center;
    margin: 4rem 0 8rem;
    font-size: 4.8rem;
    line-height: 5.6rem;
}

@media (max-width: 1200px) {
    .content-single h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.content-single h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 2.5rem;
}

.content-single h4 {
    margin-bottom: 2rem;
}

.content-single p, .content-single li {
    color: #4E4E4E;
}

.content-single p {
    margin-bottom: 3rem;
}

.content-single img {
    width: 100%;
    height: auto;
    margin: 0 auto 8rem;
}

.content-single img.img {
    margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .content-single img {
        margin-bottom: 3rem;
    }

    .content-single img.img {
        margin-bottom: 3rem;
    }
}

.content-single img.img-large {
    width: calc(100% + 32rem);
    margin-left: -16rem;
}

.content-single ul {
    padding-left: 1.8rem;
}

.content-single ul li {
    position: relative;
    margin-bottom: 1px;
}

.content-single ul li:last-child {
    margin-bottom: 0;
}

.content-single ul li:before {
    content: '•';
    position: absolute;
    left: -1.8rem;
    top: 0;
}

.content-single .btn {
    margin-top: 2rem;
}

.content-single__info {
    margin: 8rem 0 3rem;
}

@media (max-width: 768px) {
    .content-single__info {
        margin: 6rem 0 0;
    }
}

.content-single__info p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.content-single__info p strong {
    font-family: "Roboto-Bold", Arial, sans-serif;
}

@media (max-width: 768px) {
    .content-single__info p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

/* END Content-single */
/* Card-single */
.card-single__text {
    font-family: "Roboto-Light", Arial, sans-serif;
}

.card-single__btn {
    margin-top: 2.4rem;
}

.card-single--product {
    height: 100%;
}

.card-single--product .card-single__inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 6.4rem;
    padding-right: 4rem;
    position: relative;
}

@media (max-width: 992px) {
    .card-single--product .card-single__inner {
        padding-right: 0;
    }
}

.card-single--product .card-single__ico {
    width: 11rem;
    height: 11rem;
    margin-bottom: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-single--product .card-single__title {
    margin-bottom: 2rem;
    height: auto;
}

.card-single--product .card-single__link {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-decoration: none;
    color: #000002;
}

.card-single--product .card-single__text {
    width: 100%;
    height: auto;
}

.card-single--product .card-single__btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-single--competence {
    height: 100%;
}

.card-single--competence .card-single__inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.card-single--competence .card-single__ico {
    width: 12.2rem;
    height: 12.8rem;
    margin: 0 auto 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-single--competence .card-single__text {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 1630px) {
    .card-single--competence .card-single__text {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

/* END Card-single */
/* Card */
.card {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card__title {
    margin-bottom: 2.4rem;
}

.card__title h2, .card__title h3, .card__title h4 {
    margin-bottom: 0;
}

.card__title h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.card__text {
    color: #4E4E4E;
    font-family: "Roboto-Light", Arial, sans-serif;
}

.card--features {
    width: 100%;
    height: 100%;
}

.card--features .card__inner {
    padding: 5.1rem 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1440px) {
    .card--features .card__inner {
        padding: 3.1rem 2rem;
    }
}

.card--features .card__title h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.card--features .card__text {
    padding-right: 6.6rem;
}

@media (max-width: 1780px) {
    .card--features .card__text {
        padding-right: 4.6rem;
    }
}

@media (max-width: 1680px) {
    .card--features .card__text {
        padding-right: 2rem;
    }
}

@media (max-width: 1560px) {
    .card--features .card__text {
        padding-right: 0;
    }
}

.card--products {
    width: 100%;
    height: 100%;
    border: 1px solid #F9F9F9;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
}

.card--products:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.card--products .card__title {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.card--products .card__title span {
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 4rem;
    text-transform: uppercase;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.card--products .card__title span sup {
    font-size: 1.2rem;
    line-height: 1;
    height: 100%;
    position: relative;
    top: -0.7rem;
}

.card--products .card__title h3 {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 4.8rem;
    line-height: 5.6rem;
    text-transform: uppercase;
}

@media (max-width: 1780px) {
    .card--products .card__title h3 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.card--products .card__text {
    padding: 0;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.card--products .card__btn {
    position: absolute;
    left: 3rem;
    bottom: 9rem;
    z-index: 1;
}

@media (max-width: 768px) {
    .card--products .card__btn {
        left: 2rem;
    }
}

.card--products .card__inner {
    position: initial;
    padding-bottom: 6.4rem;
}

.card--autodesk {
    overflow: hidden;
    padding: 11.8rem 0 11.2rem 5.2rem;
}

@media (max-width: 1560px) {
    .card--autodesk {
        padding: 10rem 0 10rem 3.2rem;
    }
}

@media (max-width: 768px) {
    .card--autodesk {
        padding: 9rem 2rem;
    }
}

.card--autodesk .card__img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1440px) and (max-width: 1670px) {
    .card--autodesk .card__img {
        opacity: .2;
    }
}

@media (max-width: 1430px) {
    .card--autodesk .card__img {
        opacity: .2;
    }
}

@media (min-width: 680px) and (max-width: 991.98px) {
    .card--autodesk .card__img {
        opacity: 1;
    }
}

.card--autodesk .card__text {
    width: 43rem;
    height: auto;
}

@media (max-width: 992px) {
    .card--autodesk .card__text {
        height: auto;
    }

    .card--autodesk .card__text br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .card--autodesk .card__text {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .card--autodesk .card__text {
        width: 42rem;
        padding-right: 2rem;
    }
}

@media (max-width: 992px) {
    .card--autodesk .card__btn {
        margin-top: 4rem;
    }
}

.card--other {
    overflow: hidden;
    padding: 0;
}

.card--other .card__inner {
    padding: 10rem 6rem 11.6rem;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 992px) {
    .card--other .card__inner {
        padding: 9rem 3rem 9rem;
    }
}

.card--other .card__logo {
    position: absolute;
    top: 2.6rem;
    right: 4rem;
    height: 3.4rem;
}

.card--other .card__logo img {
    width: auto;
    height: 100%;
}

.card--other .card__logo--small {
    height: auto;
    width: 80%;
}

.card--other .card__logo--small img {
    width: 100%;
    height: auto;
}

.card--other .card__title {
    height: auto;
    margin-bottom: 0;
    min-height: 12rem;
}

.card--other .card__title > span {
    height: 4rem;
}

.card--other .card__title > span sup {
    top: 0.8rem;
}

@media (max-width: 992px) {
    .card--other .card__title {
        min-height: 9rem;
    }

    .card--other .card__title span, .card--other .card__title h3 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

.card--other .card__text {
    width: 100%;
    height: auto;
    margin: 2.4rem 0 3.6rem;
}

.card--other .card__btn {
    position: absolute;
    left: 6rem;
    bottom: 8rem;
    z-index: 1;
}

@media (max-width: 992px) {
    .card--other .card__btn {
        left: 3rem;
        bottom: 5.5rem;
    }
}

/* END Card */
/* Table-solution */
.table-solution {
    overflow: hidden;
}

.table-solution__inner {
    width: 100%;
    height: auto;
}

.table-solution__body {
    width: 100%;
    height: auto;
}

.table-solution__body-logo {
    width: 100%;
    height: 10rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.table-solution__body-logo--mod {
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.table-solution__body-logo--mod span.decor {
    text-decoration: none !important;
    margin-left: 0.5rem;
}

.table-solution__body-logo--mod span.decor:before {
    display: none;
}

.table-solution__body-logo span:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-solution__body-logo span:nth-child(2) {
    text-decoration: underline;
    position: relative;
}

.table-solution__body-logo span:nth-child(2).decor:before {
    content: '';
    position: absolute;
    right: -5rem;
    bottom: -0.1rem;
    width: 8.5rem;
    height: 2.8rem;
    pointer-events: none;
    background: linear-gradient(69.04deg, #00BFFD -25.12%, rgba(197, 241, 255, 0) 76.08%, rgba(197, 241, 255, 0) 76.08%);
    z-index: -1;
    opacity: 0.7;
}

.table-solution__footer .table-solution__col:nth-child(1) {
    width: 12.5%;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #FFFFFF;
}

.table-solution__footer .table-solution__col:nth-child(2) {
    width: calc(100% - 12.5%);
    padding: 0 3.3rem;
    background-color: #f3f3f3;
    min-height: 8rem;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #f3f3f3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.table-solution__footer .table-solution__header {
    border-left-color: #f3f3f3;
}

.table-solution__row {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.table-solution__row--mob {
    display: none;
}

.table-solution__col--body {
    width: 12.5%;
}

.table-solution__col--body.table-solution__col--big {
    width: calc(100% - (12.5%*3));
}

.table-solution__col--body.table-solution__col--big .table-solution__col--body {
    width: calc(100%/5);
}

.table-solution__col--body.table-solution__col--big .table-solution__col--body:first-child .table-solution__header {
    border-left: 1px solid #FFFFFF;
}

.table-solution__col--body.table-solution__col--big .table-solution__col--body:last-child .table-solution__header,
.table-solution__col--body.table-solution__col--big .table-solution__col--body:last-child .table-solution__content {
    border-right: 1px solid #f3f3f3;
}

.table-solution__col--body:first-child .table-solution__header {
    border-left: 1px solid #f3f3f3;
}

.table-solution__col--body:nth-child(2) .table-solution__body-logo:before, .table-solution__col--body:nth-child(3) .table-solution__body-logo:before, .table-solution__col--body:nth-child(4) .table-solution__body-logo:before {
    content: '';
    width: 115%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: linear-gradient(71.04deg, #00BFFD 5.02%, rgba(197, 241, 255, 0) 79.45%, rgba(197, 241, 255, 0) 79.45%);
}

.table-solution__col--mobile {
    display: none;
}

.table-solution__logo--mod {
    width: 23rem;
    height: auto;
}

.table-solution__logo-text {
    font-size: 1rem;
    line-height: 1.2;
    color: #4E4E4E;
}

.table-solution__header {
    width: 100%;
    height: 9rem;
    background-color: #f3f3f3;
    border-left: 1px solid #FFFFFF;
}

.table-solution__title {
    width: 100%;
    padding: 3.3rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.table-solution__title--mod {
    padding-left: 3rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.table-solution__title h3 {
    font-family: "Roboto-Medium", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #00A0DC;
    margin-bottom: 0;
}

.table-solution__content {
    width: 100%;
    height: 100%;
    padding: 3.3rem 0 9.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #f3f3f3;
}

.table-solution__content .table-solution__title {
    padding-top: 0;
}

.table-solution__content-list {
    width: 100%;
    margin-bottom: 0;
    padding: 0 1rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.table-solution__content-item {
    width: 100%;
    position: relative;
    font-family: "Roboto-Light", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.table-solution__content-item:not(:last-child) {
    margin-bottom: 1.4rem;
}

.table-solution__content-item:before {
    content: '';
    position: absolute;
    left: -1.2rem;
    top: 1rem;
    width: 4px;
    height: 4px;
    background-color: #00A0DC;
}

.table-solution__content-item.decor:after {
    content: '';
    position: absolute;
    left: -3rem;
    bottom: -0.1rem;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(57.89deg, #00BFFD -5.41%, rgba(197, 241, 255, 0) 75.13%);
    z-index: -1;
    opacity: 0.5;
}

.table-solution__nav {
    width: 100%;
}

.table-solution__nav-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.table-solution__nav-item {
    font-family: "Roboto-Medium", Arial, sans-serif;
    padding: 0 1.9rem;
    position: relative;
}

.table-solution__nav-item:not(:first-child):before {
    content: '';
    position: absolute;
    left: -0.3rem;
    top: 0.9rem;
    width: 4px;
    height: 4px;
    background-color: #000002;
}

/* END Table-solution */
/* Table-article */
.table-article {
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.table-article--page {
    margin: 4rem 0;
}

.table-article__inner {
    width: 100%;
    height: auto;
}

.table-article__row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 7.2rem;
}

@media (max-width: 525px) {
    .table-article__row {
        display: block;
        padding: 1.5rem;
    }
}

.table-article__row:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}

.table-article__row--header .table-article__col {
    padding: 1.2rem;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 525px) {
    .table-article__row--header {
        display: none;
    }
}

.table-article__col {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

@media (max-width: 768px) {
    .table-article__col {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

@media (max-width: 525px) {
    .table-article__col {
        width: 100%;
    }

    .table-article__col:before {
        content: attr(data-label);
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-right: 1rem;
    }
}

.table-article__col h3 {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Roboto-Medium", Arial, sans-serif;
}

@media (max-width: 768px) {
    .table-article__col h3 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.table-article__col p {
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .table-article__col p {
        margin-bottom: 2rem;
    }
}

.table-article__col p:last-child {
    margin-bottom: 0;
}

.table-article__col:nth-child(1) {
    padding: 2.4rem 0.8rem 2.4rem 2.4rem;
    width: calc(100% - 25.8rem);
}

@media (max-width: 768px) {
    .table-article__col:nth-child(1) {
        padding: 1.5rem 0.8rem 1.5rem 1.5rem;
        width: calc(100% - 23.5rem);
    }
}

@media (max-width: 525px) {
    .table-article__col:nth-child(1) {
        width: 100%;
        padding: 0 0 1rem;
    }

    .table-article__col:nth-child(1):before {
        display: none;
    }
}

.table-article__col:nth-child(2) {
    width: 13.8rem;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
    .table-article__col:nth-child(2) {
        width: 12.5rem;
    }
}

.table-article__col:nth-child(3) {
    width: 12rem;
    height: auto;
}

@media (max-width: 768px) {
    .table-article__col:nth-child(3) {
        width: 11rem;
    }
}

.table-article__col:nth-child(2), .table-article__col:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Roboto-Medium", Arial, sans-serif;
}

@media (max-width: 525px) {
    .table-article__col:nth-child(2), .table-article__col:nth-child(3) {
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0.8rem 0;
        border: 0;
    }
}

/* END Table-solution */
/* tabs */
.nav--faq {
    width: 100%;
    height: auto;
}

.nav--faq .nav-link {
    padding: 3rem 0;
    background-color: #FFFFFF;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    color: #000002;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

@media (max-width: 992px) {
    .nav--faq .nav-link {
        padding: 2rem 0;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.nav--faq .nav-link:not(:last-child) {
    margin-bottom: 2rem;
}

.nav--faq .nav-link:hover {
    background-color: #18C0FF;
    color: #FFFFFF;
}

.nav--faq .nav-link.active, .nav--faq .nav-link.active:hover {
    background-color: #00A0DC;
    color: #FFFFFF;
}

/* END tabs */
.calendar-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.calendar-block__ico {
    width: 3.2rem;
    height: 3rem;
    margin-right: 2rem;
}

.calendar-block__data {
    width: calc(100% - 5.2rem);
    height: auto;
}

.calendar-block__list {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.calendar-block__list-item {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

@media (max-width: 992px) {
    .calendar-block__list-item {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.calendar-block__list-item--place {
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.calendar-block--white .calendar-block__list-item {
    color: #FFFFFF;
}

/* Single-block */
.single-block {
    width: 100%;
    height: 100%;
}

.single-block__inner {
    width: 100%;
    height: auto;
}

.single-block__img {
    width: 100%;
    height: 23.2rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.single-block__bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear;
}

.single-block__bg a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.single-block__content {
    width: 100%;
    height: auto;
}

.single-block__title {
    margin-bottom: 1.5rem;
}

.single-block__title a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: "Roboto-Bold", Arial, sans-serif;
    color: #000002;
}

.single-block__title a:hover {
    color: #0087BA;
}

.single-block__text {
    color: #4E4E4E;
}

.single-block:hover .single-block__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* END Single-block */
/* First block */
.first {
    width: 100%;
    height: auto;
    position: relative;
}

.first__inner {
    padding: 39.1rem 0 9rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first__inner {
        padding-top: 24rem;
    }
}

.first__title h1 {
    font-family: "Roboto-Regular", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 6rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 0;
}

.first__title h1 span {
    display: block;
}

.first__title h1 span sup {
    font-size: 25%;
    top: -2.2em;
}

@media (max-width: 1440px) {
    .first__title h1 {
        font-size: 5rem;
    }
}

@media (max-width: 616px) {
    .first__title h1 {
        font-size: 3.2rem;
        line-height: 1.2;
    }
}

.first__title h2 {
    font-family: "Roboto-Medium", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 4.8rem;
    line-height: 5.6rem;
    margin: 2rem 0;
}

@media (max-width: 992px) {
    .first__title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.first__subtitle {
    margin: 2rem 0 4rem;
}

.first__subtitle p {
    font-family: "Roboto-Light", Arial, sans-serif;
    color: #FFFFFF;
}

.first__subtitle p span {
    font-family: "Roboto-Medium", Arial, sans-serif;
}

@media (max-width: 1440px) {
    .first__subtitle p span {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media (max-width: 992px) {
    .first__subtitle p span {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 1440px) {
    .first__subtitle p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media (max-width: 992px) {
    .first__subtitle p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 768px) {
    .first__subtitle p {
        width: 100%;
        padding-right: 2rem;
    }

    .first__subtitle p br {
        display: none;
    }
}

.first__subtitle--fix {
    width: 86.1rem;
    max-width: 100%;
}

.first__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.first__buttons a {
    margin-right: 3.3rem;
    margin-bottom: 2rem;
}

@media (max-width: 616px) {
    .first__buttons a {
        width: 30rem;
    }
}

.first--projects .first__inner {
    padding: 41rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--projects .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--projects .first__inner {
        padding-top: 24rem;
    }
}

.first--projects .first__subtitle,
.first--projects .first__subtitle p {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .first--projects .first__bg {
        background-position: 60% 50%;
    }
}

@media (max-width: 768px) {
    .first--projects .first__bg {
        background-position: 70% 50%;
    }
}

.first--single-project .first__inner {
    padding: 28.8rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--single-project .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--single-project .first__inner {
        padding-top: 24rem;
    }
}

.first--single-project .first__title {
    width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .first--single-project .first__title {
        padding-right: 0;
    }
}

.first--single-prod .first__inner {
    padding: 27rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--single-prod .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--single-prod .first__inner {
        padding-top: 24rem;
    }
}

.first--single-prod .first__title {
    width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .first--single-prod .first__title {
        padding-right: 0;
    }
}

.first--product .first__inner {
    padding: 35rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--product .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--product .first__inner {
        padding-top: 24rem;
    }
}

.first__software {
    margin-top: 20px;
    width: 1200px;
    max-width: 100%;
}

.first__btn {
    margin-top: 4rem;
}

.first--articles .first__inner {
    padding: 41rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--articles .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--articles .first__inner {
        padding-top: 24rem;
    }
}

.first--articles .first__inner .first__subtitle,
.first--articles .first__inner .first__subtitle p {
    margin-bottom: 0;
}

.first--single-articles .first__inner {
    padding: 41rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--single-articles .first__inner {
        padding: 29rem 0 12rem;
    }
}

@media (max-width: 992px) {
    .first--single-articles .first__inner {
        padding: 24rem 0 4rem;
    }
}

.first--single-articles .first__inner .first__title {
    width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .first--single-articles .first__inner .first__title {
        padding-right: 0;
    }
}

.first--faq .first__inner {
    padding: 33.5rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--faq .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--faq .first__inner {
        padding-top: 24rem;
    }
}

.first--faq .first__inner .first__subtitle,
.first--faq .first__inner .first__subtitle p {
    margin-bottom: 0;
}

.first--faq .first__subtitle {
    width: 86.1rem;
    max-width: 100%;
}

.first--services .first__inner {
    padding-bottom: 10rem;
}

@media (max-width: 1200px) {
    .first--services .first__inner {
        padding-bottom: 4rem;
    }
}

.first--services .first__buttons a {
    margin-right: 2rem;
}

@media (max-width: 375px) {
    .first--services .first__buttons a {
        margin-right: 0;
    }
}

.first--faq-single .first__inner {
    padding: 43.5rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--faq-single .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--faq-single .first__inner {
        padding-top: 24rem;
    }
}

.first--faq-single .first__title {
    width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .first--faq-single .first__title {
        padding-right: 0;
    }
}

.first--about .first__subtitle p:not(:last-child) {
    margin-bottom: 2rem;
}

.first--single-news .first__inner {
    padding: 50rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--single-news .first__inner {
        padding: 41rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--single-news .first__inner {
        padding-top: 24rem;
    }
}

.first--single-activity .first__inner {
    padding: 34rem 0 12rem;
}

@media (max-width: 1200px) {
    .first--single-activity .first__inner {
        padding: 29rem 0 4rem;
    }
}

@media (max-width: 992px) {
    .first--single-activity .first__inner {
        padding-top: 24rem;
    }
}

.first--single-video .first__title {
    width: 100%;
    max-width: 100%;
    padding-right: 4rem;
}

@media (max-width: 992px) {
    .first--single-video .first__title {
        padding-right: 0;
    }
}

/* END First block */
/* News block */
.news-block {
    width: 100%;
    height: auto;
    position: relative;
}

.news-block__inner {
    padding: 12.1rem 0 12.9rem;
}

@media (max-width: 1200px) {
    .news-block__inner {
        padding: 6rem 0;
    }
}

.news-block--slider .news-block__inner {
    padding-bottom: 0;
}

.news-block--article .news-block__inner {
    padding: 4rem 0;
}

.news-block--about .news-block__inner {
    padding: 12rem 0 7rem;
}

@media (max-width: 1200px) {
    .news-block--about .news-block__inner {
        padding: 6rem 0;
    }
}

.swiper-container-mod {
    padding: 0 10px;
}

.swiper-button-mod {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 32.8rem;
    top: 0;
    margin-top: 0;
    -webkit-transform: inherit;
    transform: inherit;
}

.swiper-button-mod svg {
    position: relative;
}

.swiper-button-mod--prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 1440px) {
    .swiper-button-mod {
        height: 28rem;
    }
}

@media (max-width: 1200px) {
    .swiper-button-mod {
        height: 22rem;
    }
}

@media (max-width: 768px) {
    .swiper-button-mod {
        height: 24rem;
    }
}

@media (max-width: 576px) {
    .swiper-button-mod {
        height: 28rem;
    }
}

/* END News block */
/* Platform block */
.platform-block__inner {
    padding: 0 0 10rem;
}

.platform-block__info {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #6C6C6C;
    margin-bottom: 1rem;
}

@media (min-width: 681px) {
    .platform-block__info {
        display: none;
    }
}

@media (max-width: 680px) {
    .platform-block__box {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 2rem;
    }
}

.platform-block__img {
    width: 116.2rem;
    height: auto;
    max-width: 100%;
    margin: auto;
    position: relative;
    transition: all 0.2s linear;
}

@media (max-width: 680px) {
    .platform-block__img {
        width: 68rem;
        height: auto;
        max-width: 68rem;
    }
}

.platform-block__img img {
    width: 100%;
    height: auto;
}

.platform-block__item {
    position: absolute;
    z-index: 5;
}

.platform-block__item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.platform-block__item img {
    width: 100%;
    height: auto;
}

.platform-block__item--one {
    width: 20%;
    height: auto;
    left: 4%;
    top: 10%;
}

.platform-block__item--two {
    width: 23%;
    height: 9%;
    left: 3.8%;
    top: 21%;
}

.platform-block__item--three {
    width: 12.5%;
    height: 9%;
    left: 28.1%;
    top: 11%;
}

.platform-block__item--four {
    width: 15.5%;
    height: 9%;
    left: 44%;
    top: 20.5%;
}

@media (max-width: 992px) {
    .platform-block__item--four {
        top: 18.5%;
    }
}

@media (max-width: 680px) {
    .platform-block__item--four {
        top: 15.5%;
    }
}

.platform-block__item--five {
    width: 12.4%;
    height: 9%;
    left: 69.6%;
    top: 2.8%;
}

@media (max-width: 768px) {
    .platform-block__item--five {
        top: 1.8%;
    }
}

.platform-block__item--six {
    width: 27.4%;
    height: 9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2.8%;
}

.platform-block__item-logo {
    position: relative;
}

.platform-block__item-logo svg {
    width: 100%;
    height: auto;
}

.platform-block__item-arrow {
    position: relative;
    left: 0;
    transition: all 0.2s linear;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #00A0DC;
    display: -ms-flexbox;
    display: flex;
}

.platform-block__item-arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 2px solid #00A0DC;
    border-top: 2px solid #00A0DC;
}

@media (max-width: 992px) {
    .platform-block__item-arrow:after {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 680px) {
    .platform-block__item-arrow:after {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 680px) {
    .platform-block__item-arrow {
        margin-top: 5px;
    }
}

.platform-block__item:hover .platform-block__item-arrow {
    left: 8px;
}

.platform-block .title {
    margin-bottom: 1rem;
}

.platform-block .title h2 {
    margin-bottom: 0;
}

.platform-block .subtitle {
    margin-bottom: 4rem;
}

@media (min-width: 1024.98px) {
    .platform-block__item {
        transition: all .2s;
    }

    .platform-block__item.hide {
        opacity: .1;
    }

    .platform-block__item.active,
    .platform-block__item.hide.active {
        opacity: 1;
    }
}

/* END Platform block */
/* Outlook block */
@media (max-width: 680px) {
    .outlook-block {
        background-color: transparent;
        padding: 3rem 0;
        overflow: hidden;
    }

    .outlook-block .container-fluid {
        background-color: #000002;
    }
}

.outlook-block__inner {
    padding: 4rem 0 5rem;
}

@media (max-width: 1200px) {
    .outlook-block__inner {
        padding: 3rem 0;
    }
}

.outlook-block__content {
    width: 116.2rem;
    position: relative;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.outlook-block__content .title {
    width: 45%;
    margin-bottom: 5.8rem;
    z-index: 4;
}

.outlook-block__content .title h2 {
    font-size: 4.8rem;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .outlook-block__content .title h2 {
        font-size: 3.2rem;
    }
}

@media (max-width: 680px) {
    .outlook-block__content .title h2 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
}

@media (max-width: 475px) {
    .outlook-block__content .title h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 360px) {
    .outlook-block__content .title h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 680px) {
    .outlook-block__content .title {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .outlook-block__content .subtitle p {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

@media (max-width: 680px) {
    .outlook-block__content .subtitle {
        width: 40vw;
        margin-bottom: 1rem;
    }
}

.outlook-block__content .btn {
    position: relative;
    z-index: 5;
}

@media (max-width: 680px) {
    .outlook-block__content .btn {
        padding: 0 3.5rem;
        height: 3rem;
        font-size: 1.2rem;
    }
}

.outlook-block__img {
    width: 59rem;
    height: auto;
    position: absolute;
    right: -1rem;
    top: -7rem;
    z-index: 3;
}

@media (max-width: 1200px) {
    .outlook-block__img {
        width: 43rem;
        height: 39.4rem;
        z-index: 6;
    }
}

@media (max-width: 680px) {
    .outlook-block__img {
        width: 34rem;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -6rem;
    }
}

@media (max-width: 475px) {
    .outlook-block__img {
        width: 24rem;
        right: -4.5rem;
    }
}

.outlook-block__img img {
    position: relative;
    z-index: 5;
    width: 100%;
}

/* END Outlook block */
/* Projects block */
.projects-block {
    width: 100%;
    height: auto;
    position: relative;
}

.projects-block__inner {
    padding: 12.1rem 0 6.1rem;
}

@media (max-width: 1200px) {
    .projects-block__inner {
        padding: 6rem 0;
    }
}

.projects-block--materials .title {
    margin-bottom: 8rem;
}

.projects-block--articles .projects-block__inner {
    padding: 14rem 0;
}

@media (max-width: 1200px) {
    .projects-block--articles .projects-block__inner {
        padding: 7rem 0;
    }
}

.projects-block--articles .show-all-btn {
    margin-top: 4rem;
}

.projects-block--articles .show-all-btn--news {
    margin-top: 0;
}

.projects-block--video .projects-block__inner {
    padding: 2rem 0 12rem;
}

@media (max-width: 1200px) {
    .projects-block--video .projects-block__inner {
        padding: 0 0 6rem;
    }
}

.projects-block--video .projects-block__section {
    padding-top: 12rem;
}

@media (max-width: 1200px) {
    .projects-block--video .projects-block__section {
        padding-top: 8rem;
    }
}

.projects-block--video .show-all-btn {
    margin-top: 0;
}

@media (max-width: 992px) {
    .projects-block--video .show-all-btn {
        margin-top: 4rem;
    }
}

.projects-block__activity {
    margin-bottom: 10rem;
}

.projects-block .title h2 {
    margin-bottom: 0;
}

.projects-block .subtitle {
    margin-bottom: 4rem;
}

/* END Projects block */
/* Products block */
.products-block {
    width: 100%;
    height: auto;
    position: relative;
}

.products-block__inner {
    padding: 11.5rem 0 12rem;
}

@media (max-width: 1200px) {
    .products-block__inner {
        padding: 6rem 0;
    }
}

.products-block-items__inner {
    padding-top: 7rem;
}

.products-block-items .title {
    margin-bottom: 0;
}

.products-block-items .title h2 {
    margin-bottom: 0;
}

.products-item {
    padding-top: 6rem;
}

.products-item__inner {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .products-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products-item__tabs {
    width: calc(100% - 101.7rem);
    height: auto;
    padding-right: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1580px) {
    .products-item__tabs {
        width: calc(100% - 76rem);
        padding-right: 2rem;
    }
}

@media (max-width: 1200px) {
    .products-item__tabs {
        width: 100%;
        padding-right: 0;
    }
}

.products-item__tabs .products-item__nav {
    padding-right: 9rem;
}

@media (max-width: 1580px) {
    .products-item__tabs .products-item__nav {
        padding-right: 4rem;
    }
}

@media (max-width: 1200px) {
    .products-item__tabs .products-item__nav {
        padding-right: 0;
    }
}

.products-item__tabs .products-item__nav .nav-link {
    background-color: transparent;
    color: #4E4E4E;
    padding: 0 0 0 3rem;
    position: relative;
}

.products-item__tabs .products-item__nav .nav-link:not(:last-child) {
    margin-bottom: 1.2rem;
}

.products-item__tabs .products-item__nav .nav-link span.products-item__nav-svg {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s linear;
}

.products-item__tabs .products-item__nav .nav-link span.products-item__nav-text {
    display: inline;
    padding-bottom: 2px;
    border-bottom: 1px solid #4E4E4E;
    transition: all 0.2s linear;
}

@media (max-width: 425px) {
    .products-item__tabs .products-item__nav .nav-link span.products-item__nav-text {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

.products-item__tabs .products-item__nav .nav-link:hover, .products-item__tabs .products-item__nav .nav-link.active {
    color: #0087BA;
}

.products-item__tabs .products-item__nav .nav-link:hover span.products-item__nav-svg, .products-item__tabs .products-item__nav .nav-link.active span.products-item__nav-svg {
    left: 8px;
}

.products-item__tabs .products-item__nav .nav-link:hover span.products-item__nav-text, .products-item__tabs .products-item__nav .nav-link.active span.products-item__nav-text {
    border-bottom: 1px solid #0087BA;
}

.products-item__title {
    width: 100%;
    height: auto;
}

.products-item__title h2 {
    font-size: 4.8rem;
    line-height: 5.6rem;
    margin-bottom: 3rem;
}

@media (max-width: 1440px) {
    .products-item__title h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

@media (max-width: 768px) {
    .products-item__title h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 2rem;
    }
}

.products-item__content {
    width: 101.7rem;
    height: 50.6rem;
    background-color: #EFEFEF;
    padding-top: 3.2rem;
    border-radius: 16px 16px 0 0;
    position: relative;
}

@media (max-width: 1580px) {
    .products-item__content {
        width: 76rem;
    }
}

@media (max-width: 1200px) {
    .products-item__content {
        width: 100%;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .products-item__content {
        height: 40rem;
    }
}

.products-item__circles {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    left: 1.9rem;
    top: 1.2rem;
}

.products-item__circles-item {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #A9A7A7;
    margin-right: 5px;
    pointer-events: none;
}

.products-item__tab-content {
    width: 100%;
    height: 100%;
}

.products-item__tab-content .tab-pane {
    width: 100%;
    height: 100%;
}

.products-item__img {
    width: 100%;
    height: 100%;
}

.products-item__nav .nav-link .products-item__nav-text p {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.products-item__nav .nav-link.active .products-item__nav-text p {
    height: auto;
    overflow: auto;
}

/* END Products block */
/* Service block */
.service-block {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 8rem;
}

@media (max-width: 1200px) {
    .service-block {
        padding-bottom: 6rem;
    }
}

.service-block__inner {
    padding: 13.8rem 0 0;
}

@media (max-width: 1200px) {
    .service-block__inner {
        padding: 6rem 0 0;
    }
}

.service-block__header {
    width: 100%;
    height: 40rem;
    background: linear-gradient(to right, #23729A 41%, #E5F8FF 130%);
    overflow: hidden;
    position: relative;
}

@media (max-width: 1440px) {
    .service-block__header {
        height: 37.5rem;
    }
}

@media (max-width: 1200px) {
    .service-block__header {
        height: 36rem;
    }
}

@media (max-width: 992px) {
    .service-block__header {
        height: auto;
    }
}

.service-block__header-title {
    width: 102%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.service-block__header-title img {
    width: 100%;
    height: auto;
}

@media (min-width: 992.98px) {
    .service-block__header-title {
        display: none;
    }
}

.service-table {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 176rem;
    margin: auto;
}

.service-table__row {
    display: -ms-flexbox;
    display: flex;
}

.service-table__col {
    width: 20%;
    text-align: center;
}

.service-table__col:nth-child(1) {
    width: 27rem;
    text-align: left;
}

@media (max-width: 1200px) {
    .service-table__col:nth-child(1) {
        width: 21rem;
    }
}

@media (max-width: 425px) {
    .service-table__col:nth-child(1) {
        width: 15rem;
    }
}

.service-table__col-title a {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #000000;
    text-decoration: underline;
}

.service-table__col-title a:hover {
    color: #00A0DC;
}

@media (max-width: 1200px) {
    .service-table__col-title a {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 425px) {
    .service-table__col-title a {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.service-table--header {
    height: 100%;
}

.service-table--header .service-table__row,
.service-table--header .service-table__col {
    height: 100%;
    text-align: left;
}

.service-table--header .service-table__col {
    position: relative;
    padding: 27.4rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .service-table--header .service-table__col {
        padding: 18rem 0 3rem;
        text-align: left;
        border-left: 1px solid #E5E5E5;
    }

    .service-table--header .service-table__col:last-child {
        border-right: 1px solid #E5E5E5;
    }
}

.service-table--header .service-table__col:nth-child(1) {
    padding: 0;
}

@media (max-width: 992px) {
    .service-table--header .service-table__col:nth-child(3) .service-table__col-text {
        bottom: 6.7rem;
    }

    .service-table--header .service-table__col:nth-child(4) .service-table__col-text {
        bottom: 5.8rem;
    }

    .service-table--header .service-table__col:nth-child(5) .service-table__col-text {
        bottom: 4rem;
    }

    .service-table--header .service-table__col:nth-child(6) .service-table__col-text {
        bottom: 3.8rem;
    }
}

.service-table--header .service-table__col-text {
    position: relative;
    z-index: 1;
}

@media (max-width: 1440px) {
    .service-table--header .service-table__col-text {
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {
    .service-table--header .service-table__col-text {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 992px) {
    .service-table--header .service-table__col-text {
        font-size: 1.6rem;
        line-height: 2.4rem;
        white-space: nowrap;
        position: absolute;
        bottom: 9rem;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .service-table--header .service-table__col-text br {
        display: none;
    }
}

.service-table--header .service-table__col-bg {
    width: 38.5rem;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 1680px) {
    .service-table--header .service-table__col-bg {
        left: -15px;
    }
}

@media (max-width: 1440px) {
    .service-table--header .service-table__col-bg {
        left: -20px;
    }
}

@media (max-width: 1200px) {
    .service-table--header .service-table__col-bg {
        left: -30px;
    }
}

@media (max-width: 992px) {
    .service-table--header .service-table__col-bg {
        display: none;
    }
}

.service-table--header .service-table__col-bg img {
    width: 100%;
    height: auto;
}

.service-table__body {
    margin-bottom: 4rem;
}

@media (max-width: 1200px) {
    .service-table__body {
        margin-bottom: 6rem;
    }
}

.service-table__body .service-table__col:nth-child(1) {
    padding-left: 3.2rem;
}

@media (max-width: 1200px) {
    .service-table__body .service-table__col:nth-child(1) {
        padding-left: 2rem;
    }
}

@media (max-width: 425px) {
    .service-table__body .service-table__col:nth-child(1) {
        padding-left: 1rem;
    }
}

@media (max-width: 992px) {
    .service-table__body .service-table__col img {
        width: 16px;
    }
}

.service-table__body .service-table__row {
    padding: 4rem 0;
}

@media (max-width: 767.98px) {
    .service-table__body .service-table__row {
        padding: 2rem 0;
    }
}

@media (max-width: 425px) {
    .service-table__body .service-table__row {
        padding: 1.5rem 0;
    }
}

.service-table__body .service-table__row:nth-child(even) {
    background-color: #F1F5F9;
}

.service-table__info {
    width: 111rem;
    max-width: 100%;
}

.service-table__info p {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #4E4E4E;
    margin-bottom: 2rem;
    font-family: "Roboto-Light", Arial, sans-serif;
}

.service-table__info p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .service-table__info p {
        font-size: 1.4rem;
        font-family: 1.6rem;
    }
}

/* END Service block */
/* Info block */
.info-block {
    width: 100%;
    height: auto;
    position: relative;
}

.info-block__inner {
    padding: 7.6rem 0 8rem;
}

@media (max-width: 1200px) {
    .info-block__inner {
        padding: 6rem 0 2rem;
    }
}

.info-block-item {
    width: 100%;
    height: 43.6rem;
    background: linear-gradient(to right, #004A65 0%, #050706 100%);
    margin-bottom: 4rem;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .info-block-item {
        height: 33.6rem;
    }
}

.info-block-item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-block-item__content {
    -ms-flex-order: 1;
    order: 1;
    width: 60rem;
    max-width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 7rem;
    position: relative;
    z-index: 5;
}

.info-block-item__title {
    margin-bottom: 2rem;
}

.info-block-item__title h2 {
    font-size: 6.8rem;
    line-height: 8.6rem;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 525px) {
    .info-block-item__title h2 {
        font-size: 3.8rem;
        line-height: 4rem;
        font-family: "Roboto-Bold", Arial, sans-serif;
    }
}

.info-block-item__subtitle {
    margin-bottom: 4rem;
    color: #FFFFFF;
}

.info-block-item__img {
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 60rem);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-color: #000000;
    z-index: 1;
}

.info-block-item__img:before, .info-block-item__img:after {
    content: '';
    position: absolute;
    top: 0;
    width: 60rem;
    height: 100%;
    pointer-events: none;
    left: -60rem;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 56%);
}

.info-block-item__img:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
}

.info-block-item--reverse {
    background: linear-gradient(to right, #050706 0%, #004A65 100%);
}

.info-block-item--reverse .info-block-item__img {
    -ms-flex-order: 1;
    order: 1;
}

.info-block-item--reverse .info-block-item__img:before {
    left: auto;
    right: -60rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 56%);
}

.info-block-item--reverse .info-block-item__img:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.info-block-item--reverse .info-block-item__content {
    -ms-flex-order: 2;
    order: 2;
}

/* END Info block */
/* Branch block */
.branch-block {
    width: 100%;
    height: auto;
    position: relative;
}

.branch-block__inner {
    padding: 0 0 12rem;
}

@media (max-width: 1200px) {
    .branch-block__inner {
        padding: 0 0 4rem;
    }
}

/* END Branch block */
/* All projects block */
.all-projects-block {
    width: 100%;
    height: auto;
    position: relative;
}

.all-projects-block__inner {
    padding: 12rem 0 9rem;
}

@media (max-width: 1200px) {
    .all-projects-block__inner {
        padding: 6rem 0;
    }
}

/* END All projects block */
/* Reviews block */
.reviews-block {
    overflow: hidden;
}

.reviews-block__inner {
    padding: 10rem 0 14rem;
}

@media (max-width: 1200px) {
    .reviews-block__inner {
        padding: 6rem 0;
    }
}

.reviews-block--pro .reviews-block__inner {
    padding: 10rem 0;
}

@media (max-width: 1200px) {
    .reviews-block--pro .reviews-block__inner {
        padding: 6rem 0;
    }
}

.reviews-block--pro .reviews-block__inner .title {
    margin: 0 0 8rem;
    text-align: center;
}

@media (max-width: 1200px) {
    .reviews-block--pro .reviews-block__inner .title {
        margin: 0 0 5rem;
    }
}

.reviews-block--pro .reviews-block__inner .title h2 {
    margin-bottom: 0;
}

.reviews-block--pro .reviews-block__slider .swiper-button-next-reviews {
    right: 6.5rem;
}

@media (max-width: 768px) {
    .reviews-block--pro .reviews-block__slider .swiper-button-next-reviews {
        right: 2.5rem;
    }
}

.reviews-block--pro .reviews-block__slider .swiper-button-prev-reviews {
    left: 6.5rem;
}

@media (max-width: 768px) {
    .reviews-block--pro .reviews-block__slider .swiper-button-prev-reviews {
        left: 2.5rem;
    }
}

.reviews-block__btn {
    margin-top: 8rem;
}

@media (max-width: 1200px) {
    .reviews-block__btn {
        margin-top: 6rem;
    }
}

.reviews-block .swiper-slide {
    padding: 15px;
    height: auto;
}

.reviews-single {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 4.3px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.reviews-single__inner {
    padding: 3.8rem 15rem;
    height: 100%;
}

@media (max-width: 768px) {
    .reviews-single__inner {
        padding: 3.8rem 5rem;
    }
}

.reviews-single__text {
    font-family: "Roboto-Medium", Arial, sans-serif;
    position: relative;
}

.reviews-single__text.hide {
    height: 7.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.reviews-single__line {
    width: 100%;
    height: 1px;
    background-color: #18C0FF;
    margin: 3.2rem 0;
}

.reviews-single__user {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 475px) {
    .reviews-single__user {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.reviews-single__user-img {
    width: 7.2rem;
    height: 7.2rem;
    overflow: hidden;
    border-radius: 50%;
}

.reviews-single__user-data {
    width: calc(100% - 10rem);
    margin-left: 2.8rem;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 475px) {
    .reviews-single__user-data {
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
}

.reviews-single--pro .reviews-single__inner {
    padding: 3.8rem 12rem;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .reviews-single--pro .reviews-single__inner {
        display: block;
    }

    .reviews-single--pro .reviews-single__inner .reviews-single__logo {
        padding: 2rem 0 4rem;
    }
}

@media (max-width: 768px) {
    .reviews-single--pro .reviews-single__inner {
        padding: 3.8rem 5rem;
    }
}

@media (max-width: 475px) {
    .reviews-single--pro .reviews-single__inner .reviews-single__text {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

@media (max-width: 375px) {
    .reviews-single--pro .reviews-single__inner .reviews-single__logo {
        padding: 0 0 2rem;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

.reviews-single__logo {
    width: 38rem;
    height: auto;
    max-width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 4rem;
    text-transform: uppercase;
    padding-right: 3rem;
}

@media (max-width: 992px) {
    .reviews-single__logo {
        width: 100%;
        padding: 0 0 2rem;
        font-size: 3.2rem;
        line-height: 4rem;
    }

    .reviews-single__logo br {
        display: none;
    }
}

.reviews-single__content {
    width: calc(100% - 38rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .reviews-single__content {
        width: 100%;
    }
}

.reviews-single__content--mod {
    width: 100%;
}

.reviews-single__more {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reviews-single__more button {
    background-color: transparent;
    font-family: "Roboto-Regular", Arial, sans-serif;
    color: #00A0DC;
    font-size: 1.6rem;
    outline: none !important;
    border: 0;
}

.reviews-single__more button:hover {
    color: #0087BA;
}

/* END Reviews block */
/*  404 block */
.page-404 {
    position: relative;
    background-color: #000000;
}

.page-404__inner {
    padding: 22rem 0 17.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

@media (max-width: 1200px) {
    .page-404__inner {
        padding: 14rem 0 6rem;
    }
}

.page-404__title {
    text-align: center;
}

.page-404__title h1,
.page-404__title p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.page-404__title h1 {
    font-size: 23.8rem;
    line-height: 31.6rem;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

@media (max-width: 525px) {
    .page-404__title h1 {
        font-size: 15.8rem;
        line-height: 1.2;
    }
}

.page-404__title p {
    font-size: 4.1rem;
    line-height: 5.5rem;
    margin-top: -2rem;
}

@media (max-width: 525px) {
    .page-404__title p {
        font-size: 2.6rem;
        line-height: 1;
        margin-top: 0;
    }
}

.page-404__bg {
    background-position: center;
}

.page-404__btn {
    text-align: center;
    margin-top: 5rem;
}

/* END 404  block */
/* features block */
.features-block {
    width: 100%;
    height: auto;
    position: relative;
}

.features-block__inner {
    padding: 0 0 10rem;
}

@media (max-width: 1200px) {
    .features-block__inner {
        padding: 0 0 6rem;
    }
}

.features-block .title h2 {
    margin-bottom: 8rem;
}

@media (max-width: 1200px) {
    .features-block .title h2 {
        margin-bottom: 6rem;
    }
}

/* END features block */
/* Inform block */
.inform-block {
    width: 100%;
    height: auto;
    position: relative;
}

.inform-block__inner {
    padding: 10rem 0;
}

@media (max-width: 1200px) {
    .inform-block__inner {
        padding: 6rem 0;
    }
}

.inform-block .title {
    margin: auto;
    text-align: center;
}

.inform-block .title h2 {
    margin-bottom: 0;
}

@media (max-width: 580px) {
    .inform-block .title h2 br {
        display: none;
    }
}

.inform-block__btn {
    margin-top: 4rem;
    text-align: center;
}

.inform-block--product {
    margin-bottom: 14rem;
}

@media (max-width: 1200px) {
    .inform-block--product {
        margin-bottom: 6rem;
    }
}

/* END Inform block */
/* Mention block */
.mention-block {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
}

.mention-block--product {
    margin-top: 10rem;
}

.mention-block__inner {
    padding: 6.8rem 0;
    width: 86.4rem;
    max-width: 100%;
    margin: auto;
    text-align: center;
    color: #white;
}

@media (max-width: 1200px) {
    .mention-block__inner {
        padding: 6rem 0;
    }
}

.mention-block__text {
    color: #FFFFFF;
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #18C0FF;
}

@media (max-width: 768px) {
    .mention-block__text {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 0 2rem 3.2rem;
    }
}

.mention-block__author {
    margin-top: 3.2rem;
}

.mention-block__author ul li {
    color: #FFFFFF;
}

.mention-block__author ul li:last-child {
    font-family: "Roboto-Light", Arial, sans-serif;
}

/* END Mention block */
/* Solution block */
.solution-block {
    width: 100%;
    height: auto;
    position: relative;
}

.solution-block__inner {
    padding: 14rem 0 0;
}

@media (max-width: 1200px) {
    .solution-block__inner {
        padding: 6rem 0 0;
    }
}

.solution-block .title {
    margin: 0 0 6rem;
    text-align: center;
}

.solution-block .title h2 {
    margin-bottom: 0;
}

/* END Solution block */
/* autodesk block */
.autodesk-block {
    width: 100%;
    height: auto;
    position: relative;
}

.autodesk-block__inner {
    padding: 7.4rem 0 10rem;
}

@media (max-width: 1200px) {
    .autodesk-block__inner {
        padding: 6rem 0 0;
    }
}

/* END autodesk block */
/* other-prod-block block */
.other-prod-block {
    width: 100%;
    height: auto;
    position: relative;
}

.other-prod-block__inner {
    padding: 10rem 0 7rem;
}

@media (max-width: 1200px) {
    .other-prod-block__inner {
        padding: 6rem 0 3rem;
    }
}

.other-prod-block .title {
    margin: 0 0 8rem;
    text-align: center;
}

.other-prod-block .title h2 {
    margin-bottom: 0;
}

/* END other-prod-block block */
/* Faq block */
.faq-block {
    width: 100%;
    height: auto;
    position: relative;
}

.faq-block__inner {
    padding: 14rem 0;
}

@media (max-width: 1200px) {
    .faq-block__inner {
        padding: 6rem 0;
    }
}

.faq-block__tabs {
    width: 56.5rem;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .faq-block__tabs {
        margin: 0 auto 4rem;
    }
}

.faq-block__content {
    padding-left: 20rem;
}

@media (max-width: 1650px) {
    .faq-block__content {
        padding-left: 16rem;
    }
}

@media (max-width: 1280px) {
    .faq-block__content {
        padding-left: 4rem;
    }
}

@media (max-width: 1024px) {
    .faq-block__content {
        padding-left: 2rem;
    }
}

@media (max-width: 767.98px) {
    .faq-block__content {
        padding-left: 0;
        width: 56.6rem;
        max-width: 100%;
        margin: auto;
    }
}

@media (max-width: 767.98px) {
    .faq-block__title .title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .faq-block__title--mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .faq-block__title--desktop {
        display: none;
    }
}

.faq-block__list-item:not(:last-child) {
    margin-bottom: 2rem;
}

.faq-block__list-link {
    color: #000002;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.faq-block__list-link:hover {
    color: #000002;
    text-decoration: underline;
}

@media (min-width: 1100.98px) {
    .faq-block--single .faq-block__inner .row {
        -ms-flex-align: center;
        align-items: center;
    }
}

.faq-block--about .faq-block__inner {
    padding: 11rem 0 0;
}

.faq-block--about .faq-block__inner img {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .faq-block--about .faq-block__inner {
        padding: 6rem 0 0;
    }
}

/* END Faq block */
/* Competence block */
.competence-block {
    width: 100%;
    height: auto;
    position: relative;
}

.competence-block__inner {
    padding: 14rem 0 0;
}

@media (max-width: 1200px) {
    .competence-block__inner {
        padding: 6rem 0 0;
    }
}

.competence-block__inner .title {
    margin-bottom: 8rem;
}

@media (max-width: 1200px) {
    .competence-block__inner .title {
        margin-bottom: 6rem;
    }
}

/* END Competence block */
/* Contacts block */
.contacts-block {
    width: 100%;
    height: auto;
}

.contacts-block .container-fluid {
    position: relative;
    z-index: 2;
}

.contacts-block__inner {
    position: relative;
    padding: 0;
}

@media (max-width: 1200px) {
    .contacts-block__inner {
        padding: 4rem 0 0;
    }
}

.contacts-block__data {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .contacts-block__data .contacts-block__info {
        padding: 4rem 6rem;
    }

    .contacts-block__data .bg--card,
    .contacts-block__data .bg--black {
        background-color: transparent;
        box-shadow: none;
    }

    .contacts-block__data .bg--card .contacts-block__info {
        background-color: #FFFFFF;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .contacts-block__data .bg--black .contacts-block__info {
        background-color: #000000;
    }
}

@media (max-width: 425px) {
    .contacts-block__data .contacts-block__info {
        padding: 3rem;
    }
}

.contacts-block__map {
    width: 100%;
    height: 68rem;
    margin-top: -27rem;
    position: relative;
    z-index: 1;
}

.contacts-block__info {
    padding: 8.8rem 4rem 8rem 8rem;
}

.contacts-block__info .title {
    margin-bottom: 2rem;
}

.contacts-block__info .title h2 {
    margin-bottom: 0;
}

.contacts-block__info .subtitle {
    margin-bottom: 2rem;
}

.contacts-block__info .subtitle h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: "Roboto-Bold", Arial, sans-serif;
    margin-bottom: 0;
}

.contacts-block__info--questions .title {
    margin-bottom: 3rem;
}

.contacts-block__info--questions .title h2 {
    color: #FFFFFF;
}

.contacts-block__info--questions .contacts-block__info-text {
    color: #FFFFFF;
    margin-bottom: 4rem;
    font-family: "Roboto-Light", Arial, sans-serif;
    width: 50rem;
    max-width: 100%;
}

.contacts__list-item {
    margin-bottom: 1.2rem;
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.contacts__list-link {
    font-family: "Roboto-Regular", Arial, sans-serif;
    color: #000002;
}

.contacts__list-link:hover {
    color: #18C0FF;
}

/* END Contacts block */
/* Have-questions-block block */
.have-questions-block {
    padding: 0 0 14rem;
}

@media (max-width: 1200px) {
    .have-questions-block {
        padding: 0 0 6rem;
    }
}

.have-questions-block__inner {
    background-color: #000000;
    width: 116.1rem;
    max-width: 100%;
    height: auto;
    padding: 9.5rem 2rem;
}

@media (max-width: 1200px) {
    .have-questions-block__inner {
        padding: 6rem 2rem;
    }
}

.have-questions-block__content {
    width: 50.5rem;
    max-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

.have-questions-block__content h2 {
    color: #FFFFFF;
}

.have-questions-block__content .title {
    margin-bottom: 3.7rem;
}

.have-questions-block__text {
    margin-bottom: 4rem;
    text-align: center;
}

.have-questions-block__text p {
    color: #FFFFFF;
}

/* END Have-questions-block block */
/* guides block */
.guides-block {
    width: 100%;
    height: auto;
    position: relative;
}

.guides-block__inner {
    padding: 8rem 0;
}

@media (max-width: 1200px) {
    .guides-block__inner {
        padding: 6rem 0 0;
    }
}

.guides-block__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guides-block__nav a {
    margin: 0 1.6rem 2.6rem;
}

@media (max-width: 525.98px) {
    .guides-block__nav a {
        margin: 0 0 2.6rem;
    }
}

.guides-block__section {
    padding-top: 10rem;
}

@media (max-width: 1200px) {
    .guides-block__section {
        padding-top: 6rem;
    }
}

@media (max-width: 769px) {
    .guides-block__section {
        padding-top: 3rem;
    }
}

.guides-block__section .row {
    margin: auto;
}

@media (max-width: 992px) {
    .guides-block__section .row {
        width: 76.9rem;
    }
}

@media (max-width: 767.98px) {
    .guides-block__section .row {
        width: 52.5rem;
    }
}

@media (max-width: 767.98px) {
    .guides-block__section .row {
        width: 52.5rem;
    }
}

@media (max-width: 525.98px) {
    .guides-block__section .row {
        width: 100%;
    }

    .guides-block__section .row .col-12 {
        padding: 0;
    }
}

.guides-block__title .title {
    text-align: center;
    margin-bottom: 5rem;
}

.guide-box {
    width: 100%;
    height: 41.6rem;
    border: 1px solid #00A0DC;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    cursor: pointer;
    background-color: #707070;
}

@media (max-width: 992px) {
    .guide-box {
        height: 27.7rem;
    }
}

@media (max-width: 767.98px) {
    .guide-box {
        height: 37.7rem;
    }
}

@media (max-width: 525.98px) {
    .guide-box {
        height: 73vw;
    }
}

.guide-box__inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.guide-box__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.guide-box__btn {
    width: 100%;
    height: 12.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    left: 0;
    bottom: -13rem;
    opacity: 0;
    transition: all .3s linear;
    z-index: 2;
}

@media (max-width: 1024px) {
    .guide-box__btn {
        bottom: 0;
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .guide-box__btn {
        height: 8rem;
    }
}

.guide-box:hover .guide-box__btn {
    bottom: 0;
    opacity: 1;
}

/* END guides block */
/* support block */
.support-block {
    width: 100%;
    height: auto;
    position: relative;
}

.support-block__inner {
    padding: 14rem 0;
}

@media (max-width: 1200px) {
    .support-block__inner {
        padding: 6rem 0;
    }
}

@media (max-width: 767.98px) {
    .support-block__inner .row {
        width: 520px;
        max-width: 100%;
        margin: auto;
    }

    .support-block__inner .row .col-12 {
        padding: 0;
    }

    .support-block__inner .row .support-single-block__title {
        height: auto !important;
    }
}

.support-single-block {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
    transition: all .25s linear;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.support-single-block__inner {
    width: 100%;
    height: 100%;
}

.support-single-block__img {
    width: 100%;
    height: 38.7rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1680px) {
    .support-single-block__img {
        height: 33rem;
    }
}

.support-single-block__content {
    width: 100%;
    height: calc(100% - 38.7rem);
    position: relative;
    background: linear-gradient(88.02deg, #23729A 26.77%, #E6F8FF 253.75%), #023649;
    padding: 4.4rem 4rem 12rem;
}

@media (max-width: 1680px) {
    .support-single-block__content {
        height: calc(100% - 33rem);
    }
}

@media (max-width: 1300px) {
    .support-single-block__content {
        padding: 3rem 3rem 8rem;
    }
}

@media (min-width: 1200px) {
    .support-single-block:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        top: -1rem;
    }
}

.support-single-block__title h2 {
    margin-bottom: 0;
}

.support-single-block__title h2 a {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 4rem;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media (max-width: 1680px) {
    .support-single-block__title h2 a {
        font-size: 3.6rem;
    }
}

@media (max-width: 425px) {
    .support-single-block__title h2 a {
        font-size: 3.2rem;
    }
}

.support-single-block__text {
    height: auto;
    color: #FFFFFF;
    margin: 2.6rem 0 2.8rem;
}

.support-single-block__btn {
    position: absolute;
    left: 4rem;
    bottom: 8rem;
}

@media (max-width: 1300px) {
    .support-single-block__btn {
        left: 3rem;
        bottom: 4rem;
    }
}

/* END support block */
/* All-services block */
.all-services__inner {
    padding: 6rem 0;
}

@media (max-width: 1200px) {
    .all-services__inner {
        padding: 3rem 0;
    }
}

/* END All-services block */
/* Info services block */
.info-services-block__inner {
    display: -ms-flexbox;
    display: flex;
    padding: 12.5rem 0 6rem;
}

@media (max-width: 1340px) {
    .info-services-block__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 9rem 0 6rem;
    }
}

@media (max-width: 1200px) {
    .info-services-block__inner {
        padding: 6rem 0;
    }
}

.info-services-block__data {
    width: calc(100% - 86.4rem);
    max-width: 100%;
    padding-right: 12rem;
}

@media (max-width: 1820px) {
    .info-services-block__data {
        padding-right: 6rem;
    }
}

@media (max-width: 1300px) {
    .info-services-block__data {
        width: 100%;
        padding-right: 0;
        margin-bottom: 6rem;
    }
}

.info-services-block__data .title {
    margin-bottom: 3.4rem;
}

@media (max-width: 1300px) {
    .info-services-block__data .title {
        width: 80rem;
        max-width: 100%;
    }
}

.info-services-block__data .subtitle {
    margin-bottom: 3.4rem;
}

@media (max-width: 1300px) {
    .info-services-block__data .subtitle {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .info-services-block__data .subtitle {
        width: 100%;
    }
}

.info-services-block__platform {
    width: 86.4rem;
    max-width: 100%;
}

@media (max-width: 1300px) {
    .info-services-block__platform {
        width: 116.4rem;
        margin: auto;
    }
}

/* END Info services block */
@media (min-width: 1920.98px) {
    .container-fluid {
        max-width: 192rem;
    }
}

/* min-width: 1200px */
@media (min-width: 1170px) {
    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* /min-width: 1200px */
/* max-width: 1560px */
@media (max-width: 1560px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* /max-width: 1560px */
/* max-width: 1440px */
@media (max-width: 1440px) {
    .table-solution__content {
        padding-bottom: 4.5rem;
    }
}

/* /max-width: 1440px */
/* max-width: 1200px */
/* /max-width: 1200px */
/* max-width: 1120px*/
@media (max-width: 1170px) {
    .table-solution__col.table-solution__col--body.table-solution__col--first,
    .table-solution__footer .table-solution__col:nth-child(1) {
        display: none;
    }

    .table-solution__col--body {
        width: 14.28571%;
    }

    .table-solution__col--body.table-solution__col--big {
        width: calc(100% - (14.28571%*2));
    }

    .table-solution__footer .table-solution__col:nth-child(2) {
        width: 100%;
    }
}

/* /max-width: 1170px*/
/* max-width: 1120px*/
@media (max-width: 1120px) {
    .header__burger {
        width: 3rem;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header__contacts {
        opacity: 1;
        transition: opacity .3s linear;
    }

    .header.burger-active .header__contacts {
        opacity: 0;
    }

    .header.burger-active .header__contacts.header__contacts--mob {
        opacity: 1;
    }

    .header__contacts.header__contacts--mob {
        display: block;
    }

    .header__contacts.header__contacts--mob .contacts-list__link {
        font-size: 1.6rem;
    }

    .content-single img.img-large {
        width: 100%;
        margin-left: 0;
    }

    .content-single h2 {
        margin: 6rem 0 3rem;
    }
}

/* /max-width: 1200 */
/* min-width: 992.98px */
@media (min-width: 992.98px) {
    .lg-display-none {
        display: none;
    }
}

/* /min-width: 992.98px */
/* max-width: 1024px */
/* /max-width: 1024px */
/* /max-width: 992px */
@media (max-width: 992px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .md-display-none {
        display: none;
    }

    .md-display-block {
        display: block;
    }

    .md-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .md-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .header__menu.active {
        top: 10rem;
    }

    .header__menu .menu-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem 15px;
    }

    .header__menu .menu-nav__list .menu-nav__item {
        width: 50%;
        padding: 1rem 0;
    }

    .header__menu .menu-nav__list .menu-nav__item .menu-nav__link {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .submenu, .submenu.active {
        top: 25rem;
    }

    .table-solution__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-solution__col--body,
    .table-solution__col--body.table-solution__col--big {
        width: 100%;
    }

    .table-solution__body-logo {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .table-solution__body-logo span:nth-child(2) {
        margin-left: 0.5rem;
    }

    .table-solution__body-logo span:nth-child(2).decor:before {
        right: -2rem;
        width: 5.5rem;
    }

    .table-solution__col--body:nth-child(2) .table-solution__body-logo:before, .table-solution__col--body:nth-child(3) .table-solution__body-logo:before, .table-solution__col--body:nth-child(4) .table-solution__body-logo:before {
        display: none;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list .table-solution__content-item,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list .table-solution__content-item {
        width: 25%;
        padding: 1rem 0 1rem 2rem;
        margin-bottom: 1rem;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-item:before,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-item:before {
        top: 18px;
        left: 6px;
    }

    .table-solution__content-item.decor:after {
        left: 0;
    }

    .table-solution__header,
    .table-solution__row {
        height: auto;
    }

    .table-solution__title {
        padding: 1.4rem 0;
        height: 5rem;
    }

    .table-solution__content {
        height: auto;
        border-left: none;
        border-bottom: 1px solid #f3f3f3;
        padding: 3rem 0;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--big .table-solution__content {
        border-bottom: none;
    }

    .table-solution__col--body.table-solution__col--big .table-solution__col--body {
        width: 33.3333%;
    }

    .table-solution__col--body.table-solution__col--big .table-solution__col--body:first-child .table-solution__header,
    .table-solution__header {
        border-left: none;
    }

    .table-solution__col--mobile {
        display: block;
    }

    .table-solution__content-item {
        font-family: "Roboto-Regular", Arial, sans-serif;
    }

    .table-solution__nav-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-solution__footer .table-solution__row:nth-child(2) .table-solution__nav {
        width: 68rem;
        margin: auto;
    }

    .table-solution__col--body.table-solution__col--big .table-solution__col--body:last-child .table-solution__header,
    .table-solution__col--body.table-solution__col--big .table-solution__col--body:last-child .table-solution__content {
        border-right: none;
    }
}

@media (min-width: 681px) and (max-width: 992px) {
    .menu-nav__item--sub > a.menu-nav__link:after {
        display: none;
    }
}

/* /max-width: 992px */
/* max-width: 767.98px */
@media (max-width: 768px) {
    .submenu__col--nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 2rem;
    }

    .submenu__nav,
    .submenu__nav:not(:last-child) {
        width: 50%;
        margin-bottom: 2rem;
    }

    .submenu__banner {
        margin: auto;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list .table-solution__content-item,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list .table-solution__content-item {
        width: 33.333%;
    }

    .table-solution__footer .table-solution__col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-solution__footer .table-solution__logo.table-solution__logo--mod {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 1rem 0;
        border-bottom: 1px solid #fff;
    }

    .table-solution__footer .table-solution__body-logo.table-solution__body-logo--mod {
        width: auto;
    }

    .table-solution__logo-text {
        width: 26.9rem;
    }

    .table-solution__footer .table-solution__row:nth-child(1) {
        min-height: initial;
    }

    .table-solution__footer .table-solution__row:nth-child(1) .table-solution__col {
        padding: 0;
    }

    .table-solution__footer .table-solution__row:nth-child(1) .table-solution__nav {
        min-height: 8rem;
    }

    .table-solution__footer .table-solution__row:nth-child(1) .table-solution__nav-list {
        height: auto;
        padding-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .footer {
        overflow: hidden;
    }

    .footer__nav-item {
        margin-bottom: 1rem;
    }

    .footer__nav-item:first-child,
    .footer__menu.footer__menu--upp .footer__nav-item {
        margin-bottom: 1.5rem;
    }
}

/* /max-width: 767.98px */
/* max-width: 640px */
@media (max-width: 680px) {
    .header__menu {
        padding: 0;
        top: 50px;
    }

    .header__menu.active {
        top: 34px;
    }

    .header__menu .menu-nav__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }

    .header__menu .menu-nav__list .menu-nav__item {
        width: 100%;
        padding: 16px 15px;
        border-bottom: 1px solid #E1E1E1;
    }

    .header__menu .menu-nav__list .menu-nav__item a {
        font-family: "Roboto-Medium", Arial, sans-serif;
    }

    .submenu {
        display: none;
    }
}

@media (max-width: 640px) {
    .header__contacts {
        display: none;
    }

    .header__contacts.header__contacts--mob {
        display: block;
    }

    .header__logo-title {
        width: 19rem;
        margin: 0 0 0 20px;
        font-size: 1.2rem;
    }
}

/* /max-width: 640px */
/* max-width: 525px */
@media (min-width: 525.98px) {
    .footer__social--mob,
    .footer-bottom__distributor--mob,
    .footer__stores--mob {
        display: none;
    }
}

@media (max-width: 525px) {
    .solution-block .title {
        margin-bottom: 3rem;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list .table-solution__content-item,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list .table-solution__content-item,
    .table-solution__col--body.table-solution__col--big .table-solution__col--body {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-item:before,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-item:before {
        top: 1rem;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--mobile {
        display: none;
    }

    .table-solution__footer .table-solution__logo.table-solution__logo--mod {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .table-solution__footer .table-solution__body-logo.table-solution__body-logo--mod {
        margin-bottom: 1rem;
    }

    .table-solution__logo-text {
        text-align: center;
    }

    .table-solution__header {
        cursor: pointer;
        border-bottom: 1px solid #fff;
    }

    .table-solution__title h3 {
        position: relative;
    }

    .table-solution__title h3:after {
        content: '';
        width: 0;
        height: 0;
        margin-left: 9px;
        position: absolute;
        right: -19px;
        top: 9px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 0.2s linear;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #00A0DC;
    }

    .table-solution__header.active .table-solution__title h3:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .table-solution__content {
        height: 0;
        overflow: hidden;
        padding: 0;
        border-bottom-color: transparent;
    }

    .table-solution__content-item {
        margin-bottom: 1.2rem !important;
    }

    .table-solution__content > ul,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list, .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list {
        padding: 1rem 0 0 2rem;
        width: 22rem;
        margin: auto;
    }

    .table-solution__content.active {
        height: auto;
        border-bottom-color: #f3f3f3;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-list .table-solution__content-item,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-list .table-solution__content-item {
        padding-left: 0;
    }

    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(2) .table-solution__content-item:before,
    .table-solution__col.table-solution__col--body.table-solution__col--sec:nth-child(3) .table-solution__content-item:before {
        left: -1.2rem;
    }

    .table-solution__body-logo {
        height: auto;
    }

    .table-solution__footer .table-solution__row:nth-child(1) .table-solution__nav,
    .table-solution__footer .table-solution__col:nth-child(2) {
        min-height: initial;
    }

    .table-solution__footer .table-solution__row:nth-child(1) .table-solution__nav-list {
        padding-top: 0;
    }

    .table-solution__nav-item {
        width: 50%;
        padding: 0;
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .table-solution__nav {
        padding: 1rem 0 0;
    }

    ul.table-solution__nav-list .table-solution__nav-item:nth-child(odd) {
        text-align: right;
        padding-left: 0;
        padding-right: 1rem;
    }

    ul.table-solution__nav-list .table-solution__nav-item:nth-child(odd):before {
        display: none;
    }

    ul.table-solution__nav-list .table-solution__nav-item:nth-child(even) {
        text-align: left;
        padding-right: 0;
        padding-left: 1rem;
    }

    .table-solution__nav-item:not(:first-child):before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .subscribe-block__personal a,
    .subscribe-block__personal span {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .footer-top {
        padding: 3rem 0;
    }

    .footer-top__inner {
        padding-bottom: 3rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    .logo__img {
        width: 6rem;
        height: auto;
    }

    .logo__title {
        font-size: 1rem;
        line-height: 1.2;
    }

    .footer__row,
    .footer__col:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__col:nth-child(1),
    .footer__col:nth-child(2),
    .footer__col:nth-child(2) .menu-nav,
    .footer__col:nth-child(2) {
        width: 100%;
    }

    .menu-nav--footer .menu-nav__title h3 {
        font-size: 2.4rem;
        font-family: "Roboto-Bold", Arial, sans-serif;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .menu-nav--footer .menu-nav__title h3:after {
        content: '';
        width: 0;
        height: 0;
        position: relative;
        top: 2px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 9px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: all 0.2s linear;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FFFFFF;
    }

    .menu-nav--footer .menu-nav__title.active h3:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu-nav--footer .menu-nav__link {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.4;
    }

    .footer ul.menu-nav__list {
        height: 0;
        overflow: hidden;
    }

    ul.menu-nav__list.active,
    .menu-nav__list.menu-nav__list--mod,
    ul.menu-nav__list.menu-nav__list--mod {
        height: auto;
    }

    .footer__copy.footer__copy--mob {
        margin-top: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 1rem;
    }

    .footer__copy.footer__copy--mob br,
    .menu-nav--footer-mod .menu-nav__title,
    .footer-bottom__distributor,
    .footer__stores,
    .footer__info,
    .footer__social {
        display: none;
    }

    .footer-bottom__distributor.footer-bottom__distributor--mob,
    .footer__stores.footer__stores--mob {
        display: block;
    }

    .footer__stores.footer__stores--mob,
    .footer__stores.footer__stores--mob .stores {
        margin-bottom: 0;
    }

    .footer-bottom__distributor.footer-bottom__distributor--mob .logo-distributor {
        width: 9.5rem;
        height: auto;
    }

    .footer__data--mod .footer__contacts {
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        margin-bottom: 3rem;
        padding: 3rem 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.17);
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    .footer__social.footer__social--mob {
        display: block;
        margin: 3rem 0 0;
    }

    .footer__menu {
        padding-bottom: 1rem;
    }

    .menu-nav--footer .menu-nav__list {
        margin-bottom: 1rem;
    }
}

/* /max-width: 425px */
@media (max-width: 425px) {
    .submenu__banner-title {
        width: 160px;
        max-width: 100%;
    }

    .submenu__banner-title a {
        font-size: 16px;
        line-height: 1.2;
    }

    .submenu__banner-inner {
        padding: 2.4rem 2.2rem;
    }
}

/* /max-width: 415px */
@media (max-width: 415px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__logo-title {
        display: none;
    }
}

/* /max-width: 415px */
/* max-width: 375px */
/* /max-width: 375px */
/* max-width: 370px */
@media (max-width: 370px) {
    .submenu .submenu__nav {
        width: 100%;
    }
}

/* /max-width: 370px */
/* ----------- iPad Pro ----------- */
/* Portrait */


.first.first--articles.first--single-news > .first__bg.bg--image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
