.ams_module_schemes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    position: relative;
    clear: both;
    padding-top: 40px;
    width: 100%;
    gap: 20px;
}

.block_s.blright {
    display: block;
    width: 45%;
    float: right;
}

.block_s.blleft {
    display: block;
    width: 46%;
    float: left;
    background: #f1f1f1;
    padding: 20px;
}

.scheme_block.uk-accordion-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

.blleft 
 .bl_schemes_inner,.blright 
 .bl_schemes_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: end;
}

.bl_schemes_inner img:hover {transform: scale(2.5);z-index: 100;transition: .5s;position: relative;background: #f1f1f1;padding: 10px;border: .5px solid #5d5d5d;border-radius: 10px;text-align: center;}

.block_s h3 {
    font-size: 1.8em;
    margin: 0px 0 0;
    line-height: 1em;
    display: block;
}

.block_s span {
    font-size: 0.8em;
    font-weight: 900;
    /* color: #717171; */
    display: block;
}

.blseries_holder {
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

.blGL {
    background: #AB5292;
}

.blAM {
    background: #378D19;
}

.blNK {
    background: #256CA4;
}

.blEN {
    background: #F3B31C;
}

.blPR {
    background: #06AEAC;
}

.blMG {
    background: #E64930;
}

.blHG {
    background: #9E2B32;
}

.blDP {
    background: #757575;
}

.blSH {
    background: #D293C4;
}

.blTR {
    background: #786BCB;
}

.blseries_holder > div {
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    font-weight: 900;
    font-size: .75em;
    margin: 0;
    display: block;
    line-height: 0.9em;
    width: 25px;
    text-align: center;
}

.bl_schemes_inner img {
    transition: 0.5s;
    /* height: 310px; */
    /* width: max-content; */
    /* max-width: max-content; */
}

.scheme_block span {
    border-top: 2px solid #a3a3a3;
    margin-top: 30px;
    padding: 5px 0;
    display: block;
    color: black;
    font-style: italic;
}

.block_s {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
}

.blcenter .bl_schemes_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: end;
}

.grid_posttext {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    /* padding: 20px; */
}

.grid_posttext img {
    /* height: 180px; */
    /* display: inline-block; */
    /* max-width: 30%; */
    /* width: fit-content; */
}

.uk-modal-dialog2 {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 80vw;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
    z-index: 1000;
}

.schemesmodal {
    width: 80vw;
}

a.modal_hover:hover {
    background: #0000001f;
    transition: .5s;
}

a.modal_hover {
    transition: 0.5s;
    background: #ffffff00;
}

.block_s.blcenter {
    display: block;
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 15px;
}

a.modal_hover {
    width: -webkit-fill-available;
    display: block;
    margin-top: 20px;
}

.fullgrid_posttext {
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: center;
}

span.red_span {
    background: #d30000;
    color: white;
    padding: 10px 20px;
}

.ams_module_schemes .uk-accordion {
    margin-bottom: 0;
}

table.gola_info {
    text-align: left !important;!i;!;
    /* padding: 20px 0; */
    margin: 10px 0;
    /* clear: both; */
    display: block;
}

.gola_info td, th {
    text-align: left;
}

a.m_tr::before{
    content: "TR";
    background: #786BCB;
}

a.m_sh::before{
    content: "SH";
    background: #D293C4;
}

a.m_dp::before{
    content: "DP";
    background: #757575;
}

a.m_hg::before{
    content: "HG";
    background: #9E2B32;
}

a.m_mg::before{
    content: "MG";
    background: #E64930;
}

a.m_pr::before{
    content: "PR";
    background: #06AEAC;
}

a.m_en::before{
    content: "EN";
    background: #F3B31C;
}

a.m_nk::before{
    content: "NK";
    background: #256CA4;
}

a.m_gl::before{
    content: "GL";
    background: #AB5292;
}

a.m_am::before{
    content: "AM";
    background: #378D19;
}

ul.side_menu li a::before {    
    width: 30px;
    height: 20px;    
    border-radius: 5px;
    line-height: 19px;
    left: -15px;
    top: 7px;
    position: absolute;
    display: block;
    border: 1px solid white;
}

.k_heading_top {
    display: flex;
    gap: 70px;
    padding-top: 40px;
}

.kitchen_elem:hover {
    transition: .5s;
    transform: scale(1.2);
    border-radius: 20px;
    /* border: 2px solid; */
}

button.zakaz_for_kitchen {
    /* display: block; */
    position: absolute;
    bottom: 0;
    left: 46%;
    background-color: #b2567d !important;!i;!;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    font-weight: 800;
    line-height: 18px;
    border: 0;
}

.zakaz_k {
    
    !i;!;!i;!;
    color: #000000;
    
    !i;!;
    
    !i;!;
    width: 100%;
    !i;!i,;!i;!;
    margin-right: 10px;
    display: block;
    border: 0;
    margin-left: 0;
    text-align: left;
    height: 0;
    overflow: hidden;
    transition: .5s;
    transform: rotate3d(1, 0, 0, 90deg);
}

li.prod_slide_ams {
    /* position: relative; */
    overflow: hidden;
}

.img_kitchen_profile {
    background-size: cover !important;!i;!;
    height: 55px;
    width: 100px;
    background-position: center;
}

p.heading_for_kitchen_profile {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}

.zakaz_k.active {height: auto;transition: .5s;transform: rotate3d(1, 0, 0, 180deg);}

.ams_slide_info.active {
    transform: rotate3d(1, 0, 0, 0deg);
    height: auto;
    transition: .5s;
}

.sld_info_ams.rzak {
    transition: .5s;
    transform: rotate3d(1, 0, 0, 180deg);
}

.static_slide {
    position: relative;
    /* height: 100%; */
    /* min-height: 500px; */
}

.static_info {
    position: absolute;
    right: 20px;
    bottom: 20%;
}


.fullgrid_posttext img {
    width: 100% !important;!i;!;!o;!o,;!o;!;
}

span.blum_span {
    border: 0;
    background: #dc7e2e;
    color: white;
    width: 40%;
    padding: 10px;
    float: left;
    font-weight: 300;
    font-style: normal;
}

span.blum_span2 {
    display: block;
    float: right;
    width: 40%;
    border: 0;
}

.colors_sp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    gap: 40px;
}

