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, font, 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, menu, input, textarea, figure, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 400;
    outline: none !important;
}

.us, h1, h2, h3, p, input, textarea {
    cursor: text;
}

ol, ul {
    list-style-position: inside;
}

blockquote, q {
    quotes: none;
    display: block;
    padding: 56px;
    position: relative;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.64px;
    text-align: center;
    color: #000;
    background: url(../img/quote@3x.png) no-repeat center center;
    background-size: 416px 110px;
}
@media (max-width: 1000px) {
    blockquote, q {
        font-size: 24px;
    }
}
@media (max-width: 600px) {
    blockquote, q {
        padding: 40px 20px;
        background-size: 312px 82px;
        font-size: 20px;
        line-height: 1.4;
    }
}
@media (max-width: 400px) {
    blockquote, q {
        padding: 40px 0;
        font-size: 18px;
    }
}

label {
    cursor: pointer;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input[type=submit], label {
    cursor: pointer;
}

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

table tr th {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.44px;
    text-align: left;
    padding: 10px 18px 10px;
}
table tr th:first-child {
    padding-left: 0;
}
table tr th:last-child {
    padding-right: 0;
}

table tr td {
    padding: 10px 18px 10px;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.48px;
    text-align: left;
    color: #000;
}

table tr.separator td {
    border-bottom: 1px solid #e5e5e5;
}

table tr td:first-child {
    padding-left: 0;
}

table tr td:last-child {
    padding-right: 0;
}

html {
    -webkit-text-size-adjust: none;
    height: 100%;
    font-family: "Finlandica", sans-serif;
}

body {
    height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.noscroll {
    overflow: hidden;
}

body.coloredBg1::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 0;
    transform: rotate(-19.45deg);
    -webkit-filter: blur(400px);
    filter: blur(400px);
    background-color: #cdf5fe;
    width: 600px;
    max-width: 50%;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

input {
    vertical-align: middle;
    font-family: "Finlandica", sans-serif;
}

::selection {
    background: #ca0028;
    color: #fff;
}

::-moz-selection {
    background: #ca0028;
    color: #fff;
}

a {
    text-decoration: none;
    transition: 0.2s;
    color: #ca0028;
}

input[type=checkbox] {
    display: none;
}

.center, .shortCenter {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    display: block;
}

.shortCenter {
    max-width: 820px;
}

#pageWrapper {
    /*min-height: 100%;*/
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 101;
}
#pageWrapper:not(:has(.delivery-prev)) {
    min-height: 100%;
}
.pageContent {
    position: relative;
    z-index: 10;
}
.delivery-prev{
 margin-bottom: 20px;
}

h1 {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}
@media (max-width: 1500px) {
    h1 {
        font-size: 46px;
        margin-bottom: 60px;
    }
}
@media (max-width: 1300px) {
    h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}
@media (max-width: 800px) {
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 600px) {
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

h1 span {
    background: #fec42e;
    display: inline-block;
    letter-spacing: 0.96px;
    font-size: 0.6em;
    margin-left: 12px;
    padding: 4px 14px;
    border-radius: 8px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    color: #000;
    position: relative;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    letter-spacing: 3.2px;
    padding: 32px 0;
}
h2:last-child {
    padding-bottom: 0;
}
@media (max-width: 1000px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 56px;
}

.nobg {
    background: none !important;
}

.mb {
    margin-bottom: 60px;
}

.mbs {
    margin-bottom: 32px;
}

.bpt {
    padding-top: 120px;
}
@media (max-width: 800px) {
    .bpt {
        padding-top: 60px;
    }
}
@media (max-width: 600px) {
    .bpt {
        padding-top: 20px;
    }
}

.bbpt {
    padding-top: 400px;
}
@media (max-width: 1600px) {
    .bbpt {
        padding-top: 22vw;
    }
}

.bbpb {
    padding-bottom: 220px;
}
@media (max-width: 1000px) {
    .bbpb {
        padding-bottom: 120px;
    }
}

.bpb {
    padding-bottom: 120px;
}
@media (max-width: 800px) {
    .bpb {
        padding-bottom: 80px;
    }
}
@media (max-width: 600px) {
    .bpb {
        padding-bottom: 30px;
    }
}

.pt {
    padding-top: 80px;
}
@media (max-width: 1300px) {
    .pt {
        padding-top: 50px;
    }
}
@media (max-width: 1040px) {
    .pt {
        padding-top: 40px;
    }
}

.pb {
    padding-bottom: 80px;
}
@media (max-width: 1040px) {
    .pb {
        padding-bottom: 40px;
    }
}

.pts {
    padding-top: 32px;
}

.pbs {
    padding-bottom: 32px;
}

.bt {
    border-top: 2px solid #f0ebec;
}

hr {
    background-color: #f0ebec;
    height: 2px;
}

.noBorder {
    border-bottom: none !important;
}

@media (max-width: 1100px) {
    .mobHide {
        display: none !important;
    }
}

p, li {
    max-width: 800px;
    letter-spacing: 0.54px;
    margin-bottom: 12px;
    font-size: 18px;
}
p:last-child, li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1040px) {
    p, li {
        font-size: 16px;
    }
}

strong, b {
    font-weight: bold;
}

svg path, svg rect {
    transition: 0.2s;
}

.bgWrapper.type1 {
    background: url(../img/index_top_bg.jpg) no-repeat bottom;
    background-size: auto 100%;
}
.bgWrapper.type2 {
    background: url(../img/gray-bg-bottom@3x.png) no-repeat bottom #f6f4f4;
    background-size: 100% 337px;
}
@media (max-width: 1000px) {
    .bgWrapper.type2 {
        background-size: 100% 200px;
    }
}
@media (max-width: 600px) {
    .bgWrapper.type2 {
        background-size: 100% 100px;
    }
}
.bgWrapper.type2 nav ul {
    background-color: #fff;
}
.bgWrapper.type3 {
    background: url(../img/silver-mt@3x.png) no-repeat bottom #fff;
    background-size: 100% 252px;
}
@media (max-width: 1000px) {
    .bgWrapper.type3 {
        background-size: 100% 150px;
    }
}
@media (max-width: 600px) {
    .bgWrapper.type3 {
        background-size: 100% 100px;
    }
}
@media (max-width: 500px) {
    .bgWrapper.type3 {
        background-size: 100% 50px;
    }
}

