@import "jquery.formstyler.css";
@import "owl.carousel.css";
@import "fonts/fonts.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:300&subset=latin,cyrillic-ext);
.social {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  display: block;
}
.social-fb {
  background-position: -3px -3px;
  width: 44px;
  height: 44px;
}
.social-tw {
  background-position: -53px -3px;
  width: 44px;
  height: 44px;
}
.social-vk {
  background-position: -3px -53px;
  width: 44px;
  height: 44px;
}
.triangles {
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
}
.triangles-arrow {
  background-position: -3px -3px;
  width: 29px;
  height: 25px;
}
.triangles-arrow-green {
  background-position: -38px -3px;
  width: 29px;
  height: 25px;
}
.triangles-arrow-shadow {
  background-position: -73px -3px;
  width: 25px;
  height: 22px;
}
.triangles-triangle-left {
  background-position: -104px -3px;
  width: 17px;
  height: 73px;
}
.triangles-triangle-left-big {
  background-position: -127px -3px;
  width: 26px;
  height: 155px;
}
.triangles-triangle-left-green {
  background-position: -159px -3px;
  width: 15px;
  height: 76px;
}
.triangles-triangle-right {
  background-position: -180px -3px;
  width: 17px;
  height: 73px;
}
.triangles-triangle-right-big {
  background-position: -203px -3px;
  width: 26px;
  height: 155px;
}
.triangles-triangle-right-green {
  background-position: -235px -3px;
  width: 15px;
  height: 76px;
}
.video {
  background-image: url("images/video.png");
  background-repeat: no-repeat;
  display: block;
}
.video-play {
  background-position: -3px -3px;
  width: 97px;
  height: 97px;
}
.video-play-hover {
  background-position: -106px -3px;
  width: 97px;
  height: 97px;
}
.main-spirtes {
  background-image: url("images/main-spirtes.png");
  background-repeat: no-repeat;
  display: block;
}
.main-spirtes-arrow-lang {
  background-position: -3px -3px;
  width: 6px;
  height: 5px;
}
.main-spirtes-arrow-left {
  background-position: -15px -3px;
  width: 14px;
  height: 17px;
}
.main-spirtes-arrow-right {
  background-position: -35px -3px;
  width: 14px;
  height: 17px;
}
.main-spirtes-check {
  background-position: -55px -3px;
  width: 19px;
  height: 16px;
}
.main-spirtes-logo {
  background-position: -3px -26px;
  width: 148px;
  height: 44px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 1.1;
  color: #222425;
  background-color: #fff;
  min-width: 320px;
}
.main-container {
  max-width: 1170px;
  margin: auto;
}
#header {
  height: 69px;
  background: #222425;
  line-height: 69px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 320px;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header .main-container {
  position: relative;
}
.logo {
  float: left;
  background-image: url("images/main-spirtes.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -3px -26px;
  width: 148px;
  height: 44px;
  margin-top: 14px;
}
.main-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-nav > ul > li {
  vertical-align: top;
  display: inline-block;
  margin-right: 39px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-nav > ul > li a {
  text-decoration: none;
  outline: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto-Medium';
}
.main-nav > ul > li:hover a {
  color: #FDD835;
}
.menu-btn,
.menu-btn-tabs {
  width: 44px;
  height: 40px;
  margin: 15px 25px 0 0;
  background: url("images/menu-btn.png") no-repeat center top;
  display: none;
  float: right;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-btn:hover,
.menu-btn-tabs:hover {
  background: url("images/menu-btn-hov.png") no-repeat center top;
}
.login {
  float: right;
  margin-right: 100px;
}
.login ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.login ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 19px;
}
.login ul li a {
  text-decoration: none;
  outline: 0;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.login ul li a:hover {
  color: #FDD835;
}
.login ul li .btn:hover {
  color: #222425;
  background-color: #fff;
}
.btn {
  height: 40px;
  text-decoration: none;
  outline: 0;
  display: inline-block;
  line-height: 40px;
  padding: 0 21px 0 25px;
  color: #FFF;
  text-transform: uppercase;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-family: 'Roboto-Medium';
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  color: #222425;
  background-color: #fff;
}
.btn-yellow {
  background-color: #FDD835;
}
.btn-green {
  background-color: #5CBF39;
}
.btn-white {
  color: #222425;
  background-color: #fff;
  font-size: 20px;
  padding: 0 42px;
}
.btn-white:hover {
  color: #fff;
  background-color: #5CBF39;
}
#main {
  min-height: 100%;
}
.main-banner {
  background: url("images/banner.jpg") top center;
  min-height: 1150px;
  overflow: hidden;
  margin-top: 69px;
}
.triangle-bottom {
  position: absolute;
  bottom: -25px;
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -3px -3px;
  width: 29px;
  height: 25px;
}
.slogan {
  width: 77%;
  background: #fff;
  height: 73px;
  line-height: 73px;
  text-align: center;
  position: relative;
  margin: 80px auto 0 auto;
}
.slogan .triangle-bottom {
  left: 137px;
}
.slogan p {
  font-family: 'Roboto-BlackItalic';
  font-weight: 900;
  font-size: 44px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
}
.slogan:before {
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -104px -3px;
  width: 17px;
  height: 73px;
  position: absolute;
  top: 0;
  left: -17px;
  content: "";
}
.slogan:after {
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -180px -3px;
  width: 17px;
  height: 73px;
  position: absolute;
  top: 0;
  right: -17px;
  content: "";
}
.tour {
  text-align: center;
}
.tour h5 {
  margin: 48px 0 0 0;
  font-family: 'Roboto-BlackItalic';
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  color: #FFF;
}
.tour .text-block {
  margin-top: 62px;
}
.tour .text-block p {
  margin: 0 0 22px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
}
.tour .btn {
  font-size: 20px;
  padding: 0 45px 0 51px;
  margin-top: 23px;
}
.video-tour {
  background: url("images/tv.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 449px;
  height: 275px;
  margin: auto;
  position: relative;
  margin-top: 34px;
}
.video-tour a {
  position: absolute;
  text-decoration: none;
  outline: 0;
  background-image: url("images/video.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -3px -3px;
  width: 97px;
  height: 97px;
  top: 81px;
  left: 177px;
}
.video-tour a:after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/video.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -106px -3px;
  width: 97px;
  height: 97px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  content: "";
}
.video-tour a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-tour .price {
  width: 209px;
  height: 209px;
  background-color: #5CBF39;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size: 25px;
  padding-top: 54px;
  position: absolute;
  top: -42px;
  right: -148px;
}
.video-tour .price p {
  margin: 0;
}
.video-tour .price p span {
  font-size: 66px;
  font-family: 'Roboto-Medium';
  display: block;
}
.comments {
  margin: auto;
  margin-top: 74px;
  width: 88%;
}
.comments ul {
  padding: 0;
  list-style: none;
}
.comments ul:before,
.comments ul:after {
  content: " ";
  display: table;
}
.comments ul:after {
  clear: both;
}
.comments ul:before,
.comments ul:after {
  content: " ";
  display: table;
}
.comments ul:after {
  clear: both;
}
.comments ul li {
  float: left;
  width: 27%;
  margin-left: 54px;
  text-align: center;
}
.comments ul li span {
  margin-top: 22px;
  display: block;
  font-size: 15px;
}
.comments .container-wrap {
  background: #fff;
  position: relative;
  height: 155px;
  width: 100%;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0 13px 0 13px;
  display: table;
}
.comments .container-wrap figure {
  display: table-cell;
  vertical-align: middle;
}
.comments .container-wrap .cont {
  display: table-cell;
  vertical-align: middle;
}
.comments .container-wrap p {
  margin: 0;
}
.comments .container-wrap:before {
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -127px -3px;
  width: 26px;
  height: 155px;
  position: absolute;
  top: 0;
  left: -26px;
  content: "";
}
.comments .container-wrap:after {
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -203px -3px;
  width: 26px;
  height: 155px;
  position: absolute;
  top: 0;
  right: -26px;
  content: "";
}
.comments .triangle-bottom-shadow {
  position: absolute;
  bottom: -22px;
  left: 20px;
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -73px -3px;
  width: 25px;
  height: 22px;
}
.tab-menu {
  height: 56px;
  -moz-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.15);
}
.tab-menu .main-container {
  position: relative;
}
.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.tab-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
.tab-menu ul li a {
  text-decoration: none;
  outline: 0;
  color: #222425;
  font-family: 'Roboto-Medium';
  font-size: 16px;
  padding: 0 40px;
  text-align: center;
  line-height: 56px;
  display: block;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.tab-menu ul li a:hover {
  color: #fdd835;
}
.tab-menu ul li a.active {
  background: #fdd835;
  color: #fff;
}
.title-black {
  font-family: 'Roboto-BlackItalic';
  font-weight: 900;
  font-style: italic;
  margin: 0;
}
.check {
  background-image: url("images/main-spirtes.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -55px -3px;
  width: 19px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
.tab-wrap .tab {
  display: none;
}
.tab-wrap .tab.active {
  display: block;
}
.tab {
  background: #f8fafc;
  border-bottom: 2px solid #fdd835;
  color: #444;
  padding-bottom: 30px;
}
.tab:before,
.tab:after {
  content: " ";
  display: table;
}
.tab:after {
  clear: both;
}
.tab:before,
.tab:after {
  content: " ";
  display: table;
}
.tab:after {
  clear: both;
}
.tab .title-black {
  font-size: 32px;
}
.start {
  padding: 96px 0 0 0px;
  overflow: hidden;
}
.start .row {
  margin: 0 -40px;
}
.start ul {
  margin: 42px 0 0 0;
  padding: 0;
  list-style: none;
  width: 50%;
  float: left;
  padding: 0 40px;
}
.start ul li {
  overflow: hidden;
  margin-bottom: 65px;
}
.start ul li span {
  float: left;
  width: 36px;
  height: 36px;
  background-color: #FDD835;
  color: #FFF;
  font-size: 24px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}
.start ul li .text-block {
  margin-left: 74px;
  vertical-align: top;
}
.start ul li .text-block .title-black {
  font-size: 24px;
  margin: 5px 0 11px 0;
}
.start ul li .text-block p {
  margin: 0;
  line-height: 1.2;
}
.start .column {
  margin-right: 0;
}
.faq {
  padding: 56px 0 0 0;
  margin: auto;
  max-width: 930px;
  overflow: hidden;
}
.faq ul {
  margin: 60px -40px 0 -40px;
  padding: 0;
  list-style: none;
}
.faq ul li {
  width: 50%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 40px;
  float: left;
}
.faq ul li .title-black {
  font-size: 24px;
}
.faq ul li p {
  margin: 20px 0 0 0;
  line-height: 1.2;
}
.screenshot {
  padding: 54px 0 0 0;
}
.screenshot .text-block {
  margin: auto;
  max-width: 930px;
}
.screenshot .text-block .title-black {
  font-size: 22px;
}
.screenshot .text-block p {
  margin: 8px 0 0 0;
}
.how-work .text-block {
  margin: 166px 0 0 79px;
  width: 330px;
  float: left;
}
.how-work .text-block p {
  margin: 25px 0 0 0;
  line-height: 19px;
}
.how-work .img-block {
  width: auto;
  margin: 100px 119px 0px 496px;
}
.how-work .img-block img {
  max-width: 100%;
}
#screenshot-wrap {
  padding: 0 65px;
  padding-top: 44px;
}
.carousel .owl-buttons div {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #FDD835;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.carousel .owl-buttons div:after {
  background-image: url("images/main-spirtes.png");
  background-repeat: no-repeat;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.carousel .owl-buttons div.owl-prev {
  left: -75px;
}
.carousel .owl-buttons div.owl-prev:after {
  background-position: -15px -3px;
  width: 14px;
  height: 17px;
}
.carousel .owl-buttons div.owl-next {
  right: -69px;
}
.carousel .owl-buttons div.owl-next:after {
  background-position: -35px -3px;
  width: 14px;
  height: 17px;
}
.carousel .item img {
  width: 100%;
}
.features {
  overflow: hidden;
  padding-top: 108px;
}
.features ul {
  margin: 0 -40px;
  padding: 0;
  list-style: none;
}
.features ul li {
  margin: 0 0 50px 0;
  width: 50%;
  float: left;
  padding: 0 40px;
}
.features ul li .img-block {
  float: left;
  width: 183px;
}
.features ul li .img-block img {
  max-width: 100%;
}
.features ul li .text-block {
  margin-left: 211px;
}
.features ul li .text-block .title-black {
  font-size: 24px;
  margin: 8px 0 15px 0;
}
.features ul li .text-block p {
  margin: 0;
  line-height: 1.2;
}
.specifications {
  padding: 101px 0 0 73px;
  background: url("images/pic-1.png");
  background-position: 89.5% 91%;
  background-repeat: no-repeat;
}
.specifications .text-block {
  width: 60%;
  margin: 21px 0 0 0;
  line-height: 1.3;
}
.specifications ul {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none;
  max-width: 40%;
}
.specifications ul li {
  padding-bottom: 22px;
}
.specifications ul li .check {
  float: left;
}
.specifications ul li span {
  width: auto;
  display: block;
  margin-left: 41px;
}
#pricing > div,
.pricing > div {
  width: 50%;
  float: left;
}
#pricing ul,
.pricing ul {
  padding: 0;
  list-style: none;
}
#pricing ul li,
.pricing ul li {
  padding-bottom: 23px;
}
#pricing ul li i,
.pricing ul li i {
  float: left;
}
#pricing ul li span,
.pricing ul li span {
  width: auto;
  display: block;
  margin-left: 41px;
}
#pricing .title-black,
.pricing .title-black {
  font-size: 22px;
  text-align: center;
  margin: 36px 0 0 0;
}
#pricing .offer,
.pricing .offer {
  padding: 10px 0 0 41px;
}
#pricing .offer .title-black,
.pricing .offer .title-black {
  margin-left: 45px;
}
#pricing .plus,
.pricing .plus {
  padding: 10px 0 10px 13px;
}
#pricing .plus .title-black,
.pricing .plus .title-black {
  margin-left: 36px;
}
#pricing .plus p,
.pricing .plus p {
  margin: 18px 0 0 110px;
  width: auto;
}
.price-bot {
  position: relative;
  height: 76px;
  background: #5cbf39;
  margin: 10px auto 74px auto;
  width: 55%;
  text-align: center;
}
.price-bot:before,
.price-bot:after {
  content: " ";
  display: table;
}
.price-bot:after {
  clear: both;
}
.price-bot:before,
.price-bot:after {
  content: " ";
  display: table;
}
.price-bot:after {
  clear: both;
}
.price-bot .triangle-bottom-green {
  position: absolute;
  bottom: -25px;
  left: 39px;
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -38px -3px;
  width: 29px;
  height: 25px;
}
.price-bot:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -159px -3px;
  width: 15px;
  height: 76px;
}
.price-bot:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  background-image: url("images/triangles.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -235px -3px;
  width: 15px;
  height: 76px;
}
.price-bot span {
  font-size: 32px;
  font-weight: 700;
  line-height: 76px;
  color: #FFF;
}
.buy {
  background: url("images/banner-buy.jpg");
  background-repeat: no-repeat;
  height: 145px;
  text-align: center;
  padding-top: 57px;
}
#footer {
  background: #222425;
  padding-top: 45px;
}
#footer .content {
  text-align: center;
}
#footer .about-us {
  width: 560px;
  display: inline-block;
  vertical-align: top;
}
#footer .about-us > div {
  color: #C3C3C3;
  font-size: 16px;
  font-weight: 300;
  width: 50%;
  margin: 34px 0 0 0;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  float: left;
  padding: 0 10px;
}
#footer .about-us > div p {
  margin: 0 0 10px 0;
}
#footer .contact-us {
  width: 300px;
  margin-left: 69px;
  display: inline-block;
  vertical-align: top;
}
#footer .contact-us p {
  margin: 40px 0 0 0;
  color: #C3C3C3;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}
