@charset "UTF-8";
a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'Montserrat';
  color: #3d3b3b;
}

:focus {
  outline: none;
}

.main {
  width: 1140px;
  margin: 0 auto;
}

.h1 {
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: 35px;
  font-weight: 700;
  line-height: 47px;
}

.logo-top img {
  width: 142px;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-top {
  width: 100%;
  max-width: 325px;
}

.menu-top ul {
  padding: 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.menu-top ul li {
  list-style: none;
}

.menu-top ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28.89px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.menu-top ul li a:hover {
  color: #a4bd77;
}

.b1 {
  background: url(../img/bg.jpg) top center no-repeat;
  padding: 84px 0 207px;
  position: relative;
}

.b1-content {
  text-align: center;
  padding: 110px 0 0;
}

.b1-content p {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  padding: 32px 0 77px;
}

.bt {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #a4bd77;
  line-height: 60px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.99px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bt:hover {
  background: #a4bd77;
}

.b1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -o-linear-gradient(top, #ffffff00, #000000a6);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#000000a6));
  background: linear-gradient(180deg, #ffffff00, #000000a6);
}

.b1 > * {
  z-index: 2;
  position: relative;
}

.info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 309px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-top a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: block;
}

.href-mail:after {
  content: "";
  height: 3px;
  background-color: #a4bd77;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}

.zg {
  color: #3d3b3b;
  font-family: "Playfair Display";
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.13px;
  text-align: center;
  margin: 0 0 22px;
}

.b2 {
  padding: 97px 0 97px;
}

.pod-zg {
  color: #3d3b3b;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin: 8px 0 27px;
}

hr {
  width: 98px;
  height: 3px;
  background-color: #a4bd77;
  border: 0;
}

.b2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 53px 0 0;
  max-width: 950px;
  margin: 0 auto;
}

.b2-item {
  background-color: #f2f4f8;
  max-width: 264px;
  padding: 0 0 22px;
  margin: 0 18px 28px;
}

.b2-item p {
  padding: 0 21px 0;
}

.b2-tx1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin: 26px 0 0;
}

.b2-tx2 {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 21px;
}

.b2-bt-box {
  padding: 55px 0 0;
  text-align: center;
}

.b2-bt-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 0 0 24px;
}

.b2-bt-box .bt {
  color: #3d3b3b;
}

.b2-bt-box .bt:hover {
  color: #fff;
}

.del {
  font-family: 'Montserrat';
  color: #545454;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.11px;
  padding: 18px 0px 0;
}

.b3 {
  background-color: #f2f4f8;
  padding: 101px 0 99px;
}

.b3-item {
  width: 100%;
  max-width: 263px;
  margin: 0 0 19px;
}

.b3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 51px 0 0;
}

.b3-it-main {
  background: #fff;
  min-height: 484px;
  overflow: hidden;
  margin: 0 0 18px;
}

.b3-cont {
  margin: 0 32px;
}

.name-cat {
  margin: 0;
  color: #a4bd77;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding: 21px 0 0;
}

.post-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  min-height: 85px;
}

.descript {
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  padding: 8px 0 0;
}

.b3-item .bt {
  text-align: center;
  background-color: #a4bd77;
}

.b3-item .bt:hover {
  background-color: #96b165;
}

.b4 {
  background: #f2f4f8;
  padding: 81px 0 141px;
}

