@import "https://www.letov.ru/letov.css";

pre {   
      white-space: pre-wrap; 
    /* Дополнение для CSS 2.1 */
	}
    
img, picture	{
	max-width: 100%;
	}

tbody, tr, td, th {
display: block; }

body	{
	border-top: none;
	font-family: sans-serif;
	padding-bottom: 5px;
	}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media all and (min-width: 641px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 640px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}