*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /* overflow-x: hidden; */
}

body.lock,
body.burger-lock{
    overflow: hidden;
}

.container {
    max-width: 1704px;
    margin: 0px auto;
    padding: 0 27px;
}

a {
    text-decoration: none;
}

.m-auto {
    margin-left: auto;
}

.blue-button {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #007AFF;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.blue-button:hover{
    /* animation: test 0.7s; */
    background-color: #fff;
    color: #007AFF;
    border: 1px solid #007AFF;
}

/* @keyframes test {
    0%{
        margin-left: 10px;
    }
    25%{
        margin-right: 10px;
    }
    100%{
        margin-left : 10px;
    }
    100%{
        margin-right: 10px;
    }
} */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* burger */

.header__burger{
    display: none;
    margin-right: 61px;
    cursor: pointer;
}
    
.burger__inner{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
    overflow: auto;
}

.burger__inner.active{
    display: block;
}

.burger__links{
    list-style: none;
    padding: 0 30px;
}

.burger__link{
    margin-top: 30px;
    width: 100%;
}

.burger__products.active{
    padding: 12px 20px; 
    background-color: #2770F1;
}

.burger__link a {
    font-size: 30px;
    line-height: 37px;
    font-weight: 800;
    color: #fff;
}

.burger__button button{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 16px;
    margin: 30px 0 0 30px;
}

.burger__products-dropdown{
    display: none;
    background-color: #fff;
}

.burger__products-dropdown.active{
    display: block;
}

.burger__products-dropdown ul{
    list-style: none;
    padding: 8px 12px;
}

.burger__products-dropdown ul li + li   {
    margin-top: 8px;
}

.burger__products-dropdown ul li a{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #1B315F;
}

/* feedback */

.modal__feedback{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 97;
}

.modal__feedback.active{
    display: flex;
}

.modal__feedback-inner{
    width: 628px;
    height: 397px;  
    background-color: #fff;
}

.modal__feedback-header{
    height: 74px;
    background: #252B42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.modal__feedback-header--text{
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    color: #fff;
}

.feedback-wrapper-text{
    font-size: 18px;
    line-height: 22px;
    color: #3F578B;
    margin: 30px 0;
}

.modal__feedback-wrapper{
    text-align: center;
}

.modal__feedback-wrapper input{
    width: 386px;
}

.modal__feedback-wrapper form input:nth-child(2){
    margin-top: 15px !important;
}

.modal__feedback-wrapper form button{
    margin-top: 25px;
}

.types__description-title{
    transform: translateX(-120%);
    opacity: 0;
    transition: all 0.3s ease 0.4s;
}

.types__description-title.active{
    transform: translateX(0%);
    opacity: 1;
}

.types__description-text{
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.3s ease 0.4s;
}

.types__description-text.active{
    transform: translateX(0%);
    opacity: 1;
}

/* .types__products{
    transition: all 0.3s ease-out;
} */

#types__products-img{
    width: 100%;
}

@media (max-width: 1010px){
    #types__products-img{
    	display: none;
    }
}

.swiper-wrapper{
    align-items: center;
}

/*ukraine*/

.ukraine{
    position: relative;
}

.ukraine-top{
    width: 100%; 
    height: 20px;
    background-color: #025bbf;
}

.ukraine-bottom{
    width: 100%;
    height: 20px;
    background-color: gold;
}

.ukraine-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
}

@media(max-width: 920px){
    .ukraine-text{
        font-size: 18px;
    }
}

@media(max-width: 700px){
    .ukraine-text{
        font-size: 14px;
    }
}
@media(max-width: 500px){
    .ukraine-text{
        font-size: 10px;
    }
}

/* main page */

.header {
    min-height: 160px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.header__top {
    background-color: #252B42;
}

.header__top-inner {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.header__top-text,
.header__top-text a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #DDDDDD;
}

.header__top-text:hover,
.header__top-text a:hover {
    color: #007AFF;
}

.header__top-fnumber {
    margin-left: 31px;
    position: relative;
}

.header__top-fnumber::before,
.header__top-snumber::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../img/header-icons/telephone.svg');
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
}

.header__top-fnumber:hover::before,
.header__top-snumber:hover::before {
    background-image: url('../img/header-icons/telephone-blue.svg');
}