header {
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
    margin-bottom: 65px;
}
@media (max-width: 1000px) {
    header {
        margin-bottom: 64px;
    }
}
header .logo {
    order: 2;
}
header .logo img {
    width: 200px;
}
@media (max-width: 550px) {
    header .logo img {
        width: 140px;
    }
}
header nav {
    margin-left: 70px;
    order: 3;
    position: relative;
    z-index: 10;
}
@media (max-width: 1350px) {
    header nav {
        margin-left: 50px;
    }
}
header nav .close {
    display: none;
}
header nav ul {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0 16px 65px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(246, 244, 244, 0.5);
}
@media (max-width: 1350px) {
    header nav ul {
        max-width: 600px;
    }
}
header nav ul li {
    list-style: none;
    margin: 0 40px 16px 0;
}
@media (max-width: 1500px) {
    header nav ul li {
        margin: 0 20px 8px 0;
    }
}
header nav ul li ul {
    position: absolute;
    margin-top: 8px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 32px 40px;
    border-radius: 32px;
    box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 1100px) {
    header nav ul li ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding: 0 0 0 16px;
        box-shadow: none;
    }
}
header nav ul li ul li {
    margin: 0;
}
header nav ul li ul li a {
    font-size: 16px;
}
header nav ul li a.active + ul {
    opacity: 1;
    visibility: visible;
}
header nav ul li a {
    position: relative;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
}
@media (max-width: 1500px) {
    header nav ul li a {
        font-size: 20px;
    }
}
@media (max-width: 1350px) {
    header nav ul li a {
        font-size: 18px;
    }
}
header nav ul li a:hover {
    color: #ca0028;
}
header nav ul li a:hover svg path {
    stroke: #ca0028;
}
header nav ul li a.active svg {
    transform: rotate(180deg);
}
header nav ul li a svg {
    width: 16px;
    transition: 0.2s;
}
@media (max-width: 1200px) {
    header nav ul li a svg {
        display: none;
    }
}
header nav ul li a svg path {
    stroke: #000;
}
@media (max-width: 1100px) {
    header nav {
        position: fixed;
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        left: -400px;
        width: 350px;
        padding: 90px 40px 40px;
        box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        z-index: 20;
        transition: 0.2s;
        margin: 0;
        overflow: auto;
    }
    header nav .close {
        position: absolute;
        top: 24px;
        left: 24px;
        background: url(../img/close@3x.png);
        background-size: 100% 100%;
        display: block;
        width: 40px;
        height: 40px;
    }
    header nav ul {
        flex-direction: column;
        background: none;
        padding: 0;
    }
}
header .info {
    display: flex;
    flex-direction: column;
    margin-left: 110px;
    order: 5;
}
@media (max-width: 1600px) {
    header .info {
        margin-left: 40px;
    }
}
@media (max-width: 1500px) {
    header .info {
        display: none;
    }
}
@media (max-width: 1400px) {
    header .info {
        gap: 12px;
    }
}
@media (max-width: 1200px) {
    header .info {
        margin-left: auto;
    }
}
@media (max-width: 750px) {
    header .info {
        display: none;
    }
}
header .info a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    letter-spacing: 0.72px;
    color: #000;
}
@media (max-width: 1400px) {
    header .info a {
        font-size: 18px;
    }
}
header .info a:hover {
    color: #ca0028;
}
header .info a:hover svg path, header .info a:hover svg rect {
    stroke: #ca0028;
}
header .info a svg {
    width: 22px;
}
header .icons {
    display: flex;
    margin-left: auto;
    order: 6;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 100px;
}
@media (max-width: 1200px) {
    header .icons {
        margin-left: auto;
    }
}
header .icons .phone {
    display: none;
}
@media (max-width: 1500px) {
    header .icons .phone {
        display: block;
    }
}
header .icons .phone {
    width: 40px;
    order: 0;
}
header .icons .phone:hover path {
    stroke: #ca0028;
}
header .icons .telega, header .icons .vk {
    width: 40px;
}
header .icons .telega:hover rect, header .icons .vk:hover rect {
    stroke: #ca0028;
}
header .icons .telega:hover path, header .icons .vk:hover path {
    fill: #ca0028;
}
header .icons .whatsapp {
    width: 40px;
}
header .icons .whatsapp:hover path:first-child {
    stroke: #ca0028;
}
header .icons .whatsapp:hover path:last-child {
    fill: #ca0028;
}
@media (max-width: 600px) {
    header .icons .telega, header .icons .whatsapp, header .icons .vk, header .icons .phone {
        width: 30px;
    }
    header .icons .telega svg, header .icons .whatsapp svg, header .icons .vk svg, header .icons .phone svg {
        width: 30px;
        height: 30px;
    }
}
header label.menu {
    display: none;
    order: 1;
}
@media (max-width: 1100px) {
    header label.menu {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/menu@3x.png);
        background-size: 100% 100%;
        margin-right: 80px;
    }
}
@media (max-width: 750px) {
    header label.menu {
        margin-right: 40px;
    }
}
@media (max-width: 500px) {
    header label.menu {
        margin-right: 20px;
    }
}

#mainmenucheck + label {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ccc;
    transition: 0.8s;
    -webkit-filter: blur(400px);
    filter: blur(400px);
    z-index: 200;
    visibility: hidden;
    opacity: 0;
}

#mainmenucheck:checked + label {
    opacity: 0.8;
    visibility: visible;
}

#mainmenucheck:checked + label + div header nav {
    left: 0;
    z-index: 201;
}

form .title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
@media (max-width: 550px) {
    form .title {
        flex-direction: column;
    }
}
form .title .left {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.72px;
}
@media (max-width: 550px) {
    form .title .left br {
        display: none;
    }
}
form .title .right {
    display: flex;
    gap: 8px;
    align-items: center;
}
form .title .right img {
    width: 90px;
    border-radius: 100px;
}
form .title .right b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
}
form .item {
    position: relative;
}
form .item input[type="text"],
form .item input[type="email"],
form .item input[type="tel"] {
    padding: 15px 18px 16px 50px;
    border-radius: 100px;
    box-shadow: 0 8px 16px -8px rgba(57, 47, 47, 0.2);
    background-color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
    caret-color: #ca0028;
}

@media (max-width: 1300px) {
    form .item input[type="text"],
    form .item input[type="email"],
    form .item input[type="tel"] {
        padding: 15px 18px 16px 50px;
        font-size: 20px;
    }
}

/* Общие стили для иконок (чтобы избежать дублирования) */
form .item input[type="text"] + svg path,
form .item input[type="email"] + svg path,
form .item input[type="tel"] + svg path,
form .item input[type="text"] + svg rect,
form .item input[type="email"] + svg rect {
    stroke: #000;
}

form .item input[type="text"]:focus + svg path,
form .item input[type="email"]:focus + svg path,
form .item input[type="tel"]:focus + svg path,
form .item input[type="text"]:focus + svg rect,
form .item input[type="email"]:focus + svg rect {
    stroke: #ca0028;
}

/* Специфичные стили для placemark (первый path — fill, последний — stroke) */
form .item input[type="text"] + svg.placemark path:first-child,
form .item input[type="email"] + svg.placemark path:first-child,
form .item input[type="tel"] + svg.placemark path:first-child {
    fill: #000;
}

