@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: 17px;
    font-weight: 300;
}

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

h2 {
    font-size: 30px;
    margin-bottom: 20px;   
}

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

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

ul, ol {  
    padding-left: 2rem;
    margin-bottom: 30px;
}

li {
    padding-bottom: 0rem;
}

.content {
    display: block;
}

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

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

.content-text__left{
    width: 100%;
}

.content-foto__right {
    margin-left: 0px;
    width: 100%;
}

.vertical {
    display: block;
    margin: 0;
}

.vertical-text, .vertical-foto {
    width:100%;
}

.content-quote {
    font-size: 20px;
}

.content-annotation p {
    margin-left: 0px;
    margin-right: 0px;
}

.container {
    padding: 15px;
}

.container-menu-smart {
    padding-top: 0;
    padding-bottom: 0;
}

.container-menu {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}


.menu-desktop {
    display: flex;
    background-color: white;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

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


.menu-left, .menu-right  {
    display: flex;
    flex-direction: row;
}

.menu-left  {
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
}

.menu-right {
    justify-content: flex-end;
}

.menu-right-item {
    margin-left: 45px;
}

.menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}

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

.menu-logo-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3; 
    margin-left: 10px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-img {

}

.logo-name {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 40px;
    white-space: nowrap;
    font-weight: bold;
    color: #1D1D1F;
    line-height: 1.1; 
}

.logo-description {
    font-size: 12px;
    color: #1D1D1F;
    font-weight: 300;
}

.menu-full {
    visibility: hidden;
    opacity: 0;
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    background-color: white; 
    z-index: 10; 
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.menu-full-content {
    margin-top: 50px;
    margin-left: 0px;
}

.logo-description {
    display: none;
}

.menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 3px;
    padding-bottom: 3px;    
    z-index: 5;
    background-color: white;    
}


.menu-header {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
}

.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;
}

.menu-icon-phone {
    
}

.menu-full-content {
    margin-top: 10px;
 }

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

.сover {
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cover-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.сover-description {
    padding-top: 10px;
    padding-bottom: 10px;
}

.сover-end {
    padding-top: 10px;
    padding-bottom: 0px;
}

.bg-ok, .bg-work, .bg-none {
    width: 33% !important;
    
}

.p-foto {
   font-size: 12px;
   padding-bottom: 20px;
}


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

.img-white {
    border: 10px solid #FFFFFF;
}


}