.header__top-snumber,
.header__top-email,
.header__top-instagram {
    margin-left: 81px;
    position: relative;
}

.header__top-email::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../img/header-icons/email.svg');
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
}

.header__top-email:hover::before {
    background-image: url('../img/header-icons/email-blue.svg');
}

.header__top-instagram::before{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../img/header-icons/instagram.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
}

.header__top-times {
    position: relative;
}

.header__top-times::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('../img/header-icons/clock.svg');
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    fill: red;
}

.header__top-times:hover::before {
    background-image: url('../img/header-icons/clock-blue.svg');
}

.header__bottom-inner {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.header__links {
    list-style: none;
    display: flex;
    margin: 0 0 0 62px;
    padding: 0;
}

.header__link {
    padding: 40px 20px;
}

.header__link:hover {
    background-color: #007AFF;
}


.header__link.active>a,
.header__link:hover>a {
    color: #fff;
}

#products-func.active {
    font-weight: 900;
    background-color: #A7C7FF;
    position: relative;
}

.header__link a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    color: #1B315F;
}

.header__address {
    text-align: right;
    margin-right: 24px;
}

.header__bottom-number {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    color: #162C5B;
}

.header__bottom-location {
    font-size: 16px;
    line-height: 24px;
    color: #1B315F;
    text-transform: uppercase;
}

.header__button button {
    padding: 16px;
}

.lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 60px;
    position: relative;
}

/* .lang img:last-child{
    margin-left: 9px;
} */
.products__modal {
    width: 168px;
    min-height: 252px;
    background-color: #fff;
    filter: drop-shadow(0px 4px 24px rgba(27, 49, 95, 0.15));
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 3;
}

.products__modal.active {
    display: block;
}

.products__modal-item {
    /* height: 42px; */
    padding-top: 8px;
    padding: 8px 0 0 12px;
}

.products__modal a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #1B315F;
    /* margin-left: 12px; */
    /* padding: 8px 36px 8px 12px; */
}

.products__modal-item--link:hover {
    font-weight: 500;
}


.change__lang {
    display: none;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 54px;
    background-color: #fff;
    filter: drop-shadow(0px 4px 24px rgba(27, 49, 95, 0.15));
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 3;

}

.change__lang.active {
    display: flex;
}

.main {
    /* min-height: 840px; */
    background: url('../img/header-bg-min.jpg') no-repeat center / cover;
    position: relative;
}

.main__inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main__map img {
    width: 100%;
}

.main__callback {
    position: absolute;
    right: 122px;
    /* 135px */
    bottom: 50px;
    display: none;
}

.product {
    min-height: 790px;
}

.product__blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
}

.product__blocks a {
    width: 355px;
    height: 450px; /* 532 */
    margin-right: 75px;
}

@media (max-width: 1268px) {
    .product__blocks{
        justify-content: center;
    }
    .product__blocks a{
        margin-right: 75px !important;
    }
    .product__blocks a:nth-child(4n) {
        margin-right: 75px !important;
    }
    .product__blocks a:nth-child(3){
        margin-right: 75px !important;
    }
    .product__blocks a:nth-child(2n) {
        margin-right: 0px !important;
    }
}

/* @media (max-width: 1200px) {
    .product__blocks a:nth-child(2n) {
        margin-right: 0px !important;
    }
} */

@media (max-width: 838px) {
    .product__blocks a{
        margin-right: 0px !important;
        margin-bottom: 75px;
    }
}

.product__blocks a:nth-child(4n) {
    margin-right: 0;
}

/* .product__blocks a:nth-last-child(n+4) {
    margin-bottom: 75px;
} */

.product__block {
    width: 100%;
    height: 90%;
    box-shadow: 0px 0px 10px rgba(27, 49, 95, 0.05);
    border-radius: 4px;
}

.product__block:hover {
    box-shadow: 0px 4px 24px rgba(27, 49, 95, 0.15);
}

.product__block-description {
    padding: 21px;
    color: #1B315F;
}

.product__block-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.product__block-text {
    font-size: 16px;
    line-height: 24px;
    color: #3F578B;
}

.product__block-text ul {
    list-style: none;
    padding: 0;
    margin-top: 4px;
}

