/*ARM FONTS*/
@font-face {
    font-family: 'Montserratarm-Regular';
    src: url('../fonts/Montserratarm/MONTSERRATARM-REGULAR.otf');
}

@font-face {
    font-family: 'Montserratarm-Light';
    src: url('../fonts/Montserratarm/MONTSERRATARM-LIGHT.otf');
}

@font-face {
    font-family: 'Montserratarm-SemiBold';
    src: url('../fonts/Montserratarm/MONTSERRATARM-SEMIBOLD.otf');
}

@font-face {
    font-family: 'Montserratarm-Bold';
    src: url('../fonts/Montserratarm/MONTSERRATARM-BOLD.otf');
}

@font-face {
    font-family: 'Montserratarm-ExtraBold';
    src: url('../fonts/Montserratarm/MONTSERRATARM-EXTRABOLD.otf');
}

/*MULTILANG FONTS*/

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/MONTSERRAT-REGULAR.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat/MONTSERRAT-LIGHT.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat/MONTSERRAT-SEMIBOLD.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/MONTSERRAT-BOLD.ttf');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat/MONTSERRAT-EXTRABOLD.ttf');
}

html {
    scroll-behavior: smooth;
}

.lang-am{
    font-family: Montserratarm-Regular;
}
.lang-ru, .lang-en{
    font-family: Montserrat-Regular;
}

.lang-am .montserrat-bold{
    font-family: Montserratarm-Bold;
}
.lang-ru .montserrat-bold, .lang-en .montserrat-bold{
    font-family: Montserrat-Bold;
}

.lang-am .montserrat-semibold{
    font-family: Montserratarm-SemiBold;
}
.lang-ru .montserrat-semibold, .lang-en .montserrat-semibold{
    font-family: Montserrat-SemiBold;
}

.lang-am .montserrat-light{
    font-family: Montserratarm-Light;
}
.lang-ru .montserrat-light, .lang-en .montserrat-light{
    font-family: Montserrat-Light;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dcdcdc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #8b8d8b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-input-placeholder {
    color: #afb0b4;
}
::-moz-placeholder {
    color: #afb0b4;
}
:-ms-input-placeholder {
    color: #afb0b4;
}
:-moz-placeholder {
    color: #afb0b4;
}


body > .container-fluid {
    position: relative;
    overflow: hidden;
}

a:focus, a:hover, a:visited, button, button:focus {
    outline: none !important;
    text-decoration: none !important;
}

input:focus {
    outline: none !important;
}

.no_padding {
    padding: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

.bold {
    font-weight: bold !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.ease5s {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.linear5s {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

.under_the_header {
    height: 142px;
    position: relative;
}

body .header_box {
    position: absolute;
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    height: 113px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 125px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 999;
    transition: height ease .5s;
}

header.small {
    height: 100px;
}

header .logo_area {
    margin: 0;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    width: 130px;
    height: 45px;
    position: absolute;
    top: 40px;
    left: 60px;
    bottom: 0;
    padding: 0;
    transition: all ease .5s;
}

header.small .logo_area {
    width: 127px;
    height: 40px;
    top: 25px;
}

header .logo_area a {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}

header .navbar {
    padding: 0;
    display: inline-block;
    float: right;
    padding-right: 60px;
}

#myNav .nav-link {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: black;
    line-height: 70px;
    text-transform: uppercase;
    padding: 0 12px;
    margin-left: 24px;
    position: relative;
    transition: all ease .5s;
}

header.small #myNav .nav-link {
    line-height: 100px;
}

#myNav .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 5px;
    display: inline-block;
    overflow: hidden;
    background-color: black;
    -webkit-transition: width ease .5s;
    -moz-transition: width ease .5s;
    -ms-transition: width ease .5s;
    -o-transition: width ease .5s;
    transition: width ease .5s;
}

#myNav li.active .nav-link:after,
#myNav .nav-link:hover:after {
    width: 100%;
}

#products,
#product_item {
    padding-top: 88px;
    position: relative;
}

#products > .title {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

#products .middle_content {
    max-width: 1200px;
    margin: 0 auto;
}

#product_item .middle_content,
#import_export .middle_content {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

#products .filters_block {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    padding: 40px 22px;
    z-index: 1;
    max-width: 350px;
    text-align: left;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

#products .filters_block .title {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    margin-bottom: 32px;
}

#products .filters_block form label {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    padding-left: 7px;
    cursor: pointer;
}

#products .filters_block form .custom-control {
    margin-bottom: 23px;
}

#products .filters_block form .custom-control-label::after,
#products .filters_block form .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 0;
}

#products .filters_block form .custom-control-input:checked~.custom-control-label::before {
    border-color: #989898 !important;
    background-color: #989898 !important;
}

#products .filters_block form .custom-control-input:not(:disabled):active~.custom-control-label::before {
     background-color: transparent;
     border-color: transparent;
}

#products .filters_block form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 213, 40, 0.25);
}

#products .filters_block form .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #989898;
}

#products_sections .wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

#products_sections .wrap .tabs_navigation_box {
    width: 100%;
   margin-bottom: 88px;
}

#products_sections .wrap .tab {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    border: solid 1px #989898;
    border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    padding: 18px 46px;
    margin: 0 9px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#products_sections .wrap .tab:hover {
    background-color: rgba(220, 213, 40, 0.16);
}

#products_sections .wrap .tab.selected {
    background-color: #989898;
}

#products_sections .tabs_container {
    position: relative;
    width: 100%;
    /*height: 200px;*/
    /*overflow-x: hidden;*/
    /*clear: left;*/
}

#products_sections .tabs_container .box {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*line-height: 200px;*/
    text-align: center;
    font-size: 28pt;
    cursor: pointer;
    /*position: relative;*/

    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#products_sections .tabs_container .box.active {
    position: relative;
    opacity: 1;
}

#products_sections #first {
    top: 0px;
    left: 0px;
}

#products_sections #second {
    top: 0px;
    left: 100%;
}

#products_sections #third {
    top: 0px;
    left: 200%;
}

#products_sections #slide {
    transition: transform .5s ease-in-out 0s;
    -moz-transition: -moz-transform .5s ease-in-out 0s;
    -webkit-transition: -webkit-transform .5s ease-in-out 0s;
}

.move-to-second {
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.move-to-third {
    transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
}

.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

#products_sections .sort_bar {
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 15px 0;
    text-align: right;
    margin-bottom: 46px;
    position: relative;
}

#products_sections .sort_bar .show_hidden_filters_block {
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 18px;
    color: #231f20;
    cursor: pointer;
}

#products_sections .sort_bar .show_hidden_filters_block i {
    color: black;
    font-size: 34px;
    margin-left: 5px;
}

#products_sections .sort_bar .hidden_filter_block {
    position: absolute;
     overflow: hidden;
    top: 90px;
    left: 0;
    height: 0;
    width: 350px;
    -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
    -ms-transition: height ease .5s;
    -o-transition: height ease .5s;
    transition: height ease .5s;
}

#products_sections .sort_bar .hidden_filter_block.shown {
    height: 500px;
}

#products_sections .sort_bar form span.label {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: inline-block;
}

#products_sections .sort_bar form select {
    border-radius: 35px;
    background-color: #eeeef1;
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    width: auto;
    padding: 0 39px;
    height: 60px;
    display: inline-block;
    margin: 0 20px;
}

#products_sections .sort_bar form .select2-container {
    margin: 0 20px;
}

#products_sections .sort_bar form span.select2-selection.select2-selection--single {
    outline: none;
}

#products_sections .sort_bar form .select2-container--default .selection {
    width: 100%;
    height: 60px;
    display: block;
}

#products_sections .sort_bar form .select2-container--default .select2-selection--single {
    border-radius: 35px;
    background-color: #eeeef1;
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 60px;
    letter-spacing: normal;
    color: #231f20;
    width: 100%;
    height: 100%;
}

#products_sections .sort_bar form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
    text-align: left;
    padding-left: 37px !important;
}

#products_sections .sort_bar form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 26px;
    width: 15px;
    bottom: 0;
    vertical-align: middle;
    margin: auto 0;
}

#products_sections .sort_bar form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../img/down-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 8px !important;
    width: 15px !important;
}

.select2-search.select2-search--dropdown {
    display: none;
}

#products_sections .select2-container--open .select2-dropdown--below {
    border: none !important;
    border-radius: 35px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #eeeef1;
    margin-top: 5px;
    overflow: hidden;
}

#products_sections .select2-results__option {
    padding: 9px 37px !important;
}

#products_sections .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dddddd !important;
}

#products_sections .tabs_container .box .item {
    margin-bottom: 68px;
}

#products_sections .tabs_container .box .item .block,
#product_item .item .block {
    padding-bottom: 20px;
    border-radius: 6px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#products_sections .tabs_container .box .item .block:hover,
#product_item .item .block:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

