@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
    cursor: pointer;
}

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: auto;
}

select::ms-expand {
    display: none;
}

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


/**************
END RESETT CSS
****************/

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-Black.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    src: url("../font/Commissioner/Commissioner-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

:root {
    --red: #F12013;
    --grey: #8B8B8B;
}

html,
body {
    min-height: 100%;
}

html {
    font-size: 10px;
}

body {
    background: #fff url("../img/bg/arrows.svg") center 0 no-repeat;
    color: #000;
    font-size: 1.6rem;
    font-family: "Commissioner", sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: currentColor;
    -webkit-transition: all .2s;
    transition: all .2s;
}

h1,
.h1 {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
}

h2,
.h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
}

h3,
.h3 {
    font-size: 3rem;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 2.4rem;
    line-height: 1.3;
}

h5,
.h5 {
    font-size: 1.8rem;
    line-height: 1.3;
}

.font-500 {
    font-weight: 500;
}

p {
    font-size: 1.6rem;
    line-height: 1.375;
}

.font-600 {
    font-weight: 600;
}

.font-700,
b,
strong {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.wrapper {
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.red {
    color: var(--red);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.svg-sprite {
    display: none;
}

.btn {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 3rem 4rem;
    color: #fff;
    background-color: var(--red);
    border: 2px solid transparent;
}

.btn:hover {
    color: var(--red);
    border-color: currentColor;
    background-color: #fff;
}

.btn span {
    display: inline-block;
}

.btn span::after {
    content: '';
    width: 0.5714em;
    height: 0.5714em;
    background-color: currentColor;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    position: relative;
    top: -0.1em;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-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: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    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%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    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 transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

.slick-loading .slick-list {
    background: #fff slick-image-url("../img/icons/ajax-loader.gif") center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}


/*Header*/

.header {
    margin-bottom: 2rem;
}

.menu {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-left: 2em;
}

.menu li {
    padding: 0 1.1em;
}

.menu li a:hover {
    color: var(--red);
}

.header .phone {
    margin-left: 1.5rem;
}

.phone {
    font-size: 1.8rem;
    font-weight: 700;
}

.phone:hover {
    color: var(--red);
}

.social li {
    padding: 0 .8rem;
}

.top-block {
    padding-bottom: 5rem;
}

.top-block__descr {
    width: calc(100% - 49rem);
    padding-right: 3rem;
    padding-top: 5rem;
    background: url("../img/bg/vertical-line.svg") 70% 100% no-repeat;
}

.top-block__descr .h1 {
    margin-bottom: 1em;
}

.top-block__features {
    margin-bottom: 5rem;
}

.top-block__features li {
    width: 30%;
    margin-bottom: 2rem;
}

.top-block__features__item__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1.5rem;
}

.top-block__features__item__icon svg {
    width: 100%;
    height: 100%;
}

.top-block__features__item__descr {
    color: rgba(0, 0, 0, 0.8);
}

.top-block__img {
    width: 49rem;
}

.top-block__img img {
    width: 100%;
    border-radius: 86px 0 0 0;
}

.about {
    padding: 6rem 0;
    background: url("../img/bg/arrows_right.svg") 2rem 80% no-repeat;
}

.about__left {
    width: 38.6rem;
    padding-right: 2rem;
}

.about__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about__features {
    margin: 0 -0.8rem;
}

.about__features li {
    width: 33.333%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
}

.about__features__item {
    height: 100%;
    min-height: 27.5rem;
    border: 2px solid var(--red);
    background-color: #fff;
    padding: 5rem 2.5rem 3rem 5rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about__features__item:hover {
    background-color: var(--red);
    color: #fff;
}

.about__features__item:hover .number {
    color: var(--red);
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.about__features__item__icon {
    margin-bottom: 5.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about__features__item__icon svg {
    width: 5.4rem;
    height: 5.4rem;
}

.about__features__item__icon .number {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0 0 rgba(204, 204, 204, 0.5), -1px 0 0 rgba(204, 204, 204, 0.5), 0 1px 0 rgba(204, 204, 204, 0.5), 0 -1px 0 rgba(204, 204, 204, 0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about__features__item__descr {
    font-size: 1.6rem;
    line-height: 1.3;
}

.segment {
    padding: 6rem 0;
    background: url("../img/bg/vertical-line.png") 100% 7.5rem no-repeat;
}

.segment .h2 {
    margin-bottom: 4rem;
}

.segment__img {
    width: 50rem;
    max-height: 71rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.segment__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 86px 0 0;
}

.segment__descr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10rem;
}

.segment__descr__item:not(:last-child) {
    margin-bottom: 4rem;
}

.segment__descr__item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.segment__descr__item__top .icon {
    width: 4.8rem;
    height: 4.8rem;
    color: var(--red);
    margin-right: 1rem;
}

.segment__descr__item__top .icon svg {
    width: 100%;
    height: 100%;
}

.segment__descr__item__top .h4 {
    font-size: 1.6rem;
}

.segment__notice {
    max-width: 630px;
    font-size: 3rem;
    line-height: 1.233;
    padding: 3.5rem 0 3.5rem 3.2rem;
    margin-bottom: 3.2rem;
    margin-left: -3.2rem;
    position: relative;
}

.segment__notice::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/bg/decor-border.svg") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.my-product {
    padding: 6rem 0 0;
}

.my-product .h2 {
    margin-bottom: 4.5rem;
}

.my-product-block {
    margin: 0 -1.6rem;
}

.my-product__item {
    width: 50%;
    padding: 0 1.6rem;
    margin-bottom: 3.2rem;
}

.my-product__item__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid var(--red);
    background: #fff url("../img/bg/product-bg.png") 0 100% no-repeat;
    padding: 3.2rem 3.2rem 2.2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.my-product__item__content:hover {
    background: #F12013 url("../img/bg/product-bg_red.png") 0 100% no-repeat;
    color: #fff;
}

.my-product__item__content:hover .my-product__item__content__center {
    color: currentColor;
}

.my-product__item__content:hover .my-product__item__content__center .badge {
    background: #fff;
    color: var(--red);
}

.my-product__item__content:hover .location-list .icon {
    color: currentColor;
}

.my-product__item__content__top {
    margin-bottom: 2.5rem;
    min-height: 9.5rem;
}

.my-product__item__content__top .h4 {
    padding-right: 2rem;
}

.my-product__item__content__top .icon {
    width: 7rem;
    height: 7rem;
}

.my-product__item__content__top .icon svg {
    width: 100%;
    height: 100%;
}

.my-product__item__content__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 5.6rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #333;
}

.my-product__item__content__center .badge {
    display: table;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.6em;
    background-color: var(--red);
    color: #fff;
    margin-bottom: .5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.my-product__item__content__bottom .h5 {
    letter-spacing: .2em;
    margin-bottom: 1rem;
}

.location-list {
    font-weight: 700;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 330px;
}

.location-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 48%;
    margin-bottom: 1rem;
}

.location-list .icon {
    width: 1.4rem;
    height: 1.7rem;
    color: var(--red);
    margin-right: 1.2rem;
}

.location-list .icon svg {
    width: 100%;
    height: 100%;
}

.slider {
    padding-bottom: 6rem;
}

.slider-main {
    margin-bottom: 3rem;
}

.slider-main img,
.slider-main video,
.slider-main iframe {
    width: 100%;
    height: 60rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-preview .slide {
    padding: 4px 0;
    cursor: pointer;
}

.slider-preview .slide.slick-center .slider-preview__img::before,
.slider-preview .slide.slick-center .slider-preview__img::after,
.slider-preview .slide.slick-current .slider-preview__img::before,
.slider-preview .slide.slick-current .slider-preview__img::after {
    opacity: 1;
}

.slider-preview .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.14);
    color: var(--red);
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.slider-preview .slick-arrow:hover {
    background-color: var(--red);
    color: #fff;
}

.slider-preview .prev-slide {
    left: -2.3rem;
}

.slider-preview .next-slide {
    right: -2.3rem;
}

.slider-preview__content {
    padding: 0 1.6rem;
}

.slider-preview__img {
    position: relative;
    width: 100%;
    height: 20.8rem;
    margin-bottom: 1.6rem;
    line-height: 0;
}

.slider-preview__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--red);
    left: -2px;
    top: -2px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.slider-preview__img::after {
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.slider-preview__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-preview__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.members {
    position: relative;
    z-index: 1;
}

.members .container {
    background: url("../img/bg/members_top.svg") 95% 0 no-repeat;
}

.members .h2 {
    margin-bottom: 6rem;
}

.members-block {
    margin: 0 -1.6rem;
}

.member__item {
    width: 25%;
    padding: 0 1.6rem;
    margin-bottom: 3.2rem;
}

.member__item__content {
    background-color: #000;
    color: #fff;
    height: 28rem;
    padding: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.member__item__content .name {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
}

.member__item__content__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.member__item__content__body .description {
    min-height: 4.8em;
    margin-bottom: 1.6rem;
}

.member__item__content__body .total {
    font-size: 1.2rem;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.career {
    margin-top: -10rem;
    background: #E2E1E8 url("../img/career_photo.jpg") 100% 0 no-repeat;
    background-size: cover;
    padding: 15rem 0 10rem;
}

@media (max-width: 1680px) {
    .career {
        background-position: 10% 0;
    }
}

@media (max-width: 1440px) {
    .career {
        background-position: 50% 0;
    }
}

.career .h2 {
    margin-bottom: 5rem;
}

.career__list {
    max-width: 530px;
}

.career__list li {
    margin-bottom: 3rem;
}

.career__list li p {
    padding-left: 2.2rem;
}

.career__list__title {
    letter-spacing: .18em;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.career__list__title::before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.2rem;
    height: 1.2rem;
    background: var(--red);
    margin-right: 1rem;
    position: relative;
    top: .15em;
}

.career__list__title.h5::before {
    top: 0.3em;
}

.career__mob-img {
    display: none;
}

.feedback {
    background: var(--red);
    color: #fff;
    padding: 15rem 0;
}

.feedback .h2 {
    font-size: 5.2rem;
    margin-bottom: 1em;
}

.feedback .h4 {
    margin-bottom: 4rem;
}

.feedback .phone {
    color: currentColor;
    font-size: 7.6rem;
    font-weight: 700;
    letter-spacing: .16em;
}


/*Footer*/

.footer .logo {
    width: 10.4rem;
    height: 6.3rem;
    display: block;
    position: relative;
}

.footer .logo img {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1280px) {
    html {
        font-size: 0.8vw;
    }
    .wrapper {
        overflow-x: hidden;
    }
    .header .logo {
        width: 10rem;
        height: 10rem;
    }
    .career__list {
        max-width: 420px;
    }
}


/* 1280 */

@media (max-width: 1023px) {
    html {
        font-size: 1vw;
    }
    .top-block__img {
        width: 30rem;
    }
    .top-block__descr {
        width: calc(100% - 30rem);
    }
    h1,
    .h1 {
        font-size: 5rem;
    }
    h2,
    .h2 {
        font-size: 4rem;
    }
    .about .container {
        display: block;
    }
    .about__left {
        width: 100%;
        margin-bottom: 40px;
    }
    .about__left br {
        display: none;
    }
    .about__features__item {
        padding-top: 3rem;
        padding-left: 3rem;
    }
    .about__features__item__descr {
        font-size: 1.9rem;
    }
    .segment-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .segment__img {
        width: 30rem;
    }
    .segment__descr {
        padding-left: 6rem;
    }
    p,
    .segment__descr__item__top .h4 {
        font-size: 1.9rem;
    }
    .segment__descr__item__top {
        margin-bottom: 1rem;
    }
    .segment__notice::before {
        display: none;
    }
    .segment__notice {
        margin-left: 0;
        padding-left: 0;
    }
    .member__item {
        width: 50%;
    }
    .member__item__content__body .description {
        font-size: 2.2rem;
    }
    .member__item__content .name {
        font-size: 2.4rem;
    }
    .member__item__content__body .total {
        font-size: 1.5rem;
    }
    .career {
        background-position: 30% 0;
    }
}


/* 1023*/

@media (max-width: 767px) {
    html {
        font-size: 1.2vw;
    }
    .top-block__img img {
        border-radius: 30px 0 0 0;
    }
    .top-block .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .top-block__img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .top-block__descr {
        width: 100%;
    }
    .btn,
    .about__features__item__descr,
    .segment__descr__item__top .h4 {
        font-size: 14px;
    }
    .top-block__features__item__descr {
        font-size: 12px;
    }
    .top-block__features li {
        width: 32%;
    }
    .about__features li {
        width: 50%;
    }
    .about__features__item__icon svg {
        width: 40px;
        height: 40px;
    }
    .segment {
        background-image: none;
    }
    .segment-block {
        display: block;
    }
    .segment__img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 10px;
        max-height: unset;
    }
    .segment__img img {
        border-radius: 0 30px 0 0;
    }
    .segment__descr {
        width: 100%;
        padding-left: 0;
    }
    .segment__notice {
        font-size: 20px;
    }
    .segment__descr__item__top {
        margin-bottom: 10px;
    }
    .segment__descr__item__top .icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    p,
    .career__list__title {
        font-size: 14px;
    }
    .my-product__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .my-product__item__content__top .h4 {
        font-size: 16px;
    }
    .my-product__item__content__top .icon {
        width: 40px;
        height: 40px;
    }
    .my-product__item__content__center {
        font-size: 40px;
        margin-bottom: 15px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    .location-list {
        font-size: 12px;
    }
    .location-list .icon {
        width: 12px;
        height: 12px;
    }
    .slider-preview .slide {
        width: 150px;
    }
    .slider-preview .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .career {
        background-image: none;
        padding-bottom: 0;
    }
    .career__mob-img {
        display: block;
    }
    .career__list__title::before {
        width: 8px;
        height: 8px;
        top: 0.2em;
        margin-right: 5px;
    }
    .career__list li p {
        padding-left: 13px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
}


/* 767*/

@media (max-width: 480px) {
    .member__item {
        width: 100%;
    }
    .member__item__content {
        height: auto;
    }
    .member__item__content .name {
        font-size: 18px;
        margin-bottom: 1em;
    }
    .member__item__content__body .description {
        font-size: 15px;
        min-height: unset;
        margin-bottom: 2em;
    }
    .member__item__content__body .total {
        font-size: 12px;
    }
    .feedback {
        padding: 40px 0;
    }
    .feedback .h2 {
        font-size: 20px;
    }
    .feedback .h4 {
        font-size: 16px;
    }
    .feedback .phone {
        font-size: 5rem;
    }
    .menu {
        display: none;
    }
    .header .phone {
        font-size: 14px;
    }
}


/*# sourceMappingURL=style.css.map */