.color_sp a {
    text-align: center;
    display: block;
    clear: both;
    position: relative;
    font-size: 1.3em;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    height: fit-content;
}

.color_sp a img {
    height: fit-content;
}

h1 {}

.gola_mod_info h1 {
    margin-top: 0;
}

.gola_mod_info {
    /* width: 50%; */
    grid-area: gh1;
}

.gola_mod_info2 {
    /* width: 50%; */
    grid-area: gtext;
}

.gola_mod_info_pic {
    /* width: 40%; */
    float: right;
    grid-area: gimg;
}

.gola_mod_grid {
    display: grid;
    grid-template-areas:
        "gh1 gimg"
        "gtext gimg";
    /* gap: 30px; */
    grid-template-columns: 5fr 6fr;
}

.marker_module_ams h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.marker_module_ams .title span {
    font-size: .5em;
    font-weight: 600;
    text-align: right;
    display: block;
    line-height: 1em;
}

.marker_module_ams {
    display: grid;
    grid-template-areas:
        "title title"
        "m_list m_image"
        "m_cont m_cont";
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: stretch;
    justify-content: space-between;
    align-content: center;
}

.marker_list {
    grid-area: m_list;
}

.main_image {
    grid-area: m_image;
    position: relative;
    height: fit-content;
}

.marker-container {
    grid-area: m_cont;
    display: block;
    height: fit-content;
    max-height: fit-content;
}

.marker_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.markerlist_number {
    background: #8ca53d;
    color: white;
    font-weight: 800;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}

h4.marker_title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
}

.marker_title span {
    display: block;
    font-size: .65em;
    line-height: 0.65em;
    text-transform: lowercase;
    margin-left: 40px;
}

ul.img_marker_l {
    list-style: none;
    display: inline;
    /* position: absolute; */
}

.marker {
    background: #8ea53f;
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    border-radius: 20px;
    text-align: center;
    transform: scale(1);
}

.marker_content {
    transition: .5s;
    transform: rotate3d(1, 0, 0, 90deg);
    border-radius: 10px;
    padding: 0;
    background: #ffffff00;
    border: 1px solid #fff;
    height: 0px !important;!i;!;
    overflow: hidden;
    /* margin-bottom: 50px; */
}

.marker_content.uk-active {
    transition: .5s;
    transform: rotate3d(1, 0, 0, 0deg);
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    background: #fbfbfb;
    height: fit-content !important;!i;!;
    display: block;
    width: -webkit-fill-available;
}

.marker_list li.uk-active {
    background: #e1e1e1;
    transition: .5s;
    margin-bottom: 10px;
    margin-top: 10px;
}

.marker_list li {
    transition: .5s;
    padding: 10px;
}

.uk-active .marker{
    animation: 1s infinite alternate markeranimation;
    border: 2px solid;
}

@keyframes markeranimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }  
}

.marker_content h2 {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.dflex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    gap: 10%;
}

.dflex img {
    clear: both;
    display: block;
}

.dflex2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 20px;
}

.dflex3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 20px;
    text-align: center;
}