#products_sections .tabs_container .box .item .block:hover .img_box img,
#product_item .item .block:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#products_sections .tabs_container .box .item .img_box,
#product_item .item .img_box {
    width: 100%;
    height: 264px;
    background-color: #f6f7fd;
}

#products_sections .tabs_container .box .item .img_box img,
#product_item .item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#products_sections .tabs_container .box .item .info_box,
#product_item .item .info_box {
    padding: 0 22px;
    text-align: center;
}

#products_sections .tabs_container .box .item .info_box .name,
#product_item .item .info_box .name {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-top: 11px;
    height: 2.7rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#products_sections .tabs_container .box .item .info_box .description,
#product_item .item .info_box .description {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: center;
    color: #5c5e5f;
    margin-top: 22px;
    height: 3.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#products_sections .tabs_container .box .item .info_box .go_to_details,
#product_item .item .info_box .go_to_details {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    margin-top: 18px;
    border-radius: 35px;
    border: solid 1px black;
    display: inline-block;
    padding: 18px 95px 18px 54px;
    position: relative;
}

#products_sections .tabs_container .box .item .info_box .go_to_details .hover_button,
#product_item .item .info_box .go_to_details .hover_button {
    display: inline-block;
    right: -2px;
    top: -2px;
    position: absolute;
    width: calc(100% + 4px);
    background-color: white;
    border-radius: 35px;
    border: 1px solid white;
    height: 62px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#products_sections .tabs_container .box .item .info_box .go_to_details .hover_button.hovered,
#product_item .item .info_box .go_to_details .hover_button.hovered {
    width: 62px;
    top: -1px;
    border: none;
}

#products_sections .tabs_container .box .item .info_box .go_to_details i,
#product_item .item .info_box .go_to_details i {
    background-color: #989898;
    font-size: 24px;
    width: 62px;
    height: 62px;
    border-radius: 35px;
    text-align: center;
    line-height: 62px;
    background-image: url("../img/details.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    display: block;
}

#products_sections .tabs_container .box .item .info_box .go_to_details .hover_button.hovered i,
#product_item .item .info_box .go_to_details .hover_button.hovered i {
    height: 60px;
}

#import_export {
    padding-top: 109px;
}

#import_export .title {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    display: block;
    margin-bottom: 89px;
}

#import_export form {
    width: 796px;
    margin: 0 auto 167px;
}

#import_export form .form-group {
    margin-bottom: 31px;
}

#import_export form .form-group.align_right {
    text-align: right;
}

#import_export form label {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    margin-bottom: 14px;
}

#import_export form input {
    border-radius: 35px;
    background-color: #f2f4f9;
    border: none;
    padding: 25px;
    height: 70px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#import_export form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background-color: rgba(242, 244, 249, 0.5) !important;
}

#import_export form textarea {
    border-radius: 35px;
    background-color: #f2f4f9;
    border: none;
    padding: 25px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#import_export form .select2-container {
    width: 100% !important;
    margin: 0;
}

#import_export form span.select2-selection.select2-selection--single {
    outline: none;
}

#import_export form .select2-container--default .selection {
    width: 100%;
    height: 70px;
    display: block;
}

#import_export form .select2-container--default .select2-selection--single {
    border-radius: 35px;
    background-color: #eeeef1;
    border: none;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 70px;
    letter-spacing: normal;
    color: #231f20;
    width: 100%;
    height: 100%;
}

#import_export form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 70px !important;
    text-align: left;
    padding-left: 25px !important;
}

#import_export form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 26px;
    width: 15px;
    bottom: 0;
    vertical-align: middle;
    margin: auto 0;
}

#import_export form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../img/down-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 8px !important;
    width: 15px !important;
}

#import_export form button {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    border-radius: 35px;
    border: 1px solid black;
    text-transform: uppercase;
    padding: 18px 64px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#import_export form button:hover {
    background-color: black;
    color: white;
}

#import_export form button:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 213, 40, 0.25);
}

#map {
    width: 100%;
    height: 67vh;
    background-color: grey;
    top: 0;
}

#map iframe {
    width: 100%;
    height: 100%;
}

#contact_us .middle_content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -30vh;
}

#contact_us .middle_content .contact_box {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 93px 78px 78px;
}

#contact_us .middle_content .info_box .title {
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    margin-bottom: 38px;
}

#contact_us .middle_content .info_box .text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e5f;
    display: block;
    margin-bottom: 60px;
}

#contact_us .middle_content .info_box {
    padding-right: 43px !important;
}

#contact_us .middle_content .form_box {
    padding-left: 43px !important;
}

#contact_us form .form-group {
    margin-bottom: 54px;
}

#contact_us form .form-group.align_right {
    text-align: right;
    margin-bottom: 0 !important;
}

#contact_us form label {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    margin-bottom: 14px;
}

#contact_us form input {
    border-radius: 35px;
    background-color: #f2f4f9;
    border: none;
    padding: 25px;
    height: 70px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#contact_us form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    background-color: rgba(242, 244, 249, 0.5) !important;
}

#contact_us form textarea {
    border-radius: 35px;
    background-color: #f2f4f9;
    border: none;
    padding: 25px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#contact_us form button {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    border-radius: 35px;
    border: 1px solid black;
    text-transform: uppercase;
    padding: 18px 64px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us form button:hover {
    background-color: black;
    color: white;
}

#contact_us form button:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 213, 40, 0.25);
}

#contact_us .info_box .links a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e5f;
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 32px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us .info_box .links a:hover {
    /*color: #DCD528;*/
}

#contact_us .info_box .links a.phone_number:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/call.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us .info_box .links a.phone_number:hover:before {
    background-image: url("../img/call_hover.svg");
}

#contact_us .info_box .links a.email:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 19px;
    height: 15px;
    background-image: url("../img/mail.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us .info_box .links a.email:hover:before {
    background-image: url("../img/mail_hover.svg");
}

#contact_us .info_box .links a.webiste:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../img/internet.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us .info_box .links a.webiste:hover:before {
    background-image: url("../img/internet_hover.svg");
}

#contact_us .info_box .links a.map-marker:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    text-align: center;
    width: 20px;
    height: 25px;
    background-image: url("../img/icons/map-marker.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#contact_us .info_box .links a.map-marker:hover:before {
    background-image: url("../img/icons/map-marker_hover.svg");
}

#contact_us .info_box .socials_block {
    display: flex;
}

#contact_us .info_box .socials_block a {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 160px;
}

#contact_us .info_box .socials_block .gplus {
    background-image: url("../img/gplus.svg");
}

#contact_us .info_box .socials_block .ig {
    background-image: url("../img/ig.svg");
}

#contact_us .info_box .socials_block .fb {
    background-image: url("../img/fb.svg");
}

#product_item .intro {
    display: flex;
}

#product_item .product_image_block {
    width: 640px;
}

#product_item .product_image_block .img_box {
    width: 640px;
    height: 640px;
    overflow: hidden;
    border: solid 1px #dcdee2;
    /*background-color: #ffffff;*/
    padding: 50px 60px;
}

#product_item .product_image_block .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product_item .product_info_block {
    /*display: inline-flex;*/
    width: 100%;
    margin-left: 32px;
}

#product_item .product_info_block .product_name {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#product_item .product_info_block .can_types {
    display: flex;
    border-bottom: solid 1px #dcdee2;
    padding-bottom: 66px;
}

#product_item .product_info_block .can_types .can_icon {
    width: 59px;
    height: 59px;
    background-image: url("../img/can.svg");
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    padding-top: 65px;
    margin-right: 34px;
    white-space: nowrap;
    cursor: pointer;
}

#product_item .product_info_block .description_block {
    border-bottom: solid 1px #dcdee2;
    padding-top: 25px;
    padding-bottom: 15px;
}

#product_item .product_info_block .description_block .title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#product_item .product_info_block .description_block .description {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e5f;
    display: block;
}

#product_item .product_info_block .ingredients_block {
    padding-top: 25px;
    padding-bottom: 15px;
}

#product_item .product_info_block .ingredients_block .title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#product_item .product_info_block .ingredients_block ul {
    padding-left: 20px;
}

#product_item .product_info_block .ingredients_block ul li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e5f;
}

#product_item .similar_products_block {
    margin-top: 170px;
    margin-bottom: 120px;
}

#product_item .similar_products_block .title {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    display: block;
}

#product_item .similar_products_block .similar_slider.owl-carousel {
    margin-top: 75px;
}

#product_item .similar_products_block .similar_slider.owl-carousel .img_box {
    background-color: rgba(246, 247, 253, 0.57);
    padding: 0 75px;
}

