@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,500,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .flex {
    justify-content: space-around;
  }
}
.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .flex {
    -webkit-justify-content: space-around;
  }
}
.flex-st {
  justify-content: flex-start;
}
.flex-col {
  flex-direction: column;
}
body {
  padding: 0;
  margin: 0;
  font: 15px "Roboto Condensed";
  color: #444;
  background: #fff;
}
p {
  margin-top: 0;
}
a {
  color: inherit;
}
input,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
}
input,
textarea {
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 12px;
  outline: none;
}
.invalid {
  border-color: red !important;
  box-shadow: 0 0 3px red !important;
}
.js-getform {
  cursor: pointer;
}
.gwrap {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .gwrap {
    padding: 0 10px;
  }
}
.gtitle {
  text-align: center;
  font-size: 37px;
  color: #080808;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
.gtitle.l {
  text-align: left;
}
.glink {
  display: inline-block;
  color: #727171;
  font-size: 29px;
  margin-bottom: 15px;
  padding-left: 12px;
  background: url(/usertpl/i/glink.png) no-repeat left center;
}
.btn {
  background: url(/usertpl/i/arrow-btn.png) no-repeat right 20px center #eb840b;
  color: #fff;
  padding-right: 45px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.btn3 {
  background: #eb840b;
  line-height: 24px;
  display: inline-block;
  padding: 13px 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #eb840b;
}
.btn3.outline {
  background: none;
  border: 1px solid #eb840b;
  color: #eb840b;
}
.indexcontent {
  margin-bottom: 30px;
}
.indexcontent img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 600px) {
  .indexcontent img {
    margin: 0 0 10px !important;
    max-width: 100%;
    width: auto !important;
  }
}
.content img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 600px) {
  .content img {
    margin: 0 0 10px !important;
    max-width: 100%;
    width: auto !important;
  }
}
.header {
  padding-top: 33px;
  color: #838282;
}
.header .t {
  font-size: 14px;
}
.header .b {
  font-size: 14px;
}
.header > div {
  margin-bottom: 30px;
}
.header .logo {
  background: url("/usertpl/i/logo.svg") no-repeat center center / contain;
  width: 240px;
  height: 83px;
  margin-bottom: 30px;
}
.header .tlogo {
  font-size: 20px;
}
.header .tlogo .a {
  color: #5c5858;
  font-weight: bold;
  color: #0057a5;
  margin-bottom: 12px;
}
.header .tlogo .d {
  line-height: 18px;
}
.header .sep {
  width: 1px;
  background: #c5c4c4;
}
@media (max-width: 1200px) {
  .header .sep {
    display: none;
  }
}
.header .compas {
  padding: 0 0 10px;
  width: 280px;
  font-size: 14px;
  /*background: url(/usertpl/i/head-compas.png) no-repeat top left;*/
}
@media (max-width: 500px) {
  .header .compas {
    text-align: center;
  }
}
.header .compas .m {
  font-size: 20px;
  font-weight: bold;
  color: #5c5858;
}
.header .compas .b {
  width: 100%;
}
.header .compas .auth {
  display: inline-block;
  border-bottom: 1px dashed;
}
.header .curr {
  width: 193px;
  padding-bottom: 10px;
}
.header .curr .item {
  width: 59px;
  text-align: center;
  background: #f6f6f6;
  color: #000;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.header .curr .b {
  text-align: right;
}
.header .cont {
  padding-bottom: 10px;
  text-align: right;
  position: relative;
}
@media (max-width: 500px) {
  .header .cont {
    text-align: center;
  }
}
.header .cont .phone {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.header .cont .phone.hot {
  background: url("/usertpl/i/head-phone.png") no-repeat left center / contain;
  padding-left: 16px;
}
.header .cont .phone span {
  font-weight: bold;
}
.header .cont .b {
  text-align: right;
}
@media (max-width: 500px) {
  .header .cont .b {
    text-align: center;
  }
}
.header .cont .b a {
  margin-left: 20px;
  display: inline-block;
}
.header .cont .recall {
  display: inline-block;
  background: url(/usertpl/i/head-recall.png) no-repeat left center;
  height: 19px;
  line-height: 19px;
  padding-left: 29px;
}
.header .cont .recall span {
  display: inline-block;
  border-bottom: 1px dashed;
}
.menu {
  margin-bottom: -35px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1200px) {
  .menu {
    background: url(/usertpl/i/menu_mobile.png) no-repeat 20px 17px, url(/usertpl/i/menu-arrow-down.png) no-repeat right 20px top 19px #eb840b;
    padding-top: 50px;
    cursor: pointer;
    width: 90%;
  }
  .menu.open {
    background: url(/usertpl/i/menu_mobile.png) no-repeat 20px 17px, url(/usertpl/i/menu-arrow-up.png) no-repeat right 20px top 19px #eb840b;
  }
}
.menu .item {
  background: #eb840b;
  padding: 20px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-right: 1px;
  flex-grow: 1;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .menu .item {
    display: none;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
  }
}
.menu .item .link {
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transition: 0.2s;
}
.menu .item:hover .link,
.menu .item.act .link {
  background: #757373;
}
.menu .sub {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  display: none;
  min-width: 100%;
}
@media (max-width: 1200px) {
  .menu .sub {
    position: static;
  }
}
.menu .sub .sitem {
  background: #eb840b;
  text-align: left;
  padding: 5px 10px;
  margin-bottom: 1px;
}
.menu .sub .sitem .slink {
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  transition: 0.2s;
  font-weight: normal;
  line-height: 15px;
}
.menu .sub .sitem .slink:hover {
  background: #757373;
}
/*
.mainslider {
  color:#fff;margin-bottom: -10px;
  .l {
    width: 65%;
    @media (max-width: 800px) {width: 100%;}
    .wrap {
      .owl-dots {
        bottom:25px;padding-left: 15%;position: absolute;width: 100%;
        .owl-dot {
          background: @color-orange;display: inline-block;margin-right: 7px;cursor: pointer;width: 33px;height: 11px;border: solid @color-orange;border-width: 3px 6px 2px;
          &.active {background:#757373;}
        }
      }
    }
  }
  .r {
    width: 35%;
    @media (max-width: 800px) {width: 100%;}
  }
  .item {
    background: no-repeat center center / cover;height: 285px;padding: 190px 10px 10px 35px;display: block;text-decoration: none;
    @media (max-width: 800px) {height: 260px;padding: 20px;}
    @media (max-width: 600px) {height: 240px;}
    @media (max-width: 480px) {height: 220px;}
    @media (max-width: 400px) {height: 200px;}
    .title {font-size: 31px;font-weight: bold;max-width: 150px;line-height: 28px;}
    &.main {
      height: 570px;position: relative;padding: 180px 10px 10px 15%;
      @media (max-width: 800px) {height: 480px;}
      @media (max-width: 600px) {height: 380px;padding: 20px;}
      @media (max-width: 480px) {height: 300px;}
      @media (max-width: 400px) {height: 240px;}
      .title {font-size: 77px;line-height: 87px;margin-bottom: 15px;max-width: 460px;}
      .descr {font-size: 22px;margin-bottom: 25px;max-width: 460px;}
      .btn {font-size: 21px;width: 198px;height: 47px;line-height: 47px;}
    }
  }
}
*/
.mainslider2 {
  margin: 0 0 -10px;
}
.mainslider2 .l {
  width: 75%;
  height: 800px;
  position: relative;
}
@media (max-width: 1190px) {
  .mainslider2 .l {
    width: 100%;
    height: auto;
  }
}
.mainslider2 .l .bus {
  background: url("/usertpl/i/mainslider2-2.png") no-repeat left center / cover;
  width: 428px;
  height: 800px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 1190px) {
  .mainslider2 .l .bus {
    background: url("/usertpl/i/mainslider2-2-small.png?r=2020-06-22-1") no-repeat center right;
    width: 101px;
    height: 407px;
  }
}
.mainslider2 .l .item {
  background: no-repeat center center / cover;
  height: 800px;
  padding: 190px 0 0 370px;
}
@media (max-width: 1400px) {
  .mainslider2 .l .item {
    padding: 190px 0 0 40px;
  }
}
@media (max-width: 1190px) {
  .mainslider2 .l .item {
    padding: 63px 18px 57px;
    height: 407px;
  }
}
.mainslider2 .l .item .title {
  font-weight: bold;
  font-size: 102px;
  line-height: 34px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .title {
    font-size: 42px;
    line-height: 34px;
    margin: 0 0 23px;
  }
}
.mainslider2 .l .item .title2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
  min-height: 40px;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .title2 {
    font-size: 16px;
    line-height: 19px;
  }
}
.mainslider2 .l .item .descr1 {
  background: #F9EA37;
  display: inline-block;
  padding: 38px 36px 34px;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #000;
  margin: 0 0 38px;
  text-decoration: none;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .descr1 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 20px;
    padding: 12px 16px;
  }
}
.mainslider2 .l .item .descr2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  min-height: 180px;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .descr2 {
    font-size: 16px;
    line-height: 19px;
    max-width: 180px;
    min-height: 107px;
  }
}
.mainslider2 .l .item .descr2 .text {
  padding-left: 26px;
  position: relative;
  max-width: 340px;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .descr2 .text {
    padding-left: 13px;
  }
}
.mainslider2 .l .item .descr2 .text::after {
  content: '';
  display: block;
  width: 3px;
  height: calc(100% - 14px);
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .descr2 .text::after {
    top: 3px;
    height: calc(100% - 6px);
    width: 2px;
  }
}
.mainslider2 .l .item .link {
  font-size: 17px;
  line-height: 24px;
  padding: 18px 29px;
  text-transform: uppercase;
}
@media (max-width: 1190px) {
  .mainslider2 .l .item .link {
    font-weight: bold;
    font-size: 12px;
    padding: 8px 16px;
  }
}
.mainslider2 .l .owl-dots {
  position: absolute;
  bottom: 62px;
  left: 370px;
  display: flex;
}
@media (max-width: 1400px) {
  .mainslider2 .l .owl-dots {
    left: 40px;
  }
}
@media (max-width: 1190px) {
  .mainslider2 .l .owl-dots {
    bottom: 23px;
    left: 18px;
  }
}
.mainslider2 .l .owl-dots .owl-dot {
  width: 80px;
  height: 6px;
  background: #fff;
  margin: 0 15px 0 0;
}
@media (max-width: 1190px) {
  .mainslider2 .l .owl-dots .owl-dot {
    width: 20px;
    margin: 0 6px 0 0;
    height: 4px;
  }
}
.mainslider2 .l .owl-dots .owl-dot.active {
  background: #eb840b;
}
.mainslider2 .r {
  width: 25%;
  height: 800px;
  background: #35529C;
  color: #fff;
  padding: 160px 0 0;
}
@media (max-width: 1190px) {
  .mainslider2 .r {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }
}
.mainslider2 .r .content {
  width: 318px;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 1190px) {
  .mainslider2 .r .content {
    font-size: 15px;
  }
}
.mainslider2 .r .content a {
  text-decoration: none;
}
.mainslider2 .r .content .title {
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 22px;
}
.mainslider2 .r .content .btn3 {
  text-transform: uppercase;
  margin: 35px 0 0;
  font-size: 16px;
}
@media (max-width: 1190px) {
  .mainslider2 .r .content .btn3 {
    margin: 25px 0 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 14px;
    width: 100%;
    text-align: center;
  }
}
.mainslider2 .r .content .line1 {
  height: 2px;
  background: #fff;
  margin: 30px 0;
}
@media (max-width: 1190px) {
  .mainslider2 .r .content .line1 {
    margin: 20px 0;
  }
}
.mainslider2 .r .content .bot {
  background: url("/usertpl/i/bot.svg") no-repeat left top / 26px;
  padding-left: 33px;
  display: inline-block;
  margin: 0 3px;
}
.mainblocks {
  position: relative;
  z-index: 3;
}
.mainblocks .mainblock {
  background: no-repeat 23px center #eb840b;
  width: 49.75%;
  height: 138px;
  margin-bottom: 20px;
  padding: 30px 10px 30px 113px;
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
@media (max-width: 640px) {
  .mainblocks .mainblock {
    width: 100%;
  }
}
.mainblocks .mainblock .t {
  font-size: 39px;
  font-weight: bold;
}
.mainblocks .mainblock .d {
  font-size: 17px;
}
.mainblocks .mainblock .arrow {
  background: url(/usertpl/i/arrow-btn.png);
  width: 25px;
  height: 25px;
  position: absolute;
  right: 32px;
  bottom: 29px;
}
.mainblocks .mainblock.tour {
  background-image: url(/usertpl/i/mainblock-tour.png);
}
.mainblocks .mainblock.hotel {
  background-image: url(/usertpl/i/mainblock-hotel.png);
  background-position: 26px center;
}
.mainblocks .mainblock.ticket {
  background-image: url(/usertpl/i/mainblock-ticket.png);
  background-position: 16px center;
}
.mainblocks .mainblock.cruise {
  background-image: url(/usertpl/i/mainblock-cruise.png);
  background-position: 12px center;
}
.specpred-list {
  width: 276px;
  margin-bottom: 55px;
}
.specpred-list > a {
  display: block;
}
.specpred-list .img {
  height: 276px;
  border-radius: 50%;
  background: no-repeat center center / cover;
  margin-bottom: 20px;
}
.specpred-list .title {
  font-size: 33px;
  color: #080808;
  text-decoration: none;
  line-height: 28px;
  margin-bottom: 5px;
}
.specpred-list .price {
  font-size: 30px;
  color: #858282;
  margin-bottom: 13px;
}
.specpred-list .descr {
  font-size: 13px;
  margin-bottom: 15px;
}
.specpred-list .more {
  font-size: 14px;
  font-weight: bold;
  color: #eb840b;
}
.whywe {
  background: #fafafa;
  padding: 35px 0;
}
.whywe .why {
  width: 240px;
  margin-bottom: 55px;
}
.whywe .why .t {
  font-size: 29px;
  line-height: 25px;
  color: #eb840b;
  padding-top: 110px;
  background: no-repeat top left;
  margin-bottom: 30px;
}
.whywe .why .t.w1 {
  background-image: url(/usertpl/i/why-1.png);
}
.whywe .why .t.w2 {
  background-image: url(/usertpl/i/why-2.png);
}
.whywe .why .t.w3 {
  background-image: url(/usertpl/i/why-3.png);
}
.whywe .why .t.w4 {
  background-image: url(/usertpl/i/why-4.png);
}
.whywe .why .d {
  font-size: 15px;
  color: #4f5050;
}
.reaviewsblock {
  background: #FAFAFA;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .reaviewsblock {
    padding: 60px 0;
  }
}
.reaviewsblock .gtitle {
  margin: 0 0 60px;
}
@media (max-width: 1200px) {
  .reaviewsblock .gtitle {
    margin: 0 0 30px;
  }
}
.reaviewsblock .wrap {
  margin: 0 0 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .reaviewsblock .wrap {
    margin: 0 0 20px;
  }
}
.reaviewsblock .wrap .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.reaviewsblock .wrap .owl-nav .owl-prev {
  position: absolute;
  background: url("/usertpl/i/paging-arrow-l.svg") no-repeat center #41B4E6;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  transition: 0.2s;
  top: 200px;
  left: -145px;
}
.reaviewsblock .wrap .owl-nav .owl-next {
  position: absolute;
  background: url("/usertpl/i/paging-arrow-r.svg") no-repeat center #41B4E6;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  transition: 0.2s;
  top: 200px;
  right: -125px;
}
.reaviewsblock .btns {
  text-transform: uppercase;
  justify-content: center;
}
.reaviewsblock .btns .btn3 {
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .reaviewsblock .btns .btn3 {
    width: 100%;
    margin: 0 0 10px;
  }
}
.topblogs {
  padding: 30px 0 0;
}
.blog-list {
  width: 276px;
  margin-bottom: 55px;
}
.blog-list .img {
  display: block;
  height: 154px;
  background: no-repeat center center / cover;
  margin-bottom: 20px;
}
.blog-list .title {
  font-size: 22px;
  font-weight: bold;
  color: #080808;
  text-decoration: none;
  margin-bottom: 5px;
}
.blog-list .descr {
  font-size: 13px;
  margin-bottom: 15px;
}
.blog-list .more {
  font-size: 14px;
  font-weight: bold;
  color: #eb840b;
}
.blog-list .params {
  color: #eb840b;
  margin-bottom: 12px;
}
.blog-list .params .user {
  background: url(/usertpl/i/blog-user.png) no-repeat left center;
  padding-left: 20px;
}
.blog-list .params .view-count {
  background: url(/usertpl/i/blog-view.png) no-repeat left center;
  padding-left: 23px;
}
.blog-list .params .comments-count {
  background: url(/usertpl/i/blog-comments-count.png) no-repeat left center;
  padding-left: 20px;
}
.blog-list .params .calend {
  background: url(/usertpl/i/blog-calend.png) no-repeat left center;
  padding-left: 20px;
}
.blog {
  margin-bottom: 35px;
  width: 100%;
}
.blog .title {
  display: block;
  text-decoration: none;
  color: #080808;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 28px;
}
.blog .img {
  width: 100%;
  height: 366px;
  margin: 0 0 20px;
  display: block;
  background: no-repeat center center / cover;
}
.blog .content {
  margin-bottom: 30px;
}
.blog .params {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  color: #eb840b;
  margin-bottom: 12px;
}
.blog .params > div {
  margin-right: 35px;
}
.blog .params .user {
  background: url(/usertpl/i/blog-user.png) no-repeat left center;
  padding-left: 20px;
}
.blog .params .view-count {
  background: url(/usertpl/i/blog-view.png) no-repeat left center;
  padding-left: 23px;
}
.blog .params .comments-count {
  background: url(/usertpl/i/blog-comments-count.png) no-repeat left center;
  padding-left: 20px;
}
.blog .params .calend {
  background: url(/usertpl/i/blog-calend.png) no-repeat left center;
  padding-left: 20px;
}
.blog .cat {
  color: #080808;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog .cat a {
  color: #eb840b;
}
.blog .soc {
  margin-bottom: 30px;
}
.blog .userinfo {
  padding: 19px 22px;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.blog .userinfo::after {
  content: '';
  display: block;
  clear: both;
}
.blog .userinfo .userpick {
  background: url(/usertpl/i/userpick.png) no-repeat center center / cover;
  width: 53px;
  height: 53px;
  float: left;
  margin: 0 17px 0 0;
}
.blog .userinfo .username {
  color: #eb840b;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.blog .userinfo .descr {
  color: #808181;
}
.blog .userinfo .descr span {
  color: #4b4b4b;
}
.blog .rate .like {
  margin: 0 15px;
  transition: 0.2s;
  cursor: pointer;
}
.blog .rate .like.act {
  color: #eb840b;
}
.blog .rate .like:hover {
  color: #eb840b;
}
.blog .rate .value {
  color: #eb840b;
  font-weight: bold;
}
.blog .rate .value.plus {
  color: green;
}
.blog .rate .value.minus {
  color: red;
}
.spec {
  margin-bottom: 35px;
  width: 100%;
}
.spec .title {
  display: block;
  text-decoration: none;
  color: #080808;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 28px;
}
.spec .img {
  width: 100%;
  height: 366px;
  margin: 0 0 20px;
  display: block;
  background: no-repeat center center / cover;
}
.spec .content {
  margin-bottom: 30px;
}
.partneroffers {
  background: #fafafa;
  padding: 25px 0 10px;
}
.footer {
  background: #5d5c5c;
  padding: 45px 0 40px;
  color: #fff;
}
.footer a {
  display: block;
  text-decoration: none;
}
.footer .gwrap > div {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .footer .gwrap > div {
    padding: 0 20px;
  }
}
.footer .title {
  color: #c9c7c7;
  position: relative;
}
.footer .title.geo::after {
  content: '';
  display: block;
  position: absolute;
  left: -23px;
  top: 0;
  background: url(/usertpl/i/footer-geo.png);
  width: 14px;
  height: 19px;
}
.footer .title.phone::after {
  content: '';
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  background: url(/usertpl/i/footer-phone.png);
  width: 20px;
  height: 20px;
}
.footer .email {
  position: relative;
}
.footer .email::after {
  content: '';
  display: block;
  position: absolute;
  left: -23px;
  top: 2px;
  background: url(/usertpl/i/footer-mail.png);
  width: 18px;
  height: 14px;
}
.footer .fb {
  position: relative;
}
.footer .fb::after {
  content: '';
  display: block;
  position: absolute;
  left: -23px;
  top: 2px;
  background: url(/usertpl/i/footer-soc-fb.svg) no-repeat center / contain;
  width: 18px;
  height: 16px;
}
.footer .in {
  position: relative;
}
.footer .in::after {
  content: '';
  display: block;
  position: absolute;
  left: -23px;
  top: 2px;
  background: url(/usertpl/i/footer-soc-in.svg) no-repeat center / contain;
  width: 18px;
  height: 14px;
}
.footer .logo {
  display: block;
  background: url(/usertpl/i/flogo3.png) no-repeat center / contain;
  width: 105px;
  height: 98px;
}
@media (max-width: 500px) {
  .footer .logo {
    margin: 0;
    width: 105px;
  }
}
.footer .dev {
  text-align: right;
}
.cooperation {
  background: #fff8ef;
  padding: 65px 0 55px;
}
.cooperation .title {
  font-size: 36px;
  color: #080808;
  line-height: 42px;
  margin-bottom: 30px;
}
.cooperation .form {
  margin-bottom: 30px;
  width: 100%;
  max-width: 594px;
}
.cooperation .form input {
  height: 42px;
  width: 175px;
}
@media (max-width: 600px) {
  .cooperation .form input {
    margin-bottom: 10px;
    width: 80%;
  }
}
.cooperation .form .btn {
  height: 42px;
  line-height: 42px;
  width: 215px;
  font-size: 21px;
  background-size: 20px;
}
@media (max-width: 600px) {
  .cooperation .form .btn {
    width: 80%;
  }
}
.cooperation .descr {
  font-size: 17px;
  color: #767776;
}
.country {
  width: 50%;
}
@media (max-width: 1000px) {
  .country {
    width: 100%;
  }
}
.country .img {
  background: no-repeat center center / cover;
  height: 235px;
  width: 50%;
}
.country .cont {
  height: 235px;
  width: 50%;
  text-align: center;
  padding: 60px 10px 10px;
  position: relative;
}
.country .cont.r::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 30px solid #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: -60px;
  border-color: transparent #fff transparent transparent;
}
.country .cont.l::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 30px solid #fff;
  position: absolute;
  top: calc(50% - 15px);
  right: -60px;
  border-color: transparent transparent transparent #fff;
}
.country .cont .t {
  color: #575b59;
  font-size: 35px;
  font-weight: bold;
}
.country .cont .d {
  color: #a5a4a2;
  font-size: 14px;
  margin-bottom: 20px;
}
.country .cont .btn {
  max-width: 198px;
  margin: 0 auto;
  height: 47px;
  line-height: 47px;
  font-size: 21px;
}
.realmtitle {
  padding: 60px 0 30px;
  background: no-repeat center center / cover #eeeded;
  margin-bottom: 35px;
}
.realmtitle .title {
  font-size: 41px;
  font-weight: bold;
  color: #eb840b;
  margin-bottom: 10px;
}
.way {
  font-size: 14px;
  color: #9c9b9b;
}
.way a {
  color: #eb840b;
}
.news {
  margin-bottom: 35px;
  width: 100%;
}
.news .title {
  display: block;
  text-decoration: none;
  color: #080808;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 28px;
}
.news .img {
  width: 100%;
  height: 366px;
  margin: 0 0 20px;
  display: block;
  background: no-repeat center center / cover;
}
.news .content {
  margin-bottom: 30px;
}
.news-list {
  width: 100%;
  margin-bottom: 35px;
}
.news-list .title {
  display: block;
  text-decoration: none;
  color: #080808;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 28px;
}
.news-list .img {
  width: 100%;
  height: 366px;
  margin: 0 0 20px;
  display: block;
  background: no-repeat center center / cover;
}
.news-list .content {
  margin-bottom: 30px;
}
.news-list::after {
  content: '';
  display: block;
  clear: both;
}
.news-list .img {
  width: 384px;
  height: 195px;
  float: left;
  margin: 0 12px 0 0;
}
.news-list .descr {
  margin-bottom: 15px;
  font-size: 13px;
}
.news-list .more {
  color: #eb840b;
  font-size: 14px;
  font-weight: bold;
}
.bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.pop {
  margin: auto;
  background: #333;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
  color: #fff;
  font-size: 16px;
}
.pop.review {
  background: #fff;
  text-align: center;
  color: #222;
  padding: 53px 80px 75px;
  max-width: 570px;
}
@media (max-width: 1200px) {
  .pop.review {
    padding: 40px 22px 60px;
  }
}
.pop.review .title {
  font-size: 36px;
  line-height: 78px;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .pop.review .title {
    font-size: 28px;
    margin: 0;
  }
}
.pop.review input {
  border: 1px solid #828282;
  height: 60px;
  text-align: center;
  padding: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}