.product__block-text ul li {
    margin-left: 20px;
    position: relative;
}

.product__block-text ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 45px;
    background-color: #007AFF;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
}

.product__block-text ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #3F578B;
}

.product__button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.product__button {
    text-align: center;
    padding: 16px;
}

.advances__items {
    min-height: 902px;
    background: url('../img/types-bg.jpg') no-repeat center / cover;
    margin-top: 110px;
    padding: 100px 0;
}

.advances__items-inner {
    display: flex;
    flex-wrap: wrap;
}

.advances__item {
    width: 359px;
    height: 311px;
    padding: 21px 24px;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-right: 71px;
}

.advances__item:nth-child(3n) {
    margin-right: 0;
}

.advances__item:nth-last-child(n+4) {
    margin-bottom: 80px;
}

.advances__item:hover {
    background: rgba(0, 122, 255, 0.45);
    box-shadow: 0px 0px 10px rgba(44, 141, 255, 0.2);
}

@media (max-width: 1272px) {
    .advances__items-inner{
        justify-content: center;
    }
    .advances__item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .advances__item:nth-child(3n) {
        margin-right: 71px;
    }
    .advances__item:last-child{
        margin-top: 80px;
    }
}

@media (max-width: 840px) {
    .advances__item,
    .advances__item:nth-child(2n),
    .advances__item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .advances__item:last-child{
        margin-top: 0px;
    }
    .advances__item{
        margin-bottom: 80px;
    }
}

.advances__item-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 24px;
}

.types {
    min-height: 923px;
}

.types__inner-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    overflow: hidden;
}

.types__description-title {
    font-size: 50px;
    line-height: 56px;
    color: #1B315F;
    margin-left: 44px;
    position: relative;
    text-transform: uppercase;
}

.types__description-title span {
    font-weight: 800;
}

.types__description-title::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #007AFF;
    border-radius: 2px;
    position: absolute;
    left: -44px;
}

.types__description-text {
    font-size: 30px;
    line-height: 39px;
    color: #3F578B;
    /* margin-right: 244px; */
    position: relative;
}

.types__description-text span {
    font-weight: 600;
}

.types__description-text::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #1EBB92;
    border-radius: 23px;
    position: absolute;
    left: -17px;
    top: 23%;
}

.types__inner-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
}

.types__inner-item {
    width: 811px;
    min-height: 435px;
    padding: 57px 100px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('../img/types-icons/types__item-bg.png');
    background-size: cover;
    transition: all 0.3s ease-out;
}

.types__inner-item:nth-child(2){
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('../img/types-icons/types__item-bg-2.png');
}

.types__inner-item:nth-child(3){
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('../img/types-icons/types__item-bg-3.png');
}

.types__inner-item:nth-child(4){
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('../img/types-icons/types__item-bg-4.png');
}

.types__inner-item:nth-child(2n) {
    margin-left: 28px;
}

.types__inner-item:nth-last-child(n+3) {
    margin-bottom: 28px;
}


.types__inner-item:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url('../img/types-icons/types__item-bg.png');
    transition: all 0.3s ease-out;
}

.types__inner-item:nth-child(2):hover{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url('../img/types-icons/types__item-bg-2.png');
}

.types__inner-item:nth-child(3):hover{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url('../img/types-icons/types__item-bg-3.png');
}

.types__inner-item:nth-child(4):hover{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url('../img/types-icons/types__item-bg-4.png');
}

.types__inner-item-secondPage{
    margin: 0 25px 0 0;
}

.types__item-title {
    font-size: 44px;
    line-height: 56px;
    font-weight: 800;
}

.types__item-text {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 49px 0;
}

.types__item-button {
    width: 80px;
    height: 80px;
    background: #2770F1;
    border-radius: 80px;
    display: flex;
    padding: 0 29px 0 32px;
    align-items: center;
    cursor: pointer;
}

