@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-st {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
html {
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  font-size: 14px;
  background: url("/usertpl/i/bg-bottom.png") no-repeat center bottom / 100%, no-repeat linear-gradient(to bottom, #4591e1 0%, #dcf4ff 320px, #dcf4ff 100%);
  color: #0e0e0e;
}
.gwrap {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .gwrap {
    padding: 0 20px;
  }
}
.gtitle {
  color: #323436;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.header {
  padding: 16px 0 8px;
  color: #fff;
}
@media (max-width: 1050px) {
  .header {
    justify-content: space-around;
    color: #0e0e0e;
    margin: 0 0 20px;
  }
}
.header .logowrap {
  align-items: center;
}
.header .logowrap .logo {
  background: url("/usertpl/i/logo.png") no-repeat center;
  width: 129px;
  height: 129px;
  margin: 0 15px 0 0;
  display: block;
}
@media (max-width: 1050px) {
  .header .logowrap .logo {
    width: 100%;
    margin: 0 0 10px;
  }
}
.header .logowrap .logotext .title {
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .header .logowrap .logotext .title {
    text-align: center;
  }
}
.header .logowrap .logotext .descr {
  align-items: center;
}
@media (max-width: 1050px) {
  .header .logowrap .logotext .descr {
    justify-content: space-around;
  }
}
.header .logowrap .logotext .descr .text {
  font-size: 14px;
  width: 310px;
  margin: 0 17px 0 0;
}
@media (max-width: 1050px) {
  .header .logowrap .logotext .descr .text {
    margin: 0 0 10px;
    text-align: center;
  }
}
.header .logowrap .logotext .descr .soc {
  width: 62px;
  margin: 0 30px 0 0;
}
.header .logowrap .logotext .descr .soc .item {
  width: 28px;
  height: 28px;
  display: block;
  background: no-repeat center;
}
.header .logowrap .logotext .descr .soc .item.fb {
  background-image: url("/usertpl/i/soc-fb.png");
}
.header .logowrap .logotext .descr .soc .item.in {
  background-image: url("/usertpl/i/soc-in.png");
}
.header .logowrap .logotext .descr .soc .item.yt {
  background-image: url("/usertpl/i/soc-yt.png");
}
.header .logowrap .logotext .descr .lang {
  display: flex;
}
.header .logowrap .logotext .descr .lang a {
  background: #761cd2;
}
.header .logowrap .logotext .descr .lang div {
  background: #cd0b42;
}
.header .logowrap .logotext .descr .lang .item {
  display: block;
  margin: 0 3px;
  text-decoration: none;
  padding: 4px 5px;
  border-radius: 4px;
  height: 28px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.header .r {
  padding: 30px 0 0;
  max-width: 350px;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1050px) {
  .header .r {
    padding: 10px 0 0;
  }
}
.header .r a {
  text-decoration: none;
}
.header .r .contacts {
  margin: 0 14px 0 0;
}
@media (max-width: 1050px) {
  .header .r .contacts {
    margin: 0;
    text-align: center;
  }
}
.header .r .contacts .phones {
  font-size: 23px;
  font-weight: bold;
}
.header .r .lang {
  padding: 6px 0 0;
  width: 41px;
  height: 61px;
}
@media (max-width: 1050px) {
  .header .r .lang {
    width: 95px;
    height: auto;
  }
}
.header .r .lang .item {
  border-radius: 4px;
  text-align: center;
  width: 41px;
  height: 26px;
  line-height: 26px;
  display: block;
  margin: 0 0 9px;
}
@media (max-width: 1050px) {
  .header .r .lang .item {
    margin: 0;
  }
}
.header .r .lang .item:last-child {
  margin: 0;
}
.header .r .lang div {
  background: #0579bd;
}
.header .r .lang a {
  background: #1891d7;
}
@media (max-width: 1050px) {
  .header .r .screenreader {
    text-align: center;
  }
}
.menu {
  margin: 0 0 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1050px) {
  .menu {
    display: none;
  }
}
.menu .item {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  border-radius: 4px;
  padding: 12px;
  margin: 0 9px 0 0;
  text-decoration: none;
}
.menu .item:last-child {
  margin: 0;
}
.menu .item:nth-child(5n+1) {
  background: #cd0b42;
}
.menu .item:nth-child(5n+2) {
  background: #761cd2;
}
.menu .item:nth-child(5n+3) {
  background: #0bc1bf;
}
.menu .item:nth-child(5n+4) {
  background: #f37021;
}
.menu .item:nth-child(5n) {
  background: #3ac10b;
}
@media (max-width: 1050px) {
  .menu .item {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    padding: 12px 20px;
  }
}
.menu .item.main {
  background: url("/usertpl/i/home.png") no-repeat center #cd0b42;
  width: 43px;
}
@media (max-width: 1050px) {
  .menu .item.main {
    background-position: 40px center;
    width: 100%;
    height: 46px;
  }
}
.menu-icon {
  display: none;
  background: url("/usertpl/i/menu.svg") no-repeat 10px center #cd0b42;
  color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 900;
  border-radius: 4px;
  padding: 0 10px 0 55px;
  text-decoration: none;
  margin: 0 0 20px;
}
@media (max-width: 1050px) {
  .menu-icon {
    display: block;
  }
}
.footer {
  padding: 80px 0 40px;
  font-size: 13px;
}
.footer a {
  text-decoration: none;
}
.footer .fmenu {
  flex-direction: column;
  height: 110px;
  max-width: 630px;
}
@media (max-width: 1050px) {
  .footer .fmenu {
    padding: 30px 0;
    height: auto;
    flex-direction: row;
  }
}
.footer .fmenu .item {
  display: block;
  position: relative;
  padding-left: 15px;
  margin: 0 40px 4px 0;
}
.footer .fmenu .item::before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #0e0e0e;
}
.footer .r {
  text-align: right;
  flex-direction: column;
}
@media (max-width: 1050px) {
  .footer .r {
    flex-direction: row;
    width: 100%;
  }
}
.footer .r .soc {
  width: 70px;
}
.footer .r .soc .item {
  display: block;
  width: 31px;
  height: 31px;
  background: no-repeat center;
}
.footer .r .soc .item.fb {
  background-image: url("/usertpl/i/soc2-fb.png");
}
.footer .r .soc .item.in {
  background-image: url("/usertpl/i/soc2-in.png");
}
.footer .r .soc .item.yt {
  background-image: url("/usertpl/i/soc2-yt.png");
}
.way {
  margin: 0 0 20px;
}
.section-list {
  margin: 0 0 20px;
}
.section-list .section {
  margin: 0 20px 10px 0;
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  border-radius: 4px;
  padding: 0 30px;
  text-decoration: none;
}
@media (max-width: 1050px) {
  .section-list .section {
    width: 100%;
    margin: 0 0 10px;
  }
}
.section-list .section:last-child {
  margin: 0;
}
.section-list .section:nth-child(5n+1) {
  background: #cd0b42;
}
.section-list .section:nth-child(5n+2) {
  background: #761cd2;
}
.section-list .section:nth-child(5n+3) {
  background: #0bc1bf;
}
.section-list .section:nth-child(5n+4) {
  background: #f37021;
}
.section-list .section:nth-child(5n) {
  background: #3ac10b;
}
.section-descr {
  margin: 0 0 20px;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}
.mainslider {
  margin: 0 0 40px;
}
.mainslider .item {
  height: 362px;
  background: no-repeat center / cover;
  border-radius: 4px;
}
@media (max-width: 1050px) {
  .mainslider .item {
    height: 200px;
  }
}
.mainslider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 21px);
  left: -7px;
  background: url("/usertpl/i/arrow-l.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.mainslider .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 21px);
  right: -7px;
  background: url("/usertpl/i/arrow-r.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.cols .col-l {
  max-width: 784px;
  width: 100%;
}
.cols .col-r {
  max-width: 252px;
  width: 100%;
}
@media (max-width: 1050px) {
  .cols .col-r {
    max-width: none;
  }
}
.cols .col-r .director {
  background: no-repeat center / cover;
  width: 252px;
  height: 362px;
  color: #fff;
  padding: 280px 29px 5px;
  margin: 0 auto 40px;
}
.cols .col-r .director .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
.cols .col-r .director .link {
  font-size: 13px;
  font-weight: 300;
}
.paging {
  text-align: center;
  padding: 10px 0;
}
.paging .page {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  margin: 0 5px 10px;
  text-decoration: none;
  padding: 0 12px;
}
.paging .page:nth-child(5n+1) {
  background: #cd0b42;
}
.paging .page:nth-child(5n+2) {
  background: #761cd2;
}
.paging .page:nth-child(5n+3) {
  background: #0bc1bf;
}
.paging .page:nth-child(5n+4) {
  background: #f37021;
}
.paging .page:nth-child(5n) {
  background: #3ac10b;
}
.person-list {
  width: 202px;
  margin: 0 10px 30px 0;
}
.person-list:nth-child(5n) {
  margin: 0 0 30px;
}
.person-list .img {
  height: 241px;
  background: no-repeat center / contain;
  margin: 0 0 15px;
}
.person-list .position {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 10px;
}
.person-list .name {
  font-size: 15px;
  font-weight: bold;
}
.news-list {
  width: 202px;
  margin: 0 10px 30px 0;
}
.news-list:nth-child(5n) {
  margin: 0 0 30px;
}
.news-list .img {
  height: 241px;
  background: no-repeat center / cover;
  margin: 0 0 15px;
  display: block;
}
.news-list .title {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.news .title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}
.news .date {
  margin: 0 0 10px;
  font-size: 12px;
}
.news .content::after {
  content: '';
  display: block;
  clear: both;
}
.news .content .img {
  width: 280px;
  height: 200px;
  margin: 5px 15px 10px 0;
  float: left;
  background: no-repeat center / cover;
}
@media (max-width: 1050px) {
  .news .content .img {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
}
.image-list {
  width: 202px;
  margin: 0 10px 30px 0;
  height: 200px;
  background: no-repeat center / cover;
  display: block;
}
.image-list:nth-child(5n) {
  margin: 0 0 30px;
}
.personblock {
  padding: 0 0 30px;
}
@media (max-width: 1050px) {
  .personblock .person-list {
    margin: 0 auto;
  }
}
.personblock .owl-nav .owl-prev {
  position: absolute;
  top: 98px;
  left: -7px;
  background: url("/usertpl/i/arrow-l.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.personblock .owl-nav .owl-next {
  position: absolute;
  top: 98px;
  right: -7px;
  background: url("/usertpl/i/arrow-r.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.pollinksblock {
  padding: 0 0 40px;
}
.pollinksblock .pollink {
  display: block;
  width: 253px;
  height: 118px;
  background: no-repeat center / contain;
  margin: 0 auto;
}
.pollinksblock .owl-nav .owl-prev {
  position: absolute;
  top: 33px;
  left: -7px;
  background: url("/usertpl/i/arrow-l.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.pollinksblock .owl-nav .owl-next {
  position: absolute;
  top: 33px;
  right: -7px;
  background: url("/usertpl/i/arrow-r.png") no-repeat center #f2efef;
  border-radius: 4px;
  width: 42px;
  height: 42px;
}
.file-list {
  width: 100%;
  margin: 0 0 20px;
}
.file-list td.download {
  width: 80px;
}
.file-list a {
  background: url("/usertpl/i/download.svg") no-repeat center #0bc1bf;
  background-size: 20px;
  display: block;
  width: 64px;
  height: 32px;
  transition: 0.2s;
  border: none;
  border-radius: 4px;
}
.file-list a:hover {
  background: url("/usertpl/i/download.svg") no-repeat center bottom #761cd2;
  background-size: 20px;
}
@media (max-width: 1050px) {
  .contentlist {
    justify-content: space-around;
  }
}