.b4-box {
  padding: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b4-item {
  width: 100%;
  max-width: 361px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 0 0 18px;
  margin: 0 25px 29px 0px;
}

.b4-content {
  margin: 18px 22px 0 29px;
  height: 246px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.b4-name {
  color: #3d3b3b;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.b4-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.11px;
  color: #a1a1a1;
  min-height: 66px;
  padding: 12px 0;
}

.b4-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.b4-bt a {
  color: #3d3b3b;
  font-size: 10px;
  font-weight: 600;
  line-height: 18.05px;
  letter-spacing: 0.83px;
}

.b4-time {
  font-size: 10px;
  font-weight: 600;
  line-height: 18.05px;
  letter-spacing: 0.83px;
}

.b4-item:hover:after {
  opacity: 1;
}

.b4-item:after {
  background-color: #a4bd77;
  height: 4px;
  width: 100%;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

.zg:first-letter {
  font-size: 35px;
}

.pod-zg:first-letter {
  font-size: 25px;
}

.h1:first-letter {
  font-size: 40px;
}

.b5 {
  padding: 141px 0 159px;
}

.b5-left {
  max-width: 360px;
}

.b5-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b5-t1 {
  text-align: center;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.11px;
  padding: 6px 0 28px;
}

.input-form label {
  display: block;
  color: #3d3b3b;
  font-size: 10px;
  font-weight: 600;
  line-height: 23px;
  padding: 0 0 4px;
}

.input-form input {
  border-radius: 4px;
  border: 1px solid #e2e2e4;
  color: #a1a1a1;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  width: calc(100% - 50px);
  padding: 17px 25px;
}

.input-form {
  padding: 0 0 26px;
}

.input-form input:focus {
  background-color: #f2f4f8;
  color: #3d3b3b;
  font-weight: 700;
}

.input-form input:focus::-webkit-input-placeholder {
  font-weight: 300 !important;
}

.input-form input:focus::-moz-placeholder {
  font-weight: 300 !important;
}

.input-form input:focus:-ms-input-placeholder {
  font-weight: 300 !important;
}

.input-form input:focus::-ms-input-placeholder {
  font-weight: 300 !important;
}

.input-form input:focus::placeholder {
  font-weight: 300 !important;
}

.input-form input:valid {
  font-weight: 700;
  color: #3d3b3b;
  background-color: #f2f4f8;
}

.input-form input:invalid {
  font-weight: 700;
  color: #3d3b3b;
  background-color: #fff;
}

.box-form .bt, .bt_pop {
  cursor: pointer;
  background-color: #a4bd77;
  margin: 40px 0 0;
}

.box-form .bt:hover {
  background-color: #90b54f;
}

.pol {
  font-size: 12px;
  text-align: center;
  margin: 14px 0 20px;
}

.b5-right {
  width: 100%;
  max-width: 455px;
  background: #3d3839 url(../img/form.jpg) center no-repeat;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.b5-right img {
  width: 142px;
}

.b5-logo {
  width: 100%;
  text-align: center;
  padding: 54px 0 0;
}

.b5-right p {
  color: #fff;
  width: 100%;
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 28px;
}

.b5-right p:first-letter {
  font-size: 20px;
}

.ft {
  background-color: #424242;
  padding: 55px 0 81px;
}

.ft-logo img {
  width: 112px;
}

.ft-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.ft-it {
  width: 100%;
  max-width: 195px;
}

.ft-it img {
  width: 112px;
}

.ft-zg {
  margin: 0 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 28.89px;
  /* Text style for "Н, аш адре" */
  letter-spacing: 0.5px;
  padding: 0 0 12px;
}

.ft-info, .ft-it a {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  display: block;
}

.ft-it ul {
  padding: 0;
  margin: 0;
}

.ft-it ul li {
  list-style: none;
  display: table;
}

.ft-it ul li a:hover {
  border-bottom: 1px solid #fff;
}

.ft-it ul li a {
  border-bottom: 1px solid #fff0;
}

.go-top {
  width: 29px;
  height: 29px;
  border-radius: 2px;
  display: block;
  position: absolute;
  right: 0;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='11px'%3e%3cpath fill-rule='evenodd' stroke='rgb(61, 59, 59)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.838,6.614 L7.422,1.029 L13.006,6.614 '/%3e%3c/svg%3e") top 10px center no-repeat;
}

.go-top:hover {
  background-color: #a4be76;
}

.ths-t1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 0 0;
}

.ths-t2 {
  text-align: center;
  font-size: 21px;
  margin: 6px 0 0;
  font-weight: 300;
}
.pop-main input {
  width: 100%;
  font-size: 13px;
}

.popup {
  width: 100%;
  max-width: 400px !important;
}
.page-news {
  max-width: 800px !important;
}

.nw-zg {
  font-weight: 800;
  font-size: 23px;
}
.nw-content p {
  line-height: 25px;
}
.nw-content p a {
  color: #a4bd77;
  border-bottom: 1px solid;
} 
ul.soc-box {
  display: flex;
}

ul.soc-box i {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  transition: 0.5s;
}

i.fb {
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 167.657 167.657' style='enable-background:new 0 0 167.657 167.657;' xml:space='preserve'%3e%3cg%3e%3cpath style='fill:%23fff;' d='M83.829,0.349C37.532,0.349,0,37.881,0,84.178c0,41.523,30.222,75.911,69.848,82.57v-65.081H49.626 v-23.42h20.222V60.978c0-20.037,12.238-30.956,30.115-30.956c8.562,0,15.92,0.638,18.056,0.919v20.944l-12.399,0.006 c-9.72,0-11.594,4.618-11.594,11.397v14.947h23.193l-3.025,23.42H94.026v65.653c41.476-5.048,73.631-40.312,73.631-83.154 C167.657,37.881,130.125,0.349,83.829,0.349z'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ") center no-repeat;
  background-size: contain;
}

i.inst {
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 89.758 89.758' style='enable-background:new 0 0 89.758 89.758;' xml:space='preserve'%3e%3cg%3e%3cpath style='fill:%23fff;' d='M58.255,23.88H31.503c-4.27,0-7.744,3.474-7.744,7.744v26.752c0,4.27,3.474,7.745,7.744,7.745 h26.752c4.27,0,7.745-3.474,7.745-7.745V31.624C66,27.354,62.526,23.88,58.255,23.88z M44.879,58.906 c-7.667,0-13.905-6.238-13.905-13.906c0-7.667,6.238-13.905,13.905-13.905c7.668,0,13.906,6.238,13.906,13.905 C58.785,52.667,52.546,58.906,44.879,58.906z M59.232,33.97c-1.815,0-3.291-1.476-3.291-3.29c0-1.814,1.476-3.29,3.291-3.29 c1.814,0,3.29,1.476,3.29,3.29C62.522,32.494,61.046,33.97,59.232,33.97z'/%3e%3cpath style='fill:%23fff;' d='M44.879,36.971c-4.426,0-8.03,3.602-8.03,8.028c0,4.428,3.604,8.031,8.03,8.031 c4.428,0,8.029-3.603,8.029-8.031C52.908,40.574,49.306,36.971,44.879,36.971z'/%3e%3cpath style='fill:%23fff;' d='M44.879,0C20.094,0,0,20.094,0,44.879c0,24.785,20.094,44.879,44.879,44.879 c24.785,0,44.879-20.094,44.879-44.879C89.758,20.094,69.664,0,44.879,0z M71.875,58.376c0,7.511-6.109,13.62-13.62,13.62H31.503 c-7.51,0-13.62-6.109-13.62-13.62V31.624c0-7.51,6.11-13.62,13.62-13.62h26.752c7.511,0,13.62,6.11,13.62,13.62V58.376z'/%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ") center no-repeat;
}

ul.soc-box li {
  margin: 0 17px 0 0px;
}

i.tg {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' fill='%23fff' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m12 24c6.629 0 12-5.371 12-12s-5.371-12-12-12-12 5.371-12 12 5.371 12 12 12zm-6.509-12.26 11.57-4.461c.537-.194 1.006.131.832.943l.001-.001-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953z'/%3e%3c/svg%3e") center no-repeat;
  background-size: contain;
}

ul.soc-box li a:hover {
  border: 0;
  opacity: 0.8;
}

ul.soc-box li a {
  transition: 0.5s;
  border: 0 !important;
}
.nw-content li {
  margin: 17px 0;
}
.b4-item:nth-child(3n) {
  margin-right: 0;
}
.nw-content .bt_pop {
    margin: 39px auto 0;
    text-align: center;
    max-width: initial;
    width: auto;
    display: table;
    padding: 0 28px;
}
.all-page-b1 {
  padding-bottom: 65px;
}

.all-page-b1:after {
  background: linear-gradient(180deg, #ffffff00, #000000);
}
.page_news {
  padding: 48px 0 61px;
}

.page_news .main {
  max-width: 950px;
}

.hleb {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hleb a {
  color: #000;
  border-bottom: 1px solid;
}
.news_content {
  padding: 12px 0 0;
}

.news_content p {
  font-size: 16px;
  line-height: 25px;
}
.news_content .bt {
  text-align: center;
  margin: 31px auto 0;
  margin: 39px auto 0;
  text-align: center;
  max-width: initial;
  width: auto;
  display: table;
  color: #fff;
  padding: 0 28px;
}
.news_content  a {
  color: #acbb80;
  border-bottom: 1px solid;
}
.date p {
  text-align: right;
  font-size: 14px;
  padding: 11px 0 0;
  color: #686868;
}
a.bt.bt_news {
  text-align: center;
  background-color: #a4bd77;
}

a.bt.bt_news:hover {
  opacity: 0.9;
}
.views {
  font-size: 11px;
  font-weight: 600;
  line-height: 18.05px;
  letter-spacing: 0.83px;
  display: flex;
  align-items: center;
  opacity: 0.6;
}

p.views i {
  display: block;
  width: 16px;
  height: 17px;
  margin: 0 4px 0 0px;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M508.745,246.041c-4.574-6.257-113.557-153.206-252.748-153.206S7.818,239.784,3.249,246.035 c-4.332,5.936-4.332,13.987,0,19.923c4.569,6.257,113.557,153.206,252.748,153.206s248.174-146.95,252.748-153.201 C513.083,260.028,513.083,251.971,508.745,246.041z M255.997,385.406c-102.529,0-191.33-97.533-217.617-129.418 c26.253-31.913,114.868-129.395,217.617-129.395c102.524,0,191.319,97.516,217.617,129.418 C447.361,287.923,358.746,385.406,255.997,385.406z'/%3e%3c/g%3e%3c/g%3e%3cpath d='M255.997,154.725c-55.842,0-101.275,45.433-101.275,101.275s45.433,101.275,101.275,101.275 s101.275-45.433,101.275-101.275S311.839,154.725,255.997,154.725z M255.997,323.516c-37.23,0-67.516-30.287-67.516-67.516 s30.287-67.516,67.516-67.516s67.516,30.287,67.516,67.516S293.227,323.516,255.997,323.516z'/%3e%3c/svg%3e ") center no-repeat;
  background-size: contain;
}


.bt_box .bt {
    text-align: center;
    color: #fff;
    margin: 0 0 0 9px;
    width: auto;
    max-width: initial;
    padding: 0 21px;
    line-height: 37px;
    font-size: 9px;
    letter-spacing: 0;
    border: 0;
}

.hleb > p {
    max-width: 700px;
    width: 100%;
}

.bt_box .bt:hover {
    opacity: 0.9;
}
.file_true {
  display: block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3e%3ccircle style='fill:%23334D5C;' cx='192' cy='192' r='192'/%3e%3cpath style='opacity:0.1;enable-background:new ;' d='M369.88,264.28L229.36,123.76l-10.72,8.32l57.68,74.4 c0.96,1.2,1.84,2.48,2.64,3.76L164.92,96.2c-16.64-16.96-43.76-19.16-63-4.24C81.16,108,77.4,137.92,93.44,158.68l91.8,118.4 c1.32,1.68,2.68,3.32,4.16,4.84v0.04l0.88,0.88l83.078,83.078C316.991,345.47,351.647,309.103,369.88,264.28z'/%3e%3cpath style='fill:%23FFFFFF;' d='M287.026,198.184l-57.672-74.408l-10.702,8.295l57.672,74.408 c17.179,22.162,13.122,54.169-9.04,71.347c-22.163,17.178-54.169,13.122-71.348-9.04l-91.783-118.418 c-11.489-14.823-8.78-36.229,6.043-47.717c14.822-11.489,36.23-8.776,47.719,6.046l91.24,117.718c6.1,7.87,4.66,19.23-3.209,25.329 c-7.87,6.098-19.229,4.66-25.328-3.21l-57.13-73.707l-10.702,8.295l57.129,73.707c10.671,13.768,30.558,16.287,44.325,5.616 c13.767-10.671,16.286-30.558,5.616-44.324l-91.241-117.718c-16.062-20.725-45.992-24.517-66.716-8.454 c-20.724,16.063-24.513,45.99-8.45,66.713l91.784,118.419c21.752,28.064,62.279,33.199,90.344,11.447 C303.642,266.776,308.778,226.247,287.026,198.184z'/%3e%3c/svg%3e ") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 50%;
  box-shadow: 0 0 18px 11px hsla(0, 0%, 100%, 0.21);
}

.b4-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.print {
  font-size: 0;
  display: block;
  border: 0 !important;
  width: 42px;
  border-radius: 4px;
  height: 42px;
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg id='Capa_1' fill='%23fff' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3e%3cg%3e%3cpath d='m437 129h-14v-54c0-41.355-33.645-75-75-75h-184c-41.355 0-75 33.645-75 75v54h-14c-41.355 0-75 33.645-75 75v120c0 41.355 33.645 75 75 75h14v68c0 24.813 20.187 45 45 45h244c24.813 0 45-20.187 45-45v-68h14c41.355 0 75-33.645 75-75v-120c0-41.355-33.645-75-75-75zm-318-54c0-24.813 20.187-45 45-45h184c24.813 0 45 20.187 45 45v54h-274zm274 392c0 8.271-6.729 15-15 15h-244c-8.271 0-15-6.729-15-15v-148h274zm89-143c0 24.813-20.187 45-45 45h-14v-50h9c8.284 0 15-6.716 15-15s-6.716-15-15-15h-352c-8.284 0-15 6.716-15 15s6.716 15 15 15h9v50h-14c-24.813 0-45-20.187-45-45v-120c0-24.813 20.187-45 45-45h362c24.813 0 45 20.187 45 45z'/%3e%3cpath d='m296 353h-80c-8.284 0-15 6.716-15 15s6.716 15 15 15h80c8.284 0 15-6.716 15-15s-6.716-15-15-15z'/%3e%3cpath d='m296 417h-80c-8.284 0-15 6.716-15 15s6.716 15 15 15h80c8.284 0 15-6.716 15-15s-6.716-15-15-15z'/%3e%3cpath d='m128 193h-48c-8.284 0-15 6.716-15 15s6.716 15 15 15h48c8.284 0 15-6.716 15-15s-6.716-15-15-15z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
  background-size: 20px;
  background-color: #a4be76;
}

.bt_box {
  display: flex;
}

.print:hover {
  opacity: 0.9;
}
.date {
  display: flex;
  justify-content: space-between;
}
.news_content .bt {
  background-color: #96b165;
  margin: -13px auto 0;
  width: 200px;
}
.page_news h1 {
  margin: 40px 0 12px;
}
.bg_box {
  background: #afbf80;
  padding: 31px;
  color: #000;
}
@media only screen and (max-width: 680px) {
  .main {
    width: 310px;
  }
  .b1 {
    padding: 38px 0 45px;
  }
  .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-top {
    padding: 18px 0;
  }
  .h1 {
    font-size: 26px;
  }
  .h1:first-letter {
    font-size: 33px;
  }
  .b1-content {
    padding: 55px 0 0;
  }
  .b1-content p {
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 16px;
  }
  .b1-content p br {
    display: none;
  }
  .zg {
    font-size: 25px;
  }
  .pod-zg {
    font-size: 20px;
  }
  .b2 {
    padding: 54px 0;
  }
  .b2-item {
    margin: 0 0 27px;
  }
  .b2-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b2-bt-box {
    padding: 0 0 0;
  }
  .zg br {
    display: none;
  }
  .b3 {
    padding: 36px 0;
  }
  .b3 .pod-zg:first-letter {
    font-size: 17px;
  }
  .b3-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 0 0;
  }
  .b3-item {
    margin: 0 0 55px;
  }
  .post-name {
    min-height: auto;
  }
  .b3-it-main {
    min-height: auto;
    padding: 0 0 24px;
  }
  .b4 {
    padding: 9px 0 24px;
  }
  .b4-img img {
    max-width: 100%;
  }
  .b4-item {
    margin: 0 0 38px;
  }
  .b4-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b5 {
    padding: 61px 0;
  }
  .b5-right {
    height: 395px;
    background-size: contain;
  }
  .ft-it {
    width: 50%;
    padding: 0 0 18px;
  }
  .ft-zg {
    padding: 0 0 0;
    margin: -4px 0 0;
  }
  a.go-top {
    bottom: -20px;
  }
  footer.ft {
    padding: 31px 0 38px;
  }
  .page_news h1 {
    font-size: 17px;
}

.hleb {
    font-size: 9px;
    line-height: 14px;
}

.news_content p, .news_content * {
    font-size: 14px;
    line-height: 22px;
}
.news_content * {
    max-width: 100%;
}
.news_content .bt {margin: 0 auto;line-height: 51px;}
}
.b4-img a {
  font-size: 0;
}

.b4-img img {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 549px) and (max-width: 680px) {
  .main {
    width: 540px;
  }
  .b2-item {
    width: 48%;
  }
  .b2-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b3-item {
    width: 48%;
  }
  .b3-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-name {
    min-height: 85px;
  }
  .b3-it-main {
    min-height: 484px;
  }
  .b5-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ft-it {
    width: 27%;
  }
  .ft-it:nth-child(4) {
    width: 19%;
  }
  .menu-top {
    max-width: 284px;
    margin: 0 0 0 56px;
  }
}

@media screen and (min-width: 681px) and (max-width: 980px) {
  .main {
    width: 680px;
  }
  .info-top {
    /* max-width: 200px; */
    margin: -106px 0 0 -201px;
  }

  .menu-top {
    margin: 0 -207px 0 98px;
  }
  .b1-content p br {
    display: none;
  }
  .b2-box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .b2-item {
    margin: 0 0 41px;
  }
  .b3-box {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .b4-item {
    width: 48%;
    margin: 0 0 36px;
  }
  .b4-item img {
    max-width: 100%;
  }
  .b4-box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  section.b4 {
    padding: 80px 0 82px;
  }
  .b5-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .b5-right {
    height: 426px;
    background-size: contain;
  }
  .ft-it {
    width: 25%;
  }
}

@media screen and (max-width: 1169px) and (min-width: 981px) {
  .main {
    width: 980px;
  }
  img {
    max-width: 100%;
  }
  .b2-item {
    width: 24%;
  }
  .b3-item {
    width: 24%;
  }
  .b4-item {
    width: 32%;
  }
}