footer {
    background-color: #1f2023;
    position: relative;
    padding-bottom: 32px;
    padding-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .copyright_line {
    background-color: #ffffff;
    text-align: center;
}

footer .copyright_line{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}

footer .footer_logo_box {
    width: 150px;
    height: 56px;
    background-image: url("../img/logo_footer.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer_links_col {
    text-align: right;
}

footer .footer_links_col ul {
    text-align: left;
    display: inline-block;
    padding: 0;
    margin: 0;
}

footer .footer_links_col ul a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

footer .footer_links_col ul a:hover {
    color: #989898;
}

footer .alignment_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .alignment_box .centered_content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.similar_products_block .owl-dots {
    display: block;
    margin: 48px auto 0;
    text-align: center;
}

.similar_products_block .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.similar_products_block .owl-dots span {
    width: 14px;
    height: 14px;
    border: solid 1px #5C5E5F;
    background-color: #ffffff;
    border-radius: 20px;
    display: block;
    margin: 5px;
}

.similar_products_block .owl-dots .owl-dot.active span {
    background-color: #5C5E5F;
}

.similar_products_block .owl-carousel .owl-stage {
    margin-bottom: 5px;
}

#home .banner_block {
    width: 100%;
    height: 100vh;
}

#home .banner_block .owl-carousel,
#home .banner_block .owl-stage-outer,
#home .banner_block .owl-stage,
#home .banner_block .owl-item,
#home .banner_block .item {
    height: 100%;
}

#home .banner_block .item .bowl_type {
    position: relative;
    height: 100%;
}

#home .banner_block .item .bowl_type .image_box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#home .banner_block .item .bowl_type .image_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.35);;
}

#home .banner_block .item .bowl_type .background_box {
    width: 100%;
    height: 100%;
}

#home .info_box {
    position: absolute;
    height: 100%;
}

#home .info_box .product_img {
    height: 500px;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200px;
    right: 0;
    margin: auto;
    transition: 1.5s;
    transition-delay: 0.5s;
}
#home .banner_block .owl-carousel .owl-item.active .product_img{
    left: 0;
}
#home .info_box .text_block {
    width: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    padding-left: 15%;
}

#home .info_box .text_block .product_name {
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    max-width: 400px;
    display: block;
}

#home .info_box .text_block .details_link {
    margin-top: 65px;
    position: relative;
    display: inline-block;
    width: 300px;
    height: 100px;
}

#home .info_box .text_block .details_link .go_to_details_link {
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    padding-left: 105px;
    position: relative;
    width: 300px;
    height: 100px;
    display: inline-block;
}

#home .info_box .text_block .details_link .go_to_details_link:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 4px;
    /*border-bottom: 4px dotted white;*/
    background-image: url("../img/line_dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 46px;
    left: 45px;
}

#home .info_box .text_block .details_link .go_to_details_link:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: white;
    top: 44px;
    left: 260px;
    border-radius: 50%;
}

#home .info_box .text_block .details_link .triangle_border {
    border: 2px solid #FFFFFF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 94px;
    width: 94px;
    padding: 35px;
    cursor: pointer;
    transition: all ease .5s;
}

#home .info_box .text_block .details_link:hover .triangle_border {
    left: 214px;
}

#home .info_box .text_block .details_link .triangle {
    position: relative;
    background-color: white;
    text-align: left;
}
#home .info_box .text_block .details_link .triangle:before,
#home .info_box .text_block .details_link .triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
#home .info_box .text_block .details_link .triangle,
#home .info_box .text_block .details_link .triangle:before,
#home .info_box .text_block .details_link .triangle:after {
    width:  14px;
    height: 14px;
    border-top-right-radius: 50%;
}

#home .info_box .text_block .details_link .triangle {
    transform: rotate(-90deg) skewX(-30deg) scale(1,.866);
}
#home .info_box .text_block .details_link .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
#home .info_box .text_block .details_link .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

#new_product {
    height: 740px;
    background-color: white;
    display: table;
}

#new_product .vertical_aligned_box {
    display: table-cell;
    vertical-align: middle;
}

#new_product .text_box {
    padding-left: 18vw;
    padding-right: 30px;
    padding-top: 45px;
}

#new_product .text_box .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#new_product .text_box .description {
    font-size: 16px;
    line-height: 26px;
    color: #5C5E5F;
}

#new_product .image_box {
    height: 426px;
    width: auto;
    overflow: hidden;
}

#new_product .image_box {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#aseptic {
    background-color: #F9FAFC;
    padding-top: 50px;
    padding-bottom: 85px;
    text-align: center;
}

#aseptic .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    text-transform: uppercase;
}

#aseptic .aseptic_details_block {
    display: inline-flex;
    margin: 78px auto 0;
}

#aseptic .aseptic_details_block .left_block {
    display: table;
    height: 310px;
    padding-right: 50px;
}

#aseptic .aseptic_details_block .left_block .bowl_block {
    display: flex;
    align-items: flex-end;
}

#aseptic .aseptic_details_block .left_block .bowl_block img {
    width: 128px;
}

.aseptic_bowl_info_block{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}

.aseptic_bowl_info_text{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: left;
}

#aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info {
    display: inline-block;
    margin-right: 45px;
    margin-top: 10px;
    position: relative;
    opacity: 1;
}

#aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/icons/black_approximately.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info span {
    font-size: 34px;
    color: black;
    font-weight: bold;
    margin-left: 40px;
}

#aseptic .aseptic_details_block .right_block {
    height: 310px;
    display: table;
    border-left: 1px solid rgb(112 112 112 / 0.43);
    padding-left: 50px;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box {
    display: table-cell;
    vertical-align: middle;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type {
    font-size: 18px;
    line-height: 65px;
    color: #231F20;
    position: relative;
    display: block;
    padding-left: 90px;
    text-align: left;
    margin-bottom: 30px;
    cursor: pointer;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background-color: unset;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .plum_icon {
    background-image: url("../img/icons/plum.png");
    background-size: 60px;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .tomato_icon {
    background-image: url("../img/icons/tomato.png");
    background-size: 60px;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .peach_icon {
    background-image: url("../img/icons/peach.png");
    background-size: 60px;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .apricot_icon {
    background-image: url("../img/icons/apricot.png");
    background-size: 60px;
}

#aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .apple_icon {
    background-image: url("../img/icons/apple.png");
    background-size: 60px;
}

#brands {
    background-color: white;
    padding-top: 170px;
}

#brands .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    margin-bottom: 93px;
    text-align: center;
    text-transform: uppercase;
}

#key_facts {
    padding-top: 170px;
    background-color: white;
}

#key_facts .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    margin-bottom: 33px;
    text-align: center;
    text-transform: uppercase;
}


#key_facts .description {
    font-size: 18px;
    line-height: 29px;
    color: #5C5E5F;
    max-width: 508px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#who_we_are {
    margin: 160px auto 0;
    max-width: 1200px;
}

#who_we_are .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    margin-bottom: 30px;
    padding-left: 32px;
    margin-top: 20px;
    text-transform: uppercase;
}

#who_we_are .description {
    font-size: 16px;
    line-height: 26px;
    color: #5C5E5F;
    padding-left: 32px;
    max-width: 570px;
    display: block;
}

#who_we_are .img_block {
    text-align: right;
}

#who_we_are .img_block .video_box {
    width: 593px;
    height: 426px;
    float: right;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

#who_we_are .img_block .video_box video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#who_we_are .img_block .video_box .play_button_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #231f2080;
    cursor: pointer;
}

#who_we_are .img_block .video_box .play_button_box .play_button {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/play_button.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: transform ease .5s;
    -moz-transition: transform ease .5s;
    -ms-transition: transform ease .5s;
    -o-transition: transform ease .5s;
    transition: transform ease .5s;
}

#who_we_are .img_block .video_box .play_button_box:hover .play_button {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#news .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #231F20;
    text-align: center;
    margin-bottom: 75px;
    text-transform: uppercase;
}

#news .news_slider {
    max-width: 1200px;
    margin: 0 auto 50px;
}

#news .news_slider .item {
    padding: 15px 5px;
}

#news .news_slider .item .box {
    padding: 20px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#news .news_slider .item .box:hover {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.16);
}

#news .news_slider .item .box .img_box {
    width: 100%;
    height: 237px;
    overflow: hidden;
}

#news .news_slider .item .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#news .news_slider .item .box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#news .news_slider .item .box .info_box {
   margin-top: 15px;
}

#news .news_slider .item .box .info_box .name {
    font-size: 20px;
    line-height: 29px;
    color: black;
    height: 3.8rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease .5s;
}

#news .news_slider .item .box .info_box .name:hover {
    color: #989898;
}

#news .news_slider .item .box .info_box .description {
    font-size: 16px;
    line-height: 20px;
    color: black;
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    font-style: normal;
}

#news .news_slider .item .box .info_box .read_more {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: black;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#news .news_slider .item .box .info_box .icons_box {
    display: flex;
    margin-top: 40px;
    margin-bottom: 33px;
}

#news .news_slider .item .box .info_box .icons_box span {
    font-size: 16px;
    line-height: 23px;
    color: #5C5E5F;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

