@media (max-width: 991px) {

:root {
  --main-container: calc(100% - 30px);
  --small-container: calc(100% - 30px);
  --radzel-margin: 70px;
  --radzel-dop: 70px;  
}

:root {
  --main-container: calc(100% - 30px);
  --small-container: calc(100% - 30px);
  --radzel-margin: 70px;
  --radzel-dop: 70px;    
 }

html, body {
    font-size: 16px;
    font-weight: 300;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;   
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;
}

p {
   line-height: 130%;
   margin-bottom: 10px;
}

.content {
    display: block;
}

.content__left {
    padding-right: 0px;
    width: 100%;
    margin-top: 30px;    
    margin-bottom: 10px;
}

.content__right {
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
}

.content-form {
    padding-top: 20px;
    padding-bottom: 20px;  
}

.menu-desktop, .header-top  {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.menu-smart {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e4fffb;
}
    
.menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}

.menu-header  a {
    color: #007263;
}

.menu-icon {
    display: flex;
    align-items: center;
}

.menu-icon-text {
    font-size: 14px;
    font-weight: 500;
    margin-right: 25px;
    margin-bottom: 4px;
}

.menu-icon-svg {
    margin-top: 3px;
}

.form-message {
    display: flex;
    flex-direction: column;
    justify-content: start;    
}

.form-message-left, .form-message-right  {
    display: flex;
    flex-direction: column;
}

.form-message-left, .form-message-right  {
    justify-content: flex-start;
}

.form-message-right {
    justify-content: flex-end;    
}

.form-message-left-item {
    margin-right: 0px;
}

.form-message-right-item {
    margin-left: 0px;
}

.logo-name {
    font-size: 14px;
    font-weight: 700;
    padding-right: 30px;
    white-space: nowrap;
}

.razdel-dop {
    margin-top: 20px;
}

.razdel-foto {
    margin-top: 40px;
    margin-bottom: 80px;
}

.div-smart {
    visibility: visible;
    display: block; 
    opacity: 1;
}

.div-desktop {
    visibility: hidden;
    display: none; 
    opacity: 0;
}

.div-footer {
    margin-top: 80px;
}

.div-flex3-item {
    height: auto;
    width: 100%;
    margin:0;
    margin-bottom: 30px;
}

.div-flex3-item:nth-child(3n-1){
    margin-left: 0px;
    margin-right: 0px;
}

.div-catalog-item {
    width: calc( ( 100% - 1*20px ) / 2 );
    margin:0 0 20px;
    margin-right:20px;
}
.div-catalog-item:nth-child(2n){
    margin-right:0px;
}


.page-background {
    height: 192px;
}

.page-main-text {
    padding-left: 0px;
    width: 100%;
}

.page-index-main-text {
    padding-top: 0px;
}

.input__bottom {
    padding-bottom: 5px;
}

.input__top {
    padding-top: 10px;
}

.p-big {
    font-size: 18px;
}

.p-menu-full-item {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 500;    
}

.p-menu-full-item-description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
}

.p-menu-full-item-dop {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
}

.span-discontinuity {
    visibility: hidden;
    display: none; 
    opacity: 0;    
}

.button-normal {
    font-size: 18px;
    width: 100%;
    height: 60px;    
}

.form-control {
    width: 100%;
    height: 60px;
}

.form-control-textarea {
    width: 100%;
    height: 200px;
}



}

