@font-face {
    font-family: 'icon';
    src: url(/resource/site/admin/fonts/icon/icon.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url(/resource/site/admin/fonts/OpenSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url(/resource/site/admin/fonts/OpenSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-SemiBold.woff2);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-Black.woff2);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/resource/site/admin/fonts/Montserrat-ExtraBold.woff2);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/resource/site/admin/fonts/Roboto-Regular.woff2);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/resource/site/admin/fonts/Roboto-Medium.woff2);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/resource/site/admin/fonts/Roboto-Bold.woff2);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(/resource/site/admin/fonts/Roboto-Black.woff2);
    font-weight: 900;
    font-style: normal;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    scroll-behavior: smooth;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}
html {
    -webkit-text-size-adjust: none;
}
body .container {
    min-height: 100vh;
    display: flex;
    overflow-y: inherit;
    flex-direction: column;
    scroll-snap-type: y mandatory;
}
input[type=text], input[type=password],
input[type=email], input[type=search],
input[type=date], textarea, input[type=tel],
select, input[type=submit], textarea {
    -webkit-appearance: none;
    padding: 9px 15px 10px;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
}
input[type=submit] {
    border: none;
    border-radius: 0;
}
textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 300px;
    overflow:auto;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    color: #b9b9b9;
    line-height: 21px;
}
:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    box-shadow: inset 0 0 0 50px #fff !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.3s;
}
input[type=submit],
button,
.btn,
.btn-white {
    font-family: 'OpenSans', sans-serif;
    padding: 10px;
    width: 100%;
    max-width: 229px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #d9463a;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    line-height: 22px;
    -webkit-appearance: none;
}
.btn-white {
    background: #fff;
    color: #d94b3e;
}
input[type=submit]:hover,
button:hover,
.btn:hover,
.btn-white:hover {
    background: #ffdd6c;
}
.wrapper {
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
header .top .logo {
    width: 236px;
    margin-right: 45px;
}
header .top .logo img {
    width: 100%;
}
header .top .unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: inherit;
    max-width: 836px;
}
header .top .menu {
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
}
header .top .menu .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    min-width: 18px;
    height: 14px;
}
header .top .menu .hamburger div {
    width: 100%;
    height: 2px;
    background: #28261b;
}
header .top .menu nav {
    display: flex;
    flex-direction: column;
}
header .top .menu nav .close {
    display: none;
    margin: 15px 15px 0 auto;
}
header .top .menu nav .close::after {
    content: '\e900';
    font-family: 'icon';
    font-size: 16px;
    color: #707070;
    padding: 0 0 15px 15px;
}
header .top .menu nav .ws-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top .menu nav .ws-menu a {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    line-height: 19px;
    text-transform: uppercase;
}
header .top .menu nav .ws-menu a:hover {
    color: #d9463a;
}
header .top .menu nav .phone {
    display: none;
    flex-direction: column;
    align-items: center;
}
header .top .menu nav .phone > a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
}
header .top .menu nav .phone .social {
    display: flex;
    align-items: center;
}
header .top .menu nav .phone .social .telegram {
    margin-right: 6px;
}
header .top .menu nav .phone .social .telegram img,
header .top .menu nav .phone .social .viber-mob img {
    width: 13px;
}
header .top .tel {
    position: relative;
}
header .top .tel .icon {
    cursor: pointer;
    display: none;
}
header .top .tel .icon::before {
    content: '\e912';
    font-family: 'icon';
    color: #28261b;
}
header .top .tel .cont {
    display: flex;
    align-items: center;
}
header .top .tel .cont a:first-child {
    margin-right: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
header .top .tel .cont .telegram  {
    margin-right: 6px;
}
header .top .tel .cont .viber-mob  {
    display: none;
}
.main-slider {
    position: relative;
}
.main-slider .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 565px;
}
.main-slider .slider .slides {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 1s;
    left: 0;
}
.main-slider .slider .slides .slide {
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-slider .slider .slides .slide img {
    width: 100%;
    min-height: 100%;
    z-index: -1;
}
.main-slider .slider .slides .slide .content {
    position: absolute;
    top: calc(100%/11);
    left: 54%;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.main-slider .slider .slides .slide .content h1,
.main-slider .slider .slides .slide .content h2 {
    font-size: 54px;
    line-height: 66px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin-bottom: 36px;
    max-width: 522px;
    color: #fff;
    text-transform: uppercase;
}
.main-slider .slider .slides .slide .content h1::before,
.main-slider .slider .slides .slide .content h2::before {
    content: '\e901';
    font-family: 'icon';
    font-size: 48px;
    margin-right: 25px;
    color: #fff;
    font-weight: 500;
}
.main-slider .slider .slides .slide .content span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 13px;
    max-width: 444px;
    text-transform: uppercase;
}
.main-slider .slider .slides .slide .content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 460px;
    color: #fff;
}
.main-slider .slider .slides .slide .content .btn {
    margin-top: 60px;
}
.main-slider .slider .slides .slide .content .mob-slider {
    display: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    margin-top: 25px;
}
.main-slider .slider .slides .slide.work .content h1,
.main-slider .slider .slides .slide.work .content h2,
.main-slider .slider .slides .slide.work .content h1::before,
.main-slider .slider .slides .slide.work .content h2::before,
.main-slider .slider .slides .slide.work .content span,
.main-slider .slider .slides .slide.work .content p,
.main-slider .slider .slides .slide .content .mob-slider.work  {
    color: #303030;
}
.main-slider .bubles {
    position: absolute;
    right: calc((100vw - 1265px) / 2);
    top: calc(50% - 36px);
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.main-slider .bubles div {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-bottom: 7px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #d9463a;
}
.main-slider .bubles div:hover {
    background: #d9463a;
}
.main-slider .bubles div:last-child {
    margin-bottom: 0;
}
.main-slider .bubles .selected {
    background: #d9463a;
}
.first-block {
    margin-bottom: 128px;
}
.first-block .mouse {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12px;
    width: 99px;
    min-width: 99px;
    height: 99px;
    border-radius: 50%;
    background: #fff;
    top: -27px;
    margin: 0 auto 40px;
    z-index: 100;
}
.first-block .mouse::before {
    content: '\e911';
    font-family: 'icon';
    font-size: 31px;
    color: #d9463a;
    animation: jump 1s infinite;
    position: relative;
}
.first-block .mouse::after {
    content: '';
    width: 3px;
    height: 6px;
    border: 1px solid #d9463a;
    position: absolute;
    left: calc(50% - 3px);
    top: 15px;
    border-radius: 3px;
    background: #fff;
    animation: scroll 1s infinite;
}
.first-block h2,
.second-block h2,
.third-block h2,
.four-block h2,
.five-block h2 {
    font-size: 40px;
    letter-spacing: 0.3px;
    line-height: 49px;
    font-weight: 900;
    text-transform: uppercase;
}
.first-block h2 {
    border-bottom: 1px solid #303030;
    padding-bottom: 5px;
    margin-bottom: 65px;
}
.first-block h2::before,
.second-block h2::before,
.third-block h2::before,
.four-block h2::before,
.five-block h2::before {
    content: '\e901';
    font-family: 'icon';
    font-size: 33px;
    margin-right: 15px;
    font-weight: 500;
}
.first-block .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
}
.first-block .items .item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 32px 10px 10px;
    height: 168px;
    background: url(/resource/site/images/gray-bg.jpg) no-repeat;
    background-size: cover;
}
.first-block .items .item:hover {
    background: url(/resource/site/images/red-bg.jpg) no-repeat;
    background-size: cover;
    transition: 0.4s;
}
.first-block .items .item:nth-child(7n) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    background: url(/resource/site/images/gray-bg.jpg) repeat-x;
    background-size: contain;
}
.first-block .items .item:nth-child(7n):hover {
    background: url(/resource/site/images/red-bg.jpg) repeat-x;
    background-size: contain;
}
.first-block .items .item h3 {
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #d8473b;
}
.first-block .items .item:hover h3 {
    color: #fff;
}
.first-block .items .item:nth-child(7n) h3,
.first-block .items .item:nth-child(7n) div:last-child {
    grid-column: 1/-1;
    margin: 0 auto auto;
}
.first-block .items .item:nth-child(7n) div:nth-child(2) {
    justify-self: flex-end;
    margin-bottom: auto;
}
.first-block .items .item:nth-child(7n) div:nth-child(3) {
    justify-self: center;
    margin-bottom: auto;
}
.first-block .items .item:nth-child(7n) div:nth-child(4) {
    justify-self: flex-start;
    margin-bottom: auto;
}
.first-block .items .item div {
    margin-bottom: 6px;
}
.first-block .items .item:hover div span,
.first-block .items .item:hover .com {
    color: #fff;
}
.first-block .items .item div span:first-child {
    text-transform: uppercase;
}
.first-block .items .item div span:last-child {
    font-weight: 900;
}
.first-block .items .item .com {
    font-size: 14px;
    color: #848484;
    font-weight: 400;
}
.second-block {
    background: url(/resource/site/images/stage.jpg) no-repeat;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 137px;
    position: relative;
}
.second-block .wrapper {
    display: flex;
    flex-direction: column;
}
.second-block h2 {
    margin-bottom: 105px;
    color: #fff;
}
.second-block .img {
    position: absolute;
    bottom: 78px;
    left: -187px;
}
.second-block .img img {
    width: 100%;
    max-width: 598px;
    border-radius: 50%;
    display: block;
}
.second-block .items {
    width: 100%;
    max-width: 835px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 72px 30px;
    margin-left: auto;
}
.second-block .items .item {
    height: 113px;
    border: 1px solid #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 10px 12px 8px;
    position: relative;
}
.second-block .items .item::after {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    right: 25px;
    top: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    letter-spacing: 0.2px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    color: #d9463a;
}
.second-block .items .item:first-child::after {
    content: '1';
}
.second-block .items .item:nth-child(2)::after {
    content: '2';
}
.second-block .items .item:nth-child(3)::after {
    content: '3';
}
.second-block .items .item:nth-child(4)::after {
    content: '4';
}
.second-block .items .item:nth-child(5)::after {
    content: '5';
}
.second-block .items .item .icon {
    min-width: 64px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-block .items .item .icon::before {
    color: #ffdd6c;
    font-family: 'icon';
}
.second-block .items .item:first-child .icon::before {
    content: '\e910';
    font-size: 64px;
}
.second-block .items .item:nth-child(2) .icon::before {
    content: '\e90f';
    font-size: 54px;
}
.second-block .items .item:nth-child(3) .icon::before {
    content: '\e90e';
    font-size: 49px;
}
.second-block .items .item:nth-child(4) .icon::before {
    content: '\e90d';
    font-size: 48px;
}
.second-block .items .item:nth-child(5) .icon::before {
    content: '\e90c';
    font-size: 64px;
}
.second-block .items .item .text {
    color: #fff;
    line-height: 20px;
}
.second-block .items button {
    height: 40px;
    margin: auto 0 0 auto;
    position: relative;
}
.second-block .items .item:nth-child(5)::before {
    content: '';
    background: url(/resource/site/images/icons/arrow.svg) no-repeat;
    background-size: 220px 46px;
    transform: rotate(2deg);
    color: #fff;
    position: absolute;
    right: -272px;
    top: 15px;
    width: 220px;
    height: 46px;
}
.third-block {
    background: url(/resource/site/images/advantages.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 130px;
    position: relative;
}
.third-block h2 {
    margin-bottom: 67px;
    color: #000;
}
.third-block .items {
    display: flex;
    flex-direction: column;
    padding: 25px 45px 65px 0;
    width: 100%;
    max-width: 817px;
    border-radius: 0 256px 256px 0;
    background: linear-gradient(to right, #f4f4f4, #fff);
    box-shadow: 10px 6px 20px rgba(0, 0, 0, 0.05);
}
.third-block .items .item {
    font-weight: 500;
    font-size: 20px;
    padding: 12px 0 10px 15px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.1));
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    width: 88%;
}
.third-block .items .item:last-child {
    margin-bottom: 0;
}
.third-block .items .item:hover {
    background: linear-gradient(to right, #d9463a, rgba(217, 70, 58, 0.2), rgba(255, 255, 255, 0.1) 100%);
}
.third-block .items .item::before {
    content: '\e905';
    font-family: 'icon';
    font-size: 14px;
    color: #d9463a;
    margin-right: 15px;
}
.third-block .items .item:hover::before {
    color: #fff;
}
.four-block {
    padding-top: 118px;
    padding-bottom: 112px;
}
.four-block h2 {
    color: #000;
    margin-right: auto;
    padding-bottom: 4px;
}
.four-block .titles {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #303030;
    margin-bottom: 35px;
}
.four-block .titles .title {
    text-transform: uppercase;
    color: #454545;
    margin-right: 30px;
    padding-bottom: 7px;
    cursor: pointer;
}
.four-block .titles .title::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    background: #d9483b;
    bottom: -1px;
}
.four-block .titles .title.selected {
    color: #d9483b;
    position: relative;
}
.four-block .titles .title.selected::after {
    right: 0;
    width: 100%;
    transition: 0.35s;
}
.four-block .desc .cont {
    display: none;
    flex-direction: column;
}
.four-block .desc .cont.selected {
    display: flex;
}
.four-block .desc .cont h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.four-block .desc .cont .info {
    display: grid;
    grid-template-columns: minmax(250px, 600px) 193px 193px;
    grid-gap: 30px;
    justify-content: space-between;
}
.four-block .desc .cont .info div {
    display: flex;
    align-items: center;
}
.four-block .desc .cont .info div:first-child {
    color: #454545;
}
.four-block .desc .cont .info div span::before {
    font-family: 'icon';
    margin-right: 25px;
    color: #d9463a;
}
.four-block .desc .cont .info div:nth-child(2) span::before {
    content: '\e90b';
    font-size: 75px;
}
.four-block .desc .cont .info div:last-child span::before {
    content: '\e908';
    font-size: 56px;
}
.five-block {
    background: url(/resource/site/images/job-search.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 185px;
    position: relative;
    z-index: 1;
}
.five-block::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    z-index: -1;
}
.five-block .wrapper {
    z-index: 1;
}
.five-block h2 {
    color: #fff;
    margin-bottom: 55px;
}
.five-block div {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    max-width: 860px;
    line-height: 28px;
}
footer {
    background: #181311;
}
footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
footer .top  .logo {
    max-width: 236px;
}
footer .top .logo img {
    width: 100%;
}
footer .top .ws-menu {
    display: flex;
    align-items: center;
}
footer .top .ws-menu .item {
    margin-right: 60px;
}
footer .top .ws-menu .item:last-child {
    margin-right: 0;
}
footer .top .ws-menu a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 500;
    color: #fff;
}
footer .top .ws-menu a:hover {
    color: #d9463a;
}
footer .bottom {
    padding-top: 16px;
    padding-bottom: 32px;
    display: flex;align-items: center;
    justify-content: space-between;
}
footer .bottom a {
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    color: #fff;
}
footer .bottom .up {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}
footer .bottom .up::after {
    content: '\e904';
    font-family: 'icon';
    font-size: 14px;
    color: #fff;
}
.window-background {
    position: fixed;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow-y: auto;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
}
.window-background .window-body {
    background: #fff;
    padding: 38px 40px 45px;
    width: 100%;
    max-width: 1017px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
}
#customer .window-body {
    max-width: 770px;
}
.window-background .window-body .window-title {
    text-align: center;
    margin-bottom: 32px;
    width: 100%;
    max-width: 688px;
}
.window-background .window-body .window-title h2 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.window-background .window-body .window-title .window-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    display: flex;
}
.window-background .window-body .window-title .window-close::after {
    content: "\e900";
    font-family: 'icon';
    font-size: 16px;
    color: #707070;
    padding: 0 0 15px 15px;
}
.window-background .window-body .window-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 688px;
}
.window-background .window-body .window-content form {
    display: flex;
    flex-direction: column;
}
#worker .window-body .window-content form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}
#worker .window-body .window-content form input[type=text],
#worker .window-body .window-content form input[type=file],
#worker .window-body .window-content form .check-box,
#worker .window-body .window-content form .send,
#worker .window-body .window-content form textarea {
    grid-column: 1/-1;
}
#worker .window-body .window-content form input[type=file] {
    display: none;
}
#worker .window-body .window-content form .unit {
    margin-bottom: 53px;
}
#worker .window-body .window-content form input[type=file] + label {
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 13px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    overflow-wrap: anywhere;
}
#worker .window-body .window-content form .error-foto {
    display: none;
    color: #d8473b;
    font-size: 13px;
    line-height: 16px;
    max-width: 300px;
    padding-left: 30px;
}
#worker .window-body .window-content form input[type=file] + label::before {
    content: '\e903';
    font-family: 'icon';
    font-size: 19px;
    margin-right: 10px;
}
#worker .window-body .window-content form .send {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
#worker .window-body .window-content form .send .btn {
    margin-right: 28px;
}
#worker .window-body .window-content form input[type=submit]:disabled {
    opacity: 0.8;
    cursor: no-drop;
}
.window-background .window-body .window-content form .send .empty-error {
    font-size: 14px;
    color: #d9463a;
    display: none;
}
#worker .window-body .window-content form .check-box input[type=checkbox] {
    display: none;
}
#worker .window-body .window-content form .check-box input[type=checkbox] + label {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px;
    color: #454545;
    cursor: pointer;
}
#worker .window-body .window-content form .check-box input[type=checkbox] + label::before {
    content: '';
    width: 14px;
    min-width: 14px;
    height: 14px;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#worker .window-body .window-content form .check-box input[type=checkbox]:checked + label::before {
    background: #d9463a;
    border: 1px solid #d9463a;
}
#worker .window-body .window-content form .check-box input[type=checkbox]:checked + label::after {
    content: '\e913';
    font-family: 'icon';
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.window-body .window-content form .error {
    border: 1px solid #d9463a;
}
#customer .window-body {
    padding: 64px 40px 55px;
}
#customer .window-body .window-title {
    margin-bottom: 70px;
    max-width: 488px;
}
#customer .window-body .window-content {
    max-width: 488px;
}
#customer .window-body .window-content form input {
    margin-bottom: 16px;
}
#customer .window-body .window-content form .send {
    align-self: center;
    margin-top: 25px;
}
#customer .window-body .window-content form .send .btn {
    max-width: 280px;
    width: 280px;
}
#ok .window-body {
    padding: 75px 40px 90px;
}
#ok .window-body .window-title {
    margin-bottom: 35px;
}
#ok .window-body .window-title span {
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #d9463a;
    margin: 0 auto;
}
#ok .window-body .window-title span::before {
    content: '\e90a';
    font-family: 'icon';
    color: #d9463a;
    font-size: 35px;
}
#ok .window-body .window-content {
    max-width: 460px;
}
#ok .window-body .window-content span {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 90px;
    text-align: center;
}
#ok .window-body .window-content button {
    max-width: 280px;
    margin: 0 auto;
}
@keyframes jump {
    0% {
        top: 0;
    }
    50% {
        top: -4px;
    }
    100% {
        top: 0;
    }
}
@keyframes scroll {
    0% {
        top: 13px;
        opacity: 1;
    }
    50% {
        top: 17px;
    }
    100% {
        top: 22px;
        opacity: 0;
    }
}
@media screen and (max-width: 1378px) {
    .main-slider .slider .slides .slide img {
        width: unset;
    }
    .main-slider .slider .slides .slide .content {
        left: unset;
        right: 8%;
    }
    .main-slider .bubles {
        right: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .top {
        flex-direction: column;
    }
    header .top .unit {
        margin-top: 20px;
    }
    header .top .tel .cont a:first-child {
        font-size: 20px;
    }
    .first-block .items {
        grid-gap: 30px 20px;
    }
    .first-block .items .item {
        height: 205px;
    }
    .first-block .items .item h3 {
        font-size: 20px;
        height: 42px;
    }
    .first-block .items .item div span:first-child,
    .first-block .items .item div span:last-child {
        font-size: 14px;
    }
    .first-block .items .item:nth-child(7n) div:nth-child(3),
    .first-block .items .item:nth-child(7n) div:nth-child(4) {
        padding-left: 15px;
    }
    .second-block .img {
        left: -230px;
    }
    .second-block .items .item {
        padding: 17px 12px 17px;
        background: #d9473a;
        height: unset;
    }
    .second-block .items .item:nth-child(5)::before {
        right: -250px;
        top: -5px;
    }
    .third-block .items .item {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {
    header .top {
        position: relative;
        flex-direction: column-reverse;
    }
    header .top .logo {
        order: 2;
        margin-right: 0;
    }
    header .top .menu {
        order: 1;
        margin-right: 0;
        max-width: unset;
        width: unset;
    }
    header .top .menu .hamburger {
        display: flex;
    }
    header .top .menu.show .hamburger div {
        background: #d9463a;
    }
    header .top .menu nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 0;
        background: #f7f7f7;
        z-index: 100;
        overflow: hidden;
        transition: 0.35s;
    }
    header .top .menu.show nav {
        height: 325px;
        transition: 0.35s;
    }
    header .top .menu nav .close {
        display: flex;
    }
    header .top .menu nav .ws-menu {
        flex-direction: column;
        margin: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #303030;
    }
    header .top .menu nav .ws-menu .item {
        margin-bottom: 10px;
    }
    header .top .menu nav .ws-menu a {
        font-size: 14px;
    }
    header .top .menu nav .phone {
        display: flex;
    }
    header .top .tel .cont .viber {
        display: none;
    }
    header .top .tel .cont .viber-mob {
        display: flex;
    }
    header .top .tel {
        order: 3;
    }
    header .top .tel .cont.show {
        left: -232px;
    }
    header .top .tel .cont a:first-child {
        font-size: 20px;
    }
    header .top .menu nav .phone > a {
        font-size: 18px;
    }
    header .top .menu nav .phone .social .telegram img, header .top .menu nav .phone .social .viber-mob img {
        width: 24px;
    }
    .main-slider .slider {
        height: 450px;
    }
    .main-slider .slider .slides .slide {
        justify-content: flex-start;
    }
    .main-slider .slider .slides .slide::after,
    .main-slider .slider .slides .slide.work::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .main-slider .slider .slides .slide::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
        /* backdrop-filter: brightness(0.9) grayscale(0.5) opacity(0.5); */
    }
    .main-slider .slider .slides .slide.work::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
        /* backdrop-filter: contrast(0.6); */
    }
    .main-slider .slider .slides .slide img {
        min-height: unset;
        height: 450px;
    }
    .main-slider .slider .slides .slide .content {
        top: 30px;
        right: 6%;
    }
    .main-slider .slider .slides .slide .content h1,
    .main-slider .slider .slides .slide .content h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .main-slider .slider .slides .slide .content h1::before,
    .main-slider .slider .slides .slide .content h2::before {
        font-size: 30px;
    }
    .main-slider .slider .slides .slide .content span {
        font-size: 22px;
    }
    .main-slider .slider .slides .slide .content p {
        font-size: 20px;
        line-height: 26px;
    }
    .first-block {
        padding-top: 70px;
    }
    .first-block .mouse {
        display: none;
    }
    .first-block h2,
    .second-block h2,
    .third-block h2,
    .four-block h2,
    .five-block h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .first-block h2::before,
    .second-block h2::before,
    .third-block h2::before,
    .four-block h2::before,
    .five-block h2::before {
        font-size: 25px;
        margin-right: 10px;
    }
    .first-block .items {
        grid-template-columns: repeat(2, 1fr);
    }
    .first-block .items .item:nth-child(7n) {
        grid-template-columns: repeat(1, 1fr);
    }
    .first-block .items .item:nth-child(7n) div:nth-child(2) {
        justify-self: unset;
    }
    .first-block .items .item:nth-child(7n) div:nth-child(3) {
        padding-left: 0;
    }
    .first-block .items .item:nth-child(7n) div:nth-child(4) {
        justify-self: unset;
        padding-left: 0;
    }
    .second-block {
        padding-top: 70px;
    }
    .second-block h2 {
        margin-bottom: 90px;
    }
    .second-block .img {
        bottom: unset;
        top: 127px;
    }
    .second-block .items {
        grid-gap: 45px 15px;
    }
    .second-block .items .item .text {
        font-size: 14px;
    }
    .second-block .items .item:nth-child(5)::before {
        background-size: 160px 26px;
        width: 160px;
        height: 26px;
        right: -179px;
        top: 8px;
    }
    .third-block {
        background: #f4f4f4;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .third-block h2 {
        margin-bottom: 55px;
    }
    .third-block .items {
        padding: 25px 45px 25px 0;
    }
    .third-block .items .item {
        font-size: 14px;
    }
    .four-block {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .four-block .desc .cont .info {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .four-block .desc .cont .info div:first-child {
        grid-column: 1/-1;
    }
    .five-block{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .five-block div {
        font-size: 18px;
    }
    footer .top {
        flex-direction: column;
    }
    footer .top .logo {
        margin-bottom: 30px;
    }
    footer .top .ws-menu {
        flex-direction: column;
    }
    footer .top .ws-menu .item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .window-background {
        padding: 40px 20px;
    }
    #worker .window-body .window-content form .send {
        flex-direction: column;
    }
    #worker .window-body .window-content form .send .btn {
        margin-right: 0;
    }
    #worker .window-body .window-content form .send .empty-error {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 578px) {
    input[type=submit], button, .btn, .btn-white {
        font-size: 13px;
        max-width: 145px;
        padding: 4px 4px 5px;
    }
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=date],
    textarea,
    input[type=tel],
    select {
        padding: 6px 10px 7px;
        border-radius: 5px;
        font-size: 13px;
    }
    textarea {
        min-height: 70px;
    }
    ::-webkit-input-placeholder {
        font-size: 13px;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .top {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    header .top .unit {
        margin-top: 10px;
    }
    header .top .menu .hamburger {
        width: 18px;
        height: 9px;
    }
    header .top .menu .hamburger div {
        height: 1px;
    }
    header .top .logo {
        width: 190px;
    }
    header .top .tel .icon::before {
        font-size: 16px;
        padding: 0 0 7px 7px;
    }
    header .top .tel .cont {
        top: calc(100% + 13px);
    }
    header .top .tel .cont.show {
        right: -10px;
    }
    header .top .tel .cont a:first-child {
        font-size: 13px;
        font-weight: normal;
        padding: 11px 0 11px 20px;
    }
    header .top .tel .cont .telegram {
        margin-right: 10px;
    }
    .main-slider .slider {
        height: 270px;
    }
    .main-slider .slider .slides .slide img {
        height: 270px;
    }
    .main-slider .slider .slides .slide.work::after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    }
    .main-slider .slider .slides .slide .content {
        top: 25px;
        right: 10px;
        left: 10px;
    }
    .main-slider .slider .slides .slide .content h1,
    .main-slider .slider .slides .slide .content h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .main-slider .slider .slides .slide .content h1::before,
    .main-slider .slider .slides .slide .content h2::before {
        font-size: 23px;
        margin-right: 5px;
    }
    .main-slider .slider .slides .slide .content span {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .main-slider .slider .slides .slide .content p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500
    }
    .main-slider .slider .slides .slide .content .btn {
        margin: 45px auto 0;
    }
    .main-slider .slider .slides .slide .content .mob-slider {
        margin-top: 15px;
    }
    .main-slider .bubles {
        display: none;
    }
    .main-slider .slider .slides .slide .content .mob-slider {
        display: flex;
    }
    .first-block {
        padding-top: 52px;
        margin-bottom: 55px;
    }
    .first-block h2,
    .second-block h2,
    .third-block h2,
    .four-block h2,
    .five-block h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .first-block h2 {
        margin-bottom: 32px;
    }
    .first-block h2::before,
    .second-block h2::before,
    .third-block h2::before,
    .four-block h2::before,
    .five-block h2::before {
        font-size: 17px;
        margin-right: 5px;
    }
    .first-block .items {
        grid-gap: 11px 10px;
    }
    .first-block .items .item {
        padding: 12px 4px 10px;
    }
    .first-block .items .item h3 {
        font-size: 15px;
        height: 40px;
        margin-bottom: 17px;
    }
    .first-block .items .item div {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .first-block .items .item div:last-child {
        margin-bottom: 0;
    }
    .first-block .items .item div span:first-child,
    .first-block .items .item div span:last-child {
        font-size: 13px;
    }
    .first-block .items .item div span:first-child {
        text-transform: lowercase;
    }
    .first-block .items .item:nth-child(7n),
    .first-block .items .item:nth-child(7n):hover {
        background-size: cover;
    }
    .first-block .items .item:nth-child(7n) div {
        flex-direction: row;
        justify-content: center;
    }
    .first-block .items .item:nth-child(7n) div span:first-child {
        margin-right: 5px;
    }
    .second-block {
        padding-top: 28px;
        padding-bottom: 35px;
        margin-bottom: 55px;
    }
    .second-block h2 {
        padding-bottom: 8px;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
    }
    .second-block .img {
        display: none;
    }
    .second-block .items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .second-block .items .item::after {
        width: 29px;
        min-width: 29px;
        height: 29px;
        font-size: 22px;
        top: -16px;
    }
    .second-block .items .item {
        padding: 16px 12px 16px 8px;
    }
    .second-block .items .item .icon {
        min-width: 42px;
    }
    .second-block .items .item:first-child .icon::before {
        font-size: 48px;
    }
    .second-block .items .item:nth-child(2) .icon::before {
        font-size: 36px;
    }
    .second-block .items .item:nth-child(3) .icon::before {
        font-size: 29px;
    }
    .second-block .items .item:nth-child(4) .icon::before{
        font-size: 37px;
    }
    .second-block .items .item:nth-child(5) .icon::before {
        font-size: 34px;
    }
    .second-block .items .item:nth-child(5)::before {
        display: none;
    }
    .second-block .items .item .text {
        font-size: 13px;
        line-height: 18px;
    }
    .second-block .items button {
        height: unset;
        margin: 18px auto 0;
    }
    .third-block {
        padding-top: 28px;
        padding-bottom: 55px;
    }
    .third-block h2 {
        padding-bottom: 5px;
        border-bottom: 1px solid #303030;
        margin-bottom: 32px;
    }
    .third-block .items {
        padding: 0;
        border-radius: 0;
        background: unset;
        box-shadow: unset;
    }
    .third-block .items .item {
        font-size: 13px;
        width: 100%;
    }
    .third-block .items .item::before {
        margin-right: 9px;
    }
    .four-block {
        padding-top: 115px;
        padding-bottom: 55px;
        position: relative;
    }
    .four-block h2 {
        position: absolute;
        top: 52px;
        left: 10px;
        right: 10px;
        border-bottom: 1px solid #303030;
    }
    .four-block .titles {
        margin-bottom: 25px;
    }
    .four-block .titles .title {
        font-size: 13px;
        margin-right: 20px;
    }
    .four-block .desc .cont h3 {
        font-size: 14px;
    }
    .four-block .desc .cont .info div {
        font-size: 13px;
    }
    .four-block .desc .cont .info div:first-child {
        line-height: 18px;
    }
    .four-block .desc .cont .info div span::before {
        margin-right: 10px;
    }
    .four-block .desc .cont .info div:nth-child(2) span::before{
        font-size: 43px;
    }
    .four-block .desc .cont .info div:last-child span::before {
        font-size: 30px;
    }
    .five-block {
        padding-top: 28px;
        padding-bottom: 50px;
    }
    .five-block h2 {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
    }
    .five-block div {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 18px;
        text-transform: unset;
        font-weight: 500;
    }
    .five-block button {
        max-width: 185px;
    }
    footer .top {
        padding-top: 25px;
    }
    footer .top .logo {
        margin-bottom: 25px;
        max-width: 150px;
    }
    footer .top .ws-menu .item {
        margin-bottom: 10px;
    }
    footer .top .ws-menu a {
        font-size: 14px;
    }
    footer .bottom {
        justify-content: center;
        padding-top: 32px;
        padding-bottom: 40px;
    }
    footer .bottom a {
        text-align: center;
        font-size: 13px;
        line-height: 18px;
    }
    footer .bottom .up {
        display: none;
    }
    .window-background {
        padding: 40px 10px;
    }
    .window-background .window-body,
    #customer .window-body {
        padding: 48px 12px 48px;
    }
    .window-background .window-body .window-title,
    #customer .window-body .window-title {
        margin-bottom: 25px;
    }
    .window-background .window-body .window-title h2 {
        font-size: 14px;
        line-height: 22px;
    }
    #worker .window-body .window-content form {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    #worker .window-body .window-content form .unit {
        margin-bottom: 25px;
    }
    #worker .window-body .window-content form .error-foto {
        padding-left: 26px;
    }
    #worker .window-body .window-content form input[type=file] + label {
        font-size: 13px;
        margin-top: 6px;
    }
    #worker .window-body .window-content form input[type=file] + label::before {
        font-size: 18px;
        margin-right: 8px;
    }
    #worker .window-body .window-content form .send {
        margin-bottom: 17px;
    }
    .window-background .window-body .window-content form .send .empty-error {
        font-size: 12px;
        margin: 8px 0 0;
    }
    #worker .window-body .window-content form .check-box input[type=checkbox] + label {
        font-size: 12px;
        line-height: 16px;
    }
    #customer .window-body .window-content form input{
        margin-bottom: 10px;
    }
    #customer .window-body .window-content form .send .btn {
        max-width: 185px;
        margin: 0 auto;
    }
    #customer .window-body .window-content form .send .empty-error {
        margin: 13px 0 0;
    }
    #ok .window-body {
        padding: 48px 12px 65px;
    }
    #ok .window-body .window-title {
        margin-bottom: 27px;
    }
    #ok .window-body .window-title span {
        width: 45px;
        min-width: 45px;
        height: 45px;
        border: 3px solid #d9463a;
    }
    #ok .window-body .window-title span::before{
        font-size: 24px;
    }
    #ok .window-body .window-content span {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    #ok .window-body .window-content button {
        max-width: 185px;
    }
}
@media screen and (max-width: 400px) {
    header .top .logo {
        width: 150px;
    }
    footer .top .logo {
        max-width: 130px;
    }
}
.test {
    min-height: 300px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
.test div {
    border: 1px solid #000;
    height: 200px;
    scroll-snap-align: end;
}