.types__inner-button {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.types__inner-button button {
    padding: 16px;
    display: flex;
    align-items: center;
}

.types__inner-button button img {
    margin-left: 10px;
}

.history {
    min-height: 1300px;
}

.history__block {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.history__block-text {
    font-size: 24px;
    line-height: 24px;
    color: #3F578B;
    max-width: 664px;
    margin-left: 85px;
    margin-right: 90px;
}

.history__block-text:last-child {
    margin-right: 0px;
    margin-left: 90px;
}

.feedback {
    min-height: 590px;
    background: url('../img/history-bg.jpg') no-repeat center / cover;
}

.feedback__inner {
    min-height: 590px;
    display: flex;
    align-items: center;
}

.feedback__inner-block {
    width: 370px;
    height: 391px;
    background-color: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px 30px;
    text-align: center;
}

.feedback__block-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #252B42;
}

.feedback__inner-block form {
    margin-top: 46px;
}

.feedback__block-input {
    width: 310px;
    height: 50px;
    padding: 18px 20px;
    background: #F7F7F8;
    border: none;
}

@media (max-width: 375px) {
    .feedback__block-input {
        width: 270px;
    }   
    .feedback__inner-block{
        padding: 20px 14px !important;
    }
}

.feedback__block-input+.feedback__block-input {
    margin-top: 25px;
}

.feedback__block-text {
    background-image: url('../img/user-bg.png');
    background-repeat: no-repeat;
    text-indent: 26px;
}

.feedback__block-phone {
    background-image: url('../img/phone-bg.png');
    background-repeat: no-repeat;
    text-indent: 26px;
}

.feedback__block-text:focus,
.feedback__block-phone:focus {
    background-image: none;
    text-indent: 0px;
}

.feedback-button {
    margin-top: 52px;
    padding: 20px 50px;
}

.footer {
    min-height: 510px;
    background: url('../img/footer-bg-min.jpg') no-repeat center / cover;
}

.footer__inner {
    padding-top: 100px;
    padding-right: 165px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    font-weight: 500;
    color: #A9A9A9;
}

.footer__logo-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
}

.footer__contacts-text,
.footer__about-title,
.footer__products-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 40px;
}

.footer__addres-title,
.footer__numbers-title,
.footer__email-title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin: 20px 0px 8px 26px;
}

.footer__addres-title::before,
.footer__numbers-title::before,
.footer__email-title::before {
    content: '';
    background-image: url('../img/footer-icons/address.svg');
    width: 16px;
    height: 16px;
    position: absolute;
    left: -26px;
}

.footer__numbers-title::before {
    background-image: url('../img/footer-icons/phone.svg');
}

.footer__email-title::before {
    background-image: url('../img/footer-icons/email.svg');
}

.footer__addres-text,
.footer__numbers-text,
.footer__email-text {
    margin-left: 26px;
}

.footer__numbers-text+.footer__numbers-text {
    margin-top: 5px;
}

.footer__about-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 329px;
}

.footer__products-links {
    list-style: none;
    padding: 0;
}

.footer__products-link a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #A9A9A9;
}

.footer__products-link +.footer__products-link {
    margin-top: 20px;
}

.footer__top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
}

@media (max-width: 972px) {
    .footer__logo,
    .footer__contacts{
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .footer__logo,
    .footer__contacts,
    .footer__about{
        margin-bottom: 50px;
    }
}


/* contact page */
.contacts{
    margin-bottom: 100px;
}

.contacts__blocks{
    display: flex;
    margin-top: 130px;  
    justify-content: center;
}

.contacts__block{
    max-width: 495px;
    width: 100%;
    min-height: 186px;
    display: flex;
    background: #F7F7F8;
    border-radius: 5px;
    position: relative;
    padding: 20px 80px;
}

.contacts__block:last-child{
    margin-left: 43px;
}

.contacts__block:first-child::after{
    content: '';
    width: 43px;
    height: 4px;
    background-color: #007AFF;
    position: absolute;
    top: 50%;
    right: -43px;
}

.contacts__block::before{
    content: '01';
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #007AFF;
    position: absolute;
    top: -40px;
    left: 13px;
}

.contacts__block:last-child::before{
    content: '02';
}

.contacts__address{
    margin-bottom: 22px;
}

.contacts__title{
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #2B2A2A;
    margin-bottom: 5px;
    position: relative;
}

.contacts__title::before{
    content: '';
    background-image: url('../img/contacts-images/address-icon.svg');
    width: 21px;
    height: 20px;
    position: absolute;
    left: -27px;
}

.contacts__numbers-title::before{
    background-image: url('../img/contacts-images/phone-icon.svg');
}

.contacts__email-title::before{
    background-image: url('../img/contacts-images/mail-icon.svg');
    height: 15px;
}

.contacts__time-title::before{
    background-image: url('../img/contacts-images/clock-icon.svg');
}

.contacts__text{
    font-size: 14px;
    line-height: 17px;
    color: #676767;
}

.contacts__text span{
    color: #8170F3;
}

.contacts__numbers-text{
    display: flex;
    align-items: center;
}

.contacts__numbers-text img{
    margin-left: 5px;
}

.contacts__numbers-text + .contacts__numbers-text{
    margin-top: 6px; 
}

.contacts__block-image{
    position: absolute;
    bottom: 0;
    right: 40px;
}

#second__contacts-image{
    right: 22px;
}

