.animated {
    -webkit-animation-duration: .6s;
    -o-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s;
  
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.content_downloads {
    overflow: hidden;
    padding-top: 60px;
    min-height: 100vh;
    opacity: 0;
    font-size: 15px;
}

.transition {
    cursor: pointer;
}

.scrollup {
    position: fixed;
    bottom: -50px;
    right: 35px;
    border-radius: 4px 4px 0 0;
    background: #009564;
    transition: 0.3s ease-out;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13), 0 1px 15px 0 rgba(0, 0, 0, 0.13);
}

.scrollup:hover {
    background: #00ac73;
}

.scrollup.show {
    bottom: 0px;
}

/************** Стартовая страница **************/

.index_page {
    position: relative;
    background: url('../image/f0007.jpg') center / cover;
    height: calc(100vh - 60px);
    min-height: 500px;
    color: #fff;
}

.index_page .btn {
    border-radius: 4px;
    margin: 15px 0 25px;
    background: #009564;
}

.index_page .btn:hover {
    background: #00ac73;
}

.index_page .img_sert {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.index_page .img_sert img {
    max-width: 380px;
}

@media only screen and (max-width: 2000px) {
    .index_page h4 {
        font-weight: 200;
        font-size: 180px;
    }

    .index_page h5 {
        font-weight: 300;
        font-size: 40px;
        margin-bottom: -40px;
    }

    .index_page h6 {
        font-weight: 300;
        font-size: 23px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_page h4 {
        font-weight: 200;
        font-size: 140px;
    }

    .index_page h5 {
        font-weight: 300;
        font-size: 40px;
        margin-bottom: -40px;
    }

    .index_page h6 {
        font-weight: 300;
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1368px) {
    .index_page h4 {
        font-weight: 200;
        font-size: 100px;
    }

    .index_page h5 {
        font-weight: 300;
        font-size: 26px;
        margin-top: -20px;
        margin-bottom: -15px;
    }

    .index_page h6 {
        font-weight: 300;
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 720px) {
    .index_page h4 {
        font-weight: 300;
        font-size: 70px;
    }
    
    .index_page h5 {
        font-weight: 400;
        font-size: 26px;
    }
    
    .index_page h6 {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .index_page .img_sert img {
        max-width: 350px;
    }
}

/************** Блок О компании **************/

.block_number {
    padding: 10px 0;
}

.block_number .section {
    text-align: center;
}

.block_number .section h1 {
    font-weight: 600;
    font-size: 110px;
    color: rgba(0, 0, 0, 0.05);
}

.block_number .section h2 {
    font-weight: 300;
    font-size: 55px;
    margin-top: -96px;
}

.block_number .section p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); 
    margin: -20px 0 30px;
}

.block_partner {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.block_partner h5 {
    font-weight: 300;
    font-size: 30px;
}


.block_partner p {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6); 
}

.block_myi {
    text-align: left;
    margin-top: 35px;
    margin-bottom: 35px;
}

.block_myi h5 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
}

.block_myi img {
    padding: 0 20px;
}

.block_myi h6 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.block_myi p {
    text-align: center;
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.6); 
}

.o_nass p {
    text-align: justify;
}

.o_nass .l {
    padding: 0 10px 0 0;
    margin-bottom: 5px;
}

.o_nass .r {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .o_nass .l {
        padding: 0;
    }
    .o_nass .r {
        padding: 0;
    }
}

/************** Блок продукция **************/

.block_production {
    overflow: hidden;
    text-align: center;
    background: #f1f6f9;
}

.block_production .icon_top {
    width: 150px;
    margin-top: 40px;
    margin-bottom: -75px;
}

.block_production h1 {
    color: rgba(0, 0, 0, 0.05);
    font-size: 112px;
    font-weight: 600;
}

.block_production h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 56px;
    font-weight: 300;
    margin-top: -96px;
}

.block_production h5 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