#news .news_slider .item .box .info_box .icons_box span:not(:last-child) {
    margin-right: 40px;
}

#news .news_slider .item .box .info_box .icons_box .date:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url("../img/clock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#news .news_slider .item .box .info_box .icons_box .comments:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url("../img/comment.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#news .news_slider .item .box .info_box .icons_box .view:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url("../img/view.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#news .view_all {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

#news .view_all a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 55px;
    border-radius: 30px;
    color: black;
    margin-top: 34px;
    font-size: 16px;
    margin-bottom: 65px;
    text-transform: uppercase;

    font-weight: bold;
    line-height: 21px;
    border: 2px solid black;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#news .view_all a:hover {
    background-color: black;
    color: white;
}

#our_factory .video_block {
    width: 100%;
    height: 720px;
    overflow: hidden;
    position: relative;
}

#our_factory .video_block video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#our_factory .video_block .play_button_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #231f2080;
    cursor: pointer;
}

#our_factory .video_block .play_button_box .play_button {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/play_button.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: transform ease .5s;
    -moz-transition: transform ease .5s;
    -ms-transition: transform ease .5s;
    -o-transition: transform ease .5s;
    transition: transform ease .5s;
}

#our_factory .video_block .play_button_box:hover .play_button {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#our_factory .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 75px;
    color: #231F20;
    display: inline-block;
    width: 100%;
}

#our_factory .description {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5C5E5F;
    max-width: 42%;
    display: block;
    margin: 0 auto;
}

#our_factory .our_factory_sch {
    width: 390px;
    height: 250px;
    object-fit: contain;
    margin: 10px auto;
    display: block;
}

#our_factory .history_block {
    width: 100%;
    height: 2450px;
    position: relative;
}

#our_factory .history_block:before {
    content: '';
    position: absolute;
    top: 170px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 1223px;
    height: 1680px;
    background-image: url("../img/our_factory_path.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#our_factory .history_block .first_block .info_box {
    padding-left: 40px;
    position: relative;
    margin-top: 135px;
}

#our_factory .history_block .second_block .info_box {
    position: absolute;
    margin-top: 160px;
    right: 60px;
}

#our_factory .history_block .third_block .info_box {
    padding-left: 40px;
    position: relative;
    margin-top: 135px;
}

#our_factory .history_block .info_box .year {
    font-weight: bold;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

#our_factory .history_block .first_block .info_box .year:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    left: -40px;
    width: 8px;
    height: 8px;
    color: #2b2d2e;
}

#our_factory .history_block .second_block .info_box .year:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    left: -55px;
    width: 8px;
    height: 8px;
    color: #2b2d2e;
}

#our_factory .history_block .third_block .info_box .year:before {
    content: '\2022';
    position: absolute;
    top: 5px;
    left: 130px;
    width: 8px;
    height: 8px;
    color: #2b2d2e;
}

#our_factory .history_block .first_block {
    position: relative;
    height: 600px;
}

#our_factory .history_block .second_block {
    position: relative;
    height: 600px;
    top: 220px;
}

#our_factory .history_block .third_block {
    position: relative;
    height: 600px;
    top: 480px;
}

#our_factory .history_block .first_block .background_sch {
    position: absolute;
    width: 100%;
    height: 524px;
    top: 20px;
    right: -10%;
    background-image: url("../img/our_factory_sch_1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

#our_factory .history_block .second_block .background_sch {
    position: absolute;
    width: 100%;
    height: 524px;
    top: 20px;
    left: -10%;
    background-image: url("../img/our_factory_sch_2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
}

#our_factory .history_block .third_block .background_sch {
    position: absolute;
    width: 100%;
    height: 524px;
    top: 20px;
    right: -10%;
    background-image: url("../img/our_factory_sch_3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    z-index: -1;
}

#our_factory .history_block .info_box .text {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #5C5E5F;
    max-width: 493px;
    display: block;
}

#our_factory .history_block .first_block .image_box {
    width: 800px;
    height: 615px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: 10px;
}

#our_factory .history_block .second_block .image_box {
    width: 800px;
    height: 615px;
    overflow: hidden;
    position: absolute;
    left: -40px;
    top: 10px;
}

#our_factory .history_block .third_block .image_box {
    width: 800px;
    height: 615px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: 10px;
}

#our_factory .history_block .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#who_we_are_block .banner_block {
    width: 100%;
}

#who_we_are_block .banner_block img {
    width: 100%;
    height: 900px;
    object-fit: cover;
}

#who_we_are_block .banner_block .title {
    font-weight: bold;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 30px;
    margin-top: -110px;
    text-transform: uppercase;
}

#who_we_are_block .banner_block .description {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #5c5e5f;
    max-width: 42%;
    display: block;
    margin: 0 auto 160px;
}

#who_we_are_block .factories_block {
    display: table;
    height: 840px;
    border: solid 1px rgb(112 112 112 / 0.1);
    background-color: rgb(225 222 219 / 0.1);
}

#who_we_are_block .factories_block .vertical_aligned_box {
    display: table-cell;
    vertical-align: middle;
}

#who_we_are_block .factories_block .text_block {
    padding-left: 15vw;
    padding-right: 105px;
}

#who_we_are_block .factories_block .text_block .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#who_we_are_block .factories_block .text_block .description {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e5f;
    display: block;
}

#who_we_are_block .factories_block .text_block .go_to_factory {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    text-transform: uppercase;
    padding: 20px 75px;
    display: inline-block;
    margin-top: 40px;
    background-color: unset;
    border: 2px solid black;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#who_we_are_block .factories_block .text_block .go_to_factory:hover {
    background-color: black;
    color: white;
}

#who_we_are_block .factories_slider_block .owl-carousel .owl-stage {
    padding-top: 65px;
    padding-bottom: 65px;
}

#who_we_are_block .factories_slider_block .item .img_box {
    box-shadow: 0px 3px 60px #3F404499;
    border-radius: 15px;
    overflow: hidden;
}

#who_we_are_block .factories_slider_block .item .img_box > a {
    display: block;
}

#who_we_are_block .factories_slider_block .item .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#who_we_are_block .factories_slider_block .owl-item {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#who_we_are_block .factories_slider_block .owl-item:not(.active) {
    opacity: 0.5;
}

#who_we_are_block .factories_slider_block .read_more_link {
    text-align: right;
}

#who_we_are_block .factories_slider_block .read_more_link a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #231F20;
    padding: 20px 37px 20px 20px;
    display: inline-block;
    position: relative;
}

#who_we_are_block .factories_slider_block .read_more_link a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 25px;
    height: 13px;
    background-image: url("../img/read_more.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#certificates {
    padding-top: 200px;
}

#certificates .title {
    font-weight: bold;
    font-size: 50px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 90px;
    text-transform: uppercase;
}

#certificates .slider_block {
    max-width: 1200px;
    margin: 0 auto;
}

#certificates .slider_block .item {
    padding: 5px 16px;
}

#certificates .slider_block .item .box {
    border: 1px solid #DBDBDB;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#certificates .slider_block .item .box .img_box {
    border-bottom: 1px solid #DBDBDB;
    height: 240px;
    overflow: hidden;
}

#certificates .slider_block .item .box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#certificates .slider_block .item .box:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#certificates .slider_block .item .box .info_box {
    padding: 37px 29px;
}

#certificates .slider_block .item .box .info_box .name {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #231F20;
}

#certificates .slider_block .item .box .info_box .description {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #5C5E5F;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#certificates .slider_block .item .box:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

#production {
    padding-top: 200px;
}

#production .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 60px;
    text-transform: uppercase;
}

#production .production_blocks {
    background-color: #fbfbfb;
}

#production .production_blocks .box {
    overflow: hidden;
}

#production .production_blocks .box.size_1 {
    height: 50vw;
}

#production .production_blocks .box.size_2 {
    height: calc(50vw / 2);
}

#production .production_blocks .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#production .production_blocks .img_box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#production .production_blocks .text_box {
    display: table;
}

#production .production_blocks .text_box .vertical_aligned_box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
}

#production .production_blocks .text_box .title {
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #231F20;
    text-align: left;
    margin-bottom: 33px;
}

#production .production_blocks .text_box .text {
    font-size: 16px;
    line-height: 26px;
    color: #5C5E5F;
    text-align: left;
}

#awards {
    padding-top: 200px;
}

#awards .title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 100px;
    text-transform: uppercase;
}

#awards .awards_slider {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}

#awards .awards_slider .item {
    padding: 5px 16px;
}

#awards .awards_slider .item .box {
    border: 1px solid #DBDBDB;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#awards .awards_slider .item .box .img_box {
    border-bottom: 1px solid #DBDBDB;
    height: 400px;
    overflow: hidden;
}

#awards .awards_slider .item .box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#awards .awards_slider .item .box:hover .img_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#awards .awards_slider .item .box .info_box {
    padding: 37px 29px;
}

