*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.header_top{
    padding: 13px 0px 14px 0px;
    width: 100%;
    background-image: url(../image/topheaderbg.png);
}
.container{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.header_top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .phone_numbers{
    display: flex;
    align-items: center;
}
.header_top .email_info i,
.header_top .phone_numbers i{
    color: #FBC710;
    font-size: 24px;
}
.header_top .phone_numbers  .phone_list{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.header_top p{
    margin-bottom: 0;
}
.header_top .phone_numbers  .phone_list a{
    text-decoration: none;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.header_top .email_info .email_link:hover,
.header_top .phone_numbers  .phone_list a:hover{
    color: #FBC710;
}
.header_top .email_info{
    display: flex;
    align-items: center;
}
.header_top .email_info .email_link{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Roboto-Bold;
}
.header_top .email_info .email_link p{
    font-size: 14px;
    color: #FBC710;
    font-family: Roboto-Regular;
    margin-top: 5px;
}
.search_block{
    display: flex;
}
.search_input{
    width: 240px;
    height: 30px;
    border-radius: 5px;
    border: none;
    outline: none !important;
}
.btn_search{
    background: #FBC710;
    width: 30px;
    height: 30px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    margin-left: -8px;
}
.header_top  .lang{
    display: flex;
    flex-direction: column;
}
.header_top  .lang a{
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #A5A5A5;
    text-decoration: none;
    margin-bottom: 5px;
    transition: 1s;
}
.header_top  .lang a:hover{
    color: #FBC710;
}
.header_top  .lang span,
.header_top  .lang .active{
    color: #FBC710;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin-bottom: 5px;
    transition: 1s;
}
.slider_image {
    position: relative;
}
.slider_image::before {
    content: '';
    position: absolute;
    background-color: #272727;
    opacity: .5;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.header_top  .lang a:last-child{
    margin-bottom: 0;
}
.header_top{
    position: relative;
}
.header_top:before{
    content: '';
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(245,14,83);
    background: linear-gradient(90deg, rgba(245,14,83,1) 0%, rgba(255,191,37,1) 25%, rgba(207,180,251,1) 25%, rgba(189,228,254,1) 50%, rgba(17,129,203,1) 50%, rgba(245,6,154,1) 75%, rgba(3,3,4,1) 75%, rgba(72,149,182,1) 100%);
}
.top_nav{
    background: #FBC710;
    width: 100%;
    padding: 12px 0px;
}
.top_nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_list{
    width: 1050px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.menu_list .dropdown-menu{
    width: 300px;
    padding: 30px;
}
.menu_list .dropdown-menu li img{
    display: none;
}
.menu_list .dropdown-menu li a{
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.menu_list .dropdown-menu li{
    margin-bottom: 30px;
}
.menu_list .dropdown-menu li:last-child{
    margin-bottom: 0;
}
.dropdown-menu.show{
    top: 16px !important;
}
.menu_list li{
    list-style: none;
}
.menu_list li a{
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: .5s;
    position: relative;
}
.menu_list li a:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    width: 100%;
    filter: blur(4px);
    opacity: 0;
    transition: .5s;
}
.menu_list li a:hover:after{
    opacity: 1;
}
.menu_list li a:hover{
    transform: translateY(-6px);
}
.menu_list li a img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.socilas_list{
    display: flex;
    margin-left: 40px;
}
.socilas_list a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #000000;
    font-size: 12px;
    margin-left: 20px;
    transition: 1s;
}
.socilas_list a:first-child{
    margin-left: 0px;
}
.socilas_list a:hover{
    background:red;
    border-radius: 0px;
}
.carousel{
    position: relative;
}
.slider_btns_container{
    max-width: 1170px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 400px;
    
}
.carousel-indicators .slider_shape {
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
}
.slider_phrases {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    width: 620px;
    position: unset;
    padding-left: 100px;
}
.header_main_slider{
    max-height: 400px;
    overflow: hidden;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: transparent;
}
.carousel-indicators li.active {
    background: #FBC710;
    border-color: #FBC710;
}
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: #FBC710;
    border-radius: 50%;
    position: static;
    transform: rotate(180deg);
}
.carousel-control-prev {
    width: 50px;
    height: 50px;
    background: #FBC710;
    border-radius: 50%;
    position: static;
}
.carousel-control-prev img,
.carousel-control-next img{
    max-width: 50%;
}
.z_index11{
    z-index: 11;
}
.slider_phrases h5 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    position: relative;
}
.slider_phrases h5::before {
    content: '';
    position: absolute;
    background: #FBC710;
    width: 95px;
    height: 4px;
    left: 0;
    right: 0;
    bottom: -15px;
}
.slider_phrases p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding-top: 24px;
}
.first_section_background {
    background: linear-gradient(101.03deg, #4E12A4 0%, #6B0630 100%);
}
.first_section_columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 50px;
    
}
.first_section_columns_first {
    width: 270px;
    height: 400px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: left;
    padding-left: 15px;
    padding-top: 26px;
    padding-right: 15px;
    transition: .5s;
    position: relative;
}
.first_section_columns_first:hover{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 1);
}
.first_section_columns:hover > *:not(:hover){
    opacity: 0.3;
}
.first_section_columns_first:last-child {
    margin-right: 0px;
}
.first_section_columns_first img {
    height: 180px;
    width: 240px;
    text-align: center;

}
.first_section_columns_first h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    padding-top: 10px;
}
.first_section_columns_first p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.first_section_columns_first button {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    border: none;
    margin-bottom: 32px;
    opacity: 1;
    transition: 0.3s;
}
.first_section_columns_first button:hover {opacity: 0.6}
.first_section_columns_first button:focus {
    outline: none;
}
.first_section_columns_first:nth-child(1) button {
    background: #FBC710;
    color: #000000;
    margin-top: 28px;
}
.first_section_columns_first:nth-child(2) button {
    background: #1D5EB3;
    color: #FFFFFF;
    margin-top: 28px;
} 
.first_section_columns_first:nth-child(3) button {
    background: #D898EE;
    color: #FFFFFF;
    
} 
.first_section_columns_first:nth-child(4) button {
    background: #A9BA43;
    color: #FFFFFF;
} 
.first_section_columns_first:nth-child(1) {
    background: linear-gradient(155.5deg, #F50855 0%, #FFC424 100%);

}
.first_section_columns_first:nth-child(2) {
 background: linear-gradient(155.5deg, #CEB1FA 0%, #C4E5FE 100%);
}
.first_section_columns_first:nth-child(3){
    background: linear-gradient(155.5deg, #0C85CC 0%, #F5069A 100%);

}
.first_section_columns_first:nth-child(4) {
    background: linear-gradient(155.5deg, #030304 0%, #4895B6 100%);
}
.second_section_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    text-align: center;
}
.second_section_lists_details a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 79px;
    height: 79px;
    background: #FBC710;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: 1s;
}
.second_section_lists_details:hover a{
    background: #fff;
}
.second_section_lists_details p {
    padding-top: 15px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.third_section_background {
    background-image: url(../image/background_section_third.jpg);
    max-height: 390px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.third_section_about_company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 42px;
}
.third_section_about_company img {
    max-height: 314px;
    max-width: 601px;
}
.third_section_about_company_right {
    padding-left: 100px;
}
.third_section_about_company_right h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.third_section_about_company_right h2 b {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FBC710;

}
.third_section_about_company_right p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 470px;
    margin-top: 20px;
    max-height: 160px;
}
.third_section_about_company_right a {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration-line: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}
.third_section_about_company_right a:hover{
    color: #FBC710;
}
.forth_section_news {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 32px;
}
.fourth_section_columns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.news_item{
    width: calc(100% / 3);
    height: 420px;
    background: url(../image/printingmashine.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.news_item::before {
    content: '';
    position: absolute;
    background-color: #272727;
    opacity: .5;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.hover_block{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    flex-direction: column;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    pointer-events: none;
}
.hover_block .yellow_top{
    width: 100%;
    height: 210px;
    background: #FBC710;
}
.hover_block .gray_bottom{
    width: 100%;
    height: 210px;
    background: #737373;
    padding-top: 58px;
}

.news_date {
    display: flex;
    align-items: center;
    position: relative;

}

.news_date h6 {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    padding-bottom: 5px;
    text-decoration-line: none;
}
.news_date p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 61px;
    padding-left: 10px;
}
.news_item {
    padding-left: 30px;
    padding-top: 30px;
}
.news_item > h5 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-top: 271px;
    position: relative;
    width: 308px;
}

.news_item h5::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #FBC710;
    left: -15px;
    right: 0;
    bottom: 0;
}
.news_item:hover .hover_block {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.yellow_top {
    padding-left: 50px;
    padding-top: 37px;
}
.yellow_top h5 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    width: 308px;
}
.yellow_top h5::before {
    content: '';
    position: absolute;
    background: #000000;
}
.yellow_top p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding-right: 20px;
    width: 330px;
    margin-left: -15px;
    padding-bottom: 14px;
}
.gray_bottom .news_date {
    padding-left: 30px;

}
.gray_bottom > h5 {
    padding-left: 30px;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
    padding-left: 52px;
    padding-top: 30px;
    padding-right: 30px;
}
.gray_bottom > h5::before {
    content: '';
    position: absolute;
    left: 32px;
    right: 0;
    top: 15px;
}
.button  {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.button a {
    width: 130px;
    height: 35px;
    background: #FBC710;
    border-radius: 5px;
    border: none;
    outline: none;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    color: #000000;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
}
.button a:hover {opacity: 0.6} 
.equipment_section { 
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.equipment_section_details {
    width: 670px;
    max-height: 427px;
    background: #FBC710;
    padding: 40px;
    padding-left: 70px;
    margin-right: 40px;
}
.equipment_section_details h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    text-transform: uppercase;
}
.descriptions {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    justify-content: space-between;
}
.descriptions a {
    width: 45%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #000000;
}
.descriptions a:last-child {
    width: 130px;
    height: 35px;
    background: #000000;
    border-radius: 5px;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border: 0;
    outline: none;
    opacity: 1;
    transition: 0.3s;
    margin-right: auto;
    margin-left: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    text-decoration: none;

}
.descriptions button:hover {
    opacity: 0.6
} 
.info {
    padding-left: 40px;
}
.info h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #414141;
    padding-bottom: 39px;
}
.info p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    width: 400px;
    padding-bottom: 9px;
    position: relative;
}
.info p::before {
    content: '';
    position: absolute;
    background-image: url(../image/location.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    right: 0;
    bottom: 0;
    top: 0;
}
.info ul {
    list-style: none;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    position: relative;
}
.info ul::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../image/callingphone.svg);
    left: -30px;
    right: 0;
    bottom: 0;
    top: 0;
}
.info h3 {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    position: relative;
}
.info h3::before {
    content: '';
    position: absolute;
    background-image: url(../image/mailbox.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    right: 0;
    bottom: 0;
    top: 0;
}
.info h4 {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #414141;
    padding-top: 29px;
}
.icon { 
    padding-top: 14px;
}
.icon img{
    margin-right: 20px;
}
.footer_background {
    background: #000000;
}
.footer_image_lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer_lists {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}
.footer_lists li a {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-right: 50px;
    text-decoration-line: none;
}
.footer_lists li:last-child {
    padding-right: 0;
}
.footer_lists li button {
    background: #FBC710;
    border-radius: 5px;
    border: none;
    width: 130px;
    height: 35px;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.footer_company_description_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}
.footer_company_description_details p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #414141;
}
.footer_company_description_details a {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #414141;
    text-decoration-line: none;
}
.btn_menu_burger {
    display: none;
}
.mobile_footer_button {
    display: none;
}
.section_info_selling{
    background: linear-gradient(to right, #E5E5E5 25%, #fff 25%);
}
.card-header.word_shape button{
    width: 100%;
    padding-left: 0px;
}

.section_info_selling_details {
    display: flex;
    justify-content: space-between;
}
.section_info {
    max-width: 325px;
    background: #E5E5E5;
    padding-top: 25px;
    padding-left: 15px;
}
.section_search {
    color: #FBC710;
}
.section_search_block {
    widows: 240px;
}
.search_block{
    display: flex;
}
.search_input_section{
    width: 210px;
    height: 30px;
    border-radius: 5px;
    border: none;
    outline: none !important;
    padding-left: 10px;
    margin-bottom: 40px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.search_input_section::placeholder {
    color: #CACACA;
}
.word_shape {
    background-color: #E5E5E5;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.word_shape button span {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    color: #000000;
    width: 209px;
    margin-left: 0;
   
}
.word_shape button:focus {
    box-shadow: none;
}
.word_shape img {
    margin-right: -24px;
    background: #1E1E1E;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    padding-bottom: 2px;
    margin-top: 2px;
}

.card-body  {
    padding: 0;
    width: 245px;
    background-color: #E5E5E5;
}
.card-body a {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #000000;
}
.card-body a:active {
    color: rgba(0, 0, 0, 0.3);
}
.card-body p:last-child {
    padding-top: 16px;
}
.card-body p {
    margin-bottom: 0;
    padding-bottom: 14px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: rgba(0, 0, 0, 0.3);
}
.word_shape_detials {
    width: 245px;
    padding-left: 0;
    background-color: #E5E5E5;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header.word_shape_detials button{
    width: 100%;
    padding-left: 0px;
}
.word_shape_detials img {
    margin-right: -24px;
    background: #1E1E1E;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    padding-bottom: 2px;
    margin-top: 2px;
}
.word_shape_detials button:focus {
    box-shadow: none;
}
.word_shape_detials button span {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0;
    width: 215px;
    margin-left: 0;
   
}

.btn-link {
    text-decoration-line: none;
}
.card {
    border: none;
    border-bottom: none;
    background-color: none;

}
.accordion>.card>.card-header {
    width: 245px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.section_selling_details {
    padding-top: 32px;
    padding-left: 30px;
    width: 100%;
}
.section_selling {
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    padding-top: 32px;
}
.section_selling_products {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    width: 270px;
    min-height: 300px;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    margin-right: 10px;
}
.section_selling_products:nth-child(3n){
    margin-right: 0;
}
.section_selling_products p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 181px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.section_selling_products span {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.section_btn_search {
    background: #1E1E1E;
    width: 30px;
    height: 30px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    margin-left: -8px;
}
.breadcrumb-item.active {
    background-color: white;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: black;

}
.breadcrumb {
    background-color: white;
    border-radius: none;
    margin-bottom: 0;
    padding: 0;
    padding-left: 8px;
}
#nav-tabContent{
    min-height: 100px;
}
.breadcrumb_item_shape a {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-decoration-line: none;
    display: flex;
    align-items: center;
    
}
.printer_description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 47px;
    padding-bottom: 20px;
}
.printer_description a {
    width: 470px;
    height: 295px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.printer_description a img {
    width: 329px;
    height: 259px;
}
.printer_description_details {
    padding-left: 30px;
    padding-bottom: 200px;
}
.printer_description_details h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    width: 303px;
    margin-bottom: 24px;
}
.printer_description_details span {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding: 8px 14px 8px 10px;
    background: #FBC710;
}




.nav-tabs .nav-link {
    border: none;

}
.tab_shape {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration-line: none;
    position: relative;
}
.nav-tabs .nav-item {
    
}
.tab_shape:hover {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration-line: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    border-bottom: 3px solid #FBC710;
}
.table td, .table th {
    border-top: none;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 20px;
}
.row_span{
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #235288;
}
.table thead th {
    border-bottom: none;
    background: #F8F8F8;
    width: 280px;
}
.bg_color {
    background: #F8F8F8;
}
.table {
    margin-top: 19px;
    margin-bottom: 67px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}
.table-striped tbody tr:nth-of-type(even) {
    background: #F8F8F8;
}
.table:nth-child(even) {
    background: white;
}
.th_shape {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;

}
.tr_shape {
    background: #fff;
}
.col {
    background-color: #F8F8F8;
}
.breadcrub_about {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main_picutre {
    background-image: url(../image/background_comp.jpg);
    max-height: 100px;
    background-position: center;
    background-size: cover;
}
.about_company_h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FBC710;
    padding-top: 36px;
    padding-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.all_description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.all_description h3 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FBC710;
    padding-bottom: 20px;
}
.all_description p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 1170px;
}
.picture_news_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
    text-decoration-color: red;
}
.picture_news_list:hover{
    text-decoration: none;
}
.news_list {
    padding-left: 29px;
    width: calc(100% - 171px);

}
.headerline_news {
    display: flex;
    justify-content: space-between;


}
.headerline_news h2{
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    padding-left: 20px;
    width: 37%;
    margin-bottom: 0;
}
.headerline_news h2:hover {
    color: #FBC710;
    text-decoration-line: underline;
}