.block_production p {
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 600px) {
    .block_production h1 {
        font-size: 60px;
        font-weight: 600;
        margin-top: 60px;
    }
    .block_production h2 {
        color: rgba(0, 0, 0, 0.8);
        font-size: 34px;
        font-weight: 400;
        margin-top: -68px;
    }
}

.delimiter {
    border-top: 2px solid #009564;
    display: inline-block;
    width: 120px;
    margin-top: 25px;
}

.section_production {
    display: inline-block;
    margin: 40px 10px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.long_tabl {
    display: inherit;
    min-width: 1100px;
    margin: 0;
    margin-bottom: -6px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
}

@media only screen and (max-width: 1220px) {
    .section_production {
        margin: 40px 10px;
        width: calc(100% - 20px);
        overflow-x: scroll;
    }
}

.head_production  {
    border-top: 0 !important;
}

.head_production p {
    font-weight: 500;
}

.sub_section_production {
    float: left;
    text-align: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-style: dashed;
    padding: 0 30px;
}

.sub_section_production p {
    color: #000;
    margin: 0;
}

.sub_section_production .title {
    float: left;
}

.sub_section_production .izmereniya {
    float: right;
}

.sub_section_production .kg {
    float: left;
    display: inline-block;
    width: 90px;
}

.sub_section_production .ves {
    float: left;
    width: 100px;
}

.sub_section_production .fas {
    float: left;
    width: 140px;
}

.sub_section_production .tara {
    float: left;
    width: 90px;
}

/************** Блок вопрос ответ **************/

.card_left_bar {
    position: fixed;
    display: inline-block;
    top: 90px;
    width: 260px;
    background: #fff;
    margin: 0;
    border-radius: 4px;
    padding: 16px 0;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.card_left_bar li a {
    position: relative;
    color: #424242;
    white-space: nowrap;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: background 150ms;
}

.card_left_bar li a i {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: -5px;
    margin-right: 20px;
}

.card_left_bar li a .new {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0 0;
    font-size: 10px;
    font-weight: 500;
    float: right;
    font-style: normal;
}

.card_left_bar li a:hover {
    border-left: 2px solid #ff0000;
    padding: 0 30px 0 28px;
    background: rgba(0, 0, 0, 0.1);
}

.block_right {
    opacity: 0;
    margin-left: 280px;
}

@media only screen and (max-width: 720px) {
    .card_left_bar {
        position: relative;
        top: 20px;
        width: calc(100% - 10px);
    }
    .block_right {
        margin-left: -10px;
        margin-top: 30px;
    }    
}

.modal_vopros {
    background: #f1f6f9 !important;
    text-align: center;
    padding: 20px 50px !important;
    max-width: 600px;
}

.modal_vopros .title {
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0;
    font-weight: 300; 
    font-size: 30px;
}

.modal_vopros p {
    margin-top: -5px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.modal_vopros .title_click {
    margin: 10px 0 8px;
    font-weight: 300; 
    font-size: 28px;
}

.modal_vopros .p {
    margin-top: -10px;
    padding: 0 20px;
    color: #616161 !important;
}

@media only screen and (max-width: 600px) {
    .modal_vopros {
         padding: 20px 30px !important;
    }
}

.top_title {
    color: #fff;
    font-weight: 200;
    font-size: 54px; 
    margin-top: 0px; 
    margin-bottom: 0px;
}

@media only screen and (max-width: 880px) {
    .top_title {
        font-weight: 300;
        font-size: 34px; 
     }
}

.blok_vopros_otvet {
    margin-top: 20px;
    border-top: 1px solid #bebebe; 
    border-style: dashed; 
    border-bottom: 0; 
    border-left: 0; 
    border-right: 0;
}

.no_border {
    margin-top: 0px;
    border: none;
}

.no_border .card_vopros {
    margin: 20px 0 10px;
}

.card_vopros {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 10px 30px 0px;
    margin: 30px 0 15px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.edit_bloc_vopros {
    margin: 0 -30px;
    padding: 18px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.edit_bloc_vopros_send {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0px -30px;
    padding: 28px 30px;
    display: none;
}

.edit_bloc_vopros a {
    margin-right: 20px;
    color: #1c6ced;
    transition: 300ms;
}

.edit_bloc_vopros a:hover {
    color: #c3d6f5;
}

.bloc_vopros {
    padding-bottom: 10px;
}

.text_otvet {
    font-size: 16px;
    margin: 0 0 12px 120px;
}

.text_bez_otveta {
    font-size: 16px;
    margin: 0 0 -15px 30px;
}

.ava_otvet {
    background: #e5e5e5;
    border-radius: 50%;
    width: 60px;
    float: left;
    margin: 20px 30px 0 30px;
}

.card_otvet {
    position: relative;
    min-height: 106px;
    color: #fff;
    background-color: #37474f;
    margin-left: 120px;
    padding: 10px 30px 8px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.card_otvet::after, .card_otvet::before {
    content: '';
    position: absolute;
    background-color: #37474f;
    left: -6px; top: 46px;
    width: 12px; height: 12px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.card_otvet::before {
    z-index: 1;
    box-shadow: none;
}

.card_otvet_admin {
    position: relative;
    min-height: 106px;
    color: #fff;
    background-color: #37474f;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px 30px 8px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.card_vopros .name,
.card_otvet .name,
.card_otvet_admin .name{
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 8px;
}

.card_vopros .date {
    color: #9e9e9e;
    margin: 0;
    font-size: 13px;  
}

.card_vopros p { 
    margin-top: 8px;
    margin-bottom: 20px;
}

.card_otvet p { 
    margin-top: 8px;
    margin-bottom: 14px;
}

.card_otvet_admin p { 
    margin-top: 8px;
    margin-bottom: 14px;
}

#note_not {
    display: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-style: dashed;
    font-size: 26px;
    font-weight: 300; 
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin: 20px 0;
}

.card_rassylka {
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 20px 0;
}

.card_rassylka .razdelit {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-style: dashed;
    margin: 25px -30px 25px;
}

.card_rassylka h5 {
    font-size: 26px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    margin: -5px 0;
}

.card_rassylka .btn {
    width: 100%;
    border-radius: 4px;
    background-color: #37474f;
    margin: 0;
}

.card_rassylka #resp {
    display: none;
    opacity: 0;
    color: #727272;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin: -5px 0 15px;
    text-transform: uppercase;
}

.card_price {
    background: #fff;
    padding: 20px;
    margin: 20px 5px 10px; 
    border-radius: 4px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.5), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.card_price .del {
    color: #585858;
    transition: 200ms;
}

.card_price .del:hover {
    color: #d8d8d8;
}

.card_price p {
    margin: 1px 0 0 0;
}

@media only screen and (max-width: 600px) {
    .card_vopros {
        padding: 1px 20px;
    }
    .edit_bloc_vopros {
        margin: 10px -20px -2px;
        padding: 11px 20px;
    }
    .edit_bloc_vopros_send {
        margin: 0px -20px -1px;
        padding: 18px 20px;
    }
    .card_otvet {
        padding: 1px 20px;
        margin-left: 70px;
    }
    .card_otvet::after, .card_otvet::before {
        left: -5px; top: 30px;
        width: 10px; height: 10px;
    }
    .card_otvet_admin {
        margin-top: -10px;
        margin-left: 0;
        margin-bottom: 0;
        padding: 1px 20px 1px;
    }
    .card_otvet_admin p {
       margin-bottom: 11px;
    }
    .text_otvet {
       font-size: 16px;
       margin: 0 0 10px 70px;
    }
    .ava_otvet {
        width: 50px;
        margin: 10px 20px 0 0px;
    }
}

/*************** кнопки  *****************/

.send_vopros {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.send_vopros a,
.box-modal .btn-border4 {
    background-color: #37474f !important;
    border-radius: 4px;
    -webkit-appearance: none;
}

.blok_load_more {
    margin-top: 20px;
    border-top: 1px solid #bebebe;
    border-style: dashed;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.blok_load_more .btn_load {
    margin-top: 30px;
    color: #616161;
    background: #fff !important;
    border-radius: 4px;
    width: 100%;
    -webkit-appearance: none;
}

.blok_load_more .text_load {
    display: none;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #616161;
    width: 100%;
    height: 34px; 
    line-height: 34px;
    font-size: 12px; 
    padding: 1px 20px 2px; 
    text-transform: uppercase;
}

/**************** Карточка карта ***************/

#map {
    height: 450px;
}

.card_map {
    margin-top: -450px;
    height: 450px;
    display: flex;
    align-items: center;
}

.card_map_adres {
    background: #fff;
    margin-top: 0px;
    padding: 30px 40px;
    color: #575757;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.card_map_adres p {
    color: #424242;
}

.card_map_adres i {
    color: #424242;
}

@media only screen and (max-width: 1024px) {
    .card_map {
        margin-top: -450px;
        height: 450px;
    }
    .card_map_adres {
        padding: 20px 30px 25px;
    }
}

@media only screen and (max-width: 600px) {
    #map {
        height: 350px;
    }
    .card_map {
        margin-top: 0px;
        height: auto;
        background: #f1f6f9;
    }
    .card_map_adres {
        margin: 20px 0;
        margin: -40px 0 20px;
    }
}

/************** Карточка менеджера *************/

.ruk_o_p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.info_ruk_o_p {
    padding-bottom: 25px !important;
}

.ava_sn img {
    padding: 20px 35px 0;
}


@media only screen and (max-width: 1150px) {
    .ava_sn img {
        padding: 20px 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .ava_sn img {
        padding: 10px 20px 0;
    }
}

@media only screen and (max-width: 990px) {
    .ava_sn img {
        padding: 10px 40px 0;
    }
}

@media only screen and (max-width: 900px) {
    .ava_sn img {
        padding: 20px 20px 0;
    }
}

@media only screen and (max-width: 850px) {
    .ava_sn img {
        padding: 20px 10px 0;
    }
}

@media only screen and (max-width: 820px) {
    .ava_sn img {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .ava_sn img {
        padding: 55px 0 0;
    }
}

@media only screen and (max-width: 700px) {
    .ava_sn img {
        padding: 115px 0 0;
    }
}

@media only screen and (max-width: 650px) {
    .ava_sn img {
        padding: 210px 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .ruk_o_p {
        display: block;
        text-align: center;
    }
}

.sale_card_top {
    position: relative;
    z-index: 1;
}

.img_foto {
    max-width: 100%;
    height: auto;
    display: flex; 
}

.back_foto {
    position: absolute;
    height: 65%;
    width: 100%;
    background: #9bbcba;
    bottom: 0;
    z-index: -1;
    border-radius: 4px 4px 0 0;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.sale_card_down {
    background: #fff;
    color: #424242;
    padding: 30px 30px 23px;
    margin-bottom: 20px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.sale_card_down p {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
}

.sale_card_down img {
    background: #e5e5e5;
    margin-bottom: -5px;
}

.sale_card_down .title_name {
    font-size: 18px;
    margin-bottom: -5px;
}

.sale_card_down .position_name {
    color: #bdbdbd;
}

/*-----------------------------------*/

.polia label {
    float: left;
    color: #3977eb;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

/*-----------------------------------*/

.db_email {
    background: #fff;
    border-radius: 4px;
    margin: 30px 0;
    overflow: hidden;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.db_email .one_db_email {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.db_email .one_db_email .name {
    display: block;
    width: 40%;
    height: 100%;
    float: left;
}

.db_email .one_db_email .email {
    width: 40%;
    height: 100%;
    float: left;
}

.db_email .one_db_email .comment {
    width: 20%;
    height: 100%;
    float: left;
}

/*-----------------------------------*/

.file_upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    font-size: 12px;
    padding: 1px 20px 1px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5); border-radius: 4px;
    color: #fff;
    transition: 300ms;
}

.file_upload:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
 
.file_upload input[type=file] {
  position: absolute;
  top: 0; right: 0;
  font-size: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}