/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.form-input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.advisory,
.benefits__text,
.breadcrumbs-text,
.btn-form .btn-text,
.btn-text,
.categories__services,
.footer-contacts__text,
.form-btn,
.form-input,
.form-input::placeholder,
.linked-in,
.logo-text,
.navigation__list li a,
.text-404 p,
.thanks-title p,
.title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.thanks-text {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body.active {
    overflow: hidden;
}
a {
    text-decoration: none;
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.header-template {
    height: 100%;
}
.header-top {
    margin: 30px 0 60px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4;
}
.logo-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    color: #48266b;
    font-size: 20px;
    line-height: 23px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.logo-text span {
    font-size: 14px;
}
.header-top__buttons {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.btn {
    display: block;
    position: relative;
    cursor: pointer;
}
.btn:hover ._violet-bg {
    background: inherit;
}
.btn:hover ._white-bg {
    background: #48266b;
}
.btn:hover .btn-text {
    color: inherit;
}
.btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-text {
    display: block;
    padding: 16px 32px;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-call-back .btn-bg,
.btn-online .btn-bg,
.lang-active .btn-bg {
    background: #48266b;
    border: 2px solid #48266b;
}
.btn-call-back .btn-text,
.btn-online .btn-text,
.lang-active .btn-text {
    color: #fff;
}
.btn-call-back:hover .btn-text,
.btn-online:hover .btn-text,
.lang-active:hover .btn-text {
    color: #48266b;
}
.btn-call-back:hover .btn-bg,
.btn-online:hover .btn-bg,
.lang-active:hover .btn-bg {
    background: inherit;
}
.btn-pagination .btn-bg,
.lang_no-active .btn-bg {
    background: #fff;
    border: 2px solid #48266b;
}
.btn-pagination .btn-text,
.lang_no-active .btn-text {
    color: #48266b;
}
.btn-pagination:hover .btn-text,
.lang_no-active:hover .btn-text {
    color: #fff;
}
.btn-pagination:hover .btn-bg,
.lang_no-active:hover .btn-bg {
    background: #48266b;
}
.lang-active,
.lang_no-active {
    margin: 0 10px;
}
.btn-call-back,
.btn-online {
    margin: 0;
}
.btn-call-back__phone {
    display: none;
}
.logo-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.logo-imgimg {
    width: 60px;
}
.navigation {
    margin-bottom: 60px;
}
.navigation__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navigation__list li {
    list-style: none;
}
.navigation__list li a {
    color: #3d3d3d;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation__list li a.active,
.navigation__list li a:hover {
    color: #48266b;
}
.navigation__list li a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #48266b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation__list li a.active:before,
.navigation__list li a:hover:before {
    width: 100%;
    color: #48266b;
}
.header-burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}
.header-burger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #48266b;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.header-burger.active span:nth-child(2),
.header-burger.active span:nth-child(3) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header-burger.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    border-radius: 0;
    height: 3px;
}
.header-burger.active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    border-radius: 0;
    height: 3px;
}
.title {
    font-size: 40px;
    line-height: 47px;
    color: #3d3d3d;
    text-align: center;
    margin: 90px 0 40px 0;
    font-weight: 500;
}
.title-internal {
    margin: 60px 0 40px 0;
}
.cart-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(25% - 16px);
    -ms-flex: 1 1 calc(25% - 16px);
    flex: 1 1 calc(25% - 16px);
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
.categories__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(25% - 80px);
    -ms-flex: 1 1 calc(25% - 80px);
    flex: 1 1 calc(25% - 80px);
    margin: 0 10px;
}
.categories__img img {
    width: 100%;
}
.categories__services {
    font-size: 26px;
    line-height: 30px;
    color: #3d3d3d;
    margin: 15px 0 25px 0;
}
.cart-btn .btn-bg {
    background: #02a09e;
    border: 2px solid #02a09e;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.cart-btn .btn-text {
    color: #fff;
    padding: 16px 60px;
    text-align: center;
}
.cart-btn:hover .btn-text {
    color: #02a09e;
}
.cart-btn:hover .btn-bg {
    background: #fff;
}
.btn-cat {
    width: 100%;
}
.btn-cat .btn-bg {
    background: #fff;
    border: 2px solid #02a09e;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.btn-cat .btn-text {
    color: #02a09e;
    padding: 16px 0;
    text-align: center;
}
.btn-cat:hover .btn-text {
    color: #fff;
}
.btn-cat:hover .btn-bg {
    background: #02a09e;
}
.benefits {
    margin-bottom: 90px;
}
.benefits .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefits__wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 50px;
    width: 100%;
}
.benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefits__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3d3d3d;
}
.benefits__img {
    margin-bottom: 20px;
}
.btn-online object {
    fill: green;
    width: 50px;
}
.btn-online {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-online .webcam {
    padding-left: 32px;
}
.btn-online:hover path {
    fill: #48266b;
}
.btn-online .btn-text {
    padding-left: 10px;
}
.footer {
    background: #3d3d3d;
    padding: 30px 0;
}
.footer-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.logo-text__footer {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: block;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    padding-top: 6px;
    white-space: nowrap;
    margin-right: 10px;
}
.footer-navigation {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.footer-navigation .navigation__list li a {
    color: #fff;
    text-transform: none;
}
.footer-navigation .navigation__list li a:before {
    background: #fff;
}
.logo-img-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mesh {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
.linked-in {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.09em;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.linked-in:hover {
    color: #006fab;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer-contacts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-contacts__czech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.footer-contacts__czech .footer-contacts__text {
    text-align: end;
}
.footer-contacts__ukraine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.footer__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__line span {
    display: block;
    width: 1px;
    height: 120px;
    background: #c4c4c4;
    opacity: 0.2;
}
.footer-contacts__text {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-contacts__country {
    font-size: 20px;
    line-height: 23px;
}
.footer-contacts__email,
.footer-contacts__phone {
    display: block;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.advisory {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #8c8c8c;
    opacity: 0.3;
}
.breadcrumbs {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs span {
    margin: 0 10px;
}
.breadcrumbs-text {
    font-size: 16px;
    line-height: 16px;
    color: #3d3d3d;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.breadcrumbs-category,
.breadcrumbs-current,
.breadcrumbs-home {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs-category p,
.breadcrumbs-current p {
    opacity: 1 !important;
}
.breadcrumbs-category a:hover,
.breadcrumbs-current a:hover {
    opacity: 1;
}
.breadcrumbs-home a {
    width: 18px;
    height: 16.5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='16.5' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6 12V7.76471H8.4V12H11.9V6.35294H14L7 0L0 6.35294H2.1V12H5.6Z' fill='%2302A09E'/%3E%3C/svg%3E");
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1 !important;
}
.breadcrumbs-home a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slide-phone {
    display: none;
}
.slide-tablet {
    display: none;
}
.slick-list {
    overflow: hidden;
}
.slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slider-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-item img {
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    width: 60px;
    height: 60px;
    background: rgba(72, 38, 107, 0.5);
    border: none;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slick-arrow.slick-prev {
    left: 20px;
    background: rgba(72, 38, 107, 0.5) center center url(../img/header/arrow-prev.svg) no-repeat;
}
.slick-arrow.slick-prev:hover {
    background: #48266b center center url(../img/header/arrow-prev.svg) no-repeat;
}
.slick-arrow.slick-next {
    right: 20px;
    background: rgba(72, 38, 107, 0.5) center center url(../img/header/arrow-next.svg) no-repeat;
}
.slick-arrow.slick-next:hover {
    background: #48266b center center url(../img/header/arrow-next.svg) no-repeat;
}
.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.slick-dots li {
    margin: 0 7px;
}
.slick-dots li.slick-active button {
    background: #48266b;
}
.slick-dots li button {
    font-size: 0;
    border: none;
    height: 10px;
    width: 50px;
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 6;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    opacity: 0;
}
.popUp.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.popUp-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popUp-close {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3334 8.54699L23.4534 6.66699L16 14.1203L8.54669 6.66699L6.66669 8.54699L14.12 16.0003L6.66669 23.4537L8.54669 25.3337L16 17.8803L23.4534 25.3337L25.3334 23.4537L17.88 16.0003L25.3334 8.54699Z' fill='%233D3D3D'/%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='%233D3D3D'/%3E%3C/svg%3E");
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.popUp-close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3334 8.54699L23.4534 6.66699L16 14.1203L8.54669 6.66699L6.66669 8.54699L14.12 16.0003L6.66669 23.4537L8.54669 25.3337L16 17.8803L23.4534 25.3337L25.3334 23.4537L17.88 16.0003L25.3334 8.54699Z' fill='%2348266B'/%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='%2348266B'/%3E%3C/svg%3E");
}
.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.form-input {
    width: 100%;
    background: #fff;
    outline: 0;
    border: 1px solid #3d3d3d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 0 13px 13px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #3d3d3d;
    margin-bottom: 15px;
}
.form-input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: rgba(61, 61, 61, 0.2);
}
.form-input::-moz-placeholder {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: rgba(61, 61, 61, 0.2);
}
.form-input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: rgba(61, 61, 61, 0.2);
}
.form-input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: rgba(61, 61, 61, 0.2);
}
.form-input::placeholder {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: rgba(61, 61, 61, 0.2);
}
.form-btn {
    padding: 15px 0;
    background: #48266b;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #48266b;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-btn:hover {
    background: inherit;
    color: #48266b;
}
.btn-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 7px 0 7px;
    cursor: pointer;
}
.btn-form .btn-bg {
    border: 1px solid #48266b;
    background: #48266b;
}
.btn-form .btn-text {
    background: 0 0;
    text-align: center;
    outline: 0;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.btn-form:hover .btn-bg {
    background: inherit;
}
.btn-form:hover .btn-text {
    color: #48266b;
}
.ajax-loader {
    position: absolute;
    top: 5px;
    right: 5px;
}
.top-404 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 30px;
}
.top-404 img {
    width: 65px;
}
.content-404 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img-404 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}
.img-404 img {
    max-width: 500px;
}
.text-404 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-404 p {
    font-weight: 700;
    font-size: 162px;
    line-height: 190px;
    letter-spacing: 0.02em;
    color: #48266b;
    opacity: 0.6;
}
.text-404 span {
    font-size: 300px;
    line-height: 352px;
    color: #fff;
    -webkit-text-stroke: 5px #48266b;
}
.btn-404 {
    width: 240px;
    display: block;
    margin: 50px auto 20px auto;
}
.logo-thanks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.thanks-title {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thanks-title p {
    width: 100%;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    line-height: 352px;
    letter-spacing: 0.02em;
    color: transparent;
    -webkit-text-stroke: 5px #48266b;
    font-variant: small-caps;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thanks-title p span {
    color: #48266b;
}
.thanks-text {
    width: 100%;
    font-size: 80px !important;
    line-height: 110% !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
    color: #48266b !important;
}
.btn-thanks__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-thanks__wrapper .btn {
    width: 300px;
}
.btn-thanks__wrapper .btn .btn-text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.video {
    margin-bottom: 90px;
}
.video-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: var(--height-video);
    grid-gap: 50px;
}
.video-content {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.video-content:hover .localized-video {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(36%, rgba(255, 255, 255, 0))),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='%23FF0000'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 36%),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='%23FF0000'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 36%),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='%23FF0000'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
}
.localized-video {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(25%, rgba(0, 0, 0, 0.1)), color-stop(36%, rgba(255, 255, 255, 0))),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='black' fill-opacity='0.44'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 36%),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='black' fill-opacity='0.44'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 36%),
    url("data:image/svg+xml;charset=utf8,%3Csvg width='68' height='48' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M501.451 133.094C495.549 111.161 478.256 93.8718 456.326 87.9655C416.26 77.0007 255.995 77.0007 255.995 77.0007C255.995 77.0007 95.734 77.0007 55.6677 87.5476C34.16 93.4499 16.4452 111.165 10.5429 133.094C0 173.157 0 256.242 0 256.242C0 256.242 0 339.746 10.5429 379.39C16.4492 401.32 33.7381 418.613 55.6716 424.519C96.1558 435.484 255.999 435.484 255.999 435.484C255.999 435.484 416.26 435.484 456.326 424.937C478.26 419.034 495.549 401.742 501.455 379.812C511.998 339.746 511.998 256.664 511.998 256.664C511.998 256.664 512.42 173.157 501.451 133.094Z' fill='black' fill-opacity='0.44'/%3E%3Cpath d='M204.968 333L338.237 256.242L204.968 179.485V333Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center center;
}
.title-video {
    font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    margin: 0;
    padding: 20px 0 0 30px;
}
.video-left iframe,
.video-right iframe {
    width: 100%;
    height: 100%;
}
.form-input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.form-input::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.advisory,
.benefits__text,
.breadcrumbs-text,
.btn-form .btn-text,
.btn-text,
.categories__services,
.footer-contacts__text,
.form-btn,
.form-input,
.form-input::placeholder,
.linked-in,
.logo-text,
.navigation__list li a,
.text-404 p,
.thanks-title p,
.title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
}
.thanks-text {
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000;
}
@media (max-width: 1024px) {
    .container {
        padding: 0 25px;
    }
    .header-top {
        margin-bottom: 40px;
    }
    .breadcrumbs {
        margin: 15px 0 50px 0;
    }
    .header-navigation {
        margin-bottom: 45px;
    }
    .logo-text {
        font-size: 15px;
        line-height: 18px;
    }
    .logo-text span {
        font-size: 11px;
    }
    .logo-img img {
        width: 55px;
    }
    .btn .btn-text {
        padding: 12px 25px;
        font-size: 13px;
    }
    .navigation__list li a {
        font-size: 16px;
        line-height: 19px;
    }
    .title {
        margin: 60px 0 35px 0;
        font-size: 32px;
        line-height: 37px;
    }
    .title-internal {
        margin: 60px 0 20px 0;
    }
    .categories__item {
        width: 100%;
        max-width: 215px;
        min-width: 145px;
    }
    .categories__img {
        width: 80px;
    }
    .categories__img img {
        width: 100%;
    }
    .categories__services {
        font-size: 20px;
        line-height: 23px;
    }
    .btn-cat .btn-text {
        white-space: nowrap;
    }
    .benefits {
        margin-bottom: 60px;
    }
    .benefits__img {
        width: 100px;
    }
    .benefits__img img {
        width: 100%;
    }
    .benefits__text {
        font-size: 14px;
        line-height: 16px;
    }
    .logo-img-footer img {
        width: 40px;
    }
    .footer-navigation {
        margin-bottom: 0;
    }
    .footer-navigation .navigation__list li a {
        font-size: 13px;
        line-height: 15px;
    }
    .footer-navigation .navigation__list li a:before {
        height: 1px;
        height-bottom: -1px;
    }
    .footer-contacts {
        margin-bottom: 45px;
    }
    .mesh {
        margin-bottom: 25px;
    }
    .linked-in {
        font-size: 15px;
        line-height: 18px;
    }
    .footer-contacts__text {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .footer-contacts__country {
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
    }
    .text-404 p {
        font-size: 81px;
        line-height: 95px;
    }
    .text-404 span {
        font-size: 150px;
        line-height: 176px;
    }
    .img-404 img {
        max-width: 400px;
    }
    .btn-404 {
        width: 240px;
        margin: 30px auto 10px auto;
    }
    .slick-dots li button {
        height: 8px;
        width: 40px;
    }
    .slick-dots {
        bottom: 7px;
    }
    .slide-desktop {
        display: none;
    }
    .slide-tablet {
        display: block;
    }
    .thanks-title p {
        font-size: 180px;
        line-height: 200px;
    }
    .thanks-text {
        font-size: 40px !important;
    }
    .video {
        margin-bottom: 60px;
    }
    .video-wrapper {
        grid-template-rows: var(--height-video);
        grid-gap: 30px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .btn .btn-bg {
        border-width: 1px;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
    }
    .btn .btn-text {
        padding: 8px 15px;
        font-size: 12px;
    }
    .btn-rus {
        margin-right: 5px;
    }
    .logo-text {
        font-size: 12px;
    }
    .logo-text span {
        font-size: 8px;
    }
    .logo-img img {
        width: 44px;
    }
    .navigation__list li a {
        font-size: 14px;
    }
    .header-navigation {
        margin-bottom: 35px;
    }
    .header-top {
        margin: 20px 0 30px 0;
    }
    .title {
        font-size: 26px;
        line-height: 30px;
        margin: 40px 0 20px 0;
    }
    .title-internal {
        margin: 40px 0 20px 0;
    }
    .categories__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 calc(50% - 40px);
        -ms-flex: 1 1 calc(50% - 40px);
        flex: 1 1 calc(50% - 40px);
        margin: 10px;
        max-width: 100%;
    }
    .btn-cat {
        max-width: 150px;
    }
    .btn-cat .btn-text {
        padding: 12px 0;
        font-size: 15px;
    }
    .footer-navigation .navigation__list li a {
        font-size: 12px;
    }
    .text-404 p {
        font-size: 40px;
        line-height: 47px;
    }
    .text-404 span {
        font-size: 75px;
        line-height: 88px;
        -webkit-text-stroke: 2px #48266b;
    }
    .img-404 img {
        max-width: 250px;
    }
    .btn-404 {
        width: 240px;
        margin: 30px auto 10px auto;
    }
    .content-404 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slick-dots {
        bottom: 4px;
    }
    .slick-dots li button {
        height: 6px;
        width: 30px;
    }
    .slick-dots li {
        margin: 0 5px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-arrow.slick-prev {
        left: 10px;
        background-size: 10px 15px;
    }
    .slick-arrow.slick-next {
        right: 10px;
        background-size: 10px 15px;
    }
    .thanks-title p {
        font-size: 130px;
        line-height: 150px;
    }
    .thanks-text {
        font-size: 30px !important;
    }
    .video-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, var(--height-video));
        grid-gap: 20px;
    }
}
@media (max-width: 576px) {
    .container {
        padding: 0 10px;
    }
    .breadcrumbs {
        margin: 0 0 20px 0;
    }
    .breadcrumbs span {
        margin: 0 5px;
    }
    .breadcrumbs-text {
        font-size: 11px;
        line-height: 11px;
    }
    .lang-active, .lang_no-active{
        margin: 0 5px;
    }
    .btn .btn-bg {
        border-width: 1px;
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
    }
    .btn .btn-text {
        padding: 8px 15px;
        font-size: 13px;
    }
    .btn-rus {
        margin-right: 10px;
    }
    .btn-call-back .btn-text {
        display: none;
    }
    .btn-call-back .btn-call-back__phone {
        display: block;
        padding: 6px 26px;
    }
    .btn-call-back .btn-call-back__phone:hover path {
        fill: #48266b;
    }
    .header-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        margin: 0;
        padding: 20px 0 25px 0;
    }
    .logo-text {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
    .header-top__buttons {
        margin-top: 30px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header-navigation {
        position: absolute;
        left: 0;
        z-index: 3;
        background: #fff;
        height: 100vh;
        bottom: -100vh;
        width: 100%;
        margin: 0;
        padding: 40px 0 0 0;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .header-navigation.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-navigation .navigation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-navigation .navigation__list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .header-navigation .navigation__list li a {
        font-size: 16px;
        line-height: 19px;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition: all 0.2s ease-in 0.2s;
        -o-transition: all 0.2s ease-in 0.2s;
        transition: all 0.2s ease-in 0.2s;
    }
    .header-navigation .navigation__list li a.menuItem-anim {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .categories .container {
        padding: 0 5px 0 5px;
    }
    .categories__item {
        padding: 25px 10px;
    }
    .categories__img {
        width: 65px;
    }
    .categories__services {
        font-size: 16px;
        line-height: 19px;
        margin: 10px 0 20px 0;
    }
    .benefits {
        margin-bottom: 40px;
    }
    .benefits__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .benefits__item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .benefits__item:last-child {
        margin-bottom: 0;
    }
    .benefits__img {
        width: 75px;
        margin-bottom: 10px;
    }
    .benefits__text {
        font-size: 13px;
        line-height: 15px;
    }
    .btn-online .btn-text {
        padding: 12px 20px 12px 10px;
    }
    .btn-online .webcam {
        padding-left: 20px;
    }
    .footer-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo-text__footer {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        white-space: normal;
        margin-right: 0;
    }
    .footer-navigation {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer-navigation .navigation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-navigation .navigation__list li {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 8px;
    }
    .logo-img-footer {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
    .mesh {
        margin-top: 20px;
    }
    .footer-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .footer__line {
        margin-bottom: 5px;
    }
    .footer__line span {
        width: 100px;
        height: 1px;
    }
    .footer-contacts__text {
        text-align: center !important;
    }
    .footer-contacts__text {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .footer-contacts__country {
        font-size: 12px;
        line-height: 14px;
    }
    .slider-desktop {
        display: none;
    }
    .slide-desktop {
        display: none;
    }
    .slide-tablet {
        display: none;
    }
    .slide-phone {
        display: block;
    }
    .slick-arrow {
        width: 38px;
        height: 38px;
    }
    .popUp-content {
        max-width: 280px;
    }
    .btn-form .btn-text {
        padding: 15px 0;
        font-size: 16px;
        line-height: 19px;
    }
    .thanks-title p {
        font-size: 75px;
        line-height: 130px;
        -webkit-text-stroke: 2px #48266b;
    }
    .thanks-text {
        font-size: 20px !important;
    }
    .btn-thanks__wrapper .btn .btn-text {
        display: block !important;
        padding: 15px 0;
    }
    .video {
        margin-bottom: 40px;
    }
    .video-wrapper {
        grid-template-rows: repeat(2, var(--height-video));
        grid-gap: 10px;
    }
    .title-video {
        font-size: 14px;
        padding: 15px 0 0 20px;
    }
}