#awards .awards_slider .item .box .info_box .name {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
    line-height: 27px;
    color: #231F20;
}

#awards .awards_slider .item .box .info_box .description {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #5C5E5F;
}

#awards .awards_slider .item .box:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

#blog .centered_content {
    width: 1200px;
    margin: 56px auto;
}

#blog .centered_content .items_block {
    padding: 0 50px 0 0;
}

#blog .centered_content .items_block .blog_item {
    border: 1px solid #C0C0C6;
    margin-bottom: 56px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#blog .centered_content .items_block .blog_item:hover {
    border: 1px solid transparent;
    box-shadow: 0px 3px 60px #00000026;
}

#blog .centered_content .items_block .blog_item .img_block {
    width: 100%;
    height: 363px;
    overflow: hidden;
}

#blog .centered_content .items_block .blog_item .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#blog .centered_content .items_block .blog_item .img_block:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#blog .centered_content .items_block .blog_item .info_block {
    padding: 40px;
}

#blog .centered_content .items_block .blog_item .info_block .name {
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #231F20;
    display: block;
    margin-bottom: 34px;
}

#blog .centered_content .items_block .blog_item .info_block .text {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #5C5E5F;
    display: block;
    margin-bottom: 30px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#blog .centered_content .items_block .blog_item .info_block .icons_box,
#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box,
#blog_item .centered_content .blog_content .icons_box {
    display: flex;
}

#blog .centered_content .items_block .blog_item .info_block .icons_box span,
#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box span,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box span,
#blog_item .centered_content .blog_content .icons_box span {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #5C5E5F;
    position: relative;
    padding-left: 25px;
    margin-right: 34px;
}

#blog .centered_content .items_block .blog_item .info_block .icons_box .date:before,
#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box .date:before,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box .date:before,
#blog_item .centered_content .blog_content .icons_box .date:before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/clock.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#blog .centered_content .items_block .blog_item .info_block .icons_box .comment:before,
#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box .comment:before,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box .comment:before,
#blog_item .centered_content .blog_content .icons_box .comment:before {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/comment.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#blog .centered_content .items_block .blog_item .info_block .icons_box .view:before,
#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box .view:before,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box .view:before,
#blog_item .centered_content .blog_content .icons_box .view:before {
    content: '';
    width: 21px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url("../img/view.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#blog .centered_content .sidebar .new_item_block,
#blog_item .centered_content .sidebar .new_item_block,
#blog .centered_content .sidebar .video_blog_block,
#blog_item .centered_content .sidebar .video_blog_block {
    margin-bottom: 70px;
}

#blog .centered_content .sidebar .new_item_block .new_item_title,
#blog .centered_content .sidebar .video_blog_block .video_blog_title,
#blog_item .centered_content .sidebar .new_item_block .new_item_title,
#blog_item .centered_content .sidebar .video_blog_block .video_blog_title {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #231F20;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px;
}

#blog .centered_content .sidebar .new_item_block .new_item_text,
#blog_item .centered_content .sidebar .new_item_block .new_item_text {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #5C5E5F;
    display: block;
    margin-bottom: 23px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new_item_image{
    width: 100%;
}
#blog .centered_content .sidebar .video_blog_block .new_item_image,
#blog_item .centered_content .sidebar .video_blog_block .new_item_image {
    width: 100%;
    height: 508px;
    object-fit: cover;
}

#blog .centered_content .sidebar .video_blog_block .item,
#blog_item .centered_content .sidebar .video_blog_block .item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

#blog .centered_content .sidebar .video_blog_block .item .img_block,
#blog_item .centered_content .sidebar .video_blog_block .item .img_block {
    width: 90px;
    min-width: 90px;
    height: 90px;
    overflow: hidden;
    margin-right: 10px;
}

#blog .centered_content .sidebar .video_blog_block .item .img_block img,
#blog_item .centered_content .sidebar .video_blog_block .item .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#blog .centered_content .sidebar .video_blog_block .item:hover .img_block img,
#blog_item .centered_content .sidebar .video_blog_block .item:hover .img_block img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#blog .centered_content .sidebar .video_blog_block .item .info_block .name,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .name {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #231F20;
    display: block;
    margin-bottom: 20px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#blog .centered_content .sidebar .video_blog_block .item .info_block .icons_box span,
#blog_item .centered_content .sidebar .video_blog_block .item .info_block .icons_box span {
    font-size: 12px;
    margin-right: 15px;
}

#blog_item .centered_content {
    width: 1200px;
    margin: 79px auto;
}

#blog_item .banner_img_box img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

#blog_item .banner_img_box iframe {
    width: 100%;
}

#blog_item .breadcrumbs {
    display: flex;
    margin-top: 33px;
}

#blog_item .breadcrumbs a {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #5C5E5F;
    position: relative;
    margin-right: 14px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#blog_item .breadcrumbs a:hover {
    color: black;
}

#blog_item .breadcrumbs a:not(:last-child):before {
    content: '/';
    position: absolute;
    right: -9px;
    color: #5C5E5F;
}

#blog_item .blog_content {
    padding: 0 50px 0 0;
}

#blog_item .blog_content .blog_content_title {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0px;
    color: #231F20;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: bold;
}

#blog_item .blog_content .share_box {
    display: flex;
    margin-top: 35px;
}

#blog_item .blog_content .share_box .share_title {
    text-align: left;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #5C5E5F;
    text-transform: uppercase;
}

#blog_item .blog_content .share_box a {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all ease .5s;
}

#blog_item .blog_content .share_box a:hover {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 0.3);
}

#blog_item .blog_content .share_box .gp {
    background-image: url("../img/gplus.svg");
}

#blog_item .blog_content .share_box .fb {
    background-image: url("../img/fb.svg");
}

#blog_item .blog_content .blog_content_text {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #5C5E5F;
    margin-top: 50px;
}
#blog_item .blog_content .blog_content_text iframe{
    max-width: 100%;
    width: 100%;
}

#blog_item .blog_content .blog_comments_block {
    margin-top: 150px;
}

#blog_item .blog_content .blog_comments_block .comments_count {
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #231F20;
    display: block;
    margin-bottom: 22px;
}

#blog_item .blog_content .blog_comments_block .comment_item {
    background-color: rgb(249 250 252 / 0.5);
    padding: 45px 36px;
    display: flex;
    margin-bottom: 35px;
}

#blog_item .blog_content .blog_comments_block .comment_item img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 22px;
}

#blog_item .blog_content .blog_comments_block .comment_item .user_name {
    text-align: left;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #231F20;
    text-transform: uppercase;
    margin-bottom: 18px;
}

#blog_item .blog_content .blog_comments_block .comment_item .date {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #5C5E5F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
    position: relative;
    padding-left: 27px;
}

#blog_item .blog_content .blog_comments_block .comment_item .date:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url("../img/clock.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#blog_item .blog_content .blog_comments_block .comment_item .text {
    text-align: left;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #5C5E5F;
}

#nav-icon3 {
    width: 35px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 34px;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
    cursor: pointer;
    display: none;
}

header.small #nav-icon3 {
    top: 25px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: black;
    border-radius: 0px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
#nav-icon3 span:nth-child(1){
    width: calc(100% - 15px);
}
#nav-icon3 span:nth-child(2){
    width: calc(100% - 10px);
}
#nav-icon3 span:nth-child(3){
    width: calc(100% - 10px);
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .lang_box {
    margin-left: 34px;
    font-size: 18px;
}

header .select2-container {
    width: 55px!important;
}

header .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    height: 34px;
}

header .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 34px;
    color: #231f20;
}

header .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #231f20 transparent transparent;
}

@media (max-width: 1600px) {
    #home .info_box .text_block .product_name {
        font-size: 52px;
        line-height: 62px;
        max-width: 390px;
    }

    #home .info_box .product_img {
        height: 440px;
    }

    #new_product .text_box {
        padding-left: 10vw;
    }

    #who_we_are_block .factories_block .text_block {
        padding-left: 15vw;
        padding-right: 30px;
    }

    #who_we_are_block .factories_block {
        height: 740px;
    }
}

