@font-face {
  font-family: "Cyr";
  font-style: normal;
  font-weight: 300;
  src: url("../local/lib/fonts/Cyr/BWT Cyr - Light Text.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cyr";
  font-style: normal;
  font-weight: 400;
  src: url("../local/lib/fonts/Cyr/BWT Cyr-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cyr";
  font-style: normal;
  font-weight: 700;
  src: url("../local/lib/fonts/Cyr/BWT Cyr-BoldHead.ttf");
  font-display: swap;
}
:root {
    --bwt-dark-blue: #00174B;
    --bwt-pink: #FF88BD;
}
body {
    color: var(--bwt-dark-blue);
    font-family: 'Cyr', sans-serif;
    padding-top: 70px;
}
b {
    font-family: 'Cyr', sans-serif;
    font-weight: 700;
}
.nav a.active, .nav a:hover {
    color: var(--bwt-pink);
}
.content a {
    color: var(--bwt-pink);
    border-color: var(--bwt-pink);
}
.link-dark {
    color: var(--bwt-dark-blue);
}
.link-dark:hover {
    color: var(--bwt-pink) !important;
}
.about-icons-custom .info__item_icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.card-clear__info-bottom::after {
    display: none;
}
.bottle-free-block {
    background-color: #FF88BD;
    width: 40%;
}
.bottle-free-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottle-free-content p, .bottle-free-content h3 {
    color: #fff;
    text-align: center;
}
.bottle-free-content a.btn {
    text-align: center;
    border-radius: 10px;
}
.btn__white-pink {
    border: 1px solid #FF88BD !important;
    color: #FF88BD !important;
    background-color: #fff;
}
.newFontCyr {
    font-family: 'Cyr', sans-serif;
}
.newFontCyr .h1, .newFontCyr .h2, .newFontCyr .h3, 
.newFontCyr .h4, .newFontCyr .h5, .newFontCyr .h6, 
.newFontCyr h1, .newFontCyr h2, .newFontCyr h3, 
.newFontCyr h4, .newFontCyr h5, .newFontCyr h6 {
    font-family: 'Cyr', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cyr', sans-serif;
    font-weight:600;
}
.newFontCyr .h2, .newFontCyr h2 {
    font-weight: 600;
}
.cubes__item {
    position: relative;
    width:25%;
    padding-bottom: 25%;
}
@media screen and (max-width: 767px) {
    .cubes__item {
        width:50%;
        padding-bottom: 50%;
    }
}
.docs__inner {
    width:100%;
    max-width:100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}
.docs__row {
    padding: 15px 24px;
    font-size: 14px;
}
.docs__row:nth-child(even) {
    background-color: #fff;
}
.docs__row:nth-child(odd) {
    background-color: #F3F3F3;
}
.docs__row-title_name {
    max-width:500px;
    width:100vw;
    font-weight:700;
    font-size: 16px;
    line-height: 24px;
}
.docs__row-size {
    margin-left: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666B6E;
}
.docs__btn {
    padding: 8px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #00174B;
    color: #00174B;
}
.about-pt {
    padding-top: 70px;
}
.about-pt .page-header {
    padding: 20px 0;
    background-color: #f7f8f8;
}
.about-pt .page-header__breadcrumbs {
    font-size: 14px;
}
.two-cols__center {
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .docs__row-title_name {
        width: 25vw;
    }
}
@media screen and (max-width: 767px) {
    .docs__row-title_name {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .docs__row-size {
        margin-left: 30px;
        font-size: 14px;
        line-height: 20px;
        width: fit-content;
        padding-left: 23px;
    }
    .docs__btn .btn__with-img_title {
        width: 0;
        opacity: 0;
    }
}
@media(max-width:1680px){
    .about-pt,
    body {
        padding-top: 45px;
    }
}
@media(max-width:1199px){
    body, 
    .about-pt {
        padding-top: 38px;
    }
}
@media screen and (max-width: 991px) {
    body,
    .about-pt {
        padding-top: 50px;
    }
}
.footer__contacts_tel {
    font-family: 'Cyr', sans-serif;
    font-weight: 700;
}
.production .squares__item-title,
.production .squares__item-text {
    font-family: 'Cyr', sans-serif;
}
.contacts-content {
    font-family: 'Cyr', sans-serif !important;
}