@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=cyrillic');
* {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-st {
  justify-content: flex-start;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
body {
  background: #fff;
  color: #5c5e5e;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Roboto;
}
.btn {
  background: #b52a25;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
}
.gwrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .gwrap {
    padding: 0 10px;
  }
}
.gtitle {
  color: #1f1d1d;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.mainview .header {
  margin: 0 auto -109px;
}
.mainview .slider .item {
  background: no-repeat center / cover;
  display: block;
}
.mainview .slider .item .btn {
  margin: 0 10px;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .mainview .slider .item .btn {
    margin: 10px;
  }
}
.mainview .slider .owl-nav {
  margin: auto;
  max-width: 1220px;
  width: 100%;
  position: relative;
}
@media (max-width: 1220px) {
  .mainview .slider .owl-nav {
    display: none;
  }
}
.mainview .slider .owl-nav .owl-prev {
  background: url("/usertpl/i/sld-arr-l.png");
  position: absolute;
  width: 42px;
  height: 42px;
  top: -340px;
  left: 0;
}
.mainview .slider .owl-nav .owl-next {
  background: url("/usertpl/i/sld-arr-r.png");
  position: absolute;
  width: 42px;
  height: 42px;
  top: -340px;
  right: 0;
}
.mainview .slider .overlay {
  min-height: 624px;
}
@media (max-width: 1220px) {
  .mainview .slider .overlay {
    min-height: 307px;
    padding: 100px 0 0;
  }
}
.mainview .slider .overlay .content {
  margin: auto;
  text-align: center;
}
@media (max-width: 1220px) {
  .mainview .slider .overlay .content {
    margin: 20px auto;
  }
}
.mainview .slider .overlay .content .logo {
  background: url("/usertpl/i/logo.png") no-repeat center / contain;
  width: 295px;
  height: 169px;
  margin: 0 auto 10px;
}
@media (max-width: 1220px) {
  .mainview .slider .overlay .content .logo {
    display: none;
  }
}
.mainview .slider .overlay .content .t {
  font-size: 41px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 13px #000;
  margin-bottom: 10px;
}
.realmview {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%), url("/usertpl/i/realmview.png") no-repeat center / cover;
  min-height: 269px;
}
.realmview .realmtitle {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 13px #000;
  font-size: 41px;
  font-weight: bold;
  padding: 40px 0;
}
.header {
  padding: 7px 0 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: relative;
  z-index: 11;
}
@media (max-width: 1220px) {
  .header .gwrap {
    justify-content: space-around;
  }
}
.header .logo {
  background: url("/usertpl/i/logo.png") no-repeat center / contain;
  width: 159px;
  height: 92px;
  display: block;
  margin: 0 0 10px;
}
.header .menu {
  font-size: 17px;
  font-weight: bold;
  margin: 35px 0 10px;
}
@media (max-width: 1220px) {
  .header .menu {
    display: none;
  }
}
.header .menu .item {
  display: block;
  text-decoration: none;
  padding: 0 15px;
  height: 22px;
  cursor: pointer;
  position: relative;
  color: inherit;
}
.header .menu div.item {
  background: url("/usertpl/i/menu-arrow.png") no-repeat right center;
}
.header .menu div.item:hover .sub {
  display: block;
}
.header .menu .sub {
  position: absolute;
  display: none;
  padding: 5px 0;
  font-weight: normal;
}
.header .menu .sub .sitem {
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
  color: inherit;
}
.header .menumobile {
  width: 100%;
  background: #3b89c4;
  padding: 10px 20px;
  display: none;
}
.header .menumobile a {
  text-decoration: none;
}
.header .menumobile .item {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.header .menumobile .sub {
  display: none;
}
.header .menumobile .sitem {
  display: block;
  padding: 5px 20px;
}
.header .menuicon {
  font-size: 10px;
  font-weight: 300;
  margin: 27px 0 0;
  display: none;
}
@media (max-width: 1220px) {
  .header .menuicon {
    display: block;
  }
}
.header .menuicon .img {
  background: url("/usertpl/i/menu.png") no-repeat center #b52a25;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  margin: 0 auto 5px;
}
.header .lc {
  font-size: 10px;
  font-weight: 300;
  margin: 27px 0 0;
  text-decoration: none;
  color: inherit;
}
.header .lc .img {
  background: url("/usertpl/i/cabinet.png") no-repeat center #b52a25;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  margin: 0 auto 5px;
}
.header .socblock {
  font-size: 10px;
  font-weight: 300;
  margin: 27px 0 10px;
  min-width: 130px;
}
@media (max-width: 420px) {
  .header .socblock {
    display: none;
  }
}
.header .socblock a {
  display: block;
}
.header .socblock .in {
  background: url("/usertpl/i/soc-in.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
.header .socblock .fb {
  background: url("/usertpl/i/soc-fb.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
.header .socblock .yt {
  background: url("/usertpl/i/soc-yt.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
.header .lang {
  font-size: 13px;
  margin: 27px 0 10px;
  font-weight: bold;
  width: 110px;
  align-items: baseline;
}
.header .lang a {
  display: block;
  background: #b52a25;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
}
.polinfo {
  margin: -66px auto 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1220px) {
  .polinfo {
    justify-content: space-around;
    margin: 0 auto;
  }
}
.polinfo .block {
  background: #3b89c4;
  color: #fff;
  padding: 25px 24px 14px;
  border-radius: 4px 4px 0 0;
  max-width: 398px;
  width: 100%;
}
@media (max-width: 1220px) {
  .polinfo .block {
    margin-bottom: 10px;
  }
}
.polinfo .block .t {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 7px;
}
.polinfo .block .d {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
}
.polinfo .block .more {
  display: block;
  background: url("/usertpl/i/polinfo-more.png") no-repeat right center;
  padding-right: 26px;
  text-align: right;
}
.activityblock {
  padding: 60px 0 57px;
  background: url("/usertpl/i/bg-world.png") no-repeat center top / cover;
}
@media (max-width: 1220px) {
  .activityblock {
    padding: 60px 10px 57px;
  }
}
.activityblock .descr {
  margin-bottom: 40px;
}
.activityblock .item {
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .activityblock .item {
    min-width: 50%;
  }
}
.activityblock .item .n {
  color: #3b89c4;
  font-size: 62px;
}
.activityblock .item .d {
  color: #3a3b3b;
  padding-left: 10px;
  border-left: 2px solid #b52a25;
}
.howwork {
  background: #3b89c4;
  color: #f4f4f4;
  padding: 20px 0 0;
}
.howwork .t {
  font-size: 32px;
  min-height: 52px;
  line-height: 52px;
  margin: 0 36px 20px 0;
}
@media (max-width: 1220px) {
  .howwork .t {
    line-height: normal;
  }
}
.howwork .btn {
  background: url("/usertpl/i/howwork.png") no-repeat 16px center #b52a25;
  font-size: 14px;
  padding: 17px 17px 17px 69px;
  margin-bottom: 20px;
  height: 52px;
}
.advantageblock {
  background: #b52a25;
  padding: 25px 0 25px;
  color: #fff;
}
.advantageblock .gtitle {
  color: #fff;
}
.advantageblock .descr {
  margin-bottom: 20px;
}
@media (max-width: 1220px) {
  .advantageblock .wrap {
    justify-content: space-around;
  }
}
.advantageblock .item {
  max-width: 145px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.advantageblock .item:nth-child(1) .img {
  background-image: url("/usertpl/i/adv-1.png");
}
.advantageblock .item:nth-child(2) .img {
  background-image: url("/usertpl/i/adv-2.png");
}
.advantageblock .item:nth-child(3) .img {
  background-image: url("/usertpl/i/adv-3.png");
}
.advantageblock .item:nth-child(4) .img {
  background-image: url("/usertpl/i/adv-4.png");
}
.advantageblock .item:nth-child(5) .img {
  background-image: url("/usertpl/i/adv-5.png");
}
.advantageblock .item:nth-child(6) .img {
  background-image: url("/usertpl/i/adv-6.png");
}
.advantageblock .item:nth-child(7) .img {
  background-image: url("/usertpl/i/adv-7.png");
}
.advantageblock .item .img {
  height: 72px;
  background: no-repeat center;
  margin-bottom: 7px;
}
.newsblock {
  padding: 60px 0 55px;
}
@media (max-width: 1220px) {
  .newsblock {
    padding: 40px 10px;
  }
}
@media (max-width: 1220px) {
  .newsblock .wrap {
    justify-content: space-around;
  }
}
.news-list {
  width: 298px;
  margin: 0 7px 30px 0;
}
@media (max-width: 1220px) {
  .news-list {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 400px) {
  .news-list {
    display: flex;
    justify-content: space-between;
  }
}
.news-list:nth-child(4n) {
  margin-right: 0;
}
.news-list .img {
  display: block;
  height: 194px;
  background: no-repeat center center / cover;
  margin-bottom: 12px;
}
@media (max-width: 400px) {
  .news-list .img {
    width: 48%;
    height: 120px;
  }
}
@media (max-width: 400px) {
  .news-list .content {
    width: 48%;
  }
}
.news-list .date {
  font-size: 16px;
  color: #838585;
  margin-bottom: 15px;
}
.news-list .title {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  color: #413c3c;
  margin-bottom: 10px;
}
.news-list .more {
  color: #2b77b7;
  font-size: 15px;
  font-weight: 300;
  display: block;
}
.news {
  padding: 25px 0;
}
@media (max-width: 1220px) {
  .news {
    padding: 25px 10px;
  }
}
.news::after {
  content: '';
  display: block;
  clear: both;
}
.news .img {
  background: no-repeat center / cover;
  max-width: 420px;
  width: 100%;
  height: 240px;
  float: left;
  margin: 3px 10px 5px 0;
}
.footer {
  background: #363737;
  color: #fff;
  padding: 45px 0 30px;
}
.footer a {
  text-decoration: none;
}
.footer .block {
  margin-bottom: 25px;
}
.footer .block .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .block .item {
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.footer .block .item:last-child {
  margin-bottom: 0;
}
.footer .block .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background: #3b89c4;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.footer .adr {
  padding-left: 25px;
  background: url("/usertpl/i/f-adr.png") no-repeat left top;
  margin-bottom: 10px;
}
.footer .phone {
  padding-left: 25px;
  background: url("/usertpl/i/f-phone.png") no-repeat left top;
  margin-bottom: 25px;
  min-height: 20px;
  display: block;
}
.footer .app-gl {
  background: url("/usertpl/i/app-gl.png");
  width: 158px;
  height: 58px;
}
.footer .app-ios {
  background: url("/usertpl/i/app-ios.png");
  width: 158px;
  height: 59px;
}
.footer .bottom {
  font-size: 13px;
  font-weight: 300;
}
.footer .socblock {
  font-size: 10px;
  font-weight: 300;
  margin: 27px 0 10px;
  min-width: 130px;
  min-width: auto;
}
@media (max-width: 420px) {
  .footer .socblock {
    display: none;
  }
}
.footer .socblock a {
  display: block;
}
.footer .socblock .in {
  background: url("/usertpl/i/soc-in.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
.footer .socblock .fb {
  background: url("/usertpl/i/soc-fb.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
.footer .socblock .yt {
  background: url("/usertpl/i/soc-yt.png");
  width: 39px;
  height: 38px;
  margin-bottom: 2px;
}
@media (max-width: 420px) {
  .footer .socblock {
    display: block;
  }
}
.way {
  background: #f7f7f7;
  color: #757575;
  font-weight: 300;
  padding: 10px 0;
}
.way a {
  text-decoration: none;
}
.indexcontent {
  padding: 25px 0 70px;
}
@media (max-width: 1220px) {
  .indexcontent {
    padding: 25px 10px 50px;
  }
}
@media (max-width: 1220px) {
  .contentwrap {
    justify-content: space-around;
    padding: 25px 10px;
  }
}
.paging {
  text-align: center;
  margin: 0 auto 20px;
}
.paging .page {
  margin: 5px;
  display: inline-block;
}
.bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.popup {
  margin: auto;
  display: none;
  position: relative;
  max-width: 710px;
  width: 100%;
  border: 12px solid #3b89c4;
}
.popup .img {
  width: 100%;
  height: 426px;
  background: no-repeat center / cover;
  display: block;
}
.popup .close {
  position: absolute;
  top: -40px;
  right: -35px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: -52px;
  right: -47px;
}
@media (max-width: 680px) {
  .popup .close {
    right: 10px;
    top: 10px;
  }
}
.pop {
  margin: auto;
  background: #3b89c4;
  padding: 0;
  max-width: 600px;
  width: 100%;
  display: none;
  font-size: 16px;
  position: relative;
}
.pop .view {
  padding: 30px;
  background: #fff;
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .content {
  margin: 0;
}
.pop .close {
  position: absolute;
  top: -40px;
  right: -35px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 680px) {
  .pop .close {
    right: 10px;
    top: 10px;
  }
}
.pop select {
  display: block;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 49%;
  padding: 8px 10px;
  margin-bottom: 20px;
  border: 1px solid #3b89c4;
  border-width: 0 0 1px 0;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 20px;
  background: #fafafa;
  border: none;
  border-radius: 10px;
}
.pop .btn {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  padding: 10px;
}
.pop .overlay {
  padding: 12px;
  margin: 0;
}
.pop .descr {
  margin-bottom: 10px;
}
.loader {
  background: url(/usertpl/i/loader.svg) no-repeat center center / 25% rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.popup-small {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 20;
}
.popup-small img {
  display: block;
  max-width: 100%;
}
.popup-small .close {
  position: absolute;
  top: -22px;
  right: 0;
  background: url("/usertpl/i/pop-small-close.png");
  width: 19px;
  height: 22px;
  cursor: pointer;
}
.sections {
  padding: 10px 0;
}
.sections .section {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #3b89c4;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 10px 0;
}
.regform {
  margin-bottom: 60px;
}
.regform form {
  width: 45%;
}
.regform form input,
.regform form select {
  display: block;
  border: 1px solid #dae1e8;
  border-radius: 3px;
  padding: 5px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  margin-bottom: 10px;
  width: 100%;
}
.regform form .elem-name::after {
  color: red;
  content: " *";
}
.regform .description {
  width: 45%;
}