#footer .contact-us .social-block {
  width: 132px;
  margin: auto;
  margin-top: 27px;
}
.our-offer {
  border-top: 1px solid #fdd835;
  background: #F8FAFC;
}
.our-offer .test {
  margin: auto;
  float: none;
  position: relative;
}
.our-offer .test p {
  text-align: center;
}
.our-offer .test figure {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-top: 69px;
}
.our-offer .test figure img {
  width: 100%;
}
.our-offer .test .dialog {
  display: inline-block;
  vertical-align: top;
  width: 172px;
  height: 153px;
  background: url("images/dialog.png") no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 76px;
  color: #FFF;
  padding-top: 35px;
}
.title-white {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  border-bottom: 2px solid #fdd835;
  margin: 0;
  text-align: center;
  padding-bottom: 19px;
}
.social-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-block ul:before,
.social-block ul:after {
  content: " ";
  display: table;
}
.social-block ul:after {
  clear: both;
}
.social-block ul:before,
.social-block ul:after {
  content: " ";
  display: table;
}
.social-block ul:after {
  clear: both;
}
.social-block ul li {
  text-align: center;
}
.social-block ul li a {
  background-image: url("images/social.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.social-block ul li a.tw {
  background-position: -53px -3px;
  width: 44px;
  height: 44px;
}
.social-block ul li a.fb {
  background-position: -3px -3px;
  width: 44px;
  height: 44px;
}
.social-block ul li a.vk {
  background-position: -3px -53px;
  width: 44px;
  height: 44px;
}
.after-footer {
  background: #191b1c;
  height: 58px;
  line-height: 58px;
}
.after-footer .copy-lang {
  float: left;
  color: #C3C3C3;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.language {
  float: right;
  margin-right: 4px;
  width: 140px;
  position: absolute;
  right: -50px;
  top: 0;
}
.language .lang-en {
  background: url("images/en.png");
  background-position: 11px center;
  background-repeat: no-repeat;
}
.language .lang-ru {
  background: url("images/ru.png");
  background-position: 11px center;
  background-repeat: no-repeat;
}
.language .lang-es {
  background: url("images/est.png");
  background-position: 11px center;
  background-repeat: no-repeat;
}
.language .lang-lt {
  background: url("images/lat.png");
  background-position: 11px center;
  background-repeat: no-repeat;
}
.language .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.language .jq-selectbox__select {
  padding: 0 47px 0 21px;
  height: 20px;
}
.language .jq-selectbox__select .jq-selectbox__trigger {
  border-left: none;
}
.language .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  border: none;
  background-image: url("images/main-spirtes.png");
  background-repeat: no-repeat;
  display: block;
  background-position: -3px -3px;
  width: 6px;
  height: 5px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.language .jq-selectbox__dropdown {
  background: #191b1c;
  text-align: center;
  color: #C3C3C3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.language .jq-selectbox__dropdown li:hover {
  background-color: #A3ABB1;
  color: #fff;
}
.language .jq-selectbox__select-text {
  padding-left: 25px;
  color: #C3C3C3;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer-menu {
  color: #FFF;
  text-align: center;
}
.footer-menu a {
  text-decoration: none;
  outline: 0;
  color: #FFF;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0 26px;
}
@media (max-width: 1200px) {
  .login {
    margin-right: 146px;
  }
  .logo {
    margin-left: 20px;
  }
  .slogan p {
    font-size: 37px;
  }
  .main-banner .main-container {
    padding: 0 20px;
  }
  .comments ul li {
    width: 26%;
  }
  .tab-menu ul li a {
    padding: 0 30px;
  }
  .language {
    right: -5px;
  }
  .how-work .text-block {
    margin: 166px 0 0 50px;
  }
  .how-work .img-block {
    margin: 100px 50px 0px 430px;
  }
  .comments .container-wrap figure {
    display: inline-block;
  }
  .comments .container-wrap .cont {
    display: inline-block;
  }
  .comments .container-wrap p {
    font-size: 12px;
  }
  #pricing,
  .pricing,
  .features,
  .after-footer,
  .screenshot,
  .start,
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .language-block ul {
    margin: 28px 0 0 0px;
  }
  .tab-menu ul li a {
    padding: 0 20px;
    font-size: 14px;
  }
  .price-bot span {
    font-size: 25px;
  }
  .language .jq-selectbox__dropdown {
    left: -91px !important;
    width: 143px;
  }
  .login {
    margin-right: 50px;
  }
  .language {
    width: 60px;
  }
  .language .jq-selectbox__select-text {
    display: none;
  }
  .slogan {
    margin-top: 30px;
  }
  .slogan p {
    font-size: 28px;
  }
  .main-nav ul li {
    margin-right: 10px;
  }
  .main-nav ul li a {
    font-size: 14px;
  }
  .our-offer .test .dialog {
    width: 130px;
    height: 136px;
    font-size: 33px;
    padding-top: 15px;
  }
  .how-work .text-block {
    margin: 100px 0 0 20px;
    width: 280px;
  }
  .how-work .img-block {
    margin: 100px 50px 0px 350px;
  }
  .video-tour .price {
    width: 167px;
    height: 167px;
    font-size: 22px;
    padding-top: 27px;
    top: -33px;
    right: -86px;
  }
  .comments ul li {
    width: 24%;
    font-size: 14px;
  }
  .comments .triangle-bottom-shadow {
    height: 15px;
    bottom: -15px;
    background-position: -73px -10px;
    left: 0;
  }
  .check i {
    margin-right: 6px;
  }
  .footer-menu a {
    padding: 0px 10px;
  }
  #footer .about-us,
  #footer .contact-us {
    display: block;
    margin: auto;
  }
  #footer .contact-us {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .specifications {
    padding: 50px 20px 0 20px;
    background-position: 90% 74%;
    background-size: 300px auto;
  }
  .specifications .text-block {
    width: 70%;
  }
  .specifications ul {
    max-width: 55%;
  }
  .features {
    overflow: hidden;
    padding-top: 50px;
  }
  .features ul {
    margin: 0 -20px;
  }
  .features ul li {
    padding: 0 20px;
  }
  .features ul li .img-block {
    width: 130px;
  }
  .features ul li .text-block {
    margin-left: 150px;
    font-size: 14px;
  }
  .features ul li .text-block p {
    line-height: 1.4;
  }
  .start {
    padding-top: 50px;
    overflow: hidden;
  }
  .start .row {
    margin: 0 -20px;
  }
  .start ul {
    margin: 30px 0 0 0;
    padding: 0 20px;
  }
  .start ul li {
    margin-bottom: 45px;
  }
  .start ul li .text-block {
    margin-left: 60px;
    font-size: 14px;
  }
  .faq {
    padding-top: 40px;
  }
  .faq ul {
    margin: 40px -20px 0 -20px;
    padding: 0;
    list-style: none;
  }
  .faq ul li {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .main-nav,
  .tab-menu ul {
    display: block!important;
    opacity: 1!important;
    height: auto!important;
  }
}
@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
  .language-block ul {
    margin: 13px 0 0 0px;
  }
  .language {
    right: 80px;
  }
  .login {
    margin-right: 20px;
  }
  .price-bot span {
    font-size: 20px;
  }
  .price-bot p {
    margin: 22px 0 0 0;
    font-size: 13px;
  }
  .comments .container-wrap figure {
    display: table-cell;
  }
  .comments .container-wrap .cont {
    display: table-cell;
  }
  .comments .container-wrap p {
    font-size: 16px;
  }
  .menu-btn-tabs {
    margin-top: 8px;
    display: block;
    outline: 0;
    border: 0;
  }
  .tab-menu {
    background: #222425;
  }
  .tab-menu ul {
    position: absolute;
    top: 56px;
    left: 0;
    background: #222425;
    display: none;
    z-index: 100;
    width: 100%;
  }
  .tab-menu ul li {
    float: left;
    width: 33.3%;
  }
  .tab-menu ul li a {
    color: #fff;
  }
  .main-nav {
    position: absolute;
    z-index: 100;
    top: 69px;
    left: 0;
    right: 0;
    margin: auto;
    background: #222425;
    display: none;
    line-height: 40px;
    padding: 5px 0;
  }
  .main-nav > ul {
    padding-top: 10px;
    text-align: left;
    margin-left: 10px;
  }
  .main-nav > ul li {
    margin-right: 0px;
    line-height: 20px;
    padding: 0 10px;
  }
  .login ul li {
    margin: 0 5px 0 0;
  }
  .slogan {
    height: 60px;
    line-height: 60px;
  }
  .slogan:after,
  .slogan:before {
    height: 60px;
  }
  .slogan p {
    font-size: 22px;
  }
  .slogan .triangle-bottom {
    height: 15px;
    bottom: -15px;
    background-position: -3px -13px;
    left: 110px;
  }
  .tour .text-block p {
    font-size: 14px;
  }
  .tour h5 {
    margin: 37px 0 0 0;
    font-size: 33px;
  }
  .video-tour .price {
    top: -30px;
    right: -59px;
  }
  .comments {
    margin-top: 40px;
  }
  .comments ul li {
    width: 100%;
    padding-bottom: 15px;
    font-size: 16px;
    display: block;
    margin: 0;
  }
  .comments ul li .container-wrap {
    width: 80%;
    margin: auto;
  }
  .comments ul li span {
    font-size: 16px;
  }
  .how-work .text-block {
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: 90%;
    float: none;
  }
  .how-work .img-block {
    margin: auto;
    margin-top: 20px;
    float: none;
  }
  .buy {
    padding-top: 38px;
  }
  #footer {
    height: auto;
  }
  .after-footer {
    padding: 12px;
    text-align: center;
    height: auto;
    line-height: 1.3;
  }
  .after-footer .copy-lang {
    float: none;
    margin-bottom: 10px;
  }
  .after-footer .language {
    float: none;
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
  }
  .how-work .text-block {
    margin: 40px 0 0 0;
    width: 100%;
    padding: 0 20px;
    float: none;
  }
  .how-work .img-block {
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0 20px;
  }
  #pricing > div,
  .pricing > div {
    max-width: 500px;
    width: 100%;
    float: none;
    padding-left: 0!important;
    margin: auto;
  }
  #pricing .plus .price span,
  .pricing .plus .price span {
    font-size: 24px;
  }
  .features {
    overflow: hidden;
    padding-top: 30px;
  }
  .features ul {
    margin: 0 -15px;
  }
  .features ul li {
    padding: 0 15px;
  }
  .features ul li .img-block {
    width: 80px;
  }
  .features ul li .text-block {
    margin-left: 100px;
    font-size: 12px;
  }
  .features ul li .text-block .title-black {
    font-size: 18px;
  }
  .start {
    padding-top: 50px;
    overflow: hidden;
  }
  .start .row {
    margin: 0 -20px;
  }
  .start ul {
    margin: 30px 0 0 0;
    padding: 0 20px;
  }
  .start ul li {
    margin-bottom: 45px;
  }
  .start ul li .text-block {
    margin-left: 60px;
    font-size: 12px;
    line-height: 1.4;
  }
  .start ul li .text-block .title-black {
    font-size: 18px;
  }
  .start .column {
    margin-right: 0;
  }
  .faq ul {
    font-size: 12px;
  }
  .faq ul li .title-black {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .main-nav ul li a {
    font-size: 12px;
  }
  .main-nav > ul li {
    display: block;
  }
  .login ul li {
    margin-left: 2px;
  }
  .slogan p {
    font-size: 17px;
  }
  .slogan .triangle-bottom {
    left: 80px;
  }
  .tour h5 {
    margin: 30px 0 0 0;
    font-size: 26px;
  }
  .video-tour {
    width: 399px;
    height: 245px;
  }
  .video-tour a {
    top: 60px;
    left: 153px;
  }
  .tab-menu ul li {
    width: 50%;
  }
  .video-tour .price {
    width: 120px;
    height: 120px;
    font-size: 16px;
    padding-top: 19px;
    top: -18px;
    right: -16px;
  }
  .video-tour .price p span {
    font-size: 45px;
  }
  .main-banner {
    height: auto;
  }
  .plus .text-block {
    margin: 10px 0 0 24px;
  }
  .footer-menu a {
    display: block;
  }
  .plus .price span {
    font-size: 26px;
  }
  #footer .about-us {
    width: 300px;
  }
  #footer .about-us > div {
    float: none;
    width: 100%;
  }
  .footer-menu span {
    visibility: hidden;
  }
  .specifications {
    background: none;
  }
  .specifications .text-block {
    width: 100%;
  }
  .specifications ul {
    max-width: 100%;
  }
  .features ul li .img-block {
    width: 100%;
    float: none;
    text-align: center;
    min-height: 164px;
  }
  .features ul li .img-block img {
    width: auto;
  }
  .features ul li .text-block {
    margin-left: 0;
    margin-top: 15px;
  }
  .features ul li .text-block .title-black {
    text-align: center;
  }
  #screenshot-wrap {
    padding: 0 40px;
    padding-top: 30px;
  }
  .carousel .owl-buttons div.owl-prev {
    left: -50px;
  }
  .carousel .owl-buttons div.owl-next {
    right: -50px;
  }
  .carousel .item img {
    width: 100%;
  }
  .start ul {
    width: 100%;
    float: none;
  }
  .faq ul li {
    float: none;
    width: 100%;
  }
  .price-bot {
    width: 78%;
  }
}
@media (max-width: 480px) {
  .main-nav > ul li {
    display: block;
  }
  .slogan {
    height: 40px;
    line-height: 40px;
  }
  .slogan:after,
  .slogan:before {
    height: 40px;
  }
  .slogan p {
    font-size: 14px;
  }
  .slogan .triangle-bottom {
    left: 50px;
  }
  .tour h5 {
    margin: 25px 0 0 0;
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .video-tour {
    width: 280px;
    height: 183px;
  }
  .video-tour a {
    top: 29px;
    left: 91px;
  }
  .video-tour .price {
    top: -32px;
    right: -11px;
    width: 100px;
    height: 100px;
    font-size: 14px;
    padding-top: 15px;
  }
  .video-tour .price p span {
    font-size: 40px;
  }
  .our-offer .test .dialog {
    width: 96px;
    font-size: 24px;
    padding-top: 3px;
  }
  .comments .container-wrap figure {
    display: inline-block;
  }
  .comments .container-wrap .cont {
    display: inline-block;
  }
  .comments .container-wrap p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .slogan {
    height: 55px;
    line-height: 2;
    width: 230px;
    padding: 3px 0;
  }
  .slogan:after,
  .slogan:before {
    height: 55px;
  }
  .price-bot span {
    font-size: 15px;
  }
  .price-bot p {
    margin: 26px 0 0 0;
    font-size: 11px;
  }
  .features ul li {
    float: none;
    width: 100%;
  }
}