@media (max-width: 1440px) {
    #map {
        height: 50vh;
    }

    #contact_us .middle_content {
        padding: 0 100px;
        max-width: none;
        top: -25vh;
    }

    #contact_us .middle_content .contact_box {
        padding: 60px 55px;
    }

    #contact_us .middle_content .info_box {
        padding-right: 20px !important;
    }

    #contact_us .middle_content .form_box {
        padding-left: 20px !important;
    }

    #contact_us .middle_content .info_box .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    #contact_us .middle_content .info_box .text {
        font-size: 16px;
        margin-bottom: 50px;
    }

    #contact_us .info_box .socials_block a {
        margin-top: 80px;
    }

    #contact_us form input {
        height: 60px;
    }

    #contact_us form .form-group {
        margin-bottom: 35px;
    }

    #contact_us form button {
        font-size: 16px;
        padding: 18px 55px;
    }

    #home .info_box .product_img {
        height: 420px;
    }

    #home .info_box .text_block .product_name {
        font-size: 38px;
        line-height: 50px;
        max-width: 330px;
    }

    #home .info_box .text_block .details_link {
        margin-top: 40px;
        height: 80px;
    }

    #home .info_box .text_block .details_link .go_to_details_link {
        font-size: 16px;
        line-height: 18px;
        padding-left: 95px;
        height: 80px;
    }

    #home .info_box .text_block .details_link .triangle_border {
        height: 84px;
        width: 84px;
        padding: 31px;
    }

    #home .info_box .text_block .details_link .go_to_details_link:before {
        top: 42px;
    }

    #home .info_box .text_block .details_link .go_to_details_link:after {
        top: 40px;
    }

    #new_product .text_box {
        padding-left: 60px;
    }

    #new_product .image_box {
        padding-right: 60px;
    }

    #new_product .image_box img {
        width: 100%;
    }

    #new_product .text_box .title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 25px;
    }

    #new_product .text_box .description {
        font-size: 14px;
        line-height: 18px;
    }

    #new_product .text_box {
        padding-right: 20px;
        padding-top: 30px;
    }

    #new_product {
        height: 600px;
    }

    #aseptic .title,
    #who_we_are .title {
        font-size: 40px;
        line-height: 44px;
    }

    #news {
        padding-top: 100px;
    }

    #news .title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    #myNav .nav-link {
        font-size: 16px;
        margin-left: 20px;
    }

    header .lang_box {
        margin-left: 20px;
    }

    #who_we_are_block .banner_block .title {
        font-size: 40px;
    }

    #who_we_are_block .banner_block .description {
        font-size: 14px;
        margin: 0 auto 120px;
        max-width: 45%;
    }

    #who_we_are_block .banner_block img {
        height: 750px;
    }

    #who_we_are_block .factories_block .text_block .title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #who_we_are_block .factories_block .text_block {
        padding-left: 10vw;
    }

    #who_we_are_block .factories_block .text_block .go_to_factory {
        font-size: 16px;
    }

    #certificates .title {
        font-size: 40px;
        margin-bottom: 80px;
    }

    #certificates {
        padding-top: 140px;
    }

    #production {
        padding-top: 140px;
    }

    #production .title {
        font-size: 40px;
        margin-bottom: 50px;
    }

    #production .production_blocks .text_box .vertical_aligned_box {
        padding-left: 30px;
        padding-right: 30px;
    }

    #production .production_blocks .text_box .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    #production .production_blocks .text_box .text {
        font-size: 14px;
        line-height: 24px;
    }

    #awards {
        padding-top: 140px;
    }

    #awards .title {
        font-size: 40px;
        margin-bottom: 80px;
    }

    #products > .title {
        font-size: 40px;
    }
}

@media (max-width: 1280px) {
    #home .info_box .product_img {
        height: 410px;
    }

    #home .info_box .text_block .product_name {
        font-size: 32px;
        line-height: 42px;
        max-width: 295px;
    }

    #home .info_box .text_block .details_link {
        margin-top: 32px;
        height: 70px;
        width: 210px;
    }

    #home .info_box .text_block .details_link .go_to_details_link {
        font-size: 14px;
        line-height: 20px;
        padding-left: 85px;
        height: 70px;
    }

    #home .info_box .text_block .details_link .triangle,
    #home .info_box .text_block .details_link .triangle:before,
    #home .info_box .text_block .details_link .triangle:after {
        width: 8px;
        height: 8px;
    }

    #home .info_box .text_block .details_link .triangle_border {
        height: 74px;
        width: 74px;
        padding: 30px;
    }

    #home .info_box .text_block .details_link .go_to_details_link:before {
        width: 190px;
        height: 3px;
        left: 40px;
        top: 37px;
    }

    #home .info_box .text_block .details_link .go_to_details_link:after {
        top: 36px;
        width: 5px;
        height: 5px;
        left: 205px;
    }

    #home .info_box .text_block .details_link:hover .triangle_border {
        left: 170px;
    }

    #who_we_are {
        margin: 80px auto 0;
        padding: 0 60px;
    }

    #who_we_are .img_block .video_box {
        width: 100%;
        height: 380px;
        margin-right: 0;
    }

    footer .alignment_box .centered_content {
        padding: 0;
    }

    footer .footer_links_col ul a {
        font-size: 16px;
    }

    #myNav .nav-link {
        font-size: 14px;
        margin-left: 14px;
        line-height: 100px;
    }

    header .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    header .lang_box {
        margin-left: 14px;
    }

    header .logo_area {
        width: 127px;
        height: 40px;
        top: 25px;
    }

    #product_item .middle_content, #import_export .middle_content {
        padding: 0 60px;
    }

    #product_item .product_image_block {
        width: 50%;
    }

    #product_item .product_info_block {
        width: 50%;
        margin-left: 32px;
    }

    #product_item .product_image_block .img_box {
        width: 100%;
        height: 510px;
        padding: 20px 30px;
    }

    #product_item .product_info_block .product_name {
        font-size: 26px;
        margin-bottom: 30px;
    }

    #product_item .product_info_block .can_types {
        padding-bottom: 50px;
    }

    #product_item .product_info_block .description_block .description {
        font-size: 16px;
    }

    #product_item .product_info_block .ingredients_block ul li {
        font-size: 16px;
    }

    #product_item .similar_products_block {
        margin-top: 100px;
        margin-bottom: 70px;
    }

    #products_sections .tabs_container .box .item .img_box,
    #product_item .item .img_box {
        height: 235px;
    }

    #products_sections .tabs_container .box .item .info_box,
    #product_item .item .info_box {
        padding: 0 15px;
    }

    #products_sections .tabs_container .box .item .info_box .description,
    #product_item .item .info_box .description {
        font-size: 16px;
        height: 3.2rem;
    }

    #products_sections .tabs_container .box .item .info_box .go_to_details,
    #product_item .item .info_box .go_to_details {
        font-size: 16px;
        padding: 18px 90px 18px 50px;
    }

    #products_sections .tabs_container .box .item .info_box .go_to_details .hover_button,
    #product_item .item .info_box .go_to_details .hover_button {
        height: 57px;
    }

    #products_sections .tabs_container .box .item .info_box .go_to_details i,
    #product_item .item .info_box .go_to_details i {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }

    #products_sections .tabs_container .box .item .info_box .go_to_details .hover_button.hovered i,
    #product_item .item .info_box .go_to_details .hover_button.hovered i {
        height: 57px;
    }

    #who_we_are_block .banner_block img {
        height: 600px;
    }

    #who_we_are_block .banner_block .description {
        max-width: 50%;
        margin: 0 auto 85px;
    }

    #who_we_are_block .factories_block {
        height: 600px;
    }

    #who_we_are_block .factories_block .text_block {
        padding-left: 60px;
    }

    #certificates {
        padding-top: 100px;
    }

    #certificates .slider_block {
        padding: 0 60px;
    }

    #certificates .slider_block .item .box .info_box .name {
        font-size: 20px;
        line-height: 24px;
    }

    #certificates .slider_block .item .box .info_box .description {
        font-size: 16px;
        line-height: 25px;
    }

    #certificates .slider_block .item .box .info_box {
        padding: 25px 15px;
    }

    #certificates .slider_block .item .box .img_box {
        height: 200px;
    }

    #production .production_blocks .text_box .title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    #production .production_blocks .text_box .text {
        font-size: 12px;
        line-height: 1;
    }

    #production .production_blocks .text_box .vertical_aligned_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    #awards {
        padding-top: 100px;
    }

    #awards .title {
        margin-bottom: 50px;
    }

    #awards .awards_slider {
        padding: 0 60px 100px;
    }

    #awards .awards_slider .item .box .img_box {
        height: 300px;
    }

    #awards .awards_slider .item .box .info_box {
        padding: 25px 15px;
    }

    #awards .awards_slider .item .box .info_box .name {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #awards .awards_slider .item .box .info_box .description {
        font-size: 14px;
        line-height: 22px;
    }

    #products .middle_content {
        padding: 0 60px;
    }

    #import_export form {
        width: 100%;
        margin: 0 auto 100px;
    }
    header{
        height: 100px;
    }
}