.contacts__time{
    margin-top: 40px;
}

/* partners */

.partners{
    margin-top: 110px;
}

.partners__header{
    min-height: 597px;
    background: url('../img/partners-bg.jpg') no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners__header-text{
    font-size: 40px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.partners__blocks{
    display: flex;
    margin: 70px 0 145px 0;
}

.partners__block{
    margin-left: 56px;
}

.partners__block:last-child{
    margin-left: 167px;
}

.partners__block span{
    font-size: 30px;
    line-height: 24px;
    color: #3F578B;
    position: relative;
    display: block;
    margin-top: 40px;
}

.partners__block span:first-child{
    margin-top: 0px;
}

.partners__block span::before{
    content: '1';
    width: 28px;
    height: 31px;
    background-color: #1B315F;
    border-radius: 4px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 3px 9px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
}

.partners__block span:first-child::before{
    padding: 3px 11px;
}

.partners__block span:nth-child(3)::before{
    content: '2';
}

.partners__block span:nth-child(5)::before{
    content: '3';   
}

.partners__block #four::before{
    content: '4';
    padding: 3px 8px;
}

.partners__block #five::before{
    content: '5';
}

.partners__block #six::before{
    content: '6';
    padding: 3px 8px;
}

.partners__block #seven::before{
    content: '7';
}

.ourpart{
    min-height: 199px;
    background-color: #F4F4F4;
    margin: 110px 0 70px 0;
}

.ourpart__inner{
    min-height: 199px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    position: relative;
}

.ourpart__slider {
    max-width: 1150px;
}

.ourpart__navigation-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    cursor: pointer;
}

.ourpart__navigation-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    cursor: pointer;
}

.swiper-slide{
    display: flex;
    justify-content: center;
}

@media (max-width: 1270px) {
    .ourpart__navigation-prev,
    .ourpart__navigation-next{
        display: none;
    }
}

@media (max-width: 499px) {
    .swiper-slide.swiper-slide-active{
        display: flex;
        justify-content: center;
    }
    .ourpart__navigation-prev,
    .ourpart__navigation-next{
        top: 50%;
    }
    /* .ourpart__inner{
        flex-wrap: nowrap;
    } */
}

/* .ourpart__inner img + img{
    margin-left: 150px;
} */

.documents__images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 70px 0 50px 0;
}

.documents__image-img{
    width: 400px;
    height: 585px;
}
.documents__image-img img{
    width: 100%;
    height: 100%;
}

@media (max-width: 840px) {
    .documents__image-img{
        width: unset;
        height: unset;
    }
    .documents__images{
        justify-content: center;
    }
}

.documents__images-hidden{
    display: none;
}

.documents__images-hidden.visibility{
    display: block;
}

.documents__image{
    position: relative;
}

