@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    /* Браузер сначала попробует найти шрифт локально */
    src: local("Montserrat"),
         /* Если не получилось, загрузит woff2 */
         url("/fonts/roboto.woff2") format("woff2"),
         /* Если браузер не поддерживает woff2, загрузит woff */
         url("/fonts/roboto.woff") format("woff");
  }

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Montserrat:wght@300;400;600;700&family=PT+Sans+Narrow:wght@400;700&display=swap');

body {
    font-family: "Montserrat", "Arial", sans-serif;
  }

.page-index{
  /*  height: 1920px;*/
    margin: 0 auto;
   /* width: 1200px; */
}

.header-info-list{
    margin: 0;
    padding: 0;
    margin:0 100px;
     margin-top:20px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.header-info-item {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-email {
    margin: 0;
    padding: 0;
    margin-top: 7px;
}

.header-email1 {
    margin-left: 20px;
}

.header-info-item:nth-child(2) {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.login-link {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-decoration: none;

}

.login-text {
    text-transform: uppercase;
    color: #282828;
   /* font-family: "Montserrat"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-align: center; */
    margin-left: 10px;
}

.icon-logo {
    margin:0;
    padding: 0;
    margin-top: 15px;
    width: 80px;
    height: 80px;
}

.logo-text {
    color: #95baf1;
   /* color: #00A683;
    font-family: "Montserrat"; */
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; /* 131.429% */
    text-transform: uppercase;
    margin-left: 10px;
}

.header-info-item1 {
    align-self: center;
    font-size: 24px;
    color: #000;
    /*align-items: center; */
}

.input-search {
    margin: 0;
    padding: 0;
    height: 36px;
    border-radius: 46px;
    border: 1px solid #000;
}

input[type="text"] {
    /* padding: 1px 2px; */
}

.search-icon {
    margin-left: -40px;
    position: absolute;
}

.header-info-item input[type=text]{
    height: 36px;
}

@media (min-width: 900px) {
.header-info-item input[type=text]:focus {
    min-width: 900px;
    display: block;
    z-index: 5;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    /*left: 200px;*/
}
}

.header-menu{
    margin: 0;
    padding: 0;
    /*
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    */
}

.burger-checkbox, .burger {
    display: none;

}

.header-menu-list{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
    display: flex;
   /* gap: 25px; */
   gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
   /* justify-content: center; */
  /* position: relative;*/
}

.header-menu-item{
       /* width: 200px; */
       width: 180px;
       height: 60px;
     /*  margin-top: 10px; */
    /*    background-color: #A8C8F9; */
       border-radius: 20px;
       color: #444;
       display: flex;
       text-align: center;
       justify-content: center;
       align-items: center;
       font-size: 14px;
       font-style: normal;
       font-weight: 700;
       line-height: normal;

}
.header-menu-item:first-child{
   /* width: 200px; */
    width: 180px;
    height: 60px;
  /*  margin-top: 10px; */
   /*  background-color: #A8C8F9; */
    border-radius: 20px;
    color: #444;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-menu-item:hover {
    background-color: #A8C8F9;
}

.header-menu-link{
    text-decoration: none;
    color: #444;
}

.bx-site {
    margin: 0 50px;
}

.product-item-detail-buy-button {
  /*  background-color: #ffc000; */
    background-color: #A8C8F9;
}

.btn-buy {
    padding: 10px 20px;
    border: solid 1px #ffc000;
    background:  #ffc000;
    color: #FFF;
    border-radius: 5%;
}

.btn-buy:hover {
    padding: 10px 20px;
    border: solid 1px grey;
    background: gray;
    border-radius: 5%;

}

#menu li {
    position: relative;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 112;
    background-color: white;    
   /* background: #444;
    background: -moz-linear-gradient(#444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111); */
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}

#menu:hover > ul, #menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
 /*   background-color: #F2F7FF; */
    background-color: #A8C8F9;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
   /* -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
   /* box-shadow: 0 1px 0 #111, 0 2px 0 #666; */
}

#menu ul li:last-child {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 180px;
    _height: 10px; /*IE6 only*/
    display: block;
    /*white-space: nowrap;*/
    white-space: normal;
    float: none;
    text-transform: none;
    text-decoration: none;
    color: #444444; 
    border-radius: 5%;

}

#menu ul a:hover {
    background-color: #A8C8F9;
    border-radius: 5%;
    color: #fff;
/*    background-color: #0186ba;
    background-image: -moz-linear-gradient(#04acec,  #0186ba);	
    background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background-image: -webkit-linear-gradient(#04acec, #0186ba);
    background-image: -o-linear-gradient(#04acec, #0186ba);
    background-image: -ms-linear-gradient(#04acec, #0186ba);
    background-image: linear-gradient(#04acec, #0186ba);*/
}

#menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;	
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.sectioncatalog-main{
    margin: 0;
    padding: 0;
    margin: 50px 0px;
  /*
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    */

}

.section-title{
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #444;
   /* font-family: "Montserrat"; */
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-catalog-content {
    display: flex;
    justify-content: space-around;
}

.catalog-menu-text {

}

.catalog-menu-text-list {
    margin: 0;
    padding: 0;
    list-style: none;

  /*  color: #444; */
  /*  font-family: "Montserrat"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 300px;
}


.catalog-menu-text-item {
    margin-bottom: 25px;


}

.catalog-menu-text-link { 
    text-decoration: none;
    color: #444;

}

.catalog-menu-img-list {
    margin: 0;
    padding: 0;
    list-style: none;
   /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    flex-direction: row;
    margin-bottom: 75px;
    
    
}

.catalog-menu-img-item {
    margin-left: 30px;
    /* width: 360px; */
    /*margin-right: 60px;*/
    justify-content: space-around;
}

a .catalog-menu-img-link {
    text-decoration: none;
    color: #444;
    position: relative;
}

.categori-img-title::before {
    /*
    height: 45px;
    width: 360px;
    margin-left: -10px;

    content: "";
    border-radius: 0px 0px 20px 20px;
    background: #A8C8F9;
    margin-top: -65px;
    display: block;
    z-index: 5;
*/

}
.categori-img-title {
    height: 55px;
  /*  width: 100%; */
    width: 360px;
    margin-left: 0px;
  /*  border-radius: 0px 0px 20px 20px;
    background: #A8C8F9;*/

 /*   border-radius: 0px 0px 20px 20px;
    background: #A8C8F9;*/
  /*  margin-top: -40px; */
    display: block;

 /*   background-color: #00A683; */
    /*border: 10px solid red; */
  /*  position: absolute; */
   /* width: 350px; */
   /* background-color:black;
    color:white; */
   /* top:0; */
    left:0;
    padding-left:10px;
    padding-top:17px;
    padding-bottom: 10px;
  /*  font-size: 16px; */
    z-index:5;
    text-align: center;

  /*  border-radius: 0px 0px 20px 20px; */
    /*background: #A8C8F9; */

    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.index-catalog-link{
    text-decoration: none;
    color: black;
    
}

.index-catalog-item-title {
    text-transform: uppercase;
}

.index-catalog-item-description {
    width: 360px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    background-color: white;
}

.catalog-menu-img-link:hover .index-catalog-item-description {
    display: block;
    text-decoration: none;
}

.product-item-list-col-4:last-child {
	justify-content: center;
}

.full-line {
    margin-top: 5px;
    position: relative;
    background-color: #DBE9FF;
    height: 5px;
    width: 360px;
  }
  
  .short-line {
    position: absolute;
    background-color: #A8C8F9;
    height: 5px;
    width: 120px;
  }
  
.section-advantages {
    margin: 0;
    padding: 0;
    margin: 50px 100px;
}


.our-advantages-list {
    margin: 0;
    padding: 0;
   /* margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 100px;
    margin-right: 442px;*/
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.our-advantages-item{
    margin-bottom: 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.slider {

}


.slider-shop{
    margin: 0;
    padding: 0;
    margin-right: 100px;
    margin-left: 100px;
    display: flex;
    justify-content: space-around;
}

.to-shop{
    width: 450px;
    border-radius: 20px;
    background: #A8C8F9;
}

.to-shop-link{
    text-decoration: none;
}


.to-shop-text-description
{
    display: block;
 /*   text-align: center; */
    padding-top: 80px;
    /*padding-bottom: 20px; */
    padding-left: 25px;
    color: #444;
  /*  font-family: "Montserrat"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.to-shop-text-description img {
    margin-left: 50px;
    /*text-align: center;*/
}

.to-shop-text-title {
    padding-top: 20px;
    padding-left: 50px;
    width: 260px;
    color: #444;
 /*   font-family: "Montserrat"; */
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.border-shop {
    position: relative;
    top:55px;
    border: solid 1px black;
}

.contact-form {
    margin: 0;
    padding: 0;
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
}

.contact-fields {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.contact-fields input {
    width: 250px;
    border: none;
    border-bottom: #000000 solid 1px;
    height: 45px;
}

.contact-fields input::placeholder, .contact-fields textarea::placeholder {
    color: #828282;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

textarea.form-control {
   /* border: none; */
    border: #000000 solid 1px;
}

textarea::placeholder {
    color: #828282;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.btn-send {
/*    margin: 0;
    padding: 0;*/
    
    margin-left: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px; 
    display: flex;
   /* background-image: url("/./local/templates/mk_dobroshkola/img/btn_send.svg");
    background-repeat: no-repeat;
*/

    color: #444;
/*font-family: "Inter";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 10px;

}

.btn-send {
    padding: 15px;
 /*   margin-left: 35%; */
    border: #A8C8F9 1px solid;
    background-color: #A8C8F9;
    height: 100%;
    text-align: left;
}

input.btn-send::before {
   /* content: "--- " url("/./local/templates/mk_dobroshkola/img/btn_send.svg");*/
    content: " --- ";
    background-image: url("/./local/templates/mk_dobroshkola/img/btn_send.svg");
    background-repeat: no-repeat;
}

.btn-send-text {
    margin: 0;
    padding: 0;
    color: #444;
/*font-family: "Inter";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 10px;


}

.blog {
    margin: 0;
    padding: 0;
    margin-top: 100px;
    margin-left: 20px;
/*    margin-right: 100px;
    margin-left: 100px;*/

}

.blog-article-list{
    margin: 0;
    padding: 0;
    margin-top: 50px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.block-article-title {
    display: block;
    margin-top: -40px;
    margin-left: 20px;

    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-index-page {
    margin: 0px 100px;
    margin-left: 140px;
}

.footer-list {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    margin-left: -100px;
    width: 1160px;
    display: flex;
    justify-content: space-between;
}

.footer-list-item:nth-child(2) {
    padding-top: 20px;
}

.footer-email {
    margin-left: 20px;
}

.btn-chat {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 55px;
    background: #A8C8F9;
}

.btn-chat img {
/*    text-align: center; */
    margin-top: 20px;
    margin-left: 16px;
}

.section-title-catalog {
    margin-bottom: 50px;
    margin-left: 50px;
    text-align: center;
}

.section-expo {
    margin: 0;
    padding: 20px;
    margin-left: 40px;
    width: 1200px;
    height: 345px;
    /* width: 1200px; */
    background-image: url("/local/templates/mk_dobroshkola/img/mmco_expo_2024.jpg");
    background-repeat: no-repeat;
    background-position: -40px 0px;
    background-size: cover;

/*
    font-family: Montserrat; */
font-size: 26px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
color: #FFFFFF;
/*text-align: left; */

}

.name-expo {
    font-size: 48px;
    font-weight: 900;
  /*  line-height: 89px; */
    letter-spacing: 0em;
    text-align: left;
}

.expo-link, .expo-link:hover, .expo-link:visited, .expo-link:active {
    text-decoration: none;
    color: #FFFFFF !important;
}

.footer-block {
    margin: 0 -100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #A8C8F9;
    height: 300px;
}

.footer-content {
   /* width: 30%; */
    gap: 10px;
    align-self: center;
    justify-content: right;
}

.footer-content-title {
    margin: 0;
    padding: 0;
    margin: 15px;
    width: 50%;
    font-size: 12px;
}

.footer-content-description {
    font-size: 10px;
    margin: 10px;
}

.footer-nav {
    width: 50%;
    height: auto;
}

.footer-nav-list {
    margin: 0;
    padding: 0;
    margin-top: 20px;
   /* margin-left: 20px; 
    gap: 10px; */
    height: 90%;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-nav-item {
    /*margin-top: 20px; 
    padding: 20px; */
    width: 30%;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    font-weight: 700;
    font-size: 12px;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (max-width: 480px) {

    .page-index {
        width: 100%;
    }

    .index-header {
        justify-content: center;
        gap: 15px;
    }

    .header-info-list {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
     /*   justify-content: center; */

    }

    .header-info-item {
        justify-content: center;
        /*align-items: center; */
    }

    .header-info-item1 {
        align-self: center;
        color: #000;
        /*align-items: center; */
    }

    .header-contact {
        width: 250px;
    }

    .header-email1{
        margin-left: 0;
    }

    .input-search {
        width: 320px;
    }
    /*
    .search-form-11:hover, .search-form-11:focus, .search-form-11:active  {
        max-width: 200px;
    }
    */

    .header-info-item input[type=text]:focus,
    .header-info-item input[type=text]:active {
        max-width: 200px;
       /* display: block;
        z-index: 5;
        position: absolute;
        left: 50%;
        margin-left: -450px;*/
        /*left: 200px;*/
    }

    .header-menu {
        position: absolute;
        top: 285px;
        padding-left: 10px;
        z-index: 2;
    }

    .logo-block {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .logo-text-480 {
        display: inline-block;
         font-size: 17px;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
      }
      .burger::before,
      .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #000;
      }
      .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #000;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
      }
      .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
      }
      .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
      }
      .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
      }

      .header-menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        padding: 42px 0;
        margin: 0;
       /* background: orange; */
       background: #A8C8F9;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 200px;

      }
      .header-menu-item {
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
      }

      .header-menu-item:first-child {
        font-size: 18px;

      }
      .header-menu-item:hover {
        background: rgba(255,255,255,.2)
      }
      .burger-checkbox:checked ~ .header-menu-list {
        transform: translateX(0);
      }
      
      .page-content {
        width: auto;
        padding: 10px;
      }

/*
    .header-menu-list {
        margin: 0;
        padding: 0;
        margin-top: 20px;
        max-width: 480px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
     /*   justify-content: center; *//*
        align-items: center; 
        text-align: center;
        position: relative;
    }

    .header-menu-item {
      /*  justify-content: center; *//*
        padding: 5px 0;
        align-items: center;
        width: 100%;
        border: 1px solid #A8C8F9;
    }

    .header-menu-item:hover {
        background-color: #A8C8F9;
    }
*/
    #menu1 ul{
        display: none;

    }

    .not-index-page {
        display: none;
    }
    
    .sectioncatalog-main {
        margin: 0;
        padding: 0;
        margin-top: 50px;
        max-width: 480px;
    }
    .section-catalog-content {
        display: flex;
        flex-direction: column-reverse;
    }

    h2.catalog-index-page {
        padding-left: 80px;
    }

    .catalog-menu-text {
        display: none;
    }

    .catalog-menu-img-list {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center; 
        gap: 20px;
        text-align: center;
    }

    
        .catalog-menu-img-item {
            margin: 0;
            padding: 0;
            margin-top: 20px;
      /*  justify-content: center; */
       /* padding: 5px 0; */
       align-items: center;
       align-content: center;
      /*  width: 100%; */
/*        max-width: 480px; */
     /*   border: 1px solid #A8C8F9; */
    }

    .catalog-menu-img-link{
        margin: 0;
        padding: 0;
       /* max-width: 380px; */
    }

    .catalog-menu-img-link > img {
        max-width: 90%;
    }

    .section-advantages, .contact-form, .blog {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        padding: 10px;
        max-width: 480px;

    }

    .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .our-advantages-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 480px;
        list-style: url("../local/templates/mk_dobroshkola/img/check.svg");
        list-style: square inside;
    }

    .our-advantages-item {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .our-advantages-item > img {
        max-width: 20px;
        padding-bottom: 10px;
        display: none;
    }

    .contact-fields {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-send {
        padding: 5px;
        margin-left: 35%;
        border: #A8C8F9 1px solid;
        background-color: #A8C8F9;
        height: 100%;
        text-align: center;
    }

    .bx-newslist-container {
        text-align: center;

    }
    .bx-newslist-img {
       /* width: 323px;
        margin: 0 40px;*/

    }

    .footer-index-page {
        margin: 0;
        padding: 0;

    }
    .footer-list {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 7px;
        align-items: center;
    }


    .footer-contact{
        text-align: center;
    }

    .footer-contact {
        align-self: center;
    }

    .section-expo {
        margin: 0;
        padding: 10px;
        margin-top: 10px;
        width: 100%;
        height: 150px;
        /* width: 1200px; */
        background-image: url("/local/templates/mk_dobroshkola/img/mmco_expo_2024.jpg");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: cover;
    
    /*
        font-family: Montserrat; */
    
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    
    }
    
    .name-expo {
        margin: 7px 0px;
        font-size: 22px; 
        font-weight: 700;
      /*  line-height: 89px; */
        letter-spacing: 0em;
        text-align: center;
    }
    
    .footer-block {
        margin: 0px;
        padding: 0px;
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        height: auto;

    }

    .footer-content {
       width: 330px;
       overflow: hidden;
    }

    .footer-nav {
        width: 100%;
        height: auto;

    }

    .footer-nav-list {
       display: flex;
       flex-direction: row;
       padding-left: 10px;
       flex-wrap: wrap;
    }

    .footer-nav-item {
        width: 50%;
    }
    
    
    .btn-up {
       /* width: 40px;*/
       position: absolute;
       left: 5px;
    }
    

    .btn-up a img {
        width: 40px;
    }


    .btn-chat {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        border-radius: 55px;
        background: #A8C8F9;
        position: absolute;
        right: 5px;
    }

    .btn-chat img {
        margin: 0;
        padding: 0;
        width: 20px;
    /*    text-align: center; */
        margin-top: 12px;
        margin-left: 9px;
    }


    
}

@media (max-width: 381px) {
    h2.catalog-index-page {
        margin-top: -40px;
    }

}
