
/* Шрифты */

/* Шрифты, заголовки */
.headlines {
    font-family: "Open Sans", sans-serif;
    font-size: 28.5px;
    font-weight: 700;
    color: rgb(34, 34, 34);
}

/* Шрифты, блок тизер */
.top_heading {
    font-family: "Montserrat", sans-serif; 
    font-weight: 700;
    color: rgb(73 82 116);
    font-size: 51px;
    margin-bottom: 0px;
    margin-top: 45px;
}
.top_heading2 {
    font-family: "Montserrat", sans-serif; 
    font-weight: 700;
    color: rgb(73 82 116);
    font-size: 51px;
    margin-top: 0px;
}

/* Шрифты, блок с приемуществами */
.advantades_number {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
}
.advantades_heading {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 25px;
    font-weight: 600;
}
.advantades_paragraph {
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

/* Шрифты, блок с составами */
.composition_header {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 23px;
    font-weight: 600;
}
.composition_header2 {
    margin-top: 0px;
    margin-bottom: 7px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 23px;
    font-weight: 600;
}
.composition_paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.more_composition_paragraph {
    margin-top: 0px;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
/* Шрифты, согласие */
.text_approval {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 310px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
}
.approval {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
}


/* body */
.body {
    width: 1000px;
    margin: auto;
    position: relative;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    -webkit-font-smooting: antialiased;
}




/* Сетка top */
.top {
    height: 450px;
    margin: auto;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 500px 500px;
    grid-template-rows: 100px 250px 450px; /*организация, работайте напрямую, связаться*/
    
}
.top_block1 {
    display: block;
    text-align: left;
    margin-top: 50px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif; 
    color: rgb(34, 34, 34);
}
.top_picture img{
    float: right;
    width: 480px;
}
.top_block3 {
    display: block;
    text-align: left;
    margin-top: 0px;
    letter-spacing: 0.03em; /* Разрадка от размера шрифта */
}
 



.top_block4 {
    position: absolute;
    left: 25px;
    top: 365px;
    text-align: left;
    margin-top: 10px;
    font-size: 30px;
    font-family: "Montserrat", sans-serif; 
    color: rgb(83 96 126);
}
#more_block4 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
    background-color: aquamarine;
}
#more_block4.show {
    max-height: 200px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.block4_btn {
    margin: auto;
    position: absolute;
    vertical-align: top;
    margin-bottom: 10px;
}
.btn_block4 {
    margin: auto;
    text-align: center;
    width: 290px;
    height: 45px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(238, 47, 100);
}




.lines img{
    width: 1000px;
}




/* Выбирая Rain, Вы выбираете */
.advantades {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}
/* Блок Приемущества */
.advantades_blocks {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 490px 490px;
    grid-template-rows: 210px 210px 210px; 
    gap: 20px;
}
.advantades_block1 {
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block2 {
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
    
}
.advantades_block3 {
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block4 {
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block5 {
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block6 {
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}


/* Блок Главное о производстве и продукции */
#more_about {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_about.show {
    max-height: 800px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.about_btn {
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.about_icon {
    margin: auto;
    margin-top: 6px;
    width: 32px;        
    height: 32px;
    background: url('../images/arrow.png') center/contain no-repeat;
}
.btn_about {
    margin: auto;
    text-align: center;
    padding-top: 13px;
    width: 530px;
    height: 55px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73 82 116);
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: rgb(73 82 116);
    background-color: white;
}
.about {
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}





/* Заголовок Каталог */
.catalog {
    margin:auto;
    margin-top: 40px;
    margin-bottom: 0px;
}



/* Сетка af100 */
.af100 {
    height: 230px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 400px 600px;
    grid-template-rows: 150px 100px; /*изображение, подробнее, описание*/
}
.af100_picture {
margin-top: 0px;
}
.af100_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-100 */
#more_af100 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af100.show {
    max-height: 620px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.af100_details {
    margin: auto;
}
.af100_button {
    margin: auto;
    margin-bottom: 80px;
    margin-left: 400px;
}
.btn_af100 {
    margin: auto;
    text-align: center;
    width: 220px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-100 */
.af100_form {
    text-align: center;
    margin: auto;
    height: 500px;
    font-family: Montserrat;
    font-size: 30px;
}
.af100_form input[name="Name"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af100_form input[name="E-mail"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af100_form input[name="Phone"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.btn_form_af100 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 310px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}


/* Сетка af200 */
.af200 {
    height: 230px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 400px 600px;
    grid-template-rows: 150px 100px; /*изображение, подробнее, описание*/
}
.af200_picture {
margin-top: 0px;
}
.af200_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-200 */
#more_af200 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af200.show {
    max-height: 620px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.af200_details {
    margin: auto;
}
.af200_button {
    margin: auto;
    margin-bottom: 80px;
    margin-left: 400px;
}
.btn_af200 {
    margin: auto;
    text-align: center;
    width: 220px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-200 */
.af200_form {
    text-align: center;
    margin: auto;
    height: 500px;
    font-family: Montserrat;
    font-size: 30px;
}
.af200_form input[name="Name"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af200_form input[name="E-mail"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af200_form input[name="Phone"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.btn_form_af200 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 310px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}


/* Сетка af300 */
.af300 {
    height: 230px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 400px 600px;
    grid-template-rows: 150px 100px; /*изображение, подробнее, описание*/
}
.af300_picture {
margin-top: 0px;
}
.af300_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-300 */
#more_af300 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af300.show {
    max-height: 710px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.af300_details {
    margin: auto;
    margin-top: 50px;
}
.af300_button {
    margin: auto;
    margin-bottom: 80px;
    margin-left: 400px;
}
.btn_af300 {
    margin: auto;
    text-align: center;
    width: 220px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-300 */
.af300_form {
    text-align: center;
    margin: auto;
    height: 500px;
    font-family: Montserrat;
    font-size: 30px;
}
.af300_form input[name="Name"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af300_form input[name="E-mail"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af300_form input[name="Phone"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.btn_form_af300 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 310px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}

/* Сетка af400 */
.af400 {
    height: 230px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 400px 600px;
    grid-template-rows: 150px 100px; /*изображение, подробнее, описание*/
}
.af400_picture {
margin-top: 0px;
}
.af400_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-400 */
#more_af400 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af400.show {
    max-height: 710px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.af400_details {
    margin: auto;
    margin-top: 73px;
}
.af400_button {
    margin: auto;
    margin-bottom: 80px;
    margin-left: 400px;
}
.btn_af400 {
    margin: auto;
    text-align: center;
    width: 220px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-400 */
.af400_form {
    text-align: center;
    margin: auto;
    height: 500px;
    font-family: Montserrat;
    font-size: 30px;
}
.af400_form input[name="Name"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af400_form input[name="E-mail"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.af400_form input[name="Phone"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.btn_form_af400 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 310px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}

/* Сетка df400 */
.df400 {
    height: 230px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 400px 600px;
    grid-template-rows: 150px 100px; /*изображение, подробнее, описание*/
}
.df400_picture {
margin-top: 0px;
}
.df400_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к ДФ-400 */
#more_df400 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_df400.show {
    max-height: 735px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.df400_details {
    margin: auto;
    margin-top: 140px;
}
.df400_button {
    margin: auto;
    margin-bottom: 80px;
    margin-left: 400px;
}
.btn_df400 {
    margin: auto;
    text-align: center;
    width: 220px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи ДФ-400 */
.df400_form {
    text-align: center;
    margin: auto;
    height: 500px;
    font-family: Montserrat;
    font-size: 30px;
}
.df400_form input[name="Name"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.df400_form input[name="E-mail"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.df400_form input[name="Phone"] {
    display: flex;
    margin: auto;
    align-items: center;
    width: 300px;
    height: 30px;
}
.btn_form_df400 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 310px;
    height: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}
































@media screen and (max-width: 479px) {
    
    /* Шрифты */

/* Шрифты, заголовки */
.headlines {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(34, 34, 34);
}

/* Шрифты, блок тизер */
.top_heading {
    font-family: "Montserrat", sans-serif; 
    font-weight: 700;
    color: rgb(73 82 116);
    font-size: 35.5px;
    margin-bottom: 0px;
}
.top_heading2 {
    font-family: "Montserrat", sans-serif; 
    font-weight: 700;
    color: rgb(73 82 116);
    font-size: 35.5px;
    margin-top: 0px;
}

/* Шрифты, блок с приемуществами */
.advantades_number {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
}
.advantades_heading {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 19px;
    font-weight: 600;
}
.advantades_paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

/* Шрифты, блок с составами */
.composition_header {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 19px;
    font-weight: 600;
}
.composition_header2 {
    margin-top: 0px;
    margin-bottom: 7px;
    color: rgb(34, 34, 34);
    font-family: "Open Sans", sans-serif; 
    font-size: 19px;
    font-weight: 600;
}
.composition_paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.more_composition_paragraph {
    margin-top: 0px;
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

/* Шрифты, согласие */
.text_approval {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
}
.approval {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
}

    /* body */
.body {
    width: 335px;
    margin: auto;
    position: relative;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    -webkit-font-smooting: antialiased;
}

/* Сетка top */
.top {
    height: 515px;
    margin: auto;
    margin-bottom: 50px;
    display: block;
    
}
.top_block1 {
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif; 
    color: rgb(34, 34, 34);
}
.top_picture img {
    position: absolute;
    top: 290px;
    left: 29px;
    margin: auto;
    max-width: 305px;
}
.top_block3 {
    display: block;
    text-align: left;
    margin-top: 0px;
    letter-spacing: 0.03em; /* Разрадка от размера шрифта */
}




.top_block4 {
    position: absolute;
    left: 15px;
    top: 230px;
    text-align: left;
}
#more_block4 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
    border-radius: 15px;
    background-color: rgb(169, 219, 248);
}
#more_block4.show {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    width: 335px;
    max-height: 200px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.block4_btn {
    margin: auto;
    position: absolute;
    vertical-align: top;
    margin-bottom: 10px;
}
.btn_block4 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(238, 47, 100);
}




.lines img{
    width: 335px;
    height: 2px;
}




/* Выбирая Rain, Вы выбираете */
.advantades {
    margin: auto;
    margin-top: 60px;
    margin-bottom: 0px;
}
/* Блок Приемущества */
.advantades_blocks {
    margin: auto;
    margin-bottom: 50px;
    display: block;
}
.advantades_block1 {
    height: 160px;
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block2 {
    height: 160px;
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
    
}
.advantades_block3 {
    height: 160px;
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block4 {
    height: 160px;
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block5 {
    height: 160px;
    background-color: white;
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}
.advantades_block6 {
    height: 160px;
    background-color: rgb(250, 250, 250);
    border-style: none;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgb(230, 230, 230);
}


/* Блок Главное о производстве и продукции */
#more_about {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_about.show {
    max-height: 800px; /* Высота контента */
    opacity: 1;
    margin: 16px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
}
.about_btn {
    margin: auto;
    margin-bottom: 35px;
}
.about_icon {
    margin: auto;
    margin-top: 6px;
    width: 32px;        
    height: 32px;
    background: url('../images/arrow.png') center/contain no-repeat;
}
.btn_about {
    margin: auto;
    text-align: center;
    padding-top: 10px;
    width: 335px;
    height: 80px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(73 82 116);
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: rgb(73 82 116);
    background-color: white;
}
.about {
    color: rgb(34, 34, 34);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}





/* Заголовок Каталог */
.catalog {
    margin:auto;
    margin-top: 33px;
    margin-bottom: 0px;
}
.headlines {
    margin:auto;
    margin-bottom: 40px;
}



/* Сетка af100 */
.af100 {
    height: 500px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    display: block;
}
.af100_picture img {
margin-top: 0px;
width: 330px;
}
.af100_description {
    display: block;
    text-align: left;
    margin: auto;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-100 */
#more_af100 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af100.show {
    max-height: 630px; /* Высота контента */
    opacity: 1;
    margin: 5px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
    padding-bottom: 32px;
}
.af100_details {
    margin: auto;
}
.af100_button {
    margin: auto;
    margin-bottom: 0px;
    
}
.btn_af100 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-100 */
.af100_form {
    margin: auto;
    width: 300px;
    height: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.af100_form input[name="Name"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af100_form input[name="E-mail"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af100_form input[name="Phone"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.btn_form_af100 {
    display: block;
    margin: auto;
    width: 300px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}


/* Сетка af200 */
.af200 {
    height: 500px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    display: block;
}
.af200_picture img {
margin-top: 0px;
width: 330px;
}
.af200_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-200 */
#more_af200 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af200.show {
    max-height: 630px; /* Высота контента */
    opacity: 1;
    margin: 5px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
    padding-bottom: 32px;
}
.af200_details {
    margin: auto;
}
.af200_button {
    margin: auto;
    margin-bottom: 0px;
    
}
.btn_af200 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-200 */
.af200_form {
    margin: auto;
    width: 300px;
    height: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.af200_form input[name="Name"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af200_form input[name="E-mail"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af200_form input[name="Phone"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.btn_form_af200 {
    display: block;
    margin: auto;
    width: 300px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}


/* Сетка af300 */
.af300 {
    height: 560px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    display: block;
}
.af300_picture img {
margin-top: 0px;
width: 330px;
}
.af300_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-300 */
#more_af300 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af300.show {
    max-height: 740px; /* Высота контента */
    opacity: 1;
    margin: 5px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
    padding-bottom: 32px;
}
.af300_details {
    margin: auto;
}
.af300_button {
    margin: auto;
    margin-bottom: 0px;
    
}
.btn_af300 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-300 */
.af300_form {
    margin: auto;
    width: 300px;
    height: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.af300_form input[name="Name"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af300_form input[name="E-mail"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af300_form input[name="Phone"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.btn_form_af300 {
    display: block;
    margin: auto;
    width: 300px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}

/* Сетка af400 */
.af400 {
    height: 600px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    display: block;
}
.af400_picture img {
margin-top: 0px;
width: 330px;
}
.af400_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к АФ-400 */
#more_af400 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_af400.show {
    max-height: 800px; /* Высота контента */
    opacity: 1;
    margin: 5px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
    padding-bottom: 32px;
}
.af400_details {
    margin: auto;
}
.af400_button {
    margin: auto;
    margin-bottom: 0px;
    
}
.btn_af400 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи АФ-400 */
.af400_form {
    margin: auto;
    width: 300px;
    height: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.af400_form input[name="Name"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af400_form input[name="E-mail"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.af400_form input[name="Phone"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.btn_form_af400 {
    display: block;
    margin: auto;
    width: 300px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}

/* Сетка df400 */
.df400 {
    height: 693px; /*для расстояния до следующего блока*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    display: block;
}
.df400_picture img {
margin-top: 0px;
width: 330px;
}
.df400_description {
    display: block;
    text-align: left;
    margin-top: 10px;
}

/* Блок Подробнее к ДФ-400 */
#more_df400 {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin: 0;
    padding: 0;
}
#more_df400.show {
    max-height: 800px; /* Высота контента */
    opacity: 1;
    margin: 5px 0; /* Добавляем отступы только когда блок показан */
    padding: inherit;
    padding-bottom: 32px;
}
.df400_details {
    margin: auto;
}
.df400_button {
    margin: auto;
    margin-bottom: 0px;
    
}
.btn_df400 {
    margin: auto;
    text-align: center;
    width: 335px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(73 82 116);

}

/* Форма обратной связи ДФ-400 */
.df400_form {
    margin: auto;
    width: 300px;
    height: 500px;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.df400_form input[name="Name"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.df400_form input[name="E-mail"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.df400_form input[name="Phone"] {
    display: block;
    margin: auto;
    width: 300px;
    height: 30px;
}
.btn_form_df400 {
    display: block;
    margin: auto;
    width: 300px;
    height: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 15px;
    outline: none;
    cursor: pointer;
    color: white;
    background-color: rgb(236, 38, 121);
}


}