@media (max-width: 1024px) {
    #aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .icon {
        background-size: contain;
    }
    #myNav .nav-link {
        margin-left: 5px;
    }
    #nav-icon3 {
        display: block;
        margin: 5px auto;
    }

    .overlay {
        height: calc(100vh - 100px);
        width: 0;
        position: fixed;
        z-index: 1;
        top: 100px;
        right: 0;
        background-color: rgb(255, 255, 255);
        overflow-x: hidden;
        transition: 0.5s;
        text-align: right;
        border-top-left-radius: 80px;
        box-shadow: 0 3px 20px 0 rgb(0 0 0 / 16%);
    }

    .small .overlay {
        height: calc(100vh - 80px);
        top: 80px;
    }

    .overlay .collapse.navbar-collapse {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #myNav .nav-link:after {
        height: 3px;
        bottom: 4px;
    }

    #myNav .nav-link {
        line-height: 2.8;
        text-align: right;
        padding: 0;
        display: inline-block;
    }

    header.small #myNav .nav-link {
        line-height: 2.8;
    }

    #contact_us .middle_content {
        padding: 0 80px;
        top: -15vh;
    }

    #contact_us .middle_content .contact_box {
        padding: 40px 45px;
    }

    #contact_us .middle_content .info_box {
        padding-right: 0px !important;
    }

    #contact_us .middle_content .form_box {
        padding-left: 0px !important;
    }

    #contact_us .middle_content .info_box .title {
        font-size: 34px;
        margin-bottom: 20px;
        text-align: center;
    }

    #contact_us .middle_content .info_box .text {
        margin-bottom: 40px;
        text-align: center;
    }

    #contact_us .info_box .links {
        text-align: left;
    }

    #contact_us .info_box .links a {
        display: inline-block;
    }

    #contact_us .info_box .socials_block {
        display: block;
        text-align: center;
    }

    #contact_us .info_box .socials_block a {
        margin: 30px 10px;
    }

    #contact_us form .form-group {
        margin-bottom: 25px;
    }

    #contact_us form label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #contact_us form input {
        height: 50px;
    }

    #contact_us form button {
        padding: 15px 48px;
    }

    #map {
        height: 40vh;
    }

    #new_product .text_box {
        padding-left: 30px;
    }

    #new_product .image_box {
        padding-right: 30px;
    }

    #new_product .text_box .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #new_product .text_box {
        padding-top: 10px;
    }

    #aseptic .title {
        font-size: 32px;
        line-height: 36px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block img {
        width: 100px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info span {
        font-size: 32px;
        margin-left: 50px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info:before {
        width: 40px;
        height: 30px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info {
        margin-right: 30px;
        margin-left: 30px;
    }

    #aseptic .aseptic_details_block .right_block {
        padding-left: 30px;
        height: 270px;
    }

    #aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type .icon {
        width: 55px;
        height: 55px;
    }

    #aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type {
        font-size: 16px;
        line-height: 55px;
        padding-left: 70px;
    }

    #aseptic .aseptic_details_block .left_block {
        height: 270px;
    }

    #aseptic .aseptic_details_block {
        margin: 50px auto 0;
    }

    #aseptic {
        padding-bottom: 60px;
    }

    #who_we_are {
        margin: 50px auto 0;
        padding: 0 30px;
    }

    #who_we_are .title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }

    #who_we_are .description {
        font-size: 14px;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    #news .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    #news {
        padding-top: 80px;
    }

    footer .footer_logo_box {
        margin: 0 auto 20px;
        background-position: center;
    }

    footer .footer_links_col ul {
        text-align: center;
    }

    footer .footer_links_col {
        text-align: center;
    }

    header {
        height: 100px;
        border-bottom-left-radius: 80px;
    }

    header .logo_area {
        width: 90px;
        height: 50px;
        top: 26px;
        left: 30px;
    }

    header.small {
        height: 80px;
    }

    header.small .logo_area {
        width: 90px;
        height: 50px;
        top: 15px;
        left: 30px;
    }

    #product_item .middle_content,
    #import_export .middle_content {
        padding: 0 30px;
    }

    #product_item {
        padding-top: 50px;
    }

    #product_item .product_image_block .img_box {
        width: 100%;
        height: auto;
        padding: 0;
    }

    #product_item .product_info_block {
        margin-left: 15px;
    }

    #product_item .product_info_block .product_name {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #product_item .product_info_block .description_block .description {
        font-size: 14px;
    }

    #product_item .product_info_block .ingredients_block ul li {
        font-size: 14px;
    }

    #product_item .product_info_block .ingredients_block .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #product_item .product_info_block .description_block .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .under_the_header {
        height: 100px;
    }

    #who_we_are_block .banner_block img {
        height: 50vh;
    }

    #who_we_are_block .banner_block .title {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: -80px;
    }

    #who_we_are_block .banner_block .description {
        max-width: 80%;
        margin: 0 auto 70px;
    }

    #who_we_are_block .factories_block .text_block .title {
        font-size: 32px;
        margin-bottom: 15px;
        text-align: center;
    }

    #who_we_are_block .factories_block .text_block .description {
        font-size: 14px;
        text-align: center;
    }

    #who_we_are_block .factories_block .text_block .go_to_factory {
        font-size: 14px;
        padding: 16px 50px;
    }

    #who_we_are_block .factories_block .text_block {
        padding: 30px 30px 0;
        margin-bottom: 30px;
        text-align: center;
    }

    #who_we_are_block .factories_block .factories_slider_block {
        width: 100vw;
    }

    #who_we_are_block .factories_slider_block .owl-carousel .owl-stage {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #certificates .title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    #certificates {
        padding-top: 70px;
    }

    #certificates .slider_block {
        padding: 0 30px;
    }

    #production .title {
        font-size: 32px;
    }

    #awards {
        padding-top: 60px;
    }

    #awards .title {
        margin-bottom: 30px;
        font-size: 32px;
    }

    #awards .awards_slider {
        padding: 0 15px 70px;
    }

    #products {
        padding-top: 40px;
    }

    #products > .title {
        font-size: 32px;
    }

    #products .middle_content {
        padding: 0 30px;
    }

    #products_sections .wrap .tab {
        font-size: 14px;
        padding: 14px 30px;
    }

    #products_sections .wrap .tabs_navigation_box {
        margin-bottom: 40px;
    }

    #products_sections .sort_bar {
        padding: 5px 0;
        margin-bottom: 35px;
    }

    #products_sections .sort_bar .show_hidden_filters_block {
        top: 13px;
        font-size: 14px;
    }

    #products_sections .sort_bar .show_hidden_filters_block i {
        font-size: 28px;
    }

    #products_sections .sort_bar form span.label {
        font-size: 14px;
    }

    #products_sections .sort_bar form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px !important;
    }

    #products_sections .sort_bar form .select2-container--default .select2-selection--single {
        font-size: 14px;
    }

    #products_sections .sort_bar form .select2-container--default .selection {
        height: 50px;
    }

    #products_sections .sort_bar form .select2-container {
        margin: 0 10px;
    }

    #products_sections .sort_bar .hidden_filter_block {
        top: 60px;
    }

    #products .filters_block {
        padding: 20px 15px;
    }

    #products .filters_block .title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    #products .filters_block form label {
        font-size: 16px;
        padding-left: 5px;
    }

    #products .filters_block form .custom-control {
        margin-bottom: 18px;
    }

    #import_export {
        padding-top: 50px;
    }

    #import_export .title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    #import_export form .form-group {
        margin-bottom: 25px;
    }

    #import_export form label {
        font-size: 16px;
    }

    #import_export form input {
        padding: 14px;
        height: 70px;
    }

    #import_export form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px !important;
        padding-left: 14px !important;
    }

    #import_export form .select2-container--default .select2-selection--single {
        font-size: 16px;
        line-height: 50px;
    }

    #import_export form .select2-container--default .selection {
        height: 50px;
    }

    #import_export form button {
        font-size: 14px;
        padding: 14px 45px;
    }

    #import_export form {
        margin: 0 auto 60px;
    }
}