form .item input[type="text"]:focus + svg.placemark path:first-child,
form .item input[type="email"]:focus + svg.placemark path:first-child,
form .item input[type="tel"]:focus + svg.placemark path:first-child {
    fill: #ca0028;
}
form .item svg {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 24px;
    margin-top: -12px;
}
form .item input[type=submit] {
    color: #fff;
    background: #000;
    padding: 21px 32px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    transition: 0.2s;
}
@media (max-width: 1300px) {
    form .item input[type=submit] {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    form .item input[type=submit] {
        padding: 21px 16px 20px;
    }
}
form .item input[type=submit]:hover {
    background: #ca0028;
}
form .notify a {
    color: #000;
    font-weight: bold;
}
form .notify a:hover {
    color: #ca0028;
}

.indexTop {
    display: flex;
    justify-content: space-between;
    margin-top: 95px;
}
@media (max-width: 1500px) {
    .indexTop {
        margin-top: 120px;
    }
}
@media (max-width: 1300px) {
    .indexTop {
        margin-top: 80px;
    }
}
@media (max-width: 1000px) {
    .indexTop {
        margin-top: 20px;
    }
}
.indexTop .left {
    width: 560px;
}
@media (max-width: 1000px) {
    .indexTop .left {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .indexTop .left {
        width: 100%;
    }
}
.indexTop .left form {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 550px) {
    .indexTop .left form {
        flex-direction: column;
        align-items: flex-start;
    }
    .indexTop .left form .item {
        width: 100%;
    }
    .indexTop .left form .item input {
        width: 100%;
    }
}
.indexTop .right {
    width: calc(100% - 600px);
}
@media (max-width: 1000px) {
    .indexTop .right {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .indexTop .right {
        display: none;
    }
}
.indexTop .right img {
    width: 100%;
}

@media (max-width: 1400px) {
    #deliveryTypesSliderWrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.index #deliveryTypesSlider {
    margin-top: -150px;
}
@media (max-width: 1500px) {
    .index #deliveryTypesSlider {
        margin-top: -100px;
    }
}
@media (max-width: 1150px) {
    .index #deliveryTypesSlider {
        margin-top: 20px;
    }
}

#deliveryTypesSlider {
    display: flex;
    gap: 16px;
}
#deliveryTypesSlider .item {
    position: relative;
}
#deliveryTypesSlider .item a.calc {
    position: absolute;
    top: 50%;
    margin: -20px 32px 0;
    width: calc(100% - 64px);
    display: block;
    padding: 12px 20px;
    border-radius: 100px;
    background-color: rgba(202, 0, 40, 0.05);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #ca0028;
    z-index: 20;
}
@media (max-width: 560px) {
    #deliveryTypesSlider .item a.calc {
        margin: -20px 16px 0;
        width: calc(100% - 32px);
    }
}
@media (max-width: 500px) {
    #deliveryTypesSlider .item a.calc {
        margin: 0 16px 0;
        top: 130px;
    }
}
#deliveryTypesSlider .item a.sliderLink {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    border-radius: 48px;
    background-color: #f6f4f4;
    transition: 0.2s;
    position: relative;
}
#deliveryTypesSlider .item a.sliderLink::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 48px;
    border: 4px solid #ca0028;
    opacity: 0;
    transition: 0.2s;
    z-index: 6;
}
#deliveryTypesSlider .item a.sliderLink:hover {
    box-shadow: 0 40px 64px -16px rgba(170, 0, 34, 0.31);
}
#deliveryTypesSlider .item a.sliderLink:hover::before {
    opacity: 1;
}
@media (max-width: 1400px) {
    #deliveryTypesSlider .item a.sliderLink:hover {
        box-shadow: none;
    }
}
#deliveryTypesSlider .item a.sliderLink .price {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #000;
    padding: 0 32px;
}
#deliveryTypesSlider .item a.sliderLink .time {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding: 0 32px;
}
@media (max-width: 1500px) {
    #deliveryTypesSlider .item a.sliderLink .time {
        font-size: 28px;
    }
}
#deliveryTypesSlider .item a.sliderLink .time span {
    font-size: 0.4em;
    letter-spacing: 1.6px;
}
#deliveryTypesSlider .item a.sliderLink .name {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    padding: 0 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #000;
}
@media (max-width: 1500px) {
    #deliveryTypesSlider .item a.sliderLink .name {
        font-size: 20px;
    }
}
#deliveryTypesSlider .item a.sliderLink .name span {
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #fec42e;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
}
#deliveryTypesSlider .item a.sliderLink img {
    border-radius: 0 0 48px 48px;
}

#centerVideoSlider .item a {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 400px;
}
#centerVideoSlider .item a img {
    border-radius: 400px;
}

.indexAbout .link a {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #000;
}
.indexAbout .link a:hover {
    color: #ca0028;
}
.indexAbout .link a img {
    width: 118px;
    border-radius: 50%;
}
.indexAbout .link a span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
}
.indexAbout .link a.treatyLink {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: solid 2px rgba(202, 0, 40, 0.1);
    padding: 40px 32px 32px;
    background: url(../img/seal@3x.jpg) bottom right no-repeat;
    background-size: 99px 134px;
    gap: 24px;
    margin-bottom: 24px;
}
.indexAbout .link a.treatyLink span.img {
    display: flex;
    align-items: center;
    gap: 16px;
}
.indexAbout .link a.treatyLink span.img b {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #ca0028;
    text-transform: uppercase;
}
.indexAbout .link a.treatyLink span.img img {
    width: 40px;
    border-radius: 0;
}
.indexAbout .link a.treatyLink span.link {
    padding: 21px 0 20px;
    border-radius: 50px;
    box-shadow: 0 16px 32px -8px rgba(104, 0, 5, 0.3);
    background-color: #ca0028;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.indexAbout .text a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.indexAbout .text a:hover {
    color: #000;
}
.indexAbout .text a:hover svg path {
    stroke: #000;
}
.indexAbout .text a svg {
    width: 18px;
    height: 16px;
}
.indexAbout .text a svg path {
    stroke: #ca0028;
}
.indexAbout .links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.indexAbout .links a {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
}
.indexAbout .links a:hover {
    color: #000;
}

