@font-face {
	font-family: Roboto;
	src: url(fonts/Roboto.eot);
	src: local(pompadur), url(fonts/Roboto.ttf);
}

body {
  margin:0px;
  padding: 0px;
  background-color: #f0fffe;
  background: #e4e9ff;
}
/*Цветные блоки-вставки*/
.block {
  /*border-radius: 317px/1009px;*/
  background-color: #9bc4d0;
  margin: 0px 0px 0px;
  min-width: 800px;
}

.head {
  background: linear-gradient(180deg, #71B6C9, #385b65);
  padding: 15px 30px;
  text-align: center;
  color: #ffffff;
  font-size: 14pt;
}
.head h1 {
  margin: 0px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: Roboto;
  text-decoration:none;
  font-size: 3em;
  font-weight: normal;
}
.head a {
  border-radius: 14px;
  margin: 30px;
  padding: 10px;
  font-family: "Calibri";
  line-height: 2em;
  text-decoration:none;
  font-size: 20pt;
  color: inherit;
}

.menu {
  background-color: #9bc4d0;
  padding: 15px 30px;
  text-align: center;
  color: #ffffff;
  font-size: 14pt;
}
.menu a {
  border-radius: 14px;
  margin: 30px;
  padding: 10px;
  font-family: "Roboto", Calibri, "Times new roman";
  line-height: 2em;
  text-decoration:none;
  font-size: 16pt;
  color: inherit;
}
.menu a:hover {
  background-color:  #FF9021;
  text-decoration: underline;
}
.menu a:active {
  background-color: #F56600;
  text-decoration: none;
}

.middle {
  /*border-radius: 150px/800px;
  padding: 15px 70px;*/
  text-align: justify;
  font-size: 14pt; 
  margin-top: 30px;
  padding: 10px 40px;
}
.middle h1 {
  background: linear-gradient(to right, #0000, #e2e8fe, #0000);
  padding: 20px;

  text-align: center;
  font-family: "Roboto", Calibri, "Times new roman";
  font-size: 30pt; 
  margin: 10px;
}
.middle p { 
  border-radius: 150px/800px;
  text-align: justify;
  text-indent: 2.5em;
  font-size: 21pt;
  font-family: "Roboto", Calibri, "Times new roman";
}
.middle table {
  font-family: "Roboto", Calibri, "Times new roman";
  font-size: 21pt;
  font-weight: bold;
  border: 1px solid black;
  margin-bottom: 0px;
}
.middle table td {
  padding: 5px 26px;
  border: 1px solid black;
}
.middle ul {
  font-family: "Roboto", Calibri, "Times new roman";
  font-size: 21pt;
  line-height: 1.5em;
}
.middle a {
  font-weight: bold;
  color: #444444;
}

.footer {
  padding: 15px 30px;
  line-height: 1.5em;
  color: #fff;
}
.footer a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}

/*Ячейка со ссылкой на личный кабинет*/
.submenu_lk {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  min-width: 182px;
}
.submenu_lk a {
  color: #ffffff;
  background-color:  #FF9021;
  text-decoration: none;
  margin: 0px;
  cursor: pointer;
}
.submenu_lk a:hover {
  text-decoration: underline;
}
.submenu_lk a:active {
	background-color:  #F56600;
	text-decoration: none;
}

/*Блоки с основным содержимым*/
.container {
  margin: 40px;
  min-width: 610px;
}
.container p { 
  text-align: justify;
  text-indent: 2.5em;
  font-size: 21pt;
  font-family: "Roboto", Calibri, "Times new roman";
}
.container > div {
  font-size: 21pt;
  font-family: "Roboto", Calibri, "Times new roman";
}
.container h1 {
  background: linear-gradient(to right, #9bc4d0, #0000);

  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: -40px;
  padding: 20px 45px;
  display: inline-block;
  font-size: 30pt;
  font-family: "Roboto", Calibri, "Times new roman";
}
.container h2 {
  font-size: 22pt;
  font-family: "Roboto", Calibri, "Times new roman";
  padding: 5px 0px;
}
.container img {
  margin: 30px;
}
.container ul {
  font-family: "Roboto", Calibri, "Times new roman";
  font-size: 21pt;
  line-height: 1.5em;
}
ol {
  font-family: "Roboto", Calibri, "Times new roman";
  font-size: 21pt;
}
ol > i {
  display: block;
  font-size: 16pt; 
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 10px;
}

/*Кнопка "Наверх"*/
#upbutton {
  border-radius: 14px;
  background-color: #FF9021;
  padding: 3px 15px 8px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  line-height: 1.1em;
  color: #ffffff;
  font-size: 14pt;
  font-family: "Roboto", Calibri, "Times new roman";
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  visibility: hidden;
  z-index: 100;
}
#upbutton:hover {
  text-decoration: underline;
}
#upbutton:active {
  background-color: #F56600;
  text-decoration: none;
}

/*Слайдер*/
/*Оберточные div-ы*/
#slider-div {
  margin: 20px;
  border-radius: 200px/800px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#slider-viewer {
  margin: auto;
  width: 90%;
  height: 100%;
  background-color: #d0dfde;
  overflow: hidden;
}
#slider-span {
  position: relative;
  width: calc(100%*6);
  text-align: left;
}
  /*Список слайдов*/
  #slider-span ul {
    margin: 0px;
    padding: 0px;
    transition: transform 0.7s ease 0s;
    text-align: center;

    font-size: 20pt;
    font-weight: bold;
    /*line-height: 10em;*/
  }
  #slider-span li {
    display: inline;
    width: calc(100%/6);
    float: left;
    padding: 10px 0px 57px;
  }
  #slider {
    transform: translateX(0%);
  }
  .slide a:visited {
    color: blue;
  }
/*Кнопки вперед, назад*/
.sliderBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline;
  width: 5%;
  height: 100%
}
.sliderBtn:hover {
  background-color: #38b4b7;
  cursor: pointer;
}
.sliderBtn img {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
#prevBtn {
  left: 0px;
}
#nextBtn {
  right: 0px;
}
  /*Кнопки навигации*/
  #slideNavs {
    position: absolute;
    bottom: 0px;
    left: 5%;
    right: 5%;
    margin: 5px 0px;
    padding: 0px;
  }
  .slideNav {
    display: inline;
    margin: 0px 20px;
    padding: 0px;
    cursor: pointer;
  }
  .slideNav.select {
    text-decoration: underline;
  }
  a.slideNav.select {
    text-decoration: none;
    background-color: #FF9021;
  }

  .Accom_corp:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .Accom_corp.select {
    background: linear-gradient(to right, #0000, #9bc4d0, #0000);
    text-align: center;
  }
  .Accom_corp_info {
    display: none;
  }
  .Accom_corp_info.open {
    display: block;
    background: linear-gradient(to right, #0000, #9bc4d0, #0000)
  }