.headerline_news h2::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.headerline_news h2:hover:before {
    color: #FBC710;
    background: #FBC710;
}
.picture_news_list .news_list .headerline_news .date:hover {
    text-decoration-line: none;
}
.date {
    display: flex;
    align-items: center;
    position: relative;
}
.date span {
    display: block;
}
.date h6 {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #FBC710;
    padding-bottom: 0;
    margin-bottom: 0;
    
}
.date p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

    padding-left: 10px;
    margin-bottom: 0;
}
.set_of_function {
    padding-top: 20px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.picture_news_list:hover .set_of_function {
    text-decoration-line: underline;
}
.news_list h5 {
    padding-top: 10px;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}
.news_list h5:hover {
    color: #FBC710;
}
.pagination_position {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.page-link {
    border: none;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000
}
.page-item.disabled .page-link{
    color: #FBC710;
}
.page-link:hover {
    z-index: 2;
    color: #FBC710;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.page_drop_line {
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
}
.page_drop_line::before {

    padding-right: 20px;
    color: #6c757d;
    content: "/";
}
.pagination-sm .page-link {
    padding: 0px;
    font-size: .875rem;
    line-height: 1.5;
    padding-right: 20px;
}
.further_news_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 27px;
}
.further_news_image img {
    margin-right: 32px;
    margin-bottom: 60px;
}
.further_news {
    width: calc(100% - 369px);
}
.further_news_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.further_news_details h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    position: relative;
    padding-left: 20px;
    width: 45%;
    margin-bottom: 0;
}
.further_news_details h2::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.further_news_details p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.date h4 {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 0;
}
.other_news {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}
.list_news {
    display: flex;
    align-items: center;
}
.list_news_details{
    max-width: calc(100% / 4);
    margin-right: 30px;
}
.list_news_details:last-child{
    margin-right: 0;
}
.list_news_details:hover {
    text-decoration-line: none;
}
.list_news_details img {
    width: 270px;
    height: 270px;
}
.list_news_details h2 {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_news_details p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.gps_contacts {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 70px;
}
.gps {
    height: 225px;
}
.contacts {
    width: calc(100% - 767px);
    padding-left: 60px;
}
.location:hover {
    text-decoration-line: none;
}
.location p {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    position: relative;
    margin-bottom: 28px;
}
.location p::before {
    content: '';
    position: absolute;
    background-image: url(../image/locationgreen.svg);
    width: 12px;
    height: 17px;
    left: -30px;
    right: 0;
    bottom: 0;
    top: 5px;

}
.contact_calling:hover {
    text-decoration-line: none;
}
.contact_calling ul {
    list-style: none;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    position: relative;
    margin-bottom: 28px;
}
.contact_calling ul::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../image/greenphone.svg);
    left: -30px;
    right: 0;
    bottom: 0;
    top: 5px;
}
.mail_contact p {
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    position: relative;
}
.mail_contact:hover {
    text-decoration-line: none;
}
.mail_contact p::before {
    content: '';
    position: absolute;
    background-image: url(../image/mailgreen.svg);
    width: 16px;
    height: 10px;
    left: -30px;
    right: 0;
    bottom: 0;
    top: 8px;

}
.icon_contact {
    margin-left: -30px;
}
.icon_contact img{
    margin-right: 20px;

}
.contact_function {
    padding-top: 31px;
}
.contacts_bottom {
    padding-bottom: 77px;
}
.btn_close_menu{
    display: none;
}
@media (max-width: 800px){
    .header_top .phone_numbers .phone_list {
        display: none;
    }
    .fa-phone-alt:before {
        display: none;
    }
    .fa-envelope:before {
        display: none;
    }
    .header_top .email_info {
        display: none;
    }
    .header_top {
        max-width: 800px;
    }
    .header_top .lang {
        padding-left: 20px;
        width: 120px;
        justify-content: space-between;
        flex-direction: row;
    }
    .header_top .phone_numbers {
        display: flex;
        align-items: center;
    }
    .menu_list {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffff;
        z-index: 9999;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        transition: .5s;
        transform: translateY(-100%);
    }
    .menu_list.show{
        transform: translateY(0%);
    }
    .btn_close_menu{
        position: absolute;
        right:30px;
        top: 30px;
    }
    .menu_list.show .btn_close_menu{
            display: block;
    }
    .menu_list li{
        margin-bottom: 20px;
    }
    .btn_menu_burger {
        display: flex;
    }
    .slider_phrases {
        max-width: 400px;
    }
    .slider_phrases h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .slider_phrases h5::before {
        width: 40px;
        height: 2px;
    }
    .slider_phrases p {
        font-size: 12px;
        line-height: 15px;
    }
    .carousel-control-prev {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .carousel-control-next {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .first_section_columns {
        max-width: 800px;
        flex-flow: wrap;
        display: flex;
        justify-content: space-around;
    }
    .first_section_columns_first {
        margin-bottom: 20px;
    }
    .first_section_columns_first:nth-child(3) {
        margin-bottom: 0;
    }
    .first_section_columns_first:nth-child(4) {
        margin-bottom: 0;
    }
    .second_section_lists_details p {
        margin-right: 25px;
    }
    .third_section_about_company {
        max-width: 800px;
        flex-wrap: wrap;
    }
    .third_section_about_company img{
        margin-left: 100px;
        margin-bottom: 20px;
    }
    .third_section_background {
        max-height: 700px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .fourth_section_columns {
        max-width: 800px;

        
    }
    .news_item {
        margin-right: 5px;
    }
    .news_item:last-child {
        margin-right: 0px;
    }
    .news_item h5 {
        font-size: 14px;
        line-height: 16px;
        max-width: 220px;
        padding-top: -10px;
    }
    .gray_bottom > h5  {
      padding-top: 15px;
      padding-right: 20px;
    }
    .yellow_top h5 {
        font-size: 12px;
        line-height: 15px;
    }
    .yellow_top p {
        font-size: 11px;
        line-height: 14px;
        width: 220px;
    }
    .equipment_section {
        max-width: 800px;
        flex-wrap: wrap;
        
    }
    .equipment_section_details {
        margin-bottom: 15px;
    }
    .info {
        margin-bottom: 10px;
        background-color: white;
    }
    .footer_image_lists {
        max-width: 800px;
        flex-wrap: wrap;
    }
    .footer_image_lists img{
        display: none;
    }
    .footer_image_lists {
        height: 100px;
    }
    .footer_company_description_details a {
        margin-bottom: 15px;
    }
    .breadcrumb_bg_color {
        display: flex;
        text-align: center;
        padding-left: 100px;
    }
    .breadcrumb {
        display: none;
    }
    .printer_description {
        flex-direction: column;
    }
    .printer_description_details h2{
        padding-top: 20px;
    }
    .printer_description_details {
        text-align: center;
        padding-bottom: 30px;
    }
    .printer_description a img {
        width: 200px;
        height: 150px;
    }
    .printer_description a {
        width: 220px;
        height: 170px;
    }
    .printer_description_details {
        padding-left: 0;
    }
    .all_description p {
        width: 700px;
    }
    .picture_news_list {
        display: inline-flex;
       
    }
    .headerline_news h2 {
        width: 100%;
    }
    .picture_news_list img {
        width: 250px;
    }
    .further_news_image {
        flex-direction: column;
    }
    .further_news {
        width: 100%;
    }
    .further_news_image img {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .list_news_details h2 {
        width: 300px;
    }
    .list_news_details p {
        width: 300px;
    }
    .gps_contacts {
        flex-direction: column;
        
    }
    .gps {
        height: 100%;
    }
    .contacts {
        width: 100%;
        padding-top: 20px;
    }
}
@media (max-width: 600px) {
    .btn_menu_burger{
        color: #000;
    }
    .printer_description_details h2 {
        width: 300px;
    }
    .slider_phrases h5::before,
    .search_block{
        display: none;
    }
    .slider_phrases {
        width: 80%;
        padding-left: 15%;
        flex-direction: column;
    }
    .slider_phrases h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .slider_phrases p {
        font-size: 12px;
        line-height: 15px;
        padding-top: 0px;
    }
    .carousel-control-prev,
    .carousel-control-next{
        width: 20px;
        height: 20px;
    }
    .header_main_slider .carousel-item img,
    .header_main_slider {
        height: 200px;
    }
    .third_section_about_company img {
        max-width: 450px;
    }
    .equipment_section {
    background: #E5E5E5;
    }
    .news_item h5 { 
        font-size: 12px;
        line-height: 14px;
        max-width: 160px;
    }
    .news_item h5::before {
        max-height: 40px;

    }
    .yellow_top h5::before {
        height: 70px;
    }
    .yellow_top h5 {
        font-size: 12px;
        line-height: 15px;
        max-width: 140px;
    }
    .yellow_top p {
        font-size: 11px;
        line-height: 14px;
        max-width: 170px;
    }
    .equipment_section_details {
        max-height: 100%;
    }
    .footer_lists li {
        display: none;
    }
    .footer_lists li {
        max-width: 600px;
    }

    .second_section_lists_details a {
        margin-bottom: 25px;
        margin-left: 15px;
    }
    .footer_image_lists img{
        display: flex;

    }
    .section_info{
        width: 100%;
    }
    .mobile_footer_button {
        display: flex;
        background: #FBC710;
        border-radius: 5px;
        border: none;
        width: 130px;
        height: 35px;
        font-family: Roboto-Bold;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        text-align: center;
        padding-left: 30px;
        padding-top: 10px;
    }
    .first_section_columns{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .first_section_columns_first:nth-child(3),
    .first_section_columns_first{
        margin-bottom: 20px;
    }
    .second_section_lists{
        flex-wrap: wrap;
    }
    .second_section_lists_details{
        width: 100%;
        text-align: center;
    }
    .second_section_lists_details p{
        padding-right: 0;
        margin-right: 0;
    }
    .third_section_about_company img{
        margin: 0 auto 20px auto;
        width: 90%;
    }
    .third_section_about_company_right{
        padding-left: 0px;
        text-align: justify;
    }
    .third_section_about_company_right p{
        max-width: 100%;
        margin-top: 20px;
        max-height: unset;
    }
    .fourth_section_columns{
        flex-direction: column;
    }
    .news_item{
        width: 100%;
        height: 260px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news_item:hover .hover_block{
        display: none;
    }
    .equipment_section_details{
        width: 100%;
        padding: 20px;
        margin: 0;
    }
    .info p,
    .equipment_section .info{
        width: 100%;
    }
    .news_item > h5{
        margin-top: 35%;
        position: relative;
        width: 100%;
        padding-top: 0;
        max-width: 80%;
    }
    .info h2{
        font-size: 26px;
        margin-top: 30px;
    }
    .descriptions {
        display: flex;
        flex-wrap: wrap;
    }
    .all_description p {
        width: 500px;
    }
    .picture_news_list {
        flex-direction: column;
    }
    .news_list {
        padding-left: 29px;
        width: 100%;
        padding-top: 30px;
    }
}
@media (max-width: 400px) {
    .section_info_selling_details {
        display: flex;
        flex-direction: column;
    }
    .section_info_selling {
        background:  white;
    }
    .section_info {
        background: #E5E5E5;
    }
    .card {
        background: #E5E5E5;
    }
    .section_selling_details {
        padding-left: 0;
    }
    .all_description p {
        width: 300px;
    }
}


