@import "reset.css";
@font-face {
  font-family: 'Zhizn';
  src: url('/template/font/ZhiznRegular.ttf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/template/font/OpenSans-Regular.ttf');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Bold';
  src: url('/template/font/OpenSans-Bold.ttf');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans ExtraBold';
  src: url('/template/font/OpenSans-ExtraBold.ttf');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Light';
  src: url('/template/font/OpenSans-Light.ttf');
  font-style: normal;
}
body {
  font-size: 13px;
  line-height: 1.6em;
  background: #F2F2F3;
  font-family: 'OpenSans Light', Arial;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Zhizn';
  color: #63B9DB;
}
p {
  margin-bottom: 15px;
  color: #333;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  border-left: 1px solid #EDEDEE;
  border-right: 1px solid #EDEDEE;
}
.wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.wrap .wrap__padding {
  padding: 0 25px;
}
.wrap .wrap__padding.wrap__padding_bottom {
  padding-bottom: 25px;
}
.wrap.wrap_white {
  background: #fff;
}
.i-clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.header {
  padding-top: 20px;
  padding-bottom: 25px;
}
.header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.header .header__logo {
  float: left;
}
.header .header__logo img {
  border: none;
}
.header .header__contact {
  float: right;
  text-align: right;
  font-family: 'OpenSans Light', Arial;
  font-size: 20px;
  line-height: 30px;
  color: #4d8fcc;
}
.header .header__top-line {
  font-family: 'Zhizn';
  margin: 20px 0;
  background: #A7C5C6;
}
.header .header__top-line:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.header .header__top-line li {
  float: left;
}
.header .header__top-line a {
  display: block;
  padding: 0 22px;
  height: 46px;
  line-height: 46px;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header .header__top-line a:hover {
  color: #FEC92F;
}
.header .header__top-line a.current {
  color: #E84C28;
}
.header .header__top-line .header__top-line-order,
.header .header__top-line .header__top-line-cande {
  padding: 0 25px;
  font-size: 17px;
  color: #FEC92F;
  background: url("/template/img/cande.png") no-repeat center 5px;
}
.header .header__top-line .header__top-line-order {
  padding: 0 12px;
  background-position: center 7px;
  background-image: url("/template/img/order.png");
}
.header .header__menu {
  font-family: 'Zhizn';
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  background: #63B8DB;
}
.header .header__menu ul {
  position: relative;
  z-index: 1;
  width: 1000%;
  padding: 10px 0;
  border: 2px dashed #fff;
  border-left: none;
  border-right: none;
}
.header .header__menu ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.header .header__menu li {
  float: left;
  width: 140px;
  height: 120px;
  margin: 0 10px;
  padding: 20px 0 0 0;
  border-radius: 160px;
  background: #fff;
}
.header .header__menu .header__menu__current {
  background: #4D8FCC;
}
.header .header__menu .header__menu__current a {
  color: #fff;
}
.header .header__menu img {
  display: block;
  margin: 0 auto 10px auto;
  border: none;
}
.header .header__menu a {
  display: block;
  color: #5fb8dd;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.header .header__menu .header__menu__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -12px;
  width: 16px;
  height: 24px;
  background: url("/template/img/tail.png");
}
.header .header__menu .header__menu__btn.header__menu__btn_right {
  right: 0;
  background-position: -19px 0;
}
.home__name {
  font-family: 'OpenSans', Arial;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #4D8FCC;
}
.home-collumn:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.home-collumn .home-collumn__item {
  float: left;
  width: 290px;
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}
.home-collumn .home-collumn__item:last-child {
  margin-right: 0;
}
.home-collumn .home-collumn__item h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #5fb8dd;
}
.home-cloud {
  margin: 25px 0 50px 0;
  padding-top: 60px;
  height: 365px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  color: #333333;
  background: url("/template/img/cloud.png") no-repeat center center;
}
.home-textblock .home-textblock__name {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #5fb8dd;
}
.home-textblock .home-textblock__name_special {
  margin: 0 -25px 15px -25px;
  line-height: 44px;
  color: #fff;
  background: #A7C5C6;
}
.footer {
  padding-top: 15px;
  background: #A7C5C6;
}
.footer .footer__copy {
  border-top: 2px dashed #fff;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.fixed-block {
  position: fixed;
  z-index: 99999;
  left: 50%;
  margin-left: 480px;
  top: 250px;
}
.fixed-block .fixed-block__item {
  position: relative;
  float: left;
  height: 27px;
  width: 0;
  margin-bottom: 5px;
  padding-right: 40px;
  background: url('/template/img/flag-bg.png');
}
.fixed-block .fixed-block__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 11px;
  height: 27px;
  background: url("/template/img/flag-tail.png") no-repeat center;
}
.fixed-block .fixed-block__item-text {
  position: absolute;
  overflow: hidden;
  display: none;
  right: 40px;
  height: 27px;
  padding: 0 10px;
  font-family: 'OpenSans', Arial;
  line-height: 26px;
  white-space: nowrap;
  color: #fff;
  background: url('/template/img/flag-bg.png');
}
.fixed-block .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 27px;
}
.fixed-block .icon.icon_mail {
  background: url('/template/img/mail.png') no-repeat center;
}
.fixed-block .icon.icon_phone {
  background: url("/template/img/phone.png") no-repeat center;
}
.article-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #A7C5C7;
}
.article-item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.article-item.article-item_last {
  border-bottom: none;
  margin-bottom: 0;
}
.article-item .article-item__image {
  float: left;
  width: 280px;
  height: 160px;
  background: #666666;
}
.article-item .article-item__image.article-item__image_tr {
  background: transparent;
}
.article-item .article-item__block {
  margin-left: 300px;
}
.article-item .article-item__block h3 a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #63B9DB;
}
.wrap__padding.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wrap__padding.pagination .pagination__item {
  font-family: 'Zhizn';
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  color: #A7C5C7;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  font-family: 'OpenSans Light', Arial;
  font-weight: normal;
  text-transform: uppercase;
  color: #4D8FCC;
}
.text-block h1 {
  font-family: 'OpenSans', Arial;
  font-size: 18px;
  margin-bottom: 15px;
}
.text-block h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
.text-block h3 {
  font-size: 14px;
}
.text-block p {
  margin-bottom: 15px;
}
.text-block ul,
.text-block ol {
  margin: 15px 0;
  padding-left: 20px;
}
.text-block ul {
  list-style-type: disc;
}
.text-block ol {
  list-style-type: decimal;
}
.text-block table {
  width: 100%;
}
.text-block td {
  padding: 10px 15px;
  border-top: 1px dashed #A7C5C6;
  border-left: 1px dashed #A7C5C6;
}
.text-block td:first-child {
  border-left: none;
}
.text-block tr:first-child td {
  border-top: none;
}
.news .news__left-collumn {
  float: left;
  width: 250px;
}
.news .news__right-collumn {
  margin-left: 275px;
}
.news .news__list .news__list__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #A7C5C7;
}
.news .news__list .news__list__item :nth-last-child(1) {
  margin-bottom: 0;
}
.news .news__list .news__list__item.news__list__item_active {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news .news__date {
  font-family: 'OpenSans', Arial;
  font-style: italic;
}
.news .news__name {
  font-family: 'OpenSans', Arial;
  font-size: 14px;
}
.form {
  position: relative;
  padding: 0 0 100px 200px;
}
.form .form__image {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
}
.form textarea,
.form input {
  display: block;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  font-size: 13px;
  font-family: 'OpenSans', Arial;
  color: #4D8FCC;
  border: 1px solid #63B8DB;
}
.form textarea {
  display: block;
  width: 250px;
  height: 100px;
}