@media (max-width: 1200px) {
  .pop.review input {
    padding: 9px;
    height: 45px;
    font-size: 14px;
  }
}
.pop.review textarea {
  border: 1px solid #828282;
  height: 160px;
  text-align: center;
  padding: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .pop.review textarea {
    height: 104px;
    font-size: 14px;
  }
}
.pop.review .btn3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 18px 29px;
}
@media (max-width: 1200px) {
  .pop.review .btn3 {
    font-size: 12px;
    line-height: 22px;
    padding: 12px;
    width: 100%;
  }
}
.pop.review .descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
@media (max-width: 1200px) {
  .pop.review .descr {
    font-size: 12px;
    line-height: 22px;
  }
}
.pop.review .stars .star {
  background: url("/usertpl/i/review-star.svg") no-repeat center / contain;
  width: 19px;
  height: 19px;
  margin: 0 5px 0 0;
}
.pop.review .stars .item {
  margin: 0 0 15px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.pop.review .stars .item.active::after {
  content: '';
  display: block;
  background: url("/usertpl/i/review-rate-checked.svg") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
.pop.review .stars .item::before {
  content: '';
  display: block;
  border: 1px solid #828282;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  position: absolute;
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
}
.pop select {
  display: block;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: 20px;
}
.pop input {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop textarea {
  display: block;
  width: 100%;
  padding: 8px 30px;
  margin-bottom: 20px;
}
.pop .btn {
  line-height: 38px;
  font-size: 19px;
  padding: 0;
}
.pop .link {
  margin: 10px 0;
  display: inline-block;
  border-bottom: 1px dashed;
}
.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;
}
.columns .col-l {
  width: 100%;
  max-width: 765px;
}
.columns .col-r {
  width: 100%;
  max-width: 340px;
  text-align: right;
}
.columns .col-r .gtitle {
  text-align: right;
}
.profileform {
  margin-bottom: 30px;
}
.profileform input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.profileform textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.profileform .btn {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  margin-bottom: 15px;
}
.profileform .userpick {
  background: url(/usertpl/i/userpick.png) no-repeat center center / cover;
  width: 120px;
  height: 120px;
  margin: 0 0 15px;
}
.blogform input,
.blogform textarea {
  width: 100%;
  display: block;
}
.blogform input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.blogform .form-group {
  margin-bottom: 30px;
}
.blogform .btn {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  width: 300px;
}
.blogform label {
  color: #080808;
  font-size: 18px;
}
.postlist {
  width: 100%;
  color: #080808;
  text-decoration: none;
  font-size: 16px;
}
.postlist a {
  text-decoration: none;
}
.postlist .dis {
  color: #444;
}
.postlist td {
  padding: 3px 10px;
}
.postlist td.edit {
  width: 50px;
}
.postlist td.delete {
  width: 50px;
}
.comments {
  margin-bottom: 80px;
}
.comments .wrap {
  padding-bottom: 15px;
}
.comments .item {
  margin-bottom: 35px;
}
.comments .item .params {
  color: #eb840b;
  font-size: 13px;
  margin-bottom: 10px;
}
.comments .item .cont {
  color: #808181;
}
.comments input {
  width: 100%;
  max-width: 330px;
  margin-bottom: 20px;
}
.comments textarea {
  width: 100%;
  max-width: 413px;
  margin-bottom: 20px;
}
.comments .btn {
  height: 50px;
  line-height: 50px;
  width: 203px;
}
.subsections {
  padding: 0 0 15px;
}
.subsections .item {
  padding: 5px 20px;
  border: 3px solid #eb840b;
  display: block;
  color: #eb840b;
  text-decoration: none;
  font-size: 18px;
  margin: 0 4px 10px;
  flex-grow: 1;
  text-align: center;
}
.statistics {
  padding: 40px 0;
}
.statistics .wrap {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.statistics .item {
  font-size: 28px;
  color: #4f5050;
  text-align: center;
  width: 280px;
  margin-bottom: 40px;
}
.statistics .item .value {
  font-size: 40px;
  color: #eb840b;
  font-weight: bold;
}
.cashproform {
  max-width: 500px;
  width: 100%;
  margin: 20px auto 20px;
}
.cashproform input {
  width: 100%;
  margin-bottom: 10px;
}
.cashproform .btn {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.exchangetable {
  margin-bottom: 40px;
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.exchangetable td,
.exchangetable th {
  padding: 2px 5px;
}
.bronline {
  background: #eb840b;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.externalhotelframe {
  width: 100%;
  border: 0;
  height: 3000px;
  margin-bottom: 40px;
}
.paging {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.paging .page {
  display: inline-block;
  margin: 0 5px 10px;
  border: 1px solid #444;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.paging a {
  text-decoration: none;
  color: #eb840b;
}
.paging2 {
  justify-content: center;
}
.paging2 .pages .page {
  display: block;
  text-decoration: none;
  color: #222;
  line-height: 78px;
  font-size: 22px;
  margin: 0 7px;
}
@media (max-width: 1200px) {
  .paging2 .pages .page {
    line-height: 56px;
  }
}
.paging2 .pages a.page {
  color: #828282;
}
.paging2 .arrow {
  background: no-repeat center #41B4E6;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  transition: 0.2s;
  margin: 0 23px;
}
@media (max-width: 1200px) {
  .paging2 .arrow {
    width: 56px;
    height: 56px;
    margin: 0 13px;
    background-size: 8px;
  }
}
.paging2 .arrow:hover {
  background-color: #2AA2D5;
}
.paging2 .arrow.prev {
  background-image: url("/usertpl/i/paging-arrow-l.svg");
}
.paging2 .arrow.next {
  background-image: url("/usertpl/i/paging-arrow-r.svg");
}
.entry-promo-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
  height: 100%;
  width: 100%;
}
.entry-promo {
  display: block;
  background: url(https://pro-agent.kz/usertpl/i/promo/entry-promo-20180911-01.jpg) no-repeat center center / contain;
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 200px auto 0;
  position: relative;
}
.entry-promo .close {
  background: url("https://pro-agent.kz//usertpl/i/temp/child-day-close.png") no-repeat center center #8b8a8a;
  position: absolute;
  top: 4px;
  right: 3px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 4px;
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.keyframe-snow {
  background-image: url('/usertpl/i/snowflake1-blue.png'), url('/usertpl/i/snowflake3-blue.png'), url('/usertpl/i/snowflake2-blue.png');
  animation: snow 20s linear infinite;
}
.image-list {
  display: block;
  background: no-repeat center center / cover;
  width: 380px;
  height: 200px;
  margin-bottom: 20px;
}
.scrolltop {
  position: fixed;
  background: url(/usertpl/i/scrolltop.png);
  width: 51px;
  height: 68px;
  bottom: 60px;
  left: 10px;
  cursor: pointer;
  opacity: 0;
  transition: 0.9s;
  z-index: 5;
}
.scrolltop.vis {
  opacity: 1;
}
.interface-list {
  width: 49%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .interface-list {
    width: 100%;
  }
}
.interface-list .title {
  background: #eb840b;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.interface-list .content {
  padding: 10px 10px;
}
.news-bot-telegram .view1 {
  background: linear-gradient(21deg, #0377ff, #ffeb00);
  color: #fff;
  margin: -35px 0 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 {
    padding: 1px 0 40px;
  }
}
.news-bot-telegram .view1 .gwrap {
  position: relative;
  min-height: 650px;
}
.news-bot-telegram .view1 .gwrap .text {
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  position: absolute;
  top: 168px;
  left: 105px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .text {
    position: static;
    margin: 60px auto;
    font-size: 32px;
    line-height: 40px;
  }
}
.news-bot-telegram .view1 .gwrap .text span {
  font-weight: bold;
}
.news-bot-telegram .view1 .gwrap .text .description {
  padding: 20px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.6;
  max-width: 435px;
  width: 100%;
}
.news-bot-telegram .view1 .gwrap .icon-telegram {
  background: url("/usertpl/i/icon-telegram.svg") no-repeat center / contain;
  width: 160px;
  height: 134px;
  position: absolute;
  top: 87px;
  left: 580px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .icon-telegram {
    position: static;
    margin: 50px auto;
  }
}
.news-bot-telegram .view1 .gwrap .messages {
  position: absolute;
  top: 150px;
  left: 642px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .messages {
    position: static;
    width: 320px;
    margin: 0 auto;
  }
}
.news-bot-telegram .view1 .gwrap .messages .message {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 35px 23px 27px 23px;
  width: 345px;
  background: url("/usertpl/i/bot-telegram-v1-message.svg") no-repeat bottom 9px right 10px #fff;
  box-shadow: 4px 4px 4px #1B92C5;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .messages .message {
    width: 240px;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
  }
}
.news-bot-telegram .view1 .gwrap .messages .message.message1 {
  margin: 0 0 29px 143px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .messages .message.message1 {
    margin: 0 0 20px 80px;
    padding: 20px;
  }
}
.news-bot-telegram .view1 .gwrap .messages .message.message2 {
  margin: 0 0 26px 68px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view1 .gwrap .messages .message.message2 {
    margin: 0 0 20px 32px;
  }
}
.news-bot-telegram .view2 {
  padding: 100px 0;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view2 {
    padding: 40px 20px;
  }
}
.news-bot-telegram .view2 .icon {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: #41B4E6;
  padding: 46px;
  margin: 35px 0 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view2 .icon {
    width: 280px;
    height: 280px;
    padding: 30px;
  }
}
.news-bot-telegram .view2 .icon .inner {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  background: url("/usertpl/i/icon-bot.svg") no-repeat center #2AA2D5;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view2 .icon .inner {
    width: 220px;
    height: 220px;
  }
}
.news-bot-telegram .view2 .descr {
  width: 540px;
}
.news-bot-telegram .view2 .descr .title {
  font-size: 36px;
  line-height: 78px;
  margin-bottom: 16px;
  color: #222;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view2 .descr .title {
    margin: 16px 0;
    line-height: 48px;
  }
}
.news-bot-telegram .view2 .descr .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.news-bot-telegram .view2 .descr .screen {
  background: url("/usertpl/i/bot-telegram-v2-screen.png") no-repeat center / contain;
  max-width: 382px;
  width: 100%;
  height: 685px;
  margin: 20px 0 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view2 .descr .screen {
    height: 570px;
  }
}
.news-bot-telegram .view3 {
  padding: 105px 0 180px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 {
    padding: 40px 20px;
  }
}
.news-bot-telegram .view3 .h {
  text-align: center;
}
.news-bot-telegram .view3 .h .title {
  font-size: 48px;
  line-height: 78px;
  margin-bottom: 30px;
  color: #222;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .h .title {
    margin: 16px 0;
    line-height: 48px;
    font-size: 36px;
  }
}
.news-bot-telegram .view3 .h .descr {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 100px;
  color: #000;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .h .descr {
    margin-bottom: 40px;
  }
}
.news-bot-telegram .view3 .f {
  text-align: center;
}
.news-bot-telegram .view3 .f .icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: url("/usertpl/i/bot-telegram-v3-check.svg") no-repeat center #2AA2D5;
  margin: 0 auto 20px;
}
.news-bot-telegram .view3 .f .title {
  font-size: 36px;
  line-height: 78px;
  color: #222;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .f .title {
    line-height: 48px;
    font-size: 36px;
  }
}
.news-bot-telegram .view3 .block .content {
  align-self: center;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block .content {
    order: 1;
    margin-bottom: 30px;
  }
}
.news-bot-telegram .view3 .block .content .title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
}
.news-bot-telegram .view3 .block .content .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.news-bot-telegram .view3 .block .content .text span {
  color: #2AA2D5;
}
.news-bot-telegram .view3 .block .content .number {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  line-height: 78px;
  background: #2AA2D5;
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block .content .number {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block .img {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block .empty {
    display: none;
  }
}
.news-bot-telegram .view3 .block1 {
  margin-bottom: 76px;
  position: relative;
  height: 703px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block1 {
    height: auto;
  }
}
.news-bot-telegram .view3 .block1 .img {
  background: url("/usertpl/i/bot-telegram-v3-b1-img.png?r=2020-10-01-1") no-repeat left center / contain;
  width: 1163px;
  height: 703px;
  position: absolute;
  left: -365px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block1 .img {
    position: static;
    width: 100%;
    height: 182px;
  }
}
.news-bot-telegram .view3 .block1 .content {
  width: 375px;
}
.news-bot-telegram .view3 .block2 {
  margin-bottom: 99px;
  padding-left: 112px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block2 {
    padding: 0;
  }
}
.news-bot-telegram .view3 .block2 .img {
  background: url("/usertpl/i/bot-telegram-v3-b2-img.png") no-repeat right center / contain;
  width: 466px;
  height: 938px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view3 .block2 .img {
    width: 100%;
    height: 600px;
  }
}
.news-bot-telegram .view3 .block2 .content {
  width: 375px;
  color: #000;
}
.news-bot-telegram .view3 .block2 .content .download {
  background: url("/usertpl/i/download.svg") no-repeat center right 58px #2AA2D5;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding: 13px 84px 13px 54px;
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0 60px;
  text-decoration: none;
}
.news-bot-telegram .view3 .block2 .content .inp {
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #96B2D2;
  filter: drop-shadow(4px 4px 4px rgba(237, 237, 237, 0.25));
  border-radius: 4px;
  padding: 13px 120px 13px 18px;
  margin: 18px 0 60px;
}
.news-bot-telegram .view3 .block2 .content .startbtn {
  color: #0F89D0;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(128, 128, 128, 0.25);
  border-radius: 4px;
  width: 285px;
  padding: 13px 70px;
  margin: 18px 0 0;
}
.news-bot-telegram .view4 {
  background: linear-gradient(21deg, #0377ff, #ffeb00);
  color: #fff;
  padding: 0 0 34px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 {
    padding: 40px 20px;
  }
}
.news-bot-telegram .view4 .l {
  width: 410px;
  padding: 168px 0 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .l {
    padding: 20px 0;
    width: 100%;
  }
}
.news-bot-telegram .view4 .l .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .l .title {
    line-height: 48px;
    font-size: 36px;
  }
}
.news-bot-telegram .view4 .l .content {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
.news-bot-telegram .view4 .r {
  width: 680px;
  padding: 120px 0 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r {
    width: 100%;
    padding: 20px 0;
  }
}
.news-bot-telegram .view4 .r .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 74px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .title {
    margin-bottom: 20px;
  }
}
.news-bot-telegram .view4 .r .line {
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line {
    margin: 0 0 15px;
  }
}
.news-bot-telegram .view4 .r .line .block {
  margin: 0 30px 0 0;
  background: no-repeat center #fff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 27px;
  color: #393939;
  padding: 35px 0;
  width: 289px;
}
.news-bot-telegram .view4 .r .line .block:nth-child(2) {
  margin: 0;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block {
    margin: 0 0 15px;
    width: 100%;
  }
}
.news-bot-telegram .view4 .r .line .block1 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-1.svg");
  background-position: 49px center;
  padding-left: 124px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block1 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line .block2 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-2.svg");
  background-position: 40px center;
  padding-left: 112px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block2 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line .block3 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-3.svg");
  background-position: 58px center;
  padding-left: 121px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block3 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line .block4 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-4.svg");
  background-position: 38px center;
  padding-left: 96px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block4 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line .block5 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-5.svg");
  background-position: 45px center;
  padding-left: 105px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block5 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line .block6 {
  background-image: url("/usertpl/i/bot-telegram-v4-block-6.svg");
  background-position: 37px center;
  padding-left: 113px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line .block6 {
    background-position: 40px center;
    padding-left: 120px;
  }
}
.news-bot-telegram .view4 .r .line1 {
  padding-left: 70px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line1 {
    padding: 0;
  }
}
.news-bot-telegram .view4 .r .line3 {
  padding-left: 23px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view4 .r .line3 {
    padding: 0;
  }
}
.news-bot-telegram .view5 {
  padding: 170px 0 90px;
  color: #000;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view5 {
    padding: 60px 20px;
  }
}
.news-bot-telegram .view5 .block .content {
  width: 410px;
  align-self: center;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view5 .block .content {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.news-bot-telegram .view5 .block .content .title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view5 .block .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
.news-bot-telegram .view5 .block .content .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
.news-bot-telegram .view5 .block1 {
  margin-bottom: 101px;
}
.news-bot-telegram .view5 .block2 {
  margin-bottom: 110px;
}
.news-bot-telegram .view5 .block2 .content {
  width: 434px;
}
.news-bot-telegram .view5 .img {
  width: 467px;
  height: 938px;
  background: no-repeat center / contain;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view5 .img {
    order: 2;
    width: 100%;
    height: 600px;
  }
}
.news-bot-telegram .view5 .img1 {
  background-image: url("/usertpl/i/bot-telegram-v5-block-1.png?r=2020-10-01-1");
  height: 320px;
}
.news-bot-telegram .view5 .img2 {
  background-image: url("/usertpl/i/bot-telegram-v5-block-2.png?r=2020-10-01-1");
}
.news-bot-telegram .view5 .img3 {
  background-image: url("/usertpl/i/bot-telegram-v5-block-3.png?r=2020-10-01-1");
}
.news-bot-telegram .view6 {
  padding: 90px 0 156px;
  color: #000;
  margin: 0 auto;
  max-width: 817px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view6 {
    padding: 60px 20px;
  }
}
.news-bot-telegram .view6 .icon {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: #41B4E6;
  padding: 46px;
  margin: 35px 0 0;
  margin: 0 auto 60px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view6 .icon {
    width: 280px;
    height: 280px;
    padding: 30px;
  }
}
.news-bot-telegram .view6 .icon .inner {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  background: url("/usertpl/i/icon-bot.svg") no-repeat center #2AA2D5;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view6 .icon .inner {
    width: 220px;
    height: 220px;
  }
}
.news-bot-telegram .view6 .text {
  font-weight: 300;
  font-size: 36px;
  line-height: 54px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .view6 .text {
    font-size: 24px;
    line-height: 36px;
  }
}
.news-bot-telegram .numbers {
  margin: 40px auto 0;
  max-width: 940px;
  width: 100%;
  justify-content: space-around;
}
.news-bot-telegram .numbers__item {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .numbers__item {
    width: 50%;
  }
}
.news-bot-telegram .numbers__value {
  font-weight: 900;
  white-space: nowrap;
  font-size: 48px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .numbers__value {
    font-size: 32px;
  }
}
.news-bot-telegram .numbers__description {
  line-height: 1.5;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .news-bot-telegram .numbers__description {
    font-size: 16px;
  }
}
.botinfo {
  background: #fff8ef;
  padding: 65px 0 55px;
}
.botinfo .content {
  font-size: 17px;
  color: #767776;
  margin: 0 0 20px;
}
.botinfo .btn3 {
  margin: 0 auto;
  display: block;
  width: 250px;
  text-align: center;
}
.reviewspage .head {
  padding: 85px 0 120px;
}
@media (max-width: 1200px) {
  .reviewspage .head {
    padding: 45px 18px 70px;
  }
}
.reviewspage .head .content {
  width: 540px;
}
@media (max-width: 1200px) {
  .reviewspage .head .content {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
.reviewspage .head .content .t {
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #222;
  margin: 0 0 37px;
}
@media (max-width: 1200px) {
  .reviewspage .head .content .t {
    font-size: 28px;
    margin: 0 0 16px;
  }
}
.reviewspage .head .content .d {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 0 52px;
}
@media (max-width: 1200px) {
  .reviewspage .head .content .d {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 30px;
  }
}
.reviewspage .head .content .btn3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  padding: 18px 29px;
}
@media (max-width: 1200px) {
  .reviewspage .head .content .btn3 {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 24px;
  }
}
.reviewspage .head .img {
  background: url("/usertpl/i/reviewspage-head-img.svg") no-repeat center / contain;
  width: 329px;
  height: 329px;
}
@media (max-width: 1200px) {
  .reviewspage .head .img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
}
.reviewspage .body {
  padding: 160px 0 130px;
  background: #D0DFED;
}
@media (max-width: 1200px) {
  .reviewspage .body {
    padding: 80px 18px 90px;
  }
}
.reviewspage .body .list {
  column-count: 2;
  column-fill: balance;
  margin: 0 auto 50px;
}
@media (max-width: 1200px) {
  .reviewspage .body .list {
    column-count: 1;
  }
}
.review-list {
  background: #fff;
  max-width: 570px;
  width: 100%;
  padding: 53px 100px;
  margin: 0 0 33px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
}
@media (max-width: 1200px) {
  .review-list {
    padding: 40px;
  }
}
.review-list .h {
  align-items: center;
  margin: 0 0 8px;
}
.review-list .h .name {
  font-size: 36px;
  line-height: 78px;
  color: #222;
  margin: 0 25px 0 0;
}
@media (max-width: 1200px) {
  .review-list .h .name {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px;
  }
}
@media (max-width: 1200px) {
  .review-list .h .stars {
    width: 100%;
    margin: 0 0 10px;
  }
}
.review-list .h .stars .star {
  background: url("/usertpl/i/review-star.svg") no-repeat center;
  width: 19px;
  height: 19px;
  margin: 0 5px 0 0;
}
.review-list .h .stars .star:last-child {
  margin: 0;
}
.review-list .date {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #828282;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .review-list .date {
    font-size: 14px;
    margin: 0 0 4px;
  }
}
.review-list .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .review-list .text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 4px;
  }
}
.review-list .source {
  align-items: center;
  margin: 0 0 10px;
}
.review-list .source .t {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #828282;
  margin: 0 18px 0 0;
}
@media (max-width: 1200px) {
  .review-list .source .t {
    font-size: 14px;
  }
}
.review-list .source .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: no-repeat center #FCFCFC;
}
@media (max-width: 1200px) {
  .review-list .source .icon {
    width: 39px;
    height: 39px;
  }
}
.review-list .source .icon.gis {
  background-image: url("/usertpl/i/review-source-gis.png");
  background-size: 30px;
}
@media (max-width: 1200px) {
  .review-list .source .icon.gis {
    background-size: 22px;
  }
}
.review-list .source .icon.yandex {
  background-image: url("/usertpl/i/review-source-yandex.png");
  background-size: 14px;
}
@media (max-width: 1200px) {
  .review-list .source .icon.yandex {
    background-size: 10px;
  }
}
.review-list .source .icon.google {
  background-image: url("/usertpl/i/review-source-google.png");
  background-size: 22px;
}
@media (max-width: 1200px) {
  .review-list .source .icon.google {
    background-size: 18px;
  }
}
.review-list .source .icon.protour {
  background-image: url("/usertpl/i/favicon2.png");
  background-size: 25px;
}
@media (max-width: 1200px) {
  .review-list .source .icon.protour {
    background-size: 20px;
  }
}
.review-list .file {
  display: block;
  background: url("/usertpl/i/review-letter.svg") no-repeat left center;
  padding: 0 0 0 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
@media (max-width: 1200px) {
  .review-list .file {
    font-size: 14px;
  }
}
.contact-soc {
  margin: 0 0 20px;
}
.contact-soc .title {
  font-weight: 600;
  font-size: 18px;
}
.contact-soc a {
  display: block;
  background: no-repeat left center;
  padding: 2px 0 2px 20px;
  font-size: 16px;
}
.contact-soc a.fb {
  background-image: url("/usertpl/i/footer-soc-fb-black.svg");
}
.contact-soc a.in {
  background-image: url("/usertpl/i/footer-soc-in-black.svg");
}
.samo_container * {
  box-sizing: content-box;
}
.samo_container .panel,
#modalContainer div.modalTitle,
#logonContainer div.modalTitle {
  background-color: #e0ba8d !important;
}
.samo_container table.res thead th,
.samo_container table.res .thead th,
.samo_container table.res thead td,
.samo_container .Zebra_DatePicker .dp_daypicker th {
  background-color: #e0ba8d !important;
}
.samo_container .searchmodes .searchmode_button {
  color: #e0ba8d !important;
}
.samo_container .searchmodes .searchmode,
.samo_container .searchmodes .searchmode-custom {
  border-radius: 0 !important;
}
.samo_container fieldset legend {
  border-radius: 0 !important;
}
.samo_container select,
.samo_container textarea,
.samo_container .textinput,
.samo_container input.frm-value,
.samo_container input.frm-input {
  border-radius: 0 !important;
}
.chosen-container-single .chosen-single {
  border-radius: 0 !important;
}
