/* Global style */
.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}


* {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.section {
    margin-top: 40px;
}

hr {
    z-index: -99;
}

.flex {
    display: flex;
}

/* Modal */
.modal_dialog {
    width: 100%;
}

.modal_content {
    background-color: #0b4f58;
}

.item_social_modal {
    justify-content: center;
}

.modal_social_item {
    font-size: 100px;
    color: #fff;
}
.modal_social_item:hover {
    color: #868686;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    background-color: #07363c;
}

.header_user {
    position: relative;
}

.header_box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.logo_box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.logo_item {
    width: 80px;
    height: 80px;
    background-image: url("/img/logo_2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.logo_href {
    width: 100px;
    height: 100px;
}

.contact_item {
    font-size: 14px;
    text-decoration: none;
    color: aliceblue;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.contact_href {
    font-size: 16px;
    transition: .6s;
}

.contact_href:hover {
    color: #868686;
}

.contacts_center {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.telephone_href {
    text-decoration: none;
    color: #181818;
    transition: .6s;
}


.telephone_href_header {
    text-decoration: none;
    color: #fff;
    transition: .6s;
}

.telephone_href_header:hover {
    color: #868686;
}


.social_box {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* MAIN */
main {
    width: 100%;
}

.btn_main {
    background-color: #07363c;
    color: #fff;
}

.btn_main:hover {
    background-color: #0b4f58;
    color: #fff;
}
.global_main {
    padding-top: 140px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.title_main {
    width: 50%;
}

.desc_main {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    padding-right: 70px;
    text-align: justify;
    
}

.label_main_img {
    width: 500px;
    height: 500px;
    border-radius: 24px;
    box-shadow: 14px 14px 5px rgba(0, 0, 0, .6);
}

.label_main {
    justify-content: center;
}


.desc_main_box {
    padding-left: 24px;
}

.rewiew_main {
    margin-top: 40px;
}

.rewiew_main_item {
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
}

.rewiew_main_title {
    font-size: 40px;
}

.rewiew_main_descr {
    color: rgba(0, 0, 0, .6);
}

/* SECOND BLOCK */
.second_section_main {
    width: 100%;
    min-height: 400px;
    background-color: #07363c;
}

.section_2_box {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section_2__img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.left_section_2 {
    margin-right: 40px;
    align-items: center;
}


.title_right_section_2 {
    margin-top: 32px;
}

.descr_right_section_2 {

    color: #fff;
    text-align: justify;
}



/* 3 section */
.priem_block {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.blcok_item {
    width: calc(100% / 3);
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.block_item_box {
    padding: 30px;
}

.avatar_piem {
    font-size: 80px;
    margin-bottom: 10px;
    color: #07363c;
}

.block_item_title {
    font-weight: 900;
    font-size: 26px;
}

.decr_preim {
    text-align: justify;
}


/* FOOTER */
footer {
    margin-top: 30px;
}
.item_container {
    padding-top: 20px;
    border-top: 1px solid #c1cad2;
}

.title_footer {
    font-weight: 500;
    font-size: 24px;
    margin-left: 24px;
    color: #07363c;
}

/* form */
.title_form_email {
    padding-left: 12px;
    font-size: 24px;
}

.btn_email_from {
    margin-left: 16px;
}

/* pol_cond */
.pol_privace {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.pol_cond_text {
    margin-left: 12px;
    text-decoration: none;
    color: #07363c;
    font-weight: 500;
}

.pol_cond_text:hover {
    color: #0b4f58;
}

.social_item {
    font-size: 32px;
    margin-left: 12px;
    
}

/* service */
.service {
    flex-direction: column;
    flex-wrap: nowrap;
}

.service_item {
    text-decoration: none;
    color: #181818;
    margin-bottom: 16px;
    margin-left: 24px;
}

.admin_style {
    color: #2F4F4F;
}

/* Brand_section */
.branding_title {
    color: #fff;
    padding-top: 36px;
}

.hr_white {
    color: #fff;
}

.section_brand {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.brand_item {
    width: calc(100% / 3 - 24px);
    min-height: 400px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 32px;
    border-radius: 18px;
}

.brand_item:nth-child(1n-3){
    margin-right: 0;
}

.box_1 {
    background-image: url("/img/glasses.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_2 {
    background-image: url("/img/packages.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_3 {
    background-image: url("/img/zip_packages.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_4 {
    background-image: url("/img/label.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_5 {
    background-image: url("/img/tag.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_6 {
    background-image: url("/img/iron_tag.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_7 {
    background-image: url("/img/papper.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_8 {
    background-image: url("/img/tape.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}

.box_9 {
    background-image: url("/img/business_card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
}
 
.branding_child_item{
    width: 100%;
    min-height: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
}

.branding_child_item button {
    outline: 1px solid rgba(255, 255, 255, .2);
}

.brd_rd_top{
    border-radius: 18px 18px 0 0;
}

.brd_rd_bottom{
    border-radius: 0 0 18px 18px;
}

.brand_item_title_text{
    color: #fff;
}

/* Section 5 */
.nav_block_item {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
    text-align: justify;
}

.nav_block_logo {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    margin-right: 16px;
}

.inst_meta {
    font-size: 18px;
    vertical-align: top;
}

.text-meta {
    font-size: 8px;
}

.social_item_modul {
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.logo_title_moba {
    display: none;
}

.global_main_moba {
    display: none;
}
/* MEDIA */
/* telephone standart*/
@media screen and (max-width: 360px) {
    
}

/* telephone MAX */
@media screen and (max-width: 480px) {
    /* modal_style */
    .modal_user {
        margin: 0;
    }
    .modal_social_item {
        font-size: 30px;
    }
    .social_item_modul {
        margin-right: 0;
        margin-left: 10px;
    }

    .inst_mob {
        width: 100%;
    }

    .modul_descr_mobo {
        font-size: 16px;
    }
    /* header */
    h1 {
        padding-left: 12px;
        font-size: 20px;
    }
    header {
        position: relative;
    }

    .header_box {
        margin: 0;
        padding: 0;
    }

    .contact_box {
        display: none;
    }

    .contacts_center {
        display: none;
    }

    .logo_title_moba {
        display: inline-block;
    }

    .logo_title_moba_text {
        font-family: Cinzel, Verdana, Geneva, Tahoma, sans-serif;
        font-size: 30px;
        color: #dec4a1;
    }


    /* section 1 */
    .global_main {
        display: none;
        margin-top: 12px;
        padding: 0;
    }

    .global_main_moba {
        display: inline-block;
    }

    /* .label_main {
        float: left;
    } */

    .title_main {
        width: 100%;
        padding: 0;
    }

    .label_main_img {
        min-width: 200px;
        height: 250px;
        padding-left: 12px;
    }

    .desc_main {
        padding-top: 18px;
        padding-left: 18px;
        padding-right: 12px;
        font-size: 16px;
    }

    .desc_main_second {
        margin-top: 12px;
    }

    .btn_main {
        margin-left: 12px;
    }

    /* Приемущества */
    .block_item_box {
        padding: 12px;
    }
    .priem_block {
        flex-direction: row;
    }

    .blcok_item {
        display: flex;
        min-height: auto;
    }

    .decr_preim {
        display: none;
    }

    .block_item_title {
        font-size: 14px;
    }

    .avatar_piem {
        font-size: 64px
    }

    /* Брендирование */
    .section_brand {
        flex-direction: column;
    }
    .brand_item {
        width: 100%;
    }

    /* Логистика */
    .left_section_2 {
        display: none;
    }

    h6 {
        font-size: 20px;
    }

    .nav_block_item {
        margin-bottom: 40px;
    }

    /* footer */
    .row {
        flex-direction: column;
    }

    .pol_cond {
        display: none;
    }

    .pol_privace {
        justify-content: center;
    }
    .col_uslugi {
        display: none;
    }

    .title_footer {
        display: none;
    }

    form {
        margin-bottom: 24px;
    }   
}
/* table */
@media screen and (max-width: 992px) {
    
}