.redFigured {
    padding: 270px 0 120px;
    background-color: #ca0028;
    background-image: url(../img/red-mt-top@3x.png), url(../img/red-mt-bot@3x.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 482px, 100% 87px;
}
@media (max-width: 1100px) {
    .redFigured {
        background-size: 100% 282px, 100% 67px;
        padding: 170px 0 120px;
    }
}
@media (max-width: 1000px) {
    .redFigured {
        background-size: 100% 182px, 100% 47px;
        padding: 120px 0 120px;
    }
}
@media (max-width: 900px) {
    .redFigured {
        background-size: 100% 142px, 100% 47px;
        padding: 120px 0 60px;
    }
}
@media (max-width: 550px) {
    .redFigured {
        background-size: 100% 80px, 100% 47px;
        padding: 80px 0 60px;
    }
}
.redFigured hr {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
}

.pluses .center.top {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .pluses .center.top {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .pluses .center.top {
        gap: 30px;
    }
}
.pluses .center.top .ileft h2 {
    color: #fff;
}
.pluses .center.top .ileft .columned {
    display: flex;
    gap: 60px;
}
@media (max-width: 550px) {
    .pluses .center.top .ileft .columned {
        flex-direction: column;
        gap: 0;
    }
}
.pluses .center.top .ileft .columned ul {
    width: calc(50% - 30px);
}
@media (max-width: 550px) {
    .pluses .center.top .ileft .columned ul {
        width: 100%;
    }
}
.pluses .center.top .ileft .columned ul li {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
    color: #fff;
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-bottom: 24px;
}
@media (max-width: 1300px) {
    .pluses .center.top .ileft .columned ul li {
        font-size: 20px;
    }
}
@media (max-width: 1100px) {
    .pluses .center.top .ileft .columned ul li {
        font-size: 18px;
    }
}
.pluses .center.top .ileft .columned ul li::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
}
.pluses .center.top .iright {
    width: 525px;
    min-width: 525px;
}
@media (max-width: 1100px) {
    .pluses .center.top .iright {
        width: 100%;
        max-width: 100%;
        min-width: 1px;
    }
}
.pluses .center.top .iright form {
    padding: 56px 64px 54px;
    border-radius: 48px;
    background-color: #fec42e;
}
@media (max-width: 1300px) {
    .pluses .center.top .iright form {
        padding: 28px 32px;
    }
}
@media (max-width: 1100px) {
    .pluses .center.top .iright form .title {
        justify-content: center;
    }
}
.pluses .center.top .iright form .item {
    margin-bottom: 24px;
}
.pluses .center.top .iright form .item input {
    width: 100%;
}
.pluses .center.bottom {
    display: flex;
    gap: 16px;
}
@media (max-width: 1250px) {
    .pluses .center.bottom {
        flex-wrap: wrap;
        gap: 24px;
    }
}
@media (max-width: 1250px) {
    .pluses .center.bottom figure {
        width: calc(33.33% - 16px);
    }
}
@media (max-width: 700px) {
    .pluses .center.bottom figure {
        width: calc(50% - 12px);
    }
}
@media (max-width: 450px) {/*
    .pluses .center.bottom figure {
        width: 50%;
    }
.pluses .center.bottom figure:nth-of-type(2n) {
    margin-left: 50%;
}*/
}
.pluses .center.bottom figure img {
    margin-bottom: 24px;
}
.pluses .center.bottom figure figcaption {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #fff;
}
@media (max-width: 1300px) {
    .pluses .center.bottom figure figcaption {
        font-size: 18px;
    }
}
@media (max-width: 1250px) {
    .pluses .center.bottom figure figcaption {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    #photosSliderWrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.fourCols {
    display: flex;
    gap: 40px;
}
@media (max-width: 1000px) {
    .fourCols {
        flex-wrap: wrap;
        gap: 30px;
    }
}
.fourCols .item {
    width: calc(25% - 30px);
}
@media (max-width: 1000px) {
    .fourCols .item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 550px) {
    .fourCols .item {
        width: 100%;
    }
}
.fourCols .item p {
    color: #000;
}

.title.lined {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding-top: 28px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media (max-width: 1250px) {
    .title.lined {
        font-size: 18px;
    }
}
.title.lined::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #ca0028;
    top: 0;
    left: 0;
}

.howTitle {
    position: relative;
    z-index: 2;
}

.how {
    background: #f6f4f4;
    position: relative;
}
.how::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 220px;
    background: url(../img/silver-mt@3x.png);
    background-size: 100% 100%;
}
@media (max-width: 1500px) {
    .how::before {
        height: 160px;
    }
}
@media (max-width: 1100px) {
    .how::before {
        height: 100px;
    }
}
@media (max-width: 800px) {
    .how::before {
        height: 80px;
    }
}
@media (max-width: 500px) {
    .how::before {
        height: 50px;
    }
}
.how .center {
    position: relative;
    z-index: 2;
}
.how p {
    color: #000;
}
@media (max-width: 1250px) {
    .how p {
        font-size: 16px;
    }
}

.horizForm form {
    display: flex;
    flex-wrap: wrap;
    background: #fec42e;
    padding: 40px 80px;
    border-radius: 48px;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .horizForm form {
        padding: 40px 40px;
    }
}
.horizForm form .title {
    width: 100%;
}
@media (max-width: 750px) {
    .horizForm form .title {
        align-items: flex-start;
        flex-direction: column;
    }
}
.horizForm form .item {
    margin-right: 16px;
    width: calc(33.33% - 11px);
}
@media (max-width: 1000px) {
    .horizForm form .item {
        width: calc(50% - 8px);
        margin-right: 0;
    }
}
@media (max-width: 750px) {
    .horizForm form .item {
        width: 100%;
        margin-bottom: 16px;
    }
}
.horizForm form .item:nth-child(4) {
    margin-right: 0;
}
@media (max-width: 1000px) {
    .horizForm form .item:nth-child(4) {
        margin-top: 24px;
        width: 100%;
    }
}
@media (max-width: 750px) {
    .horizForm form .item:nth-child(4) {
        margin-top: 12px;
    }
}
.horizForm form .item input {
    width: 100%;
}
.horizForm form .notify {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
@media (max-width: 750px) {
    .horizForm form .notify {
        text-align: center;
    }
}

.colored {
    background: #f6f4f4;
}

.teamImg img {
    border-bottom: 2px solid #ca0028;
}

.indexTeam {
    background-image: linear-gradient(to bottom, #f6f4f4 0%, #fff 100%);
}
.indexTeam .review {
    display: flex;
    align-items: center;
    gap: 15px;
}
.indexTeam .review img {
    width: 120px;
    border-radius: 50%;
}
.indexTeam .review span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
    text-align: left;
    color: #000;
}

.threeColsUnProp {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 1300px) {
    .threeColsUnProp {
        gap: 30px;
    }
}
@media (max-width: 1000px) {
    .threeColsUnProp {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 600px) {
    .threeColsUnProp {
        gap: 8px;
    }
}
.threeColsUnProp .left {
    width: 25%;
    min-width: 250px;
}
@media (max-width: 1000px) {
    .threeColsUnProp .left {
        width: 100%;
    }
}
.threeColsUnProp.contacts2 {
    gap: 20px;
}
.threeColsUnProp.contacts2 .middle {
    width: calc(100% - 794px);
}
.threeColsUnProp .middle {
    width: calc(50% - 60px);
}
@media (max-width: 1000px) {
    .threeColsUnProp .middle {
        width: 100%;
    }
}
.threeColsUnProp .middle.text a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.threeColsUnProp .middle.text a:hover {
    color: #000;
}
.threeColsUnProp .middle.text a:hover svg path {
    stroke: #000;
}
.threeColsUnProp .middle.text a svg {
    width: 18px;
    height: 16px;
}
.threeColsUnProp .middle.text a svg path {
    stroke: #ca0028;
}
.threeColsUnProp .right {
    width: 25%;
    min-width: 250px;
}

footer {
    background: url(../img/footer_bg@3x.jpg) top center no-repeat;
    background-size: cover;
}
@media (max-width: 1500px) {
    footer {
        background-size: 100% auto;
        background-color: #430110;
        padding-top: 28vw;
    }
}
footer .casesLink {
    display: flex;
    justify-content: center;
}
@media (max-width: 1500px) {
    footer .casesLink {
        display: none;
    }
}
footer .casesLink a {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 550px) {
    footer .casesLink a {
        flex-direction: column;
    }
}
footer .casesLink a img {
    width: 254px;
    border-radius: 100px;
}
@media (max-width: 1300px) {
    footer .casesLink a img {
        width: 200px;
    }
}
footer .casesLink a span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
    color: #000;
}
footer .slogan .name {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.68px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-top: 300px;
}
@media (max-width: 1500px) {
    footer .slogan .name {
        padding-top: 24vw;
    }
}
@media (max-width: 1300px) {
    footer .slogan .name {
        font-size: 44px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    footer .slogan .name {
        font-size: 28px;
    }
}
footer .slogan .desc {
    max-width: 750px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.48px;
    text-align: center;
    color: #dd5e77;
}
@media (max-width: 1000px) {
    footer .slogan .desc {
        font-size: 18px;
    }
}
footer .slogan .desc img {
    display: inline;
    width: 1em;
}
footer .clients .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
footer .clients .title:before, footer .clients .title:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #fff;
}
footer .clients .title:before {
    margin-right: 10px;
}
footer .clients .title:after {
    margin-left: 10px;
}
footer .bottomBarge {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}
footer .bottomBarge img {
    width: 410px;
}
@media (max-width: 600px) {
    footer .bottomBarge img {
        width: 240px;
    }
}
footer .bottom {
    padding: 35px 0 16px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(85, 0, 17, 0.5);
}
footer .bottom.nobg {
    background-color: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
@media (max-width: 700px) {
    footer .bottom {
        padding-bottom: 100px;
    }
}
footer .bottom nav>div,
footer .bottom nav {
    display: flex;
    gap: 10px;
    align-items: center;

}
footer .bottom nav {

    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}
@media (max-width: 1600px) {
    footer .bottom nav {
        gap: 20px;
    }
}
@media (max-width: 1000px) {
    footer .bottom nav {
        flex-wrap: wrap;
    }
}
footer .bottom nav a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.44px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    footer .bottom nav a {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    footer .bottom nav a {
        font-size: 14px;
    }
}
footer .bottom nav a:last-child {
    margin-left: auto;
}
@media (max-width: 1000px) {
    footer .bottom nav a:last-child {
        margin-left: 0;
    }
}
footer .bottom nav img {
    width: 38px;
}
footer .bottom .info {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
}
@media (max-width: 1200px) {
    footer .bottom .info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
footer .bottom .info div, footer .bottom .info a {
    color: #fff;
    line-height: 20px;
}
footer .bottom .info img {
    width: 250px;
}

#floatContacts {
    position: fixed;
    bottom: 50px;
    right: 24px;
    display: flex;
    align-items: flex-end;
    gap: 24px;
    z-index: 100;
    transition: 0.2s;
}
#floatContacts.bottom {
    bottom: 124px;
}
#floatContacts a.order {
    display: flex;
    align-items: center;
    padding: 0 32px;
    border-radius: 50px;
    box-shadow: 0 16px 32px -8px rgba(104, 0, 5, 0.3);
    background-color: #ca0028;
    color: #fff;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
@media (max-width: 500px) {
    #floatContacts a.order {
        height: 50px;
    }
}
#floatContacts .floatContactsItems {
    position: relative;
}
#floatContacts .floatContactsItems a {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.2s;
}
@media (max-width: 500px) {
    #floatContacts .floatContactsItems a {
        width: 50px;
        height: 50px;
    }
}
#floatContacts .floatContactsItems a::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}
@media (max-width: 500px) {
    #floatContacts .floatContactsItems a::before {
        width: 24px;
        height: 24px;
    }
}
#floatContacts .floatContactsItems a.viber {
    box-shadow: 0 12px 32px -8px rgba(119, 63, 170, 0.69);
    background-image: url(../img/ic-viber.jpg);
    background-size: cover;
}
#floatContacts .floatContactsItems a.whatsapp {
    box-shadow: 0 12px 32px -8px rgba(52, 184, 83, 0.69);
    background-image: url(../img/ic-whatsapp.jpg);
    background-size: cover;
}
#floatContacts .floatContactsItems a.telega {
    box-shadow: 0 12px 32px -8px rgba(41, 146, 203, 0.69);
    background-image: url(../img/ic-telegram.jpg);
    background-size: cover;
}
#floatContacts label {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ca0028;
    position: relative;
}
@media (max-width: 500px) {
    #floatContacts label {
        width: 50px;
        height: 50px;
    }
}
#floatContacts label::before, #floatContacts label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/i-question@3x.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
@media (max-width: 500px) {
    #floatContacts label::before, #floatContacts label::after {
        width: 24px;
        height: 24px;
    }
}
#floatContacts label::after {
    background-image: url(../img/ic-chats-close@3x.png);
    opacity: 0;
    width: 18px;
    height: 18px;
}

