/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template, [hidden] {
    display: none
}

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

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

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

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

html, body {
    font-family: Bulletin, sans-serif
}

a, p, button, input, textarea {
    font-family: Bulletin, sans-serif !important
}

body {
    background: #fff
}

.header .header-menu {
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%
}

.header .header-menu nav {
    width: 100%
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .header-menu nav {
        display: none
    }
}

.header .header-menu button {
    border: 2px solid rgba(173, 26, 55, .15);
    height: 57px;
    background: transparent;
    max-width: 173px;
    width: 100%;
    margin-right: 100px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ad1a37
}

.header .header-menu button.active, .header .header-menu button:hover {
    background: rgba(173, 26, 55, .05)
}

.header .header-menu li ul a {
    padding: 15px 20px
}

.header .header-menu li ul {
    padding: 0
}

.header .header-menu li ul a {
    height: 40px !important
}

.header .header-menu li ul a {
    background: #ffffff
}

.header .header-menu li ul {
    position: absolute;
    display: none;
    z-index: 10
}

.header .header-menu li:hover ul {
    background: #fff;
    padding: 5px 0;
    display: block;
    max-width: 260px;
    width: 100%
}

.header .header-menu nav > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.header .header-menu nav > ul > li > a {
    height: 75px
}

.header .header-menu nav > ul .active {
    color: #ad1a37
}

.header .header-menu nav > ul a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 22px
}

.header .phone-header {
    font-weight: 700;
    line-height: 34px;
    color: #1a1a1a;
    text-decoration: none;
    margin-left: auto
}

