@media screen and (max-width: 4200px) {
#txt_top1 {font-size: 40px;} 
#txt_top2 {font-size: 30px;} 
#size {margin: 10px 200px 10px 200px;}
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 3200px) {
#txt_top1 {font-size: 40px;} 
#txt_top2 {font-size: 30px;} 
#size {margin: 10px 200px 10px 200px;}
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 2800px) {
#txt_top1 {font-size: 40px;} 
#txt_top2 {font-size: 30px;} 
#size {margin: 10px 150px 10px 150px;}
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 2200px) {
#txt_top1 {font-size: 40px;} 
#txt_top2 {font-size: 30px;} 
#size {margin: 10px 100px 10px 100px;}
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 1400px) {
#txt_top1 {font-size: 40px;} 
#txt_top2 {font-size: 30px;} 
#size {margin: 10px 20px 10px 20px;}
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 1199px) {
#txt_top1 {font-size: 35px;} 
#txt_top2 {font-size: 30px;}
#size {margin: 10px 10px 10px 10px;} 
#txt_plag { font-size: 45px;} 
}
 

@media screen and (max-width: 991px) {
#txt_top1 {font-size: 26px;} 
#txt_top2 {font-size: 25px;} 
#size {margin: 10px 10px 10px 10px;} 
#txt_plag { font-size: 45px;} 
}

@media screen and (max-width: 767px) {

#txt_top1 {font-size: 25px;} 
#txt_top2 {font-size: 20px;} 
#size {margin: 10px 5px 10px 5px;}
#txt_plag { font-size: 40px;} 
}

@media screen and (max-width: 575px) {
#txt_top1 {font-size: 19px;} 
#txt_top2 {font-size: 15px;} 
#size {margin: 5px 0px 5px 0px;}
#txt_plag { font-size: 35px;} 
}

@media screen and (max-width: 375px) {
#txt_top1 {font-size: 16px;} 
#txt_top2 {font-size: 13px;} 
#size {margin: 5px 0px 5px 0px;}
#txt_plag { font-size: 30px;} 
}








.img1  {border-radius: 10px;} /* Радиус скругления картинки  */

#top{                                /*  Бокс для столовых сортов */
    display: flex;
    background-size: cover;
	position: relative;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%; /*  Размеры бокса */
	height: 100px;/*  Размеры бокса */
background: #3f4e2e url(img/fon/fon_title2.png); 
    overflow: hidden;}


    #top1 {                                /*  Бокс для столовых сортов */
    display: inline-block;
	width: 100px; /*  Размеры бокса */
	height: 100px;/*  Размеры бокса */
   /*  background: #0bda51  url(img/fon/fon_11.png);      /* Фон бокса */
	white-space: nowrap;
    }

#top2 {                                /*  Бокс для столовых сортов */
   word-wrap: break-word;  width: 95%; /*  Размеры бокса */
   display: inline-block;
}


#top3 {                                /*  Бокс для столовых сортов */
   
word-wrap: break-word;
	height: 50px;/*  Размеры бокса */
	
	  background: #243514 url(img/fon/fon_title1.png); 
}

#top4 {                                /*  Бокс для столовых сортов */
     
     float:right;
    text-align:right;
	word-wrap: break-word;

}



#txt_top1 {margin-left:10px; padding-top: 5px; color: #FFD700; text-align: left;  line-height: 1.0; text-shadow: 2px 2px 6px black;} 

#txt_top2 {margin-left:10px; padding-top: 5px;  color: white; text-align: left;  line-height: 1.0;  text-shadow: 2px 2px 6px black;} 

a { text-shadow: 2px 2px 6px black;
   color: white; /* Стандартный синий цвет уйдет в прошлое */
   text-decoration: none; /* И подчёркивания мы оставим за бортом */
}


.content_b a { color: black;  text-decoration: none; text-shadow: 0px 0px 0px black; /* И подчёркивания мы оставим за бортом */}
.link-green { color: #66ff00; }
.link-blue { color: #00fcff; }