#floatContacts input:checked + a + .floatContactsItems a {
    opacity: 1;
    visibility: visible;
}
#floatContacts input:checked + a + .floatContactsItems a.viber {
    bottom: 228px;
}
@media (max-width: 500px) {
    #floatContacts input:checked + a + .floatContactsItems a.viber {
        bottom: 180px;
    }
}
#floatContacts input:checked + a + .floatContactsItems a.whatsapp {
    bottom: 152px;
}
@media (max-width: 500px) {
    #floatContacts input:checked + a + .floatContactsItems a.whatsapp {
        bottom: 120px;
    }
}
#floatContacts input:checked + a + .floatContactsItems a.telega {
    bottom: 76px;
}
@media (max-width: 500px) {
    #floatContacts input:checked + a + .floatContactsItems a.telega {
        bottom: 60px;
    }
}

#floatContacts input:checked + a + .floatContactsItems label::before {
    opacity: 0;
}
#floatContacts input:checked + a + .floatContactsItems label::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg);
}

#callForm, #calcFloatForm {
    width: 350px;
}
#callForm .title, #calcFloatForm .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.72px;
    margin-bottom: 40px;
    text-transform: uppercase;
    justify-content: center;
    color: #000;
}
#callForm .item, #calcFloatForm .item {
    margin-bottom: 16px;
}
#callForm input, #calcFloatForm input {
    width: 100%;
}
#callForm .notify, #calcFloatForm .notify {
    font-size: 12.1px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.09px;
    text-align: center;
}

.deliveryContent .price {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #000;
    padding-top: 24px;
    position: relative;
}
.deliveryContent .price::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 4px;
    background: #ca0028;
}
.deliveryContent .time {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 1.68px;
    margin-bottom: 50px;
}
.deliveryContent .time span {
    font-size: 0.43em;
    letter-spacing: 1.6px;
    margin-left: 12px;
}
.deliveryContent .left img {
    border-radius: 100px;
    max-width: 250px;
}
@media (max-width: 1000px) {
    .deliveryContent .left {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        gap: 40px;
        margin-bottom: 40px;
    }
    .deliveryContent .left img {
        max-width: 200px;
    }
    .deliveryContent .left .time {
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    .deliveryContent .left {
        margin-bottom: 20px;
    }
}
@media (max-width: 650px) {
    .deliveryContent .left {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }
    .deliveryContent .left .price {
        order: 2;
    }
    .deliveryContent .left .time {
        order: 3;
    }
    .deliveryContent .left .img {
        order: 1;
        width: 100%;
    }
}

.deliveryCalc {
    padding: 54px 80px;
    border-radius: 48px;
    background: #f6f4f4;
}
@media (max-width: 1000px) {
    .deliveryCalc {
        padding: 54px 40px;
    }
}
@media (max-width: 650px) {
    .deliveryCalc {
        padding: 28px 20px;
        border-radius: 24px;
    }
}
.deliveryCalc h2 {
    width: 100%;
}
.deliveryCalc form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.deliveryCalc form .item {
    width: calc(33.33% - 11px);
}
@media (max-width: 1000px) {
    .deliveryCalc form .item {
        width: calc(50% - 8px);
    }
}
@media (max-width: 650px) {
    .deliveryCalc form .item {
        width: 100%;
    }
}
.deliveryCalc form .item input {
    width: 100%;
}
.deliveryCalc form .notify {
    width: 100%;
    text-align: center;
    font-size: 12.1px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.09px;
}
.deliveryCalc form .notify a {
    color: #000;
    font-weight: bold;
}
.deliveryCalc form .notify a:hover {
    color: #ca0028;
}

@media (max-width: 1000px) {
    .searchTop .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .searchTop .left h1 {
        margin-bottom: 0;
    }
    .searchTop .left h1 br {
        display: none;
    }
}
.searchTop .middle img {
    border-radius: 500px;
    max-width: 520px;
}
.searchTop .right a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.32px;
    color: #000;
}
.searchTop .right a img {
    width: 118px;
    border-radius: 50%;
}