@media (max-width: 768px) {
    #contact_us .middle_content {
        padding: 0 50px;
        top: -10vh;
    }

    #contact_us .middle_content .contact_box {
        padding: 30px;
    }

    #contact_us .middle_content .info_box .title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    #contact_us .middle_content .info_box .text {
        margin-bottom: 30px;
        font-size: 14px;
    }

    #contact_us .info_box .links a {
        font-size: 16px;
    }

    #contact_us .info_box .socials_block a {
        width: 40px;
        height: 40px;
        margin: 20px 10px;
    }

    #contact_us form label {
        font-size: 14px;
    }

    #contact_us form input {
        height: 70px;
        padding: 15px;
    }

    #contact_us form .form-group {
        margin-bottom: 20px;
    }

    #contact_us form button {
        padding: 12px 40px;
        font-size: 14px;
    }

    #new_product .text_box {
        padding: 30px 15px 0;
        text-align: center;
    }

    #new_product .image_box {
        padding: 30px 15px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block img {
        width: 80px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info {
        margin-right: 0;
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info:before {
        width: 18px;
        height: 11px;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info span {
        font-size: 26px;
        margin-left: 45px;
    }

    #aseptic .aseptic_details_block .left_block {
        padding-right: 20px;
    }

    #aseptic .aseptic_details_block .right_block {
        padding-left: 20px;
    }

    #aseptic .aseptic_details_block .right_block .vertical_aligned_box .aseptic_type {
        font-size: 14px;
    }

    #aseptic .aseptic_details_block {
        margin: 54px auto 0;
    }

    #aseptic {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #who_we_are .img_block .video_box {
        height: 300px;
    }

    #who_we_are {
        margin: 40px auto 0;
        padding: 0 15px;
    }

    #news .news_slider .item {
        padding: 5px;
    }

    #news .news_slider .item .box {
        padding: 5px;
    }

    #news .news_slider .item .box .img_box {
        height: 180px;
    }

    #news .news_slider .item .box .info_box {
        margin-top: 15px;
    }

    #news .news_slider .item .box .info_box .name {
        font-size: 20px;
        line-height: 24px;
        height: 3.1rem;
    }

    #news .news_slider .item .box .info_box .icons_box {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #news .news_slider .item .box .info_box .description {
        font-size: 16px;
        line-height: 24px;
        height: 5.8rem;
        margin-bottom: 20px;
    }

    #news .news_slider .item .box .info_box .icons_box span {
        font-size: 12px;
        padding-left: 27px;
    }

    #news .news_slider .item .box .info_box .icons_box span:not(:last-child) {
        margin-right: 30px;
    }

    #news .view_all a {
        font-size: 16px;
        padding: 16px 40px;
    }

    #news .news_slider {
        margin: 0 auto 70px;
    }

    #news .view_all {
        margin-bottom: 70px;
    }

    footer {
        height: auto;
    }

    footer .alignment_box {
        padding: 20px 0;
    }

    footer .footer_logo_box {
        height: 50px;
    }

    #nav-icon3 {
        right: 15px;
    }

    .overlay .collapse.navbar-collapse {
        padding: 30px 15px;
    }

    #product_item {
        padding-top: 40px;
    }

    #product_item .middle_content,
    #import_export .middle_content {
        padding: 0 15px;
    }

    #product_item .product_info_block .product_name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #product_item .product_info_block .can_types .can_icon {
        font-size: 16px;
        margin-right: 30px;
    }

    #product_item .product_info_block .can_types {
        padding-bottom: 40px;
    }

    #product_item .product_info_block .description_block,
    #product_item .product_info_block .ingredients_block {
        padding-top: 20px;
    }

    #product_item .product_info_block .description_block .title,
    #product_item .product_info_block .ingredients_block .title {
        font-size: 14px;
    }

    #product_item .product_info_block .description_block .description,
    #product_item .product_info_block .ingredients_block ul li {
        font-size: 12px;
    }

    #product_item .similar_products_block .similar_slider.owl-carousel {
        margin-top: 50px;
    }

    #products_sections .tabs_container .box .item .img_box,
    #product_item .item .img_box {
        padding: 0 !important;
    }

    #products_sections .tabs_container .box .item .info_box,
    #product_item .item .info_box {
        padding: 0 10px;
    }

    #products_sections .tabs_container .box .item .info_box .description,
    #product_item .item .info_box .description {
        font-size: 14px;
        height: 3rem;
    }

    #product_item .similar_products_block {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    #certificates .slider_block {
        padding: 0 15px;
    }

    #production .production_blocks .box.size_2 {
        height: calc(50vw);
    }

    #awards .awards_slider .item {
        padding: 5px;
    }

    #awards .awards_slider .item .box .img_box {
        height: 230px;
    }

    #awards .awards_slider .item .box .info_box {
        padding: 15px;
    }

    #awards .awards_slider .item .box .info_box .name {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    #awards .awards_slider .item .box .info_box .description {
        font-size: 12px;
        line-height: 16px;
    }

    #products .middle_content {
        padding: 0 15px;
    }
    .lang-am .montserrat-semibold-mobile{
        font-family: Montserratarm-SemiBold;
    }
    .lang-ru .montserrat-semibold-mobile, .lang-en .montserrat-semibold-mobile{
        font-family: Montserrat-SemiBold;
    }
}

@media (max-width: 575px) {
    #contact_us .middle_content {
        padding: 0;
        top: 0;
    }

    #contact_us .middle_content .contact_box {
        padding: 25px;
    }


    #new_product .text_box .title {
        font-size: 28px;
        line-height: 30px;
    }

    #aseptic .title {
        font-size: 24px;
        line-height: 28px;
    }

    #aseptic .aseptic_details_block {
        display: block;
    }

    #aseptic .aseptic_details_block .left_block {
        display: block;
        width: 100%;
        padding: 0 15px 50px;
        height: auto;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block {
        display: inline-block;
    }

    #aseptic .aseptic_details_block .left_block .bowl_block .aseptic_bowl_info {
        display: inline-block;
        margin: 0;
        text-align: left;
    }

    #aseptic .aseptic_details_block .right_block {
        display: block;
        width: 100%;
        border-left: none;
        padding: 5px 15px 15px;
        height: auto;
    }

    #aseptic .aseptic_details_block .right_block .vertical_aligned_box {
        display: inline-block;
        border-top: 1px solid rgb(112 112 112 / 0.43);
        padding-top: 15px;
    }

    #aseptic {
        padding-bottom: 15px;
        padding-top: 45px;
    }

    #who_we_are .img_block .video_box {
        height: auto;
    }

    #news .news_slider .item .box .img_box {
        height: 230px;
    }

    #news .title {
        font-size: 24px;
        line-height: 28px;
    }

    #news .news_slider .item .box .info_box .name {
        text-align: center;
        font-size: 18px;
    }

    #news .news_slider .item .box .info_box {
        text-align: center;
    }

    #news .news_slider .item .box .info_box .icons_box {
        display: inline-block;
    }

    #news .news_slider .item .box .info_box .description {
        font-size: 14px;
        line-height: 20px;
        height: 5.1rem;
    }

    #news .news_slider {
        margin: 0 auto;
    }

    footer .copyright_line span {
        font-size: 14px;
    }

    .overlay .collapse.navbar-collapse ul li {
        text-align: center;
    }

    #product_item .intro {
        display: block;
    }

    #product_item .product_image_block {
        width: 100%;
    }

    #product_item {
        padding-top: 20px;
    }

    #product_item .product_info_block {
        width: 100%;
        margin: 25px 0px;
    }

    #product_item .product_info_block .product_name {
        text-align: center;
    }

    #product_item .product_info_block .can_types {
        text-align: center;
        display: block;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    #product_item .product_info_block .description_block .title,
    #product_item .product_info_block .ingredients_block .title {
        text-align: center;
    }

    #product_item .product_info_block .description_block .description {
        text-align: center;
    }

    #product_item .product_info_block .description_block,
    #product_item .product_info_block .ingredients_block {
        text-align: center;
    }

    #product_item .product_info_block .ingredients_block ul {
        display: inline-block;
    }

    #product_item .product_info_block .can_types .can_icon {
        margin: 0 15px;
    }

    #who_we_are_block .banner_block img {
        height: 40vh;
    }

    #who_we_are_block .banner_block .title {
        font-size: 24px;
    }

    #who_we_are_block .banner_block .description {
        max-width: 85%;
        margin: 0 auto 50px;
        font-size: 12px;
    }

    #who_we_are_block .factories_block .text_block .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #who_we_are_block .factories_block .text_block .go_to_factory {
        font-size: 12px;
        padding: 12px 40px;
    }

    #who_we_are_block .factories_block .text_block .description {
        font-size: 12px;
    }

    #certificates .title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    #certificates .slider_block .item .box .info_box .name {
        font-size: 16px;
        line-height: 20px;
    }

    #certificates .slider_block .item .box .info_box .description {
        font-size: 12px;
        line-height: 20px;
    }

    #certificates {
        padding-top: 50px;
    }

    #production {
        padding-top: 100px;
    }

    #production .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    #awards .title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    #awards {
        padding-top: 40px;
    }

    #products > .title {
        font-size: 24px;
    }

    #products_sections .wrap .tab {
        font-size: 12px;
        padding: 10px 24px;
        margin: 0 3px;
    }

    #products_sections .wrap .tabs_navigation_box {
        margin-bottom: 30px;
    }

    #products_sections .sort_bar form .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 20px !important;
    }

    #products_sections .sort_bar form .select2-container--default .select2-selection--single {
        font-size: 12px;
    }

    #products_sections .sort_bar form span.label {
        font-size: 12px;
    }

    #import_export form .form-group,
    #import_export form .form-group .col-sm-6:not(:last-child) {
        margin-bottom: 20px;
    }

    #import_export form label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    #new_product .text_box .title {
        font-size: 24px;
        line-height: 26px;
    }

    #production .production_blocks .text_box .title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
    }

    #products_sections .wrap .tab {
        font-size: 12px;
        padding: 8px 20px;
    }
}

@media (max-width: 360px) {

}

