@font-face {
  font-family: "pt-sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PT_Sans-Web-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "pt-sans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "pt-sans-n";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PT_Sans-Narrow-Web-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "helvetica-n";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"); }

body {
  font-family: pt-sans, sans-serif;
  font-size: 16px; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.header {
  position: relative;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  .header__video {
    width: 100%; }
  .header__content {
    position: absolute;
    top: 41px;
    width: 100%;
    z-index: 1; }
    .header__content_sticky {
      top: 0;
      background-color: #000;
      position: fixed; }
  .header__top {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    .header__top::after {
      clear: both;
      content: "";
      display: table; }
  .header__logo {
    margin-left: 16px;
    float: left; }
  .header__menu {
    margin-left: 255px;
    margin-top: 10px;
    float: left; }
  .header__title {
    position: absolute;
    top: 53%;
    text-align: center;
    width: 100%;
    line-height: 1.57em; }
  .header.js-active .header__menu {
    display: block;
    margin-left: 0;
    margin-top: 0;
    float: none;
    top: 0;
    background-color: #000;
    z-index: 1;
    position: absolute;
    height: 100%; }
  .header.js-active .header__content {
    top: 0;
    height: 100%; }
  .header.js-active .header__top {
    height: 100%; }
  .header.js-active .menu-list {
    text-align: center;
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px); }
  .header.js-active .menu-list__item {
    width: 100%;
    margin-bottom: 10px; }
  .header.js-active .header__menu-button {
    opacity: 0.7; }

.logo {
  display: block;
  width: 103px;
  margin-top: 5px; }
  .logo__img {
    width: 100%; }

.menu-list__item {
  display: inline-block;
  margin-right: 32px; }
  .menu-list__item:nth-of-type(4) {
    margin-right: 26px; }
  .menu-list__item:last-of-type {
    margin-right: 0px; }

.menu-list__link {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px; }
  .menu-list__link:not(.menu-list__link_active):hover {
    text-decoration: underline; }
  .menu-list__link_active {
    border: 3px solid #73bf0f;
    padding: 4px 12px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    color: #73bf0f; }
    .menu-list__link_active:hover {
      border: 3px solid #8ae512;
      color: #8ae512; }

.title {
  text-align: center;
  font-size: 25px;
  font-family: helvetica-n;
  text-transform: uppercase;
  letter-spacing: .1em; }

.section {
  padding-top: 102px;
  padding-bottom: 128px;
  text-align: center; }
  .section_dark {
    background-color: #f6f6f6; }
  .section_advantages {
    padding-bottom: 118px; }
  .section__header {
    font-size: 38px;
    text-align: center; }

.advantages {
  font-size: 0;
  margin-top: 85px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .advantages__item {
    display: inline-block;
    width: 222px;
    font-size: 16px;
    vertical-align: top;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 24px;
    line-height: 1.3em; }
    .advantages__item:last-of-type {
      margin-right: 0; }
  .advantages__ico {
    height: 62px;
    line-height: 62px;
    vertical-align: middle; }
  .advantages__description {
    margin-top: 31px; }

.plans {
  padding-bottom: 115px; }

.plans-list {
  margin-top: 58px;
  font-size: 0; }
  .plans-list__item {
    display: inline-block;
    font-size: 15px; }

.plan {
  width: 295px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 40px 30px;
  padding-bottom: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/sh1.png) 0 0 no-repeat, url(../img/sh2.png) 100% 0 no-repeat, url(../img/sh3.png) 0 100% no-repeat, url(../img/sh4.png) 100% 100% no-repeat, url(../img/sht.png) 21px 0 repeat-x, url(../img/shb.png) 21px 100% repeat-x, url(../img/shl.png) 0 21px repeat-y, url(../img/shr.png) 100% 21px repeat-y; }
  .plan_first {
    color: #73bf0f; }
    .plan_first .button {
      background-color: #73bf0f;
      font-size: 16px; }
      .plan_first .button:hover {
        background-color: #84da12; }
  .plan_second {
    color: #bb79e5; }
    .plan_second .button {
      background-color: #bb79e5; }
      .plan_second .button:hover {
        background-color: #ce85fc; }
  .plan_third {
    color: #cc9a01; }
    .plan_third .button {
      background-color: #cc9a01; }
      .plan_third .button:hover {
        background-color: #eab103; }
  .plan__header {
    font-weight: bold;
    font-size: 18px; }
  .plan__price {
    color: #434343;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px; }
  .plan__currency {
    font-size: 20px; }
  .plan__description {
    color: #000;
    line-height: 2em;
    margin-top: 24px; }
    .plan__description span {
      line-height: 1.3em;
      margin-top: 6px;
      display: inline-block; }
  .plan__description-color {
    font-weight: bold;
    line-height: 2.3em; }
  .plan__button {
    margin-top: 66px; }

.button {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 215px;
  margin-left: auto;
  margin-right: auto;
  color: #faffee;
  padding: 8px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #c1c1c1;
          box-shadow: 0 3px 0 0 #c1c1c1;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.presentation {
  padding-top: 106px;
  padding-bottom: 83px; }
  .presentation .section__header {
    margin-bottom: 55px; }
  .presentation .section__header_mobile {
    display: none; }

.video-presentation {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px; }
  .video-presentation__content {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden; }
    .video-presentation__content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.presentation-description {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em; }

.testimonial {
  padding-top: 106px;
  padding-bottom: 99px; }
  .testimonial .section__header {
    margin-bottom: 80px; }
  .testimonial__wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }

.video-list {
  font-size: 0; }
  .video-list::after {
    clear: both;
    content: "";
    display: table; }

.testimonial-video {
  display: inline-block;
  width: 310px;
  margin-right: 15px; }
  .testimonial-video:last-of-type {
    margin-right: 0; }
  .testimonial-video__content {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden; }
    .testimonial-video__content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.testimonials {
  clear: both;
  margin-top: 87px; }
  .testimonials-item {
    text-align: left;
    margin-top: 36px; }
    .testimonials-item::after {
      clear: both;
      content: "";
      display: table; }
  .testimonials__img {
    width: 103px;
    float: left;
    margin-left: 56px;
    margin-right: 46px;
    margin-top: 4px; }
  .testimonials__content {
    max-width: 680px;
    float: left;
    line-height: 1.25; }
    .testimonials__content-name {
      font-size: 15px;
      font-weight: bold;
      text-decoration: underline; }
    .testimonials__content-text {
      font-size: 14px;
      margin-top: 19px; }

.all-testimonials {
  display: block;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 203px;
  margin-top: 40px; }

.examples {
  padding-top: 95px;
  padding-bottom: 79px; }

.sites-examples {
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  max-width: 1212px; }
  .sites-examples-item {
    display: inline-block;
    margin-bottom: 8px; }
    .sites-examples-item img {
      max-width: 100%; }

.demo {
  padding-top: 95px;
  padding-bottom: 75px; }

.demo-img {
  margin-top: 55px;
  max-width: 100%; }

.demo-button {
  margin-top: 24px;
  background-color: #73bf0f; }
  .demo-button:hover {
    background-color: #82d713; }

.contact-form {
  padding-top: 71px;
  padding-bottom: 91px; }
  .contact-form::after {
    clear: both;
    content: "";
    display: table; }

.contact-wrapper {
  text-align: left;
  max-width: 703px;
  margin-left: auto;
  margin-right: auto;
  color: #5a5a5a; }
  .contact-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .contact-wrapper a {
    color: #5a5a5a; }
    .contact-wrapper a:hover {
      color: #3a3a3a; }

.contact {
  width: 270px;
  float: left;
  margin-right: 60px;
  margin-top: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.adresok {
  padding-left: 35px;
  background-image: url("../img/konvert.gif");
  background-repeat: no-repeat;
  background-position-y: 4px;
  font-size: 14px;
  margin-bottom: 13px; }

.gruppeshka {
  padding-left: 35px;
  background-image: url("../img/vk.gif");
  background-repeat: no-repeat;
  background-position-y: 4px;
  font-size: 14px; }
  .gruppeshka__descr {
    font-size: 14px;
    margin-top: 48px; }

.form-order {
  width: 370px;
  float: right; }

.prezentaciya {
  color: #000000;
  font-size: 23px;
  font-weight: 700; }
  .prezentaciya_mobile {
    display: none; }

input.textinput {
  border: 3px solid #959495;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  width: 344px;
  margin-bottom: 12px; }

.textarea__header {
  font-size: 14px; }

textarea.textinarea {
  border: 3px solid #959495;
  height: 75px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  width: 344px;
  margin-bottom: 14px;
  font-family: monospace;
  font-size: 13.3333px;
  -webkit-appearance: textarea;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  resize: auto;
  cursor: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.1; }

input.sendsubmit:hover {
  background: #92BF25; }

input.sendsubmit {
  background: #BC74E8;
  border: 0px none currentColor;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  height: 40px;
  padding-top: 1px;
  width: 154px;
  font-family: PT Sans;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700; }

.vk {
  padding-top: 56px;
  padding-bottom: 24px;
  overflow: hidden; }
  .vk::after {
    clear: both;
    content: "";
    display: table; }
  .vk .section__header {
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 41px; }
  .vk .section__wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .vk .section__wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .vk #vk_groups {
    float: left;
    margin-right: 30px; }
  .vk #vk_groups2 {
    float: left; }

.footer {
  background-color: #414141;
  color: #fff;
  padding: 23px;
  font-size: 14px; }
  .footer__wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .footer__copy {
    margin-left: 18px;
    display: inline-block; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1020px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1004px) {
  /**/
  .header__menu {
    display: none; }
  .header__menu-button {
    display: block;
    background-image: url("../img/button.png");
    width: 42px;
    height: 35px;
    background-size: contain;
    position: absolute;
    right: 16px;
    top: 34px;
    z-index: 1; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .plans-list__item {
    margin-bottom: 20px; }
    .plans-list__item:last-of-type {
      margin-bottom: 0; }
  .testimonial-video {
    margin-bottom: 15px; }
    .testimonial-video:last-of-type {
      margin-bottom: 0; }
    .testimonial-video .section__header {
      margin-bottom: 42px; }
  .testimonials {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 47px; }
    .testimonials__img {
      width: 52px;
      margin: 0;
      float: none; }
    .testimonials__content {
      float: none;
      max-width: 100%; }
    .testimonials__content-name {
      margin-top: 18px;
      text-decoration: underline; }
    .testimonials__content-text {
      border-bottom: 1px dashed #bababa;
      padding-bottom: 23px; }
    .testimonials-item {
      margin-top: 25px; }
      .testimonials-item:last-of-type .testimonials__content-text {
        border-bottom: none;
        padding-bottom: 0; }
  .all-testimonials {
    margin-left: 15px; } }

@media only screen and (max-width: 959px) {
  .advantages__item {
    margin-bottom: 55px; }
    .advantages__item:last-of-type {
      margin-bottom: 0; }
  .section.vk {
    padding-bottom: 0;
    margin-bottom: 15px; }
    .section.vk .section__header {
      text-align: center; }
    .section.vk #vk_groups {
      display: none; }
    .section.vk #vk_groups2 {
      margin-left: auto;
      margin-right: auto;
      float: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .title {
    font-size: 17px; }
  .form-order {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .contact {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 370px;
    margin-top: 35px; }
  .gruppeshka__descr {
    margin-top: 35px; }
  .presentation .section__header {
    display: none; }
  .presentation .section__header_mobile {
    display: block; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .header__video {
    width: auto;
    max-height: 320px; }
  .header__title {
    font-size: 17px;
    font-family: pt-sans-n;
    top: 44%; }
  .section {
    padding-top: 37px;
    padding-bottom: 50px; }
    .section__header {
      font-size: 22px;
      font-weight: bold; }
  .advantages {
    margin-top: 57px; }
    .advantages__description {
      font-size: 14px; }
  .advantages__item {
    width: 137px;
    margin-right: 16px;
    padding: 0;
    margin-bottom: 70px; }
    .advantages__item:nth-of-type(2n) {
      margin-right: 0; }
    .advantages__item:nth-of-type(3n) {
      margin-bottom: 0; }
    .advantages__item:nth-of-type(4n) {
      margin-bottom: 0; }
  .plan {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    background: url(../img/sht.png) 0 0 repeat-x, url(../img/shb.png) 0 100% repeat-x;
    margin-top: -25px; }
    .plan_first .button {
      font-size: 20px; }
    .plan__button {
      margin-top: 55px; }
  .plans {
    padding-bottom: 0; }
    .plans-list {
      margin-top: 26px; }
      .plans-list__item {
        width: 100%;
        margin-bottom: 0; }
        .plans-list__item:first-of-type .plan {
          margin-top: 0; }
  .button {
    padding: 15px 17px;
    width: 235px;
    font-size: 20px;
    letter-spacing: 0.2em; }
  .presentation {
    margin-top: -20px;
    padding-top: 59px;
    padding-bottom: 38px; }
    .presentation .section__header {
      margin-bottom: 36px; }
  .video-presentation {
    margin-bottom: 48px; }
  .presentation-description {
    font-size: 14px;
    line-height: 1.4em; }
  .testimonial-video {
    width: 100%;
    margin-bottom: 26px;
    margin-right: 0; }
  .testimonial .section__header {
    margin-bottom: 35px; }
  .sites-examples {
    margin-top: 32px; }
  .demo-img {
    margin-top: 32px; }
  .prezentaciya {
    display: none; }
    .prezentaciya_mobile {
      display: block; }
  .contact-form {
    padding-left: 15px;
    padding-right: 15px; }
  .form-order {
    float: none;
    width: 100%; }
  input.textinput {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  textarea.textinarea {
    width: 100%;
    height: 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  input.sendsubmit {
    height: 57px;
    width: 234px;
    font-family: pt-sans;
    font-weight: bold;
    font-size: 20px;
    -webkit-box-shadow: 0 3px 0 0 #c1c1c1;
            box-shadow: 0 3px 0 0 #c1c1c1; }
  .contact {
    width: auto; }
  .footer {
    padding-left: 20px;
    padding-right: 20px; }
  .copy {
    margin-left: 0; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/
  .header__content {
    top: 27px; }
  .testimonial-video {
    margin-right: 0; } }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
