html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
}
body {
    min-height: 100vh;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #181818;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
}
body.active {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Days Sans", sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 20px;
}
h2 {
    font-size: 22px;
    line-height: 1.2;
}
h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}
ul,
ol {
    padding-left: 25px;
    margin-bottom: 24px;
}
ul li,
ol li {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    padding: 2px 0;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
}
ul li::before {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 61px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
p {
    font-size: 20px;
    line-height: 1.3;
}
img {
    max-width: 100%;
}
mark {
    background: none !important;
    color: #eb951a;
}
a,
button {
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
a:active,
button:active {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}
a:hover,
button:hover {
    opacity: 0.8;
}
section {
    padding: 100px 0;
    position: relative;
}
.btn {
    text-transform: uppercase;
    display: inline-block;
    font-family: "Days Sans", sans-serif;
    padding: 19px 19px 17px;
    font-size: 13px;
    background-color: #047ebf;
}
.btn.red {
    background-color: #ce0c11;
}
.btn.red:hover {
    background-color: #fff;
    color: #ce0c11;
}
.btn.purple {
    background-color: #781069;
}
.btn.purple:hover {
    background-color: #fff;
    color: #781069;
}
.btn-menu {
    display: none;
    background-image: url("../img/menu.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
}
.btn-menu.active {
    background-image: url("../img/menu-arrow.svg");
}
.btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #047ebf;
}
.mobile {
	display: none!important;
}
.btn:active {
    opacity: 1;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.btn[disabled] {
    color: rgba(0, 0, 0, 0.2);
    background-color: rgba(135, 215, 207, 0.3);
    cursor: unset;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    pointer-events: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
input,
textarea,
select {
    display: block;
    width: 100%;
    height: 55px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    padding: 0 20px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}
label {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 2px;
    opacity: 0.7;
}
label i {
    color: red;
}
select {
    cursor: pointer;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center right 18px;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
    .btn {
        font-size: 10px;
        padding: 13px 13px 12px;
    }
    h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .container {
        padding: 0 20px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider {
    position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    margin: 0;
    min-height: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    width: 60px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 100;
    bottom: 40px;
    border: none;
    background-image: url("../img/menu-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.slick-arrow::before {
    display: none;
}
.slick-prev {
    left: -webkit-calc((100% - 700px)/2);
    left: -moz-calc((100% - 700px)/2);
    left: calc((100% - 700px) / 2);
    -webkit-transform: scale(-1) !important;
    -moz-transform: scale(-1) !important;
    -ms-transform: scale(-1) !important;
    -o-transform: scale(-1) !important;
    transform: scale(-1) !important;
}
.slick-next {
    right: -webkit-calc((100% - 700px)/2);
    right: -moz-calc((100% - 700px)/2);
    right: calc((100% - 700px) / 2);
}
.slick-disabled {
    cursor: no-drop;
    pointer-events: none;
    -webkit-filter: grayscale(10);
    filter: grayscale(10);
    opacity: 0.5;
}
.slick-dots {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    font-size: 0;
    line-height: 0;
    width: unset;
    display: inline-block;
    margin: 0;
    padding: 0 4px;
}
.slick-dots li::before {
    display: none;
}
.slick-dots button {
    width: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 12px;
    background-color: #bdbdbd;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0);
}
.slick-dots .slick-active button {
    background-color: #fff;
}
@media screen and (max-width: 1300px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: 16px;
    }
    .slick-next {
        right: 16px;
    }
}
@media screen and (max-width: 700px) {
    .slick-prev {
        display: none;
    }
}
.header {
    padding: 30px 0 0;
}
.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .logo img {
    display: inline-block;
    width: 144px;
    margin-right: 56px;
}
.header .logo__text {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    font-weight: bold;
}
.header__social {
    display: inline-block;
    margin-right: 50px;
}
.header__social img {
    display: block;
    width: 32px;
}
.header__social i {
    display: none;
}
.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}
.header .lang {
    background-color: #8b8f99;
    padding: 1px;
}
.header .lang__item {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    padding: 8px 6px 7px;
    color: #fff;
    opacity: 0.3;
}
.header .lang__item.active {
    padding: 8px 13px 7px;
    opacity: 1;
    background-color: #fff;
    color: #000;
}
.header .lang__item:hover {
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .header {
        padding: 20px;
        position: relative;
        z-index: 9999;
        margin-bottom: 55px;
    }
    .header .container {
        padding: 0;
    }
    .header .logo img {
        width: 87px;
        height: 30px;
        margin: 0;
    }
    .header .logo__text {
        font-size: 16px;
        position: absolute;
        top: 80px;
        width: 100%;
        text-align: center;
        z-index: 1111;
    }
    .header::before,
    .header-right::before {
        content: "";
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        pointer-events: none;
        z-index: -1;
        top: 0;
        left: 0;
        background: #181818;
        -webkit-box-shadow: 0px 0px 40px 4px #000;
        -moz-box-shadow: 0px 0px 40px 4px #000;
        box-shadow: 0px 0px 40px 4px #000;
    }
    .header-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 20px;
        background-color: #181818;
        text-align: center;
        background-image: url("../img/menu-bg.jpg");
        background-repeat: no-repeat;
        background-position: top 160px center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    .header-right.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .header__social {
        margin: 0;
    }
    .header__social img {
        display: inline-block;
        vertical-align: middle;
    }
    .header__social i {
        vertical-align: middle;
        display: inline-block;
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        padding: 10px;
        border-left: 1px solid #fff;
        margin-left: 10px;
    }
    .header .lang {
        display: inline-block;
        margin-bottom: 60px;
    }
    .header .lang__item {
        font-size: 11px;
        padding: 9px 8px;
    }
    .header .lang__item.active {
        padding: 9px 14px;
    }
    .header .btn-menu {
        position: relative;
        z-index: 99990;
        display: inline-block;
    }
}
.main {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-man {
    position: relative;
    z-index: 111;
    width: 100%;
    text-align: center;
    pointer-events: none;
}
.main-man img {
    display: block;
    width: 480px; /*max-width:30%;*/
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    height: 85vh;
    max-height: 900px;
    margin: 0 auto;
}
.main-slider {
    /*position:absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main .container {
    padding: 0;
    margin: 0 auto;
    max-width: 1090px;
    height: 85vh;
    max-height: 900px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .container::before {
    content: "";
    display: block;
    width: 380px;
    height: 380px;
    max-width: 30vw;
    max-height: 30vw;
    aspect-ratio: 1/1;
    -webkit-border-radius: 380px;
    -moz-border-radius: 380px;
    border-radius: 380px;
    background: #ce0c11;
    position: absolute;
    z-index: -1;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main .container.blue::before {
    background: #056bb0;
}
.main .container.purple::before {
    background: #781069;
}
.main-item img {
    margin-bottom: 20px;
}
.main-item.left {
    text-align: right;
}
.main-item.left img {
    display: block;
    margin: 0 0 0 auto;
    width: 290px!important;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.main__fill {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 150%;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.main__fill::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 12px;
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.main__heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 38px;
}
.main .btn,
.main__heading,
.main__text {
    opacity: 0;
    -webkit-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    -moz-transition: 0.8s ease all;
    transition: 0.8s ease all;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.main__text {
    font-size: 16px;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    margin-bottom: 47px;
}
.main .btn {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.main-img {
    display: inline-block;
    position: absolute;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
}
.main-img.first {
    width: 240px;
    bottom: -20px;
    left: -277px;
    -webkit-transform: rotate(-30deg) translateY(-200px);
    -moz-transform: rotate(-30deg) translateY(-200px);
    -ms-transform: rotate(-30deg) translateY(-200px);
    -o-transform: rotate(-30deg) translateY(-200px);
    transform: rotate(-30deg) translateY(-200px);
}
.main-img.second {
    width: 142px;
    top: 10%;
    right: -186px;
    -webkit-transform: rotate(30deg) translateX(100px);
    -moz-transform: rotate(30deg) translateX(100px);
    -ms-transform: rotate(30deg) translateX(100px);
    -o-transform: rotate(30deg) translateX(100px);
    transform: rotate(30deg) translateX(100px);
}
.main-img img {
    display: block;
    width: 100%;
}
.main .slick-current .main-item.left img {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.main .slick-current .main-img.first {
    -webkit-transform: rotate(-40deg) translateY(0);
    -moz-transform: rotate(-40deg) translateY(0);
    -ms-transform: rotate(-40deg) translateY(0);
    -o-transform: rotate(-40deg) translateY(0);
    transform: rotate(-40deg) translateY(0);
}
.main .slick-current .main-img.second {
    -webkit-transform: rotate(30deg) translateX(0);
    -moz-transform: rotate(30deg) translateX(0);
    -ms-transform: rotate(30deg) translateX(0);
    -o-transform: rotate(30deg) translateX(0);
    transform: rotate(30deg) translateX(0);
}
.main .slick-current .main__heading,
.main .slick-current .main__fill,
.main .slick-current .main__text,
.main .slick-current .main-item .btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
}
.product {
    width: 33.3%;
    position: relative;
    z-index: 1;
}
.product img {
    display: block;
    width: 100%;
}
.product h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.product-title {
    height: 100%;
    position: absolute;
    background-color: #820302;
    padding: 40px 45px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 105%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: repeat-x;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    background-size: 15px auto;
    background-position: bottom -8px left;
    background-image: url("../img/tile.svg");
}
.product-title p {
    line-height: 140%;
}
.product-title.blue {
    background-color: #056bb0;
}
.product-title.purple {
    background-color: #83009f;
}
.product__descr {
    width: 100%;
    text-align: left;
    line-height: 130% !important;
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.product__text {
    font-weight: 300;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
}
.product__info {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
}
.product__footer {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.product__footer b {
    display: block;
    font-size: 20px;
}
.product-bottom {
    margin: auto 0 0;
}
.product:hover {
    z-index: 999;
}
.product:hover .product-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vid {
    text-align: center;
    padding: 100px 15px;
}
.vid iframe {
    height: unset !important;
    border: none;
    outline: none;
    margin: 0;
    max-width: 100%;
    aspect-ratio: 16/9 !important;
}
.features {
    padding: 100px 0 50px;
    -webkit-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 999;
}
.features .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.features-item {
    min-width: 26%;
    max-width: 32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.features-item img {
    display: inline-block;
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 30px;
}
.features-item p {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
    color: #e4e1e1;
}
.test {
    padding: 130px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.test img {
    max-width: 255px;
}
.test p {
    border-left: 1px solid #fff;
    padding-left: 45px;
    margin: 0 45px;
    font-size: 20px;
}
.test p strong {
    text-transform: uppercase;
    font-size: 17px;
}
.bay {
    overflow: hidden;
    padding: 130px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
.bay h2 {
    margin-bottom: 70px;
}
.bay .wrap {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.bay-item {
    margin: 0 20px;
}
.bay-item img {
    display: block;
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
}
.medicare {
    padding: 135px 0;
}
.medicare h2 {
    margin-bottom: 30px;
}
.medicare p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 90%;
}
.medicare__img {
    width: 130px;
    position: absolute;
    top: 0;
    right: -webkit-calc(100% + 20px);
    right: -moz-calc(100% + 20px);
    right: calc(100% + 20px);
}
.medicare .container {
    max-width: 930px;
}
.medicare .wrap {
    gap: 20px;
}
.medicare .wrap img {
    max-width: 135px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 65px;
    display: inline-block;
}
.footer {
    position: relative;
    z-index: -1;
    padding: 60px 0 100px;
    text-align: center;
    background-color: #7658b4;
}
.footer p {
    font-size: 18px;
}
.footer p a {
    text-decoration: underline;
}
.footer img {
    width: 225px;
    display: inline-block;
    margin-bottom: 30px;
}
.footer-bottom {
    padding-top: 43px;
    margin-top: 43px;
    border-top: 1px solid #fff;
}
.footer-bottom p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.footer__info {
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 20px auto 0;
    max-width: 958px;
    font-weight: bold;
    color: #9b91b1;
}
@media screen and (max-width: 1200px) {
    .footer__info {
        font-size: 20px !important;
        line-height: 130% !important;
    }
    .footer img {
        max-width: 180px;
    }
}
@media screen and (max-width: 700px) {
    .footer {
        padding: 50px 0;
    }
    .footer img {
        max-width: 94px;
        margin-bottom: 20px;
    }
    .footer p {
        font-size: 10px;
    }
    .footer-bottom {
        padding: 30px 20px 0;
        margin-top: 30px;
    }
    .footer-bottom p {
        font-size: 8px;
        line-height: 16px;
    }
    .footer__info {
        margin-top: 25px;
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1400px) {
    .main-img.first {
        left: -177px;
    }
    .main-img.second {
        top: 8%;
        right: -120px;
    }
}
@media screen and (max-width: 1300px) {
    .product-title {
        padding: 30px 30px;
    }
    .medicare__img {
        position: static;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .features {
        padding: 50px 0 20px;
    }
    .features-item {
        display: block;
        text-align: center;
    }
    .features-item img {
        margin: 0 0 10px;
    }
    .products {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .product__descr {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .product__text {
        font-size: 10px;
        line-height: 14px;
    }
    .product__info {
        font-size: 10px;
    }
    .product__footer {
        font-size: 11px;
    }
    .product__footer b {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) {
    .main-man {
        text-align: left;
        max-width: 390px;
        margin: 0 auto;
    }
    .main-man img {
        margin: 0 auto 0 -15px;
	    width: 75vw;
	    max-width: 75vw;
        height: 340px;
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .main-img.first {
        left: -10px;
        bottom: -5px;
        width: 10%;
        min-width: 42px;
    }
    .main-img.second {
        top: 3%;
        right: -10px;
        min-width: 66px;
        width: 15%;
    }
    .main-item {
        width: 71%;
	    position: absolute;
	    z-index: 999;
	    left: 33%;
        margin: 0 0 0 auto;
        text-align: left !important;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .main-item.right {
        display: none;
    }
    .main-item img {
        height: 220px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .main__fill {
        font-size: 9px;
        padding-left: 16px;
        position: relative;
        left: 24%;
    }
    .main__fill::before {
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main .container {
        max-width: 390px;
        height: 340px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .main .container::before {
        left: 8%;
        width: 152px;
        height: 152px;
        max-width: unset;
        max-height: unset;
        -webkit-transform: translate(0%, -69%);
        -moz-transform: translate(0%, -69%);
        -ms-transform: translate(0%, -69%);
        -o-transform: translate(0%, -69%);
        transform: translate(0%, -69%);
    }
    .features {
        padding: 50px 0 20px;
    }
    .features-item {
        margin-bottom: 30px;
    }
    .features-item p {
        font-size: 9px;
        line-height: 16px;
    }
    .products {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product {
        width: 50%;
    }
    .product-title {
        min-height: 100%;
        padding: 35px 40px;
    }
    .test {
        padding: 50px 0;
        max-width: 400px;
        margin: 0 auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .test img {
        max-width: 111px;
        text-align: center;
    }
    .test p {
        margin: 0 0 0 15px;
        padding-left: 15px;
        font-size: 11px;
    }
    .test p strong {
        font-size: 12px;
    }
    .test .btn {
        margin-top: 26px;
    }
    .bay {
        padding: 50px 0 55px;
    }
    .bay h2 {
        margin-bottom: 35px;
    }
    .bay-item {
        margin: 0 15px;
    }
    .bay-item img {
        max-height: 35px;
    }
}
@media screen and (max-width: 700px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block!important;
	}
    .features-item {
        min-width: unset;
        max-width: unset;
        width: 48%;
    }
    .products {
        display: block;
    }
    .product {
        width: 100%;
    }
    .medicare {
        padding: 70px 0;
    }
    .medicare__img {
        max-width: 75px;
        display: block;
        margin: 0 auto 30px;
    }
    .medicare .wrap {
        gap: 10px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .medicare .wrap img {
        max-height: 24px;
        min-width: unset;
    }
    .medicare h2 {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .medicare p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 20px;
    }
} /*# sourceMappingURL=style.css.map */