@media only all and (min-width: 1290px) {
    .header .phone-header {
        font-size: 28px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .phone-header {
        font-size: 16px
    }
}

.header .call-me-maybe {
    background: rgba(173, 26, 55, .05);
    border: 2px solid rgba(173, 26, 55, .2);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ad1a37;
    height: 52px;
    max-width: 188px;
    width: 100%;
    cursor: pointer
}

.header .call-me-maybe:hover {
    background: rgba(173, 26, 55, .2)
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .call-me-maybe {
        display: none
    }
}

.header .social {
    margin: 0 20px 0 35px
}

.header .social svg {
    border-radius: 7px
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .social {
        display: none
    }
}

.header-top {
    background: #f1f1f1;
    line-height: 150%;
    font-size: 16px;
    padding: 11px 0
}

.header-top a {
    text-decoration: none;
    color: #000
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header-top {
        display: none
    }
}

@media only all and (min-width: 1290px) {
    .header-bottom {
        padding: 15px 0 0
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header-bottom {
        padding: 15px 0
    }
}

.header .container {
    display: flex;
    align-items: center
}

.header .dot {
    margin-right: 10px
}

.header .item {
    display: flex;
    align-items: center
}

.header .item:not(:last-child) {
    margin-right: 50px
}

.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.new-index b {
    font-weight: 700
}

.new-index .message {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%
}

@media only all and (min-width: 1290px) {
    .new-index .message {
        display: flex
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .message img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: auto
    }
}

.new-index .message .titler {
    font-weight: 500;
    color: #ad1a37;
    margin-bottom: 20px
}

@media only all and (min-width: 1290px) {
    .new-index .message .titler {
        font-size: 45px;
        line-height: 150%
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .message .titler {
        font-size: 30px;
        margin-top: 30px;
        line-height: 100%
    }
}

@media only all and (min-width: 1290px) {
    .new-index .message .column:first-child {
        margin-right: 55px
    }
}

.new-index .message .column:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    line-height: 150%
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .message .column:last-child .person {
        order: -1
    }
}

@media only all and (min-width: 1290px) {
    .new-index .message .column:last-child {
        padding-right: 90px
    }
}

.new-index .person {
    box-shadow: 0 4px 35px #0000000f;
    display: inline-block;
    margin-top: 35px
}

@media only all and (min-width: 1290px) {
    .new-index .person {
        padding: 12px 35px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .person {
        padding: 10px 15px
    }
}

.new-index .we {
    box-shadow: 0 4px 35px #0000000f;
    font-weight: 500;
    line-height: 110%;
    padding: 50px 15px;
    text-align: center
}

@media only all and (max-width: 790px) {
    .we > div:first-child {
        flex-direction: column !important;
    }
}
@media only all and (min-width: 1290px) {
    .new-index .we {
        margin: 65px 0;
        font-size: 30px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .we {
        font-size: 25px;
        margin: 30px 0
    }
}

.new-index .we b {
    color: #ad1a37
}

.new-index .dot {
    background: #ad1a37;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%
}

.new-index .heading {
    font-weight: 700;
    line-height: 140%;
    color: #4d4d4d;
    margin-bottom: 8px
}

@media only all and (min-width: 1290px) {
    .new-index .heading {
        font-size: 35px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .heading {
        font-size: 25px
    }
}

.new-index .subheading {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #00000080;
    margin-bottom: 40px
}

@media only all and (min-width: 1290px) {
    .new-index .portfolio {
        margin: 100px 0 60px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .portfolio {
        margin: 40px 0
    }
}

.new-index .mini-title {
    text-align: center;
    margin-bottom: 30px
}

@media only all and (min-width: 1290px) {
    .new-index .mini-title {
        font-size: 30px;
        line-height: 160%
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .mini-title {
        font-size: 25px;
        line-height: 130%
    }
}

.new-index .mini-title span {
    font-weight: 500;
    color: #ad1a37
}

@media only all and (min-width: 1290px) {
    .new-index .paneler {
        background: #fff;
        box-shadow: 0 4px 35px #0000000f;
        padding: 35px 50px
    }
}

.new-index .paneler .grider {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 35px
}

@media only all and (min-width: 1290px) {
    .new-index .paneler .grider {
        grid-template-columns:1fr 1fr 1fr
    }
}

.new-index .paneler .grider .cell {
    box-shadow: 0 4px 35px #0000000f
}

.new-index .paneler .grider .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ad1a37
}

@media only all and (min-width: 1290px) {
    .new-index .paneler .grider .content {
        padding: 30px 35px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .paneler .grider .content {
        padding: 20px
    }
}

.new-index .paneler .grider ul {
    display: grid;
    margin: 0;
    padding: 0 0 0 20px
}

@media only all and (min-width: 1290px) {
    .new-index .paneler .grider ul {
        grid-column-gap: 35px;
        grid-template-rows:1fr 1fr 1fr 1fr;
        grid-auto-flow: column
    }
}

.new-index .paneler .grider .image {
    position: relative
}

.new-index .paneler .grider .image span {
    display: inline-flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 500;
    line-height: 160%;
    background: #fff;
    color: #ad1a37;
    margin-right: 10px
}

@media only all and (min-width: 1290px) {
    .new-index .paneler .grider .image span {
        font-size: 18px;
        padding: 8px 36px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .paneler .grider .image span {
        padding: 8px 10px
    }
}

.new-index .paneler .grider img {
    display: block;
    max-width: 100%;
    height: auto
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .paneler .grider img {
        width: 100%
    }
}

.new-index .my-button {
    background: #ad1a37;
    color: #fff;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 265px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    line-height: 160%;
    transition: background .12s ease-in-out
}

.new-index .my-button:hover {
    background: #c52141
}

@media only all and (min-width: 1290px) {
    .new-index .my-mt {
        margin-top: 100px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .my-mt {
        padding-top: 30px;
        margin-top: 20px
    }
}

.new-index .center-block {
    display: flex;
    justify-content: center
}

@media only all and (min-width: 1290px) {
    .new-index .map {
        padding-top: 70px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .map {
        padding: 40px 0
    }
}

.new-index .map img {
    max-width: 100%;
    display: block;
    height: auto
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .map img {
        margin-top: 20px
    }
}

.new-index .map .container {
    position: relative
}

@media only all and (min-width: 1290px) {
    .new-index .flying {
        max-width: 550px;
        position: absolute;
        right: 70px;
        top: 122px
    }
}

.new-index .flying .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #4d4d4d
}

.new-index .flying .heading {
    text-align: left
}

@media only all and (min-width: 1290px) {
    .new-index .time {
        margin-top: 100px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .time {
        margin-top: 50px
    }
}

.new-index .time img {
    border-radius: 50%;
    overflow: hidden
}

.new-index .time .grider {
    margin-top: 50px;
    display: grid
}

@media only all and (min-width: 1290px) {
    .new-index .time .grider {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.new-index .time .cell {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .time .cell:not(:last-child) {
        margin-bottom: 30px
    }
}

.new-index .time .titler {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: center
}

@media only all and (min-width: 1290px) {
    .new-index .time .titler {
        margin-top: 32px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .time .titler {
        margin-top: 15px
    }
}

.new-index .time .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin-top: 10px;
    color: #00000080;
    max-width: 270px
}

@media only all and (min-width: 1290px) {
    .new-index .dreamteam {
        margin-top: 120px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .dreamteam {
        margin-top: 50px
    }
}

.new-index .dreamteam .time-grid {
    display: flex;
    margin-top: 10px
}

.new-index .dreamteam .time-grid .infobox {
    margin-bottom: 10px
}

.new-index .dreamteam .time-grid span {
    height: 80px;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #FF8CA3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    line-height: 160%
}

@media only all and (min-width: 1290px) {
    .new-index .dreamteam .time-grid span {
        font-size: 25px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .dreamteam .time-grid span {
        font-size: 22px
    }
}

.new-index .dreamteam .time-grid .infobox {
    text-align: center;
}
.new-index .dreamteam .time-grid .itm {
    font-weight: 400;
    line-height: 122%;
    color: #ad1a37
}

.new-index .dreamteam .time-grid .itm {
    font-size: 16px
}

.new-index .dreamteam .time-grid .itm:nth-child(1) .infobox {
    background: #AD1A37
}

.new-index .dreamteam .time-grid .itm:nth-child(2) .infobox {
    background: rgba(173, 26, 55, .8)
}

.new-index .dreamteam .time-grid .itm:nth-child(3) .infobox {
    background: rgba(173, 26, 55, .7)
}

.new-index .dreamteam .time-grid .itm:nth-child(4) .infobox {
    background: rgba(173, 26, 55, .6)
}

.new-index .dreamteam .time-grid .itm:nth-child(1) {
    width: 100%
}

.new-index .dreamteam .time-grid .itm:nth-child(1) span {
    display: flex;
    align-items: center;
    justify-content: center
}

.new-index .dreamteam .time-grid .itm:nth-child(2) {
    width: 100%
}

.new-index .dreamteam .time-grid .itm:nth-child(2) span {
    display: flex;
    justify-content: center;
    align-items: center
}

.new-index .dreamteam .time-grid .itm span {
    display: flex;
    align-items: center
}

.new-index .dreamteam .time-grid .itm span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-index .dreamteam .team-count {
    font-size: 46px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
    color: #ad1a37
}

.new-index .dreamteam .labeler {
    font-size: 18px;
    color: #666
}

.new-index .dreamteam .heading {
    margin-bottom: 25px
}

@media only all and (min-width: 1290px) {
    .new-index .dreamteam .container {
        display: flex
    }
}

.new-index .dreamteam .container img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .dreamteam .container img {
        width: 100%
    }
}

.new-index .dreamteam .container .column:last-child {
    background: #fff;
    flex: 1;
    box-shadow: 0 4px 35px #0000000f
}

@media only all and (min-width: 1290px) {
    .new-index .dreamteam .container .column:last-child {
        padding: 45px 50px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .dreamteam .container .column:last-child {
        padding: 20px
    }
}

.new-index .content-items .cell {
    font-size: 16px
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .new-index .content-items {
        margin-bottom: 40px;
        padding: 20px;
        box-shadow: 0 4px 35px #0000000f
    }

    .new-index .content-items .cell:not(:last-child) {
        margin-bottom: 10px
    }
}

@media only all and (min-width: 1290px) {
    .new-index .content-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        margin-bottom: 40px;
        padding: 0 100px;
        box-shadow: 0 4px 35px #0000000f
    }
}

.new-index .content-items .cell:before {
    content: "" !important;
    width: 8px;
    height: 8px;
    background: #ad1a37;
    display: inline-block;
    margin-right: 20px
}

.new-index .home {
    position: relative
}

.new-index .home .swiper-wrapper + .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.new-index .home .swiper-wrapper + .container button {
    pointer-events: all;
    padding: 0;
    width: 44px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
    border: none;
    cursor: pointer
}

.new-index .swiper-container {
    overflow: hidden;
    height: 100%
}

@media only all and (min-width: 1480px) {
    .new-index .swiper-container .prev {
        transform: translate(-40px)
    }
}

@media only all and (min-width: 1480px) {
    .new-index .swiper-container .next {
        transform: translate(40px)
    }
}

@media only all and (min-width: 1290px) and (max-width: 1479px) {
    .new-index .swiper-container .innner {
        padding: 0 75px
    }
}

@media only all and (min-width: 1480px) {
    .new-index .swiper-container .innner {
        padding: 0 50px
    }
}

.new-index .swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center
}

@media only all and (min-width: 1290px) {
    .new-index .swiper-container .swiper-slide {
        min-height: 680px
    }
}

@media only all and (min-width: 760px) and (max-width: 1289px) {
    .new-index .swiper-container .swiper-slide {
        min-height: 420px
    }
}

@media only all and (min-width: 0) and (max-width: 759px) {
    .new-index .swiper-container .swiper-slide {
        min-height: 200px
    }
}

.new-index .swiper-container .swiper-slide .namer {
    font-style: normal;
    font-weight: 700;
    max-width: 508px;
    width: 100%
}

@media only all and (min-width: 760px) {
    .new-index .swiper-container .swiper-slide .namer {
        line-height: 120%;
        font-size: 69px
    }
}

@media only all and (min-width: 0) and (max-width: 759px) {
    .new-index .swiper-container .swiper-slide .namer {
        line-height: 100%;
        font-size: 30px
    }
}

.new-index .swiper-container img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

.header .logotype img {
    display: block;
    height: auto
}

@media only all and (min-width: 1290px) {
    .header .logotype img {
        max-width: 100%
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .logotype img {
        max-width: 135px
    }
}

@media only all and (min-width: 1290px) {
    .header .logotype {
        margin-right: 65px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .logotype {
        padding-right: 20px
    }
}

.header .info {
    display: flex
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .info {
        display: none
    }
}

.header .info .itm {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header .info .itm:not(:last-child) {
    margin-right: 45px
}

.header .info a {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1a1a1a;
    text-decoration: none
}

.header .info .marker {
    font-size: 16px;
    line-height: 150%;
    color: #7e7e7e
}

.header .container-menu {
    box-shadow: 0 4px 35px #0000000f;
    margin-top: 16px;
    height: 75px;
    display: flex;
    align-items: center
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .header .container-menu {
        display: none
    }
}

.header .container-menu a:hover {
    color: #ad1a37
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home-slider > .container {
        display: none !important
    }
}

.burger {
    background: transparent;
    border: none;
    outline: 0;
    padding: 0;
    width: 30px;
    height: 18px;
    cursor: pointer;
    flex-direction: column;
    margin-left: 20px
}

@media only all and (min-width: 1290px) {
    .burger {
        display: none
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .burger {
        display: flex
    }
}

.burger .line {
    width: 30px;
    height: 2px;
    display: block;
    background: #000
}

.burger .line:not(:last-child) {
    margin-bottom: 6px
}

@media only all and (min-width: 0) and (max-width: 992px) {
    .home {
        padding-top: 70px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home {
        display: flex;
        flex-direction: column-reverse
    }
}

.home .bottom {
    background: #AD1A37
}

.home .top {
    background: #fff;
    font-weight: 700
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home .top {
        font-size: 25px
    }
}

@media only all and (min-width: 1290px) {
    .home .top {
        font-size: 49px;
        line-height: 130%
    }
}

.home .top .markdown {
    background: #AD1A37;
    color: #fff
}

@media only all and (min-width: 1290px) {
    .home .top .markdown {
        padding: 10px 10px 12px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home .top .markdown {
        padding: 4px
    }
}

.home .top .one-day {
    font-weight: 500;
    color: #ad1a37;
    position: relative
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home .top .one-day {
        font-size: 22px
    }
}

@media only all and (min-width: 1290px) {
    .home .top .one-day {
        font-size: 24px;
        line-height: 160%;
        top: -5px
    }
}

@media only all and (min-width: 1290px) {
    .home .top, .home .bottom {
        padding: 40px
    }
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .home .top, .home .bottom {
        padding: 40px 15px
    }
}

@media only all and (min-width: 1290px) {
    .home > .container {
        position: absolute;
        height: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center
    }
}

@media only all and (min-width: 1290px) {
    .home .flyform {
        z-index: 5;
        position: absolute;
        margin: auto;
        right: 70px;
        max-width: 560px
    }
}

.home .inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.home .inputs input {
    height: 60px;
    width: calc(50% - 10px);
    background: #D03554;
    outline: none;
    color: #fff;
    border: 0;
    box-shadow: 0 8px 35px #0000003d;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%
}

.home .inputs input::placeholder {
    color: #ffffff80
}

.home button {
    background: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 65px;
    color: #ad1a37;
    padding: 0 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%
}

.home .swiper-pagination {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.home .swiper-pagination-bullet-active {
    background: #AD1A37 !important
}

.home .swiper-pagination-bullet {
    border-radius: 50%;
    background: rgba(173, 26, 55, .36);
    width: 6px;
    height: 6px
}

.home .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px
}

.menu-items {
    border-top: 1px solid #fbf3f5;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    display: none;
    box-shadow: 0 10px 16px -11px #0000001c
}

@media only all and (min-width: 0) and (max-width: 1289px) {
    .menu-items {
        display: none !important
    }
}

.menu-items .container {
    align-items: flex-start !important;
    padding: 35px 15px
}

.menu-items .menu-column {
    display: flex;
    flex-direction: column;
    flex-basis: 25%
}

.menu-items .menu-column a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none
}

.menu-items .menu-column a:hover {
    color: #ad1a37
}

.menu-items .column-heading {
    font-size: 18px;
    min-height: 24px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px
}

.custom-panel {
    min-height: 395px;
    font-weight: 700;
    color: #5b5b5b;
    font-size: 25px;
    line-height: 140%;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    box-shadow: none !important
}

.iconer {
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media only all and (min-width: 1290px) {
    .iconer.padding {
        padding-left: 30px
    }
}

.iconer .itmer {
    display: flex;
    align-items: center
}

.iconer .itmer:not(:last-child) {
    margin-bottom: 50px
}

.iconer .itmer img {
    width: 69px;
    height: 69px
}

.iconer .texterr {
    flex: 1;
    max-width: 227px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-left: 20px
}

.textile-page {
    padding-top: 30px
}

.textile-page .gridder .cell {
    cursor: pointer;
    display: block
}

.textile-page .gridder .cell img {
    margin-bottom: 15px;
    width: 100%
}

.textile-page .gridder span {
    border-radius: 50%;
    border: 1px solid #AD1A37;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 15px;
    transform: translateY(2px)
}

.textile-page .gridder input {
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    pointer-events: none
}

.textile-page .gridder input:checked + span:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    margin: auto;
    width: 10px;
    height: 10px;
    background: #AD1A37;
    border-radius: 50%
}

.textile-page .gridder-4 {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 30px
}

.textile-page .fff {
    margin-top: 50px
}

.textile-page .gridder-5 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr
}

.textile-page .price-blocks {
    display: flex;
    align-items: center
}

.textile-page .price-blocks .clmn:first-child {
    transform: translateY(-8px);
    margin-left: auto
}

.textile-page .prices {
    display: flex;
    align-items: center
}

.textile-page .price-new {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #ad1a37
}

.textile-page .price-old {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #4d4d4d;
    margin-left: 20px
}

.textile-page .price-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d
}

.textile-page .preim-grid {
    display: grid;
    grid-gap: 45px;
    grid-template-columns:1fr 1fr 1fr;
    margin-bottom: 90px
}

.textile-page .preim-grid .cell {
    display: flex;
    align-items: center
}

.textile-page .preim-grid .icon {
    width: 66px;
    margin-right: 15px;
    height: 66px;
    background: linear-gradient(180deg, #DB4260 0%, #AD1A37 100%);
    border-radius: 50%
}

.textile-page .preim-grid .txt {
    flex: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d
}

.textile-page .calc-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d;
    margin-bottom: 16px
}

.textile-page select {
    max-width: 255px;
    width: 100%
}

.textile-page .calc-block {
    box-shadow: 0 4px 49px #00000014;
    padding: 60px;
    margin-bottom: 60px
}

.textile-page .instr {
    margin-top: 14px;
    color: #000;
    font-size: 14px;
    display: inline-block
}

.textile-page hr {
    height: 1px;
    width: 100%;
    background: #ededed;
    border: 0;
    margin: 50px 0
}

.textile-page .w-375 {
    max-width: 375px;
    width: 100%;
    margin-right: 65px
}

.textile-page .row-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #4d4d4d;
    opacity: .8
}

.textile-page .itemsss .supper {
    margin-top: 30px
}

.textile-page .itemsss .supper .row-title {
    font-weight: 500
}

.textile-page .itemsss .roww {
    display: flex;
    justify-content: space-between
}

.textile-page .itemsss .roww:not(:last-child) {
    margin-bottom: 18px
}

.textile-page .cntrl {
    display: flex;
    align-items: center
}

.textile-page .cntrl span {
    display: inline-block;
    margin: 0 15px;
    font-size: 18px
}

.textile-page .cntrl button {
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4d4d4d;
    border-radius: 50%
}

.textile-page .system-grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 30px
}

.textile-page .system-grid input:checked + span {
    border: 1px solid #AD1A37
}

.textile-page .system-grid span {
    border: 1px solid #E6E6E6;
    cursor: pointer;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.textile-page .system-grid input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.textile-page .b-540 {
    max-width: 540px;
    width: 100%;
    margin-right: 65px;
    display: flex
}

.textile-page .b-540 input {
    width: 100%
}

.textile-page .b-540 .clmn {
    width: 50%
}

.textile-page .b-540 .clmn:first-child {
    margin-right: 30px
}

.textile-page .lbl {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d;
    margin-bottom: 16px
}

.textile-page .maybe-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin-bottom: 80px
}

.textile-page .maybe-grid .descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #4d4d4d
}

.textile-page .maybe-grid .name {
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: gray
}

.textile-page .maybe-grid img {
    width: 100%
}

.textile-page .container-mini {
    max-width: 848px;
    width: 100%;
    margin: 0 auto
}

.textile-page .c-title {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #4d4d4d;
    margin-bottom: 30px
}

.textile-page .filled {
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: #AD1A37;
    max-width: 185px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 15px, 0% 100%, 100% 100%, 100% 0, 15px 0%);
    cursor: pointer;
    margin-right: 20px
}

.textile-page .calc-buttons {
    display: flex;
    margin-top: 20px
}

.textile-page .nonfilled {
    border: 1px solid #AD1A37;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ad1a37;
    background: #fff;
    max-width: 185px;
    width: 100%;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    justify-content: center;
    clip-path: polygon(0 15px, 0% 100%, 100% 100%, 100% 0, 15px 0%)
}

.textile-page .nonfilled:before {
    position: absolute;
    content: "";
    top: 6px;
    left: -4px;
    width: 22px;
    height: 1px;
    z-index: 10;
    background: #AD1A37;
    transform: rotate(-45deg)
}

.textile-page .thumbnails {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-top: 20px;
    flex-wrap: wrap
}

.textile-page .thumbnails img {
    max-width: 100%;
    display: block;
    height: auto
}

.textile-page .thumbnails a {
    display: block;
    text-decoration: none;
    transition: box-shadow .15s ease-in-out
}

.textile-page .thumbnails a:hover {
    box-shadow: 0 0 0 2px #ad1a37
}

.textile-page .price {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    margin-top: 15px;
    color: #ad1a37
}

.textile-page .price span {
    font-size: 20px
}

.service-stars {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.707.207c.092-.276.494-.276.586 0l3.094 9.287c.04.124.16.207.293.207h10.012c.298 0 .422.372.18.543l-8.1 5.74a.296.296 0 0 0-.111.335l3.094 9.287c.092.276-.233.506-.474.335l-8.1-5.739a.314.314 0 0 0-.362 0l-8.1 5.74c-.241.17-.566-.06-.474-.336l3.094-9.287a.296.296 0 0 0-.112-.335l-8.1-5.74c-.24-.17-.117-.543.181-.543H10.32a.307.307 0 0 0 .293-.207L13.707.207Z' fill='%23AD1A37'/%3E%3C/svg%3E") repeat-x;
    height: 26px;
    margin-bottom: 25px
}

.splash {
    background: #fff;
    border: 2px solid rgba(173, 26, 55, .3);
    padding: 12px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #ad1a37
}

.textile-columns {
    display: flex;
    margin-bottom: 35px
}

.textile-columns .schema-image {
    margin-bottom: 25px
}

.textile-columns .schema-image img {
    display: block
}

.textile-columns .tabler .td {
    width: 50%
}

.textile-columns .tabler .td:last-child {
    font-weight: 500
}

.textile-columns .tabler .tr {
    display: flex;
    justify-content: space-between
}

.textile-columns .tabler .tr:not(:last-child) {
    margin-bottom: 8px
}

.textile-columns .itmer:not(:last-child) {
    margin-bottom: 20px
}

.textile-columns .zag {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #4d4d4d;
    margin-bottom: 10px
}

.textile-columns .column:last-child {
    padding-left: 35px;
    flex: 1
}

.textile-columns .column:first-child {
    max-width: 666px;
    width: 100%
}

.options {
    display: flex;
    align-items: center
}

.options span {
    border: 1px solid #ccc;
    display: flex;
    color: #7e7e7e;
    align-items: center;
    justify-content: center;
    padding: 10px 25px
}

.options input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.options input[type=radio]:checked + span {
    border: 1px solid #AD1A37;
    color: #ad1a37
}

.options .option-item {
    cursor: pointer
}

.options .option-item:not(:last-child) {
    margin-right: 10px
}

.add-stvorka, .expand-all {
    margin-top: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-decoration: none;
    color: #ad1a37;
    display: inline-block
}

.add-stvorka:hover, .expand-all:hover {
    text-decoration: underline
}

.textile-page input[type=text] {
    display: flex;
    color: #7e7e7e;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    outline: none;
    border: 1px solid #ccc
}

.textile-page input[type=text]:focus {
    border: 1px solid #AD1A37
}

.textile-page input[type=text]::placeholder {
    color: #7e7e7e
}

.textile-page .control {
    flex: 1
}

.textile-page .fflex {
    display: flex
}

.textile-page select {
    display: flex;
    color: #7e7e7e;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    outline: none;
    border: 1px solid #ccc
}

.textile-page select:focus {
    border: 1px solid #AD1A37
}

.textile-page .swiper-container {
    position: relative;
    overflow: hidden !important;
    margin-top: 15px;
    height: auto !important
}

.textile-page .swiper-container .next {
    right: 0
}

.textile-page .swiper-container .prev {
    left: 0
}

.textile-page .swiper-container svg {
    display: block
}

.textile-page .swiper-container .next, .textile-page .swiper-container .prev {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 50px;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    transform: none !important;
    bottom: 0;
    transition: background .12s ease-in-out
}

.textile-page .swiper-container .next:hover, .textile-page .swiper-container .prev:hover {
    background: rgba(0, 0, 0, .09)
}

.textile-page .swiper-container .swiper-slide {
    min-height: auto !important
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}