@charset "utf-8";

/* Variables
================================== */


/* My */

.TitleTable {
	padding-top:20px;
	width: 960px; 
    margin: auto; /* Выравниваем таблицу по центру окна  */
}

.logo {		
    height: 55px;
    width: 74px;
}

.Title1 {;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	/*font-style: normal;*/
	/*line-height: 2;*/
	/*left: 10px;*/
	/*vertical-align: middle;*/
    /*padding: 70px 0;*/
}

.TitleDescription {;
	font-size: 1.0em;
	/*text-align: right;*/
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	margin: auto;
	font-style: normal;
	line-height: 2;
	left: 10px;
}

.bull_img {
  max-width: 100%;
  max-height: 100%;	
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aradesh_img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.s_center {
    text-align: center;
}

/* Responsive
==================================== */
/*@media all and (max-width: 600px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { } 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { } 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
	
.TitleDescription {
    text-align: Right;
  }	
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { 

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 

}

.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