.documents__image-download{
    width: 100%;    
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.documents__image-download img{
    cursor: pointer;
}

.documents__image:hover > .documents__image-img{
    filter: blur(2px);
}

.documents__image:hover > .documents__image-download{
    display: flex;
    filter: none;
}

.documents__button{
    text-align: center;
}

.documents__button button{
    padding: 20px 15px;
    margin-bottom: 130px;   
}

/* story-page */

.story__blocks{
    margin: 110px 0 140px 0;
}

.story__block{
    display: flex;
    align-items: center;
}

.story__block + .story__block{
    margin-top: 100px; 
}

.story__block-text{
    font-size: 24px;
    line-height: 24px;
    color: #3F578B;
    margin-left: 91px;
}

/* recipes-page */

.recipes__blocks{
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.recipes__ingredients{
    margin-left: 150px;
}

.recipes__ingredients-description{
    font-size: 20px;
    line-height: 24px;
    color: #1B315F;
    margin: 70px 0 0 30px;
}

.recipes__ingredients-text{
    position: relative;
}

.recipes__ingredients-text::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1B315F;
    position: absolute;
    top: 50%;
    left: -18px;
}

.recipes__preparating-text{
    font-size: 20px;
    line-height: 24px;
    color: #1B315F;
    margin-top: 28px;
}

.recipes__preparating-text span{
    margin-top: 15px;
    font-weight: 700;
    display: block;
}

.recipes__others{
    margin-bottom: 150px;
}

.photos{
    min-height: 1300px;
}

.photos__inner{
    display: flex;
    margin-top: 113px;
}

.photos__col:first-child img:nth-child(2){
    margin-top: 34px;
}

.photos__col img:nth-child(2){
    margin-top: 24px;
}

.photos__button{
    display: flex;
    justify-content: center;
    display: none;
}

@media (max-width: 1630px) {
    .photos__inner{
        justify-content: center;
    }
    .photos__col:last-child{
        display: none;
    }
    .photos__col:first-child{
        max-width: 600px;
    }
    .photos__col:nth-child(2){
        max-width: 495px;
        margin-left: 30px;
    }
    .photos__col img{
        width: 100%;    
        height: auto;
    }
}
@media (max-width: 650px) {
    .photos__inner{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .photos__col{
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-top: 34px;
    }
}
/* all products page */

.prod__wrapper{
    display: flex;
    margin: 110px 0 220px 0;
}

.prod__filter{
    max-width: 389px;
    width: 100%;
    border-right: 1px solid #1B315F;
}

.prod__filter-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 9px;
    cursor: pointer;
}

.prod__filter-item + .prod__filter-item{
    margin-top: 20px;
}

.prod__filter-item:hover{
    font-weight: 700 !important;
}
.filter__item-eclipse{
    width: 8px;
    height: 8px;
    border-radius: 45px;
    background: #D7E2FF;
}

.filter__item-text{
    font-size: 18px;
    line-height: 26px;
    color: #1B315F;
    margin-left: 13px;
}

.filter__item-close{
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 22px;
}

.filter__item-close span{
    display: block;
    background: #1B315F;
}

.filter__item-close span:first-child{
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.filter__item-close span:last-child{
    width: 2px;
    height: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.prod__goods{
    max-width: 1217px;
    width: 100%;
    margin-left: 44px;
}

.prod__goods-item{
    width: 355px;
    box-shadow: 0px 0px 10px rgba(27, 49, 95, 0.05);
    background-color: #fff;
}

.prod__goods-item:hover{
    transform: scale(1.2);
    transition: all 0.3s;
}

.prod__goods-item:hover{
    box-shadow: 0px 0px 10px rgba(27, 49, 95, 0.15);
}

.prod__goods-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .prod__goods-items a + a{
    margin-left: 76px;
} */


.prod__goods-item:nth-child(n){
    margin-bottom: 40px;
}

/* .prod__goods-item:nth-child(n + 4){
    margin-top: 40px;
}

@media (max-width: 1319px) {
    .prod__goods-item.advances__item:hover{
        margin-bottom: 0px;
    }
    .prod__goods-item:nth-child(n + 3){
        margin-top: 40px;
    }
    
    .prod__goods-items{
        justify-content: space-around;
    }
}

@media (max-width: 1195px) {
    /* .prod__goods-item:nth-child(n + 3){
        margin-top: 0;
    }
    .prod__goods-items a:nth-child(n+2){
        margin-bottom: 0px;
    } */
    /* .prod__goods-item{
        margin-top: 40px !important;
    }
} */ 


.goods__item-image{
    width: 100%;
    height: 293px;
}

.goods__item-description{
    font-size: 16px;
    line-height: 24px;
    color: #3F578B;
    padding: 21px 21px 42px 21px;
}

.goods__item-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: #1B315F;
}