.button {
    color: #fff;
    background: #000;
    padding: 21px 32px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    transition: 0.2s;
}
.button.invert {
    background: #ca0028;
}
.button.invert:hover {
    background: #000;
}
.button:hover {
    background: #ca0028;
}

.centerButtonWrapper {
    text-align: center;
}

.smallTitle, .smallTitle p {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.cases .case {
    display: flex;
    gap: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f0ebec;
}
@media (max-width: 550px) {
    .cases .case {
        flex-direction: column;
        gap: 20px;
    }
}
.cases .case:last-child {
    margin-bottom: none;
}
.cases .case .img {
    width: 364px;
    min-width: 364px;
}
@media (max-width: 550px) {
    .cases .case .img {
        width: 100%;
        min-width: 1px;
    }
}
.cases .case .content .text {
    margin-top: 24px;
    margin-bottom: 24px;
}
@media (max-width: 550px) {
    .cases .case .content .text {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.cases .case .content .text p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.48px;
}
@media (max-width: 1200px) {
    .cases .case .content .text p {
        font-size: 20px;
    }
}
@media (max-width: 900px) {
    .cases .case .content .text p {
        font-size: 18px;
    }
}
@media (max-width: 700px) {
    .cases .case .content .text p {
        font-size: 16px;
    }
}
.cases .case .stats {
    display: flex;
    gap: 40px;
}
@media (max-width: 700px) {
    .cases .case .stats {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .cases .case .stats {
        flex-direction: column;
    }
}
.cases .case .stats .num {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 1000px) {
    .cases .case .stats .num {
        font-size: 20px;
    }
}
@media (max-width: 700px) {
    .cases .case .stats .num {
        font-size: 18px;
    }
}
.cases .case .stats .desc {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #000;
}
@media (max-width: 1000px) {
    .cases .case .stats .desc {
        font-size: 14px;
    }
}

.team {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.team .item {
    width: calc(25% - 12px);
    perspective: 1000px;
    height: 470px;
    position: relative;
    margin-bottom: 50px;
}
@media (max-width: 1400px) {
    .team .item {
        width: calc(33.33% - 11px);
    }
}
@media (max-width: 1100px) {
    .team .item {
        height: 400px;
    }
}
@media (max-width: 900px) {
    .team .item {
        width: calc(50% - 8px);
    }
}
@media (max-width: 550px) {
    .team .item {
        width: 100%;
    }
}
.team .item .itemInner {
    display: block;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    width: 100%;
}
@media (max-width: 1200px) {
    .team .item input:checked + .itemInner {
        transform: rotateY(180deg);
    }
}
@media (min-width: 1200px) {
    .team .item:hover .itemInner {
        transform: rotateY(180deg);
    }
}
.team .item .front, .team .item .back {
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 194px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 1100px) {
    .team .item .front, .team .item .back {
        border-radius: 120px;
    }
}
@media (max-width: 550px) {
    .team .item .front, .team .item .back {
        border-radius: 50%;
    }
}
.team .item .front {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid #fff;
}
.team .item .front img {
    max-height: 100%;
}
.team .item .back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
}
.team .item .back .text {
    padding: 60px 60px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .team .item .back .text {
        padding: 30px 30px;
    }
}
.team .item .back .text p {
    font-size: 16px;
}
@media (max-width: 1100px) {
    .team .item .back .text p {
        font-size: 14px;
    }
}
.team .item .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #ca0028;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    padding: 8px 16px;
    border-radius: 32px;
}

.topSilverMt {
    background: url(../img/silver-mt-bottom@3x.png) no-repeat top center;
    background-size: 100% 87px;
    padding-top: 90px;
}
@media (max-width: 1000px) {
    .topSilverMt {
        background-size: 100% 50px;
    }
}
@media (max-width: 800px) {
    .topSilverMt {
        background-size: 100% 40px;
    }
}
@media (max-width: 500px) {
    .topSilverMt {
        background-size: 100% 30px;
    }
}

.video {
    position: relative;
}
.video::before {
    content: "";
    transition: 0.2s;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -90px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../img/play-video@3x.png);
    background-size: 120px 120px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 1000px) {
    .video::before {
        width: 140px;
        height: 140px;
        margin: -70px 0 0 -70px;
        background-size: 100px 100px;
    }
}
@media (max-width: 600px) {
    .video::before {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
        background-size: 70px 70px;
    }
}
.video:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.quote {
    padding: 32px 0 32px 64px;
    background: url(../img/quote-small@3x.png) no-repeat left 36px;
    background-size: 40px 24px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
@media (max-width: 600px) {
    .quote {
        font-size: 16px;
        line-height: 1.4;
    }
}

.contacts {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 850px) {
    .contacts {
        flex-direction: column;
    }
}
.contacts > .left {
    width: calc(100% - 674px);
}
@media (max-width: 1500px) {
    .contacts > .left {
        width: calc(100% - 574px);
        gap: 20px;
    }
}
@media (max-width: 1000px) {
    .contacts > .left {
        width: calc(50% - 8px);
    }
}
@media (max-width: 850px) {
    .contacts > .left {
        width: 100%;
    }
}
.contacts > .left .columned {
    display: flex;
    border-bottom: 2px solid #f0ebec;
}
.contacts > .left .columned:last-child {
    border-bottom: none;
}
@media (max-width: 1300px) {
    .contacts > .left .columned {
        flex-direction: column;
    }
}
.contacts > .left h2 {
    min-width: 250px;
}
.contacts > .left .smallTitle {
    margin-bottom: 20px;
}
.contacts > .left a, .contacts > .left span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000;
    margin-bottom: 24px;
}
.contacts > .left a:hover, .contacts > .left span:hover {
    color: #ca0028;
}
.contacts > .left .phone, .contacts > .left .email, .contacts > .left .profile {
    font-size: 40px;
    letter-spacing: 1.2px;
}
.contacts > .left .phone.small, .contacts > .left .email.small, .contacts > .left .profile.small {
    font-size: 24px;
}
.contacts > .left .phone svg, .contacts > .left .email svg, .contacts > .left .profile svg {
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.contacts > .left .phone svg path, .contacts > .left .phone svg rect, .contacts > .left .email svg path, .contacts > .left .email svg rect, .contacts > .left .profile svg path, .contacts > .left .profile svg rect {
    stroke: #000;
}
.contacts > .left .phone:hover svg path, .contacts > .left .phone:hover svg rect, .contacts > .left .email:hover svg path, .contacts > .left .email:hover svg rect, .contacts > .left .profile:hover svg path, .contacts > .left .profile:hover svg rect {
    stroke: #ca0028;
}
@media (max-width: 1500px) {
    .contacts > .left .phone, .contacts > .left .email, .contacts > .left .profile {
        font-size: 30px;
    }
    .contacts > .left .phone svg, .contacts > .left .email svg, .contacts > .left .profile svg {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
}
@media (max-width: 1000px) {
    .contacts > .left .phone, .contacts > .left .email, .contacts > .left .profile {
        font-size: 18px;
    }
}
.contacts > .left .profile {
    font-size: 24px;
}
.contacts > .left .addr {
    font-size: 24px;
    letter-spacing: 0.72px;
}
.contacts > .left .addr:hover svg path:first-child {
    fill: #ca0028;
}
.contacts > .left .addr:hover svg path:last-child {
    stroke: #ca0028;
}
.contacts > .left .addr svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.contacts > .left .addr svg path:first-child {
    fill: #000;
}
.contacts > .left .addr svg path:last-child {
    stroke: #000;
}
@media (max-width: 1500px) {
    .contacts > .left .addr {
        font-size: 20px;
    }
    .contacts > .left .addr svg {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
}
@media (max-width: 1000px) {
    .contacts > .left .addr {
        font-size: 18px;
    }
    .contacts > .left .addr svg {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
}
.contacts > .left .vk {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
}
.contacts > .left .vk:hover svg path {
    fill: #ca0028;
}
.contacts > .left .vk:hover svg rect {
    stroke: #ca0028;
}
.contacts > .left .vk svg {
    width: 36px;
    min-width: 36px;
    height: 36px;
}
.contacts > .left .vk svg path {
    fill: #000;
}
.contacts > .left .vk svg rect {
    stroke: #000;
}
@media (max-width: 1500px) {
    .contacts > .left .vk {
        font-size: 16px;
    }
    .contacts > .left .vk svg {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
}
.contacts .right {
    width: 524px;
}
@media (max-width: 1000px) {
    .contacts .right {
        width: calc(50% - 8px);
    }
}
@media (max-width: 850px) {
    .contacts .right {
        width: 100%;
    }
}
.contacts .right form {
    padding: 56px 64px 54px;
    border-radius: 48px;
    background-color: #fec42e;
    width: 100%;
}
@media (max-width: 1300px) {
    .contacts .right form {
        padding: 28px 32px;
    }
}
.contacts .right form .title {
    justify-content: flex-start;
}
.contacts .right form .title .left, .contacts .right form .title .right {
    width: auto;
    min-width: 1px;
}
@media (max-width: 1100px) {
    .contacts .right form .title {
        justify-content: center;
    }
}
.contacts .right form .item {
    margin-bottom: 24px;
}
.contacts .right form .item input {
    width: 100%;
}

.fancybox__content > .carousel__button.is-close {
    top: 20px !important;
    right: 20px !important;
    box-shadow: none !important;
}
.fancybox__content > .carousel__button.is-close svg {
    --carousel-button-svg-filter: none;
}
.fancybox__content > .carousel__button.is-close svg path {
    stroke: #000 !important;
}

.buyTitle {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
@media (max-width: 800px) {
    .buyTitle {
        flex-direction: column;
    }
}
.buyTitle h1 {
    margin-bottom: 0;
}
.buyTitle div {
    width: 520px;
    color: #9c9697;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
    border-left: 2px solid rgba(156, 150, 151, 0.2);
    padding-left: 26px;
}
.buyTitle div svg {
    width: 40px;
    height: 40px;
}
@media (max-width: 800px) {
    .buyTitle div svg {
        display: none;
    }
}
@media (max-width: 800px) {
    .buyTitle div {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
}

.has-ajax .fancybox__content {
    padding: 24px 80px 40px 80px !important;
    border-radius: 48px !important;
    box-shadow: 0 32px 100px 0 rgba(0, 0, 0, 0.4) !important;
    background-color: #f6f4f4 !important;
}
@media (max-width: 900px) {
    .has-ajax .fancybox__content {
        padding: 24px 40px 40px !important;
    }
.blog-item {
    width: 40%!important;
}
.blog-list {
     margin: auto!important;
    display: flex;
    flex-wrap: wrap;
}
}
.has-ajax .fancybox__content #calcFloatForm {
    width: 700px;
}
@media (max-width: 740px) {
    .has-ajax .fancybox__content #calcFloatForm {
        width: 100%;
    }
}
.has-ajax .fancybox__content #calcFloatForm #calcFloatFormInner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
@media (max-width: 500px) {
    .has-ajax .fancybox__content #calcFloatForm #calcFloatFormInner {
        gap: 8px;
    }
.blog-item {
    width: 100%!important;
}
}
.has-ajax .fancybox__content #calcFloatForm #calcFloatFormInner .item {
    width: calc(50% - 8px);
}
@media (max-width: 500px) {
    .has-ajax .fancybox__content #calcFloatForm #calcFloatFormInner .item {
        width: 100%;
    }
}

form .error {
    color: #ca0028 !important;
    font-weight: bold;
    display: block;
    font-size: 14px;
    position: absolute;
}

.okWrapper .title {
    text-align: center;
}
.okWrapper p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.48px;
    text-align: center;
}
.okWrapper a {
    background: #000;
    color: #fff;
    padding: 21px 32px 20px;
    border-radius: 50px;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    display: block;
    text-align: center;
}
.seo_text p,
.seo_text li {
    max-width: none;
}
.seo_text ul {
    margin: 0 0 30px 30px;
}
.seo_text h2 {
    margin-top: 30px;
}


.blog-list{
    margin: 0 -15px;
}
.blog-item{
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    position: relative;
}
.blog-prev{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(195, 195, 195, 0.79);
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px 15px;
}
.blog-prev a {
    text-transform: uppercase;
    color: #000;
}
.blog-list:after{
    content: '';
    display: block;
    clear: both;
}



.text.middle li:not([class]):not(header li),
.seo_text li:not([class]):not(header li),
.center li:not([class]):not(header li) {
  position: relative;
  padding-left: 1.2em; /* Отступ для псевдоэлемента */
  list-style-type: none; /* Убираем стандартный маркер */
}

.text.middle li:not([class]):not(header li)::before,
.seo_text li:not([class]):not(header li)::before,
.center li:not([class]):not(header li)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 779.652 779.652' fill='%23ca0028'%3e%3cpath d='M679.5 349.7L151.1 9.2C119.7-7.7 83.8-6 83.8 54.7v670.6c0 55.4 38.5 64.2 67.3 45.5l528.4-340.5c21.8-22.2 21.8-58.2 0-80.5z'/%3e%3c/svg%3e");
  position: absolute;
  left: 0;
}


.supplier-search .item:hover {
    background: #ca0028;
    color: #fff;
    border-radius: 20px;
    padding: 7px;
transition: background-color 0.3s ease;
}
.supplier-search .item:hover {

transition: all 0.3s ease;
}
.supplier-search .item:hover p {

    color: #fff;

}

.supplier-search .item:hover .title.lined::before{
display: none;
}
[class="center"]:not(:has(header)), .seo_text {
  width: 80%;
}

.fixed-menu{
    position: fixed;
    /* margin: auto; */
    /* width: 100%; */
    top: 0px;
    z-index: 1000;
    backdrop-filter: blur(15px);
    padding: 0;
    background: #ffffff;
    border-radius: 100px;
    left: 0;
    right: 0;
    align-items: center;

    justify-content: space-around;
}
.fixed-menu ul {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 32px;
    backdrop-filter: blur(15px);
    justify-content: center;
    transition: all 0.3s ease;
 background: #ffffff;
    margin: auto;
}
.fixed-menu nav{
margin: 0;
}
.order {
  display: none; /* По умолчанию скрыта */

}
.banner-promo-callback {

    align-items: center;
    padding: 0 32px;
    border-radius: 50px;
    box-shadow: 0 16px 32px -8px rgba(104, 0, 5, 0.3);
    background-color: #ca0028;
    color: #fff;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    width: max-content;
    text-transform: uppercase;
}
.fixed-menu .icons {
    display: flex;
    margin-left: 0;
    order: 6;
    gap: 10px;
    flex-wrap: wrap;
    max-width: max-content;
}
.footer__icons {
    display: flex;
    gap: 10px;
}


.menu-wrapper{
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.menu-item-container{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: flex-start;
}/*
.menu-item-container{
flex: 0 0 20%;
}*/
.menu-item-container:first-child{
    flex-basis: 100%;
    order: 99;
        padding: 15px 0;

    align-items: flex-start;

}
.menu-item-container:first-child .menu-subitems-wrapper{
    
    column-count: 2;
    /*column-gap: 7vw;*/
}
.menu-item-container:first-child .menu-subitem-container{
    text-align: left;
    
}
.menu-subitem-container a{
    font-size: 14px;
}
.menu-top-level{
        width: max-content;
}


.menu-item-container:first-child  .menu-top-level {
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

footer .bottom nav>div, footer .bottom nav {

    align-items: flex-start;
}
.mobile-blocks-container{
margin-top: 20px;
}

.mobile-blocks-container .icons{
    width: 100%;
    max-width: none;
    margin: auto;
    margin-top: 20px;
}
.mobile-blocks-container .icons .phone{
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.mobile-blocks-container .info, .mobile-blocks-container  .icons {
    display: none;
}
@media (max-width: 899px) {


#floatContacts a.order {
    display: none
}

  #headerMenu ul li.parent ul {
    display: none;
    padding-left: 15px;
  }
  .mobile-blocks-container >  .order.fbAjax.banner-promo-callback{
display: none;
}

  #headerMenu ul li.parent.active ul {
    display: block;
  }
  
  #headerMenu ul li.parent > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
	:has(.parent.active) .root-item-selected.active. > submenu-arrow{
transform: rotate(270deg);
transition: transform 0.3s;
}
  .submenu-arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 779.652 779.652' fill='%23ca0028'%3e%3cpath d='M679.5 349.7L151.1 9.2C119.7-7.7 83.8-6 83.8 54.7v670.6c0 55.4 38.5 64.2 67.3 45.5l528.4-340.5c21.8-22.2 21.8-58.2 0-80.5z'/%3e%3c/svg%3e");
    transition: transform 0.3s;
transform: rotate(180deg);
  }
  
  #headerMenu ul li.parent.active .submenu-arrow {
    transform: rotate(90deg);
  }
  
  /* Стили для существующей SVG-иконки (если нужно) */
  #headerMenu ul li.parent > a svg {
    display: none; /* Скрываем стандартную иконку на мобильных */
  }
.mobile-blocks-container .info, .mobile-blocks-container  .icons {
    display: block;
}
}

.footer__info{
    display: flex;
    flex-direction: column;
    gap: 0!important;
    align-items: flex-start!important;
}
.footer__info  a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}
.footer__icons {
    display: flex;
    gap: 10px;
    align-items: center;
    gap: 20px;
}
.active-menu-item{
    color: #ca0028;
}
.banner-promo-callback-header{
    display: flex;
    align-items: center;
    padding: 0 32px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
    background-color: #ca0028;
    color: #fff!important;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    width: max-content;
    text-transform: uppercase;
}
.fixed-menu .banner-promo-callback-header{
display: none;
}
.fixed-menu .banner-promo-callback-header{
display: none;
}

.fixed-menu .mobile-blocks-container{
order: 3;
}
.fixed-menu  nav{
order: 3;
}
#floatContacts .floatContactsItems a.feedbackform {
    box-shadow: 0 12px 32px -8px rgba(52, 184, 83, 0.69);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 750 750'%3e%3cpath fill='none' stroke='%23fff' stroke-width='30' d='M706.4 239.2c-18.4-32.4-44.6-61.3-78-86.2C560.6 102.5 470.6 74.7 375 74.7S189.4 102.5 121.6 153c-33.3 24.8-59.6 53.8-78 86.2-19.2 33.8-29 69.8-29 107s9.7 73.1 29 107c18.4 32.4 44.6 61.3 78 86.2 67.8 50.5 157.8 78.3 253.4 78.3 49.3 0 97-7.3 142-21.8 4.6-1.5 9.5-.3 12.8 3l68.8 68.8c5.1 5.1 11.8 7.8 18.7 7.8 3.4 0 6.8-.7 10.1-2 9.9-4.1 16.3-13.7 16.3-24.4V532.9c0-3.6 1.6-7 4.3-9.4 56.4-49.2 87.4-112.2 87.4-177.4C735.4 309 725.6 273 706.4 239.2zm-74.9 265.5c-8.2 7.1-12.8 17.4-12.8 28.3v115.9c0 .3 0 .9-.9 1.3-.9.4-1.3-.1-1.5-.3l-68.8-68.8c-7.2-7.2-16.7-11-26.5-11-3.9 0-7.8.6-11.7 1.8-42.4 13.7-87.6 20.6-134.3 20.6C190.1 592.6 39.6 482 39.6 346.1S190.1 99.7 375 99.7s335.4 110.6 335.4 246.4c0 29.4-7 58.1-20.8 85.4-12.9 24.4-32.4 49-57.5 70.9z'/%3e%3ccircle cx='201.8' cy='348' r='34.3' fill='none' stroke='%23fff' stroke-width='30'/%3e%3ccircle cx='548.2' cy='348' r='34.3' fill='none' stroke='%23fff' stroke-width='30'/%3e%3ccircle cx='375' cy='348' r='34.3' fill='none' stroke='%23fff' stroke-width='30'/%3e%3c/svg%3e");
background-size: cover;
    bottom: 226px;
    padding: 10px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;


background-color: #ca0028;
    color: #fff;

    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
@media (min-width: 900px) {
	#floatContacts .floatContactsItems a.feedbackform {
display: none;
}
}
.blog-list {

    display: flex;
    flex-wrap: wrap;
}
.blog-item {
    float: none;

    position: relative;
    flex: 0 0 22%;
}

@media (max-width: 900px) {
    .blog-item {
        flex: 45% !important;
    }
}
@media (max-width: 50px) {
    .blog-item {
        flex: 100% !important;
    }
}


.padding-top-120 {
padding-top: 120px;
}