@charset "UTF-8";
/* article */
@media (min-width: 800px) {
  /* line 7, layouts.scss */
  .article-content_wrapper {
    padding-right: 2rem; } }
/* line 12, layouts.scss */
.article-title {
  text-transform: initial;
  font-size: 2.3rem; }

/* line 17, layouts.scss */
.article-image {
  margin-bottom: 1rem;
  display: block; }

/* line 22, layouts.scss */
.article-image img {
  width: 100%; }

/* line 26, layouts.scss */
.article-line {
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 2rem;
  margin-top: -1rem; }

/* line 32, layouts.scss */
.article-line .title {
  margin-bottom: 0; }

/* line 36, layouts.scss */
.article-note {
  font-size: 14px; }

/* line 40, layouts.scss */
.article-content {
  margin-bottom: 2rem; }

/* line 44, layouts.scss */
.article-content p {
  margin-bottom: 1.5rem; }

/* line 48, layouts.scss */
.article-readmore {
  margin-top: 2rem; }

/* line 52, layouts.scss */
.article-readmore .title {
  margin-bottom: 1rem; }

/* line 56, layouts.scss */
.article .sidebar {
  margin-left: 4rem; }

@media (max-width: 768px) {
  /* line 61, layouts.scss */
  .article .sidebar {
    margin-left: 0; } }
@media (min-width: 801px) and (max-width: 1100px) {
  /* line 67, layouts.scss */
  .article .sidebar {
    margin-left: 2rem; } }
@media (max-width: 800) {
  /* line 73, layouts.scss */
  .article .sidebar {
    margin-left: 0;
    margin-top: 2rem; } }
/* line 79, layouts.scss */
.blog-content {
  background: #f4f6f6;
  padding: 50px 40px;
  margin-bottom: 5px; }

@media (max-width: 1024px) {
  /* line 86, layouts.scss */
  .blog-content {
    padding: 25px 20px; } }
/* line 91, layouts.scss */
.blog-caption {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 100;
  line-height: 45px;
  margin-bottom: 35px; }

@media (max-width: 480px) {
  /* line 101, layouts.scss */
  .blog-caption {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px; } }
/* line 108, layouts.scss */
.blog-big_item {
  overflow: hidden;
  position: relative;
  max-width: -webkit-calc(60% - 40px);
  max-width: calc(60% - 40px);
  -webkit-flex-basis: -webkit-calc(60% - 40px);
  -ms-flex-preferred-size: calc(60% - 40px);
  flex-basis: calc(60% - 40px);
  margin-right: 40px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 300px; }

@media (max-width: 768px) {
  /* line 126, layouts.scss */
  .blog-big_item {
    margin-right: 0px;
    max-width: -webkit-calc(100% - 0px);
    max-width: calc(100% - 0px);
    -webkit-flex-basis: -webkit-calc(100% - 0px);
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    height: 300px;
    margin-bottom: 30px; } }
/* line 138, layouts.scss */
.blog-big_item::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms; }

/* line 152, layouts.scss */
.blog-big_item:hover::after {
  background: rgba(0, 0, 0, 0.6); }

/* line 156, layouts.scss */
.blog-top {
  max-width: 40%;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

@media (max-width: 768px) {
  /* line 164, layouts.scss */
  .blog-top {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
/* line 172, layouts.scss */
.blog-big_item-title {
  color: #ffffff;
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5; }

@media (max-width: 980px) {
  /* line 182, layouts.scss */
  .blog-big_item-title {
    font-size: 22px; } }
@media (max-width: 480px) {
  /* line 188, layouts.scss */
  .blog-big_item-title {
    font-size: 18px; } }
/* line 193, layouts.scss */
.blog-big_item-inner {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px); }

/* line 202, layouts.scss */
.blog-big_item-date {
  opacity: 0.7;
  color: #ffffff;
  font-family: "Museo Sans Cyrl";
  font-size: 15px;
  font-weight: 300;
  line-height: 22px; }

/* line 214, layouts.scss */
.blog-container {
  padding-bottom: 75px; }

@media (max-width: 480px) {
  /* line 219, layouts.scss */
  .blog-container {
    padding-bottom: 35px; } }
/* line 224, layouts.scss */
.button-more {
  margin-top: 75px; }

@media (max-width: 480px) {
  /* line 229, layouts.scss */
  .button-more {
    margin-top: 35px; } }
/* line 234, layouts.scss */
.body--loading {
  cursor: progress; }

/* line 238, layouts.scss */
.alertify-notifier .ajs-message.ajs-error {
  color: #fff; }

@media (max-width: 768px) {
  /* line 243, layouts.scss */
  .cell-.blog-big_item {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat; } }
/* line 251, layouts.scss */
.tab_img_mini {
  margin-bottom: 1rem; }

/* line 255, layouts.scss */
.tab_img_mini:nth-child(even) {
  margin-right: 25%; }

/* line 259, layouts.scss */
.tab_img_mini:nth-child(odd) {
  margin-left: 25%; }

/* cart */
/* line 264, layouts.scss */
.cart_item > div {
  border-right: 1px dotted #a4a4a4;
  border-bottom: 1px dotted #a4a4a4; }

/* line 269, layouts.scss */
.cart_item-image_wraper {
  border: 1px dotted #a4a4a4;
  margin: 1rem 1rem 1rem 0; }

/* line 274, layouts.scss */
.cart_item:last-child > div {
  border-bottom: 1px dotted transparent; }

/* line 278, layouts.scss */
.cart_item > div:last-child {
  border-right: 1px dotted transparent; }

/* line 282, layouts.scss */
.cart_item-inner {
  height: 100%;
  font-size: 1.1rem; }

/* line 287, layouts.scss */
.cart_item-link {
  font-weight: 400; }

/* line 291, layouts.scss */
.cart_item-option {
  margin-right: 10px; }

/* line 295, layouts.scss */
.cart_item-time {
  font-size: 14px; }

/* line 299, layouts.scss */
.cart--title {
  padding-bottom: 0; }

/* line 303, layouts.scss */
.cart-count {
  color: #FF3F3F;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.2rem; }

/* line 310, layouts.scss */
.quantity--cart_item {
  border: none;
  margin: 0 0.5rem; }

@media (max-width: 720px) {
  /* line 316, layouts.scss */
  .quantity--cart_item {
    margin: 0; } }
/* line 321, layouts.scss */
.cart-empty_notice {
  margin: 2rem 0; }

/* line 325, layouts.scss */
.button--order {
  margin-right: 0.5rem; }

/* line 329, layouts.scss */
.cart_total-price {
  color: #ff3f3f;
  font-weight: 500;
  font-size: 2rem; }

/* line 335, layouts.scss */
.cart_total-title {
  font-size: 24px;
  margin-right: 12px; }

/* line 340, layouts.scss */
.cart_total {
  margin: 2rem 0 1rem; }

/* line 344, layouts.scss */
[data-collection-wraper] {
  padding-bottom: 30px; }

/* line 348, layouts.scss */
.collection-wraper-left {
  max-width: 340px;
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px; }

/* line 355, layouts.scss */
.collection-wraper-right {
  max-width: -webkit-calc(100% - 340px);
  max-width: calc(100% - 340px);
  -webkit-flex-basis: -webkit-calc(100% - 340px);
  -ms-flex-preferred-size: calc(100% - 340px);
  flex-basis: calc(100% - 340px); }

/* line 363, layouts.scss */
.sidebar {
  padding: 10px 63px 10px 23px;
  height: 100%; }

/* line 368, layouts.scss */
[data-collection-more] {
  margin: 1rem 0; }

/* line 372, layouts.scss */
.collection_description-image {
  position: relative; }

/* line 376, layouts.scss */
.collection_description-image:after {
  content: '';
  background-image: url(repeat-gray.png), url(decor-2.png);
  display: inline-block;
  position: absolute;
  height: 0;
  padding-bottom: 80%;
  width: 80%;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 90% 6%; }

/* line 391, layouts.scss */
.collection_description-image img {
  position: relative;
  z-index: 1; }

/* line 396, layouts.scss */
.collection-title + .collection-title {
  margin-top: 1rem;
  display: inline-block; }

/* line 401, layouts.scss */
.collection-title_icon {
  display: inline-block;
  background-image: url("egais--ready.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
  vertical-align: middle; }

/* line 414, layouts.scss */
.collection-panel {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

/* line 420, layouts.scss */
.collection-panel .title {
  margin-bottom: 0;
  line-height: 1; }

/* line 425, layouts.scss */
.subcollection-preview {
  width: 85%;
  margin: 0 auto; }

/* line 430, layouts.scss */
.subcollection-preview img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 435, layouts.scss */
.subcollection-preview--akksesuary img {
  height: 65%; }

/* line 439, layouts.scss */
.subcollection-title.title {
  margin-bottom: 0;
  margin-top: -2rem;
  font-size: 1.1rem;
  font-weight: 300;
  height: 3rem;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #313131;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1; }

/* line 455, layouts.scss */
.subcollection-title:hover {
  color: #ff3f3f; }

/* line 459, layouts.scss */
.support_form-description {
  margin-bottom: 2rem; }

/* line 463, layouts.scss */
.support_form-field {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 43px;
  padding: 0 0.5rem; }

/* line 471, layouts.scss */
.collection-more {
  width: 200px; }

/* line 475, layouts.scss */
.sidebar_block-catalog_wraper {
  display: none;
  background: #f5f5f6; }

/* line 480, layouts.scss */
.sidebar_block-toggler.toggler--catalog {
  background: #f5f5f6;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.1rem; }

/* line 488, layouts.scss */
.sidebar_block-toggler.toggler--catalog .fa {
  float: right;
  line-height: 1.5rem;
  font-size: 12px; }

/* line 494, layouts.scss */
.sidebar_block-toggler.toggler--catalog .fa-chevron-up {
  color: #ff3f3f; }

/* line 498, layouts.scss */
.search_widget--collection {
  border: 1px solid #d4d4d4 !important;
  border-color: #d4d4d4;
  width: 100%;
  padding: 0.5rem; }

/* line 505, layouts.scss */
.search_widget--collection .search_widget-field {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 0; }

/* line 511, layouts.scss */
.search_widget--collection .search_widget-submit {
  width: 24px;
  float: right; }

/* line 516, layouts.scss */
.sort_by-option {
  border: none !important; }

/* line 520, layouts.scss */
.collection_top-sort .sort_by-option .styled_select-wrapper {
  width: auto;
  color: #ff3f3f;
  vertical-align: top; }

/* line 526, layouts.scss */
.collection_top-panel {
  padding: 1em 0; }

/* line 530, layouts.scss */
.button-fast_checkout {
  background: #263040;
  color: #fff;
  border-color: #263040;
  width: 100%;
  margin: 1rem 0; }

/* line 538, layouts.scss */
.button-fast_checkout:hover {
  background: transparent;
  color: #263040; }

/* line 543, layouts.scss */
.padding-five {
  padding: 5px; }

/* line 547, layouts.scss */
.collection-description {
  padding-top: 0; }

/* line 551, layouts.scss */
.collection-products_list {
  width: 100%; }

/* comapre */
/* line 557, layouts.scss */
.compare {
  padding-bottom: 3rem; }

/* line 561, layouts.scss */
.compare-trigger .compare-add {
  display: block;
  line-height: inherit; }

/* line 566, layouts.scss */
.compare-trigger .compare-added {
  display: none;
  line-height: inherit; }

/* line 571, layouts.scss */
.compare-trigger--added .compare-add {
  display: none; }

/* line 575, layouts.scss */
.compare-trigger--added .compare-added {
  display: block; }

/* line 579, layouts.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5rem; }

/* line 585, layouts.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5rem; }

/* line 591, layouts.scss */
.compare_row-item--title {
  position: relative; }

/* line 595, layouts.scss */
.compare_row-item--footer {
  position: relative; }

/* line 599, layouts.scss */
.compare_row-item_title {
  margin: -0.5rem -0.5rem 0.5rem;
  padding: 0.5rem;
  background-color: #e4e4e4; }

/* line 605, layouts.scss */
.compare_row--header .compare_row-item,
.compare_row--header .compare_row-title {
  border-bottom: solid #a4a4a4; }

/* line 610, layouts.scss */
.compare_row--header .compare_row-item {
  text-align: center; }

/* line 614, layouts.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom; }

/* line 618, layouts.scss */
.compare_row--body:nth-child(even) {
  background-color: #f4f4f4; }

/* line 622, layouts.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #a4a4a4; }

/* line 627, layouts.scss */
.compare_row--footer {
  border-width: 0; }

/* line 631, layouts.scss */
.compare_row--footer .compare_row-item {
  text-align: center;
  padding: 1em; }

/* line 636, layouts.scss */
.compare_row-item .prices {
  margin-bottom: 0.8em; }

/* line 640, layouts.scss */
.index {
  overflow-x: hidden; }

/* line 644, layouts.scss */
.index-image_mask {
  background-image: url(mask.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 1400px) {
  /* line 651, layouts.scss */
  .index-image_mask {
    padding-bottom: 6rem; } }
/* line 656, layouts.scss */
.service_description {
  color: #fff;
  margin-bottom: 3rem;
  position: relative; }

/* line 662, layouts.scss */
.service_description-tip {
  position: absolute;
  top: -3.5rem;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #ff3f3f;
  color: #fff;
  padding: 0.3rem 1rem; }

@media (max-width: 800px) {
  /* line 674, layouts.scss */
  .service_description-tip {
    margin-right: 1rem; } }
@media (max-width: 640px) {
  /* line 680, layouts.scss */
  .service_description-tip {
    top: -2.5rem;
    font-size: 1rem; } }
/* line 686, layouts.scss */
.service_description-title {
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase; }

/* line 693, layouts.scss */
.service_description-description {
  font-size: 1.4rem;
  font-weight: 300; }

@media (max-width: 640px) {
  /* line 699, layouts.scss */
  .service_description-description {
    text-align: left;
    font-size: 1.2rem; } }
/* line 705, layouts.scss */
.advantage {
  text-align: center;
  margin: 1rem 0;
  *zoom: 1; }

/* line 711, layouts.scss */
.advantage:after {
  content: "";
  display: table;
  clear: both; }

/* line 717, layouts.scss */
.advantage_list {
  padding: 1rem 0; }

/* line 721, layouts.scss */
.advantage-icon {
  padding: 0 1.5rem; }

/* line 725, layouts.scss */
.advantage-icon .image-circle {
  background-color: rgba(0, 0, 0, 0.3); }

/* line 729, layouts.scss */
.advantage-icon img {
  height: 40%; }

@media (max-width: 1100px) {
  /* line 734, layouts.scss */
  .advantage-icon img {
    height: 50%; } }
/* line 739, layouts.scss */
.advantage-icon--raketa img {
  height: 50%; }

/* line 743, layouts.scss */
.advantage-icon--gerb img {
  height: 50%; }

@media (max-width: 1100px) {
  /* line 748, layouts.scss */
  .advantage-icon--gerb img {
    height: 60%; } }
@media (max-width: 1100px) {
  /* line 754, layouts.scss */
  .advantage-icon {
    float: left;
    width: 4rem;
    padding: 0;
    margin-right: 1rem; } }
/* line 762, layouts.scss */
.advantage-title {
  margin-top: 1rem;
  font-weight: 300;
  padding: 0 0.8rem;
  line-height: 1.3; }

@media (max-width: 1100px) {
  /* line 770, layouts.scss */
  .advantage-title {
    float: left;
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
    text-align: left; } }
/* line 778, layouts.scss */
.registration_test {
  padding-bottom: 2rem; }

/* line 782, layouts.scss */
.registration_test-index {
  padding-bottom: .8rem; }

/* line 786, layouts.scss */
.registration_test-field {
  display: inline-block;
  position: relative; }

@media (min-width: 481px) {
  /* line 792, layouts.scss */
  .registration_test-field {
    max-width: 300px;
    width: 49%; } }
/* line 798, layouts.scss */
.registration_test-field > input {
  -webkit-appearance: none; }

/* line 802, layouts.scss */
.registration_test-email {
  padding: 1rem;
  width: 100%;
  border: 1px solid transparent;
  height: 54px;
  vertical-align: top; }

@media (max-width: 640px) {
  /* line 811, layouts.scss */
  .registration_test-email {
    height: 44px; } }
/* line 816, layouts.scss */
.registration_test-email--red {
  border-color: #ff3f3f; }

/* line 820, layouts.scss */
.registration_test-notice,
.presentation-notice,
.passade-notice,
.call_back-notice,
.modal-notice {
  position: absolute;
  bottom: -webkit-calc(100% + 15px);
  bottom: calc(100% + 15px);
  left: 1rem;
  right: 1rem;
  display: none;
  color: #ff3f3f;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0px; }

/* line 837, layouts.scss */
.registration_test-notice:after,
.presentation-notice:after,
.passade-notice:after,
.call_back-notice:after,
.modal-notice:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 30px);
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  bottom: 0;
  border: 15px solid transparent;
  border-top-color: #fff; }

/* line 854, layouts.scss */
.registration_test-notice--show,
.presentation-notice--show,
.passade-notice--show,
.call_back-notice--show,
.modal-notice--show {
  display: block; }

/* line 862, layouts.scss */
.registration_test-notice--red,
.presentation-notice--red,
.passade-notice--red,
.call_back-notice--red,
.modal-notice--red {
  color: #fff;
  background-color: #ff3f3f; }

/* line 871, layouts.scss */
.registration_test-notice--red:after,
.presentation-notice--red:after,
.passade-notice--red:after,
.call_back-notice--red:after,
.modal-notice--red:after {
  border-top-color: #ff3f3f; }

/* line 879, layouts.scss */
.registration_test-submit {
  color: #fff;
  width: 100%;
  vertical-align: top; }

/* line 885, layouts.scss */
.insales_test {
  margin-top: 3rem;
  text-align: center; }

/* line 890, layouts.scss */
.insales_test-field {
  display: inline-block; }

@media (min-width: 481px) {
  /* line 895, layouts.scss */
  .insales_test-field {
    width: 300px; } }
/* line 900, layouts.scss */
.insales_test-field > input {
  -webkit-appearance: none; }

/* line 904, layouts.scss */
.insales_test-button {
  width: 100%; }

/* line 908, layouts.scss */
.modern_kassa {
  padding-bottom: 4rem; }

/* line 912, layouts.scss */
.modern_kassa-container {
  position: relative; }

/* line 916, layouts.scss */
.modern_kassa-image {
  position: absolute;
  bottom: -8rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 925, layouts.scss */
.modern_kassa-image--kassa {
  width: 410px;
  height: 300px;
  left: -webkit-calc(-410px - 1rem);
  left: calc(-410px - 1rem);
  background-image: url(kassa.png); }

/* line 933, layouts.scss */
.modern_kassa-image--cardreader {
  width: 230px;
  height: 240px;
  right: -webkit-calc(-230px - 1rem);
  right: calc(-230px - 1rem);
  background-image: url(terminal.png); }

/* line 941, layouts.scss */
.modern_kassa + .section--wrapper {
  padding-top: 6rem; }

/* line 945, layouts.scss */
.solutions {
  margin-bottom: 3rem; }

/* line 949, layouts.scss */
.insales {
  padding-bottom: 2rem; }

@media (max-width: 1450px) {
  /* line 954, layouts.scss */
  .insales {
    position: relative; } }
/* line 959, layouts.scss */
.insales .title {
  margin-bottom: 4rem; }

/* line 963, layouts.scss */
.insales-wrapper {
  position: relative;
  padding-top: 4rem; }

@media (min-width: 1451px) {
  /* line 969, layouts.scss */
  .insales-wrapper {
    position: relative; } }
/* line 974, layouts.scss */
.insales-image {
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 0; }

/* line 982, layouts.scss */
.insales-image--office {
  background-image: url(office.png);
  left: 0;
  top: -80px;
  width: 209px;
  height: 476px; }

@media (max-width: 1450px) {
  /* line 991, layouts.scss */
  .insales-image--office {
    left: -117px;
    top: -webkit-calc(-80px - 4rem);
    top: calc(-80px - 4rem); } }
/* line 998, layouts.scss */
.insales-image--cargo {
  background-image: url(cargo.png);
  top: -50px;
  right: 0;
  width: 296px;
  height: 172px; }

@media (max-width: 1450px) {
  /* line 1007, layouts.scss */
  .insales-image--cargo {
    right: -114px;
    top: -webkit-calc(-50px - 4rem);
    top: calc(-50px - 4rem); } }
/* line 1014, layouts.scss */
.insales-image--warehouse {
  background-image: url(warehouse.png);
  bottom: 0;
  right: 0;
  width: 237px;
  height: 406px; }

@media (max-width: 1450px) {
  /* line 1023, layouts.scss */
  .insales-image--warehouse {
    right: -114px;
    bottom: -2rem; } }
/* line 1029, layouts.scss */
.insales_advantage {
  margin-bottom: 3rem; }

/* line 1033, layouts.scss */
.insales_advantage-list {
  margin-bottom: 2rem; }

/* line 1037, layouts.scss */
.insales_advantage-count {
  font-size: 2.3rem;
  color: #ff3f3f;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 1045, layouts.scss */
.insales_advantage-count a {
  color: #ff3f3f; }

/* line 1049, layouts.scss */
.insales_advantage-description {
  font-size: 1.1rem; }

/* line 1053, layouts.scss */
.schedule-calendar {
  color: #ff3f3f; }

@media (min-width: 481px) and (max-width: 800px) {
  /* line 1058, layouts.scss */
  .schedule-calendar {
    width: 130px; } }
/* line 1063, layouts.scss */
.schedule-calendar_text {
  margin-left: 0.5rem; }

@media (max-width: 950px) {
  /* line 1068, layouts.scss */
  .schedule-calendar_text {
    display: inline-block;
    padding-top: 0.5rem;
    margin-left: 0; } }
/* line 1075, layouts.scss */
.schedule-theme {
  vertical-align: middle;
  text-align: center; }

@media (min-width: 481px) {
  /* line 1081, layouts.scss */
  .schedule-theme {
    border-left: 1px solid #fff;
    padding-left: 1rem; } }
@media (min-width: 481px) and (max-width: 800px) {
  /* line 1088, layouts.scss */
  .schedule-theme {
    width: -webkit-calc(100% - 130px) !important;
    width: calc(100% - 130px) !important; } }
/* line 1094, layouts.scss */
.schedule-submit {
  font-size: 16px;
  color: #fff;
  padding: 0 1.5rem; }

@media (max-width: 480px) {
  /* line 1101, layouts.scss */
  iframe#bx_form_iframe_10 {
    min-height: 600px; } }
/* line 1106, layouts.scss */
.checkout b,
.checkout strong {
  font-weight: 500; }

/* line 1111, layouts.scss */
.checkout .set-list {
  margin: 1rem 0;
  list-style: none;
  padding: 0; }

/* line 1117, layouts.scss */
.checkout .set-list-item {
  padding: 1rem 0;
  border-bottom: 1px solid #a4a4a4; }

/* line 1122, layouts.scss */
.checkout .set-list-item .img {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 0.5rem 0.5rem 0;
  float: left; }

/* line 1130, layouts.scss */
.checkout table {
  width: 100%; }

/* line 1134, layouts.scss */
.checkout .table,
.checkout #orders_history {
  min-width: 610px; }

/* line 1139, layouts.scss */
.checkout th,
.checkout td {
  padding: 0.5rem; }

/* line 1144, layouts.scss */
.checkout .table td,
.checkout #orders_history td {
  border-bottom: 1px solid #000;
  text-align: left; }

/* line 1150, layouts.scss */
.checkout .table td:last-child,
.checkout #orders_history td:last-child {
  text-align: center; }

/* line 1155, layouts.scss */
.checkout .table thead th,
.checkout #orders_history thead th {
  border-bottom: solid #000; }

/* line 1160, layouts.scss */
.checkout td.radio {
  width: 15px;
  padding-left: 0; }

/* line 1165, layouts.scss */
.checkout td.price {
  text-align: right;
  width: 130px; }

/* line 1170, layouts.scss */
.checkout td .notice {
  display: block;
  text-align: center; }

/* line 1175, layouts.scss */
.checkout #orders_history tbody tr:nth-child(odd) {
  background-color: #eee; }

/* line 1179, layouts.scss */
.checkout .table-responsive {
  overflow-x: auto;
  margin-bottom: 1rem; }

/* line 1184, layouts.scss */
.checkout .set-meta .fc {
  margin-bottom: 1rem; }

/* line 1188, layouts.scss */
.checkout #registered_client {
  float: right !important; }

/* line 1192, layouts.scss */
.checkout .regular_client {
  margin-bottom: 1rem; }

@media (min-width: 641px) {
  /* line 1197, layouts.scss */
  .checkout .regular_client {
    border-right: 1px solid #a4a4a4; } }
/* line 1202, layouts.scss */
.checkout .input:last-child {
  margin-bottom: 1rem !important; }

/* line 1206, layouts.scss */
.checkout .input--titled {
  border-bottom: 1px solid #a4a4a4;
  padding: 0.5rem 0;
  margin: 0; }

/* line 1212, layouts.scss */
.checkout .input--titled .input-label {
  font-weight: bold; }

/* line 1216, layouts.scss */
.checkout .input-value {
  line-height: 20px;
  display: block; }

/* line 1221, layouts.scss */
.checkout .step-title {
  line-height: 30px;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 1228, layouts.scss */
.checkout .step-title:last-child {
  margin-bottom: 0; }

/* line 1232, layouts.scss */
.checkout .step-title .step-name {
  float: left; }

/* line 1236, layouts.scss */
.checkout .step-title .past_step {
  float: right; }

/* line 1240, layouts.scss */
.checkout .step-title .button {
  padding: 0 0.5rem; }

/* line 1244, layouts.scss */
.checkout #shipping_address,
.checkout #delivery_variants,
.checkout #payment_gateways {
  margin-bottom: 2rem; }

/* line 1250, layouts.scss */
.checkout--make_order .title {
  margin-bottom: 1rem; }

/* line 1254, layouts.scss */
.checkout--make_order #flash_messages {
  margin-bottom: 20px; }

/* line 1258, layouts.scss */
.checkout--make_order .back_to_shop {
  margin: 1rem;
  width: auto !important; }

/* line 1263, layouts.scss */
.checkout--make_order .input--titled {
  border-bottom: 1px solid #a4a4a4;
  padding: 0.5rem 0 1rem;
  margin: 0; }

/* line 1269, layouts.scss */
.checkout-content input[type="text"],
.checkout-content input[type="email"],
.checkout-content input[type="password"],
.checkout-content input[type="tel"],
.checkout-content textarea {
  border: 1px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 1279, layouts.scss */
.checkout-content [action="/client_account/session"],
.checkout-content [action="/client_account/password/reset"] {
  max-width: 400px; }

/* line 1284, layouts.scss */
[action="/client_account/contacts"] {
  max-width: 500px; }

/* line 1288, layouts.scss */
.section--wrapper.is-checkout {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  padding-top: 1rem;
  padding-bottom: 3rem; }

/* line 1297, layouts.scss */
.dom_ready .section--wrapper.is-checkout {
  opacity: 1; }

/* line 1301, layouts.scss */
.field-content.input-value .notice {
  margin-right: 20px; }

/* line 1305, layouts.scss */
[action="/client_account/password"] input {
  max-width: 400px !important; }

@media (max-width: 768px) {
  /* line 1310, layouts.scss */
  .title {
    margin-bottom: 0 !important; } }
@media (max-width: 480px) {
  /* line 1316, layouts.scss */
  body:not(.body--index) .ws-chat .ws-chat-btn-el-container {
    bottom: 60px !important; } }
/* line 1323, layouts.scss */
html,
body {
  overflow-x: hidden; }

/* line 1328, layouts.scss */
body {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Museo Sans Cyrl", sans-serif;
  position: relative;
  background-color: #ffffff; }

/* line 1338, layouts.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #313131; }

/* line 1343, layouts.scss */
a:hover {
  color: #FF3F3F; }

/* line 1348, layouts.scss */
.wrap {
  max-width: 1200px; }

/* line 1352, layouts.scss */
.system_message {
  background-color: #fff;
  border: 1px solid #a4a4a4;
  padding: 0.5rem; }

/* line 1361, layouts.scss */
.title {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 2rem; }

/* line 1369, layouts.scss */
.title-marker {
  font-weight: 400;
  position: relative; }

/* line 1374, layouts.scss */
.title-marker--underline:after {
  content: '';
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  border-bottom: solid #FF3F3F; }

/* line 1384, layouts.scss */
.title--red {
  color: #FF3F3F; }

/* line 1388, layouts.scss */
.title--h1 {
  font-size: 2.1rem; }

/* line 1392, layouts.scss */
.title--h2 {
  font-size: 1.75rem; }

/* line 1396, layouts.scss */
.title--h3 {
  font-size: 1.5rem; }

/* line 1400, layouts.scss */
.title--h4 {
  font-size: 1.2rem; }

/* line 1404, layouts.scss */
.title--h5 {
  font-size: 14px; }

/* line 1408, layouts.scss */
.title--index {
  position: relative;
  margin-bottom: 4rem; }

/* line 1413, layouts.scss */
.title--index:after {
  content: '';
  display: block;
  border: 1px solid #FF3F3F;
  position: absolute;
  top: 110%;
  width: 300px;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px); }

/* line 1426, layouts.scss */
.section--wrapper {
  padding-top: 3rem;
  padding-bottom: 2rem; }

/* line 1431, layouts.scss */
.section--start_collection_wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem; }

/* line 1436, layouts.scss */
.section--collection_wrapper {
  padding-top: 1rem; }

/* line 1441, layouts.scss */
.section--product_wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem; }

/* line 1446, layouts.scss */
.section--blog_wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem; }

/* line 1451, layouts.scss */
.section--article_wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem; }

/* line 1456, layouts.scss */
.section--cart_wrapper {
  padding-top: 0rem;
  padding-bottom: 6rem; }

/* line 1461, layouts.scss */
.section--support_form {
  margin-top: 2rem; }

/* line 1465, layouts.scss */
.section--content {
  background-color: #fff;
  color: #313131;
  overflow: hidden; }

/* line 1471, layouts.scss */
.section--white {
  background-color: #fff;
  color: #313131; }

/* line 1477, layouts.scss */
.section--blue {
  background-color: #131f30;
  color: #fff; }

/* line 1482, layouts.scss */
.section--gray {
  background-color: #e4e4e4; }

/* line 1486, layouts.scss */
.section--index {
  background-image: url(logo_t_2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position-x: center;
  background-position-y: center; }

@media (min-width: 1150px) {
  /* line 1495, layouts.scss */
  .section--index {
    background-position-y: -163px; } }
/* line 1500, layouts.scss */
.section--index_start {
  padding-top: 17rem; }

@media (min-width: 1400px) {
  /* line 1505, layouts.scss */
  .section--index_start {
    padding-top: 24rem; } }
@media (max-width: 800px) {
  /* line 1511, layouts.scss */
  .section--index_start {
    padding-top: 16rem; } }
/* line 1516, layouts.scss */
.section--title {
  padding: 1rem 0; }

/* line 1520, layouts.scss */
.section--title .title {
  margin: 0; }

/* line 1524, layouts.scss */
.section--page_start {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }

/* line 1531, layouts.scss */
.section--page_start_mask {
  background-color: rgba(19, 31, 48, 0.9); }

/* line 1536, layouts.scss */
.section--training {
  background-color: #232f42;
  padding: 2rem 0;
  color: #fff;
  font-size: 22px; }

/* line 1545, layouts.scss */
.sidebar_block {
  margin-bottom: 1rem; }

@media (max-width: 480px) {
  /* line 1550, layouts.scss */
  .sidebar_block {
    margin-bottom: 0.5rem; } }
/* line 1555, layouts.scss */
.sidebar_block-title {
  margin-bottom: 1rem; }

/* line 1559, layouts.scss */
.sidebar_block-toggler {
  background-color: #e4e4e4;
  width: 100%;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem; }

/* line 1575, layouts.scss */
.mobile #rh-badge {
  display: none !important; }

/* line 1579, layouts.scss */
.mobile .insales24-open_callback {
  left: initial !important;
  right: 10px !important;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

/* line 1585, layouts.scss */
.dotted-title {
  position: relative; }

/* line 1589, layouts.scss */
.dotted-title span {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 2rem; }

/* line 1596, layouts.scss */
.dotted-title:after {
  content: '';
  width: 100%;
  border-bottom: 1px dotted #ccc;
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0; }

/* line 1607, layouts.scss */
.section--footer {
  padding-bottom: 0 !important; }

/* line 1611, layouts.scss */
body.adaptive {
  padding-bottom: 0 !important; }

@media (max-width: 800px) {
  /* line 1618, layouts.scss */
  .page-map {
    margin-bottom: -2rem; } }
/* line 1623, layouts.scss */
.tariff {
  display: inline-block;
  width: 280px;
  margin: 2rem 0.5rem 1rem;
  padding: 1.5rem;
  position: relative;
  vertical-align: top;
  background-color: #131f30;
  color: #fff; }

/* line 1634, layouts.scss */
.tariff-list {
  text-align: center; }

/* line 1638, layouts.scss */
.tariff-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff; }

/* line 1644, layouts.scss */
.tariff-content {
  text-transform: uppercase; }

/* line 1648, layouts.scss */
.tariff-content .fa {
  font-size: 85%; }

/* line 1652, layouts.scss */
.tariff-content p:nth-of-type(1) {
  font-weight: 600;
  font-size: 1.5rem; }

/* line 1657, layouts.scss */
.tariff-content p:nth-of-type(2) {
  font-size: 1.2rem; }

/* line 1661, layouts.scss */
.tariff:nth-child(1) {
  background-color: #52b5a4; }

/* line 1665, layouts.scss */
.tariff:nth-child(2) {
  background-color: #487eb7; }

/* line 1669, layouts.scss */
.tariff--best {
  border: 1px solid #ff3f3f; }

/* line 1673, layouts.scss */
.tariff--best:before {
  content: 'Лучший выбор';
  position: absolute;
  top: -2rem;
  left: -1px;
  right: -1px;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  background-color: #ff3f3f;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem; }

/* line 1688, layouts.scss */
.tariff_function {
  margin-bottom: 1rem; }

/* line 1692, layouts.scss */
.tariff_function-icon {
  width: 8rem;
  display: inline-block;
  vertical-align: middle; }

/* line 1698, layouts.scss */
.tariff_function-description {
  width: -webkit-calc(100% - 8rem);
  width: calc(100% - 8rem);
  padding-left: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px; }

/* line 1707, layouts.scss */
.tariff_function-description .title {
  margin-bottom: 1rem;
  font-weight: 500; }

/* line 1712, layouts.scss */
.ekam_addon {
  padding: 2rem;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 1rem; }

/* line 1719, layouts.scss */
.ekam_addon-title {
  margin-bottom: 1rem;
  font-weight: 400; }

/* line 1724, layouts.scss */
.ekam_addon-content .fa {
  font-size: 85%; }

/* line 1728, layouts.scss */
.ekam_addon-content p {
  text-transform: uppercase; }

/* line 1732, layouts.scss */
.ekam_addon-content p:nth-of-type(2) {
  padding-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem; }

/* line 1738, layouts.scss */
.ekam_addon-sale {
  margin-bottom: 0; }

/* line 1742, layouts.scss */
.tariff_quastion {
  padding: 1.5rem;
  border: 1px solid #a4a4a4;
  margin-bottom: 2rem; }

/* line 1748, layouts.scss */
.tariff_quastion-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #a4a4a4;
  font-size: 1rem;
  font-weight: 400; }

/* line 1756, layouts.scss */
.tariff_quastion-content {
  text-align: left; }

/* line 1760, layouts.scss */
.tariff_quastion-content b,
.tariff_quastion-content strong {
  color: #fff;
  background-color: #333333;
  padding: 0 5px; }

/* line 1767, layouts.scss */
.tariff_quastion--triangle_left,
.tariff_quastion--triangle_right {
  position: relative; }

/* line 1772, layouts.scss */
.tariff_quastion--triangle_left:before,
.tariff_quastion--triangle_left:after,
.tariff_quastion--triangle_right:before,
.tariff_quastion--triangle_right:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%; }

@media (max-width: 800px) {
  /* line 1783, layouts.scss */
  .tariff_quastion--triangle_left:before,
  .tariff_quastion--triangle_left:after,
  .tariff_quastion--triangle_right:before,
  .tariff_quastion--triangle_right:after {
    display: none; } }
/* line 1791, layouts.scss */
.tariff_quastion--triangle_left:before,
.tariff_quastion--triangle_left:after {
  left: 1rem; }

/* line 1796, layouts.scss */
.tariff_quastion--triangle_left:before {
  border: 26px solid transparent;
  border-left: 48px solid #a4a4a4;
  border-top: 14px solid #a4a4a4; }

/* line 1802, layouts.scss */
.tariff_quastion--triangle_left:after {
  border: 25px solid transparent;
  border-left: 46px solid #fff;
  border-top: 13px solid #fff;
  left: -webkit-calc(1rem + 1px);
  left: calc(1rem + 1px); }

/* line 1810, layouts.scss */
.tariff_quastion--triangle_right:before,
.tariff_quastion--triangle_right:after {
  right: 1rem; }

/* line 1815, layouts.scss */
.tariff_quastion--triangle_right:before {
  border: 26px solid transparent;
  border-right: 48px solid #a4a4a4;
  border-top: 14px solid #a4a4a4; }

/* line 1821, layouts.scss */
.tariff_quastion--triangle_right:after {
  border: 25px solid transparent;
  border-right: 46px solid #fff;
  border-top: 13px solid #fff;
  right: -webkit-calc(1rem + 1px);
  right: calc(1rem + 1px); }

/* line 1829, layouts.scss */
[data-page-id="825691"] h1,
[data-page-id="825691"] h2 {
  font-weight: 500; }

/* line 1834, layouts.scss */
.page_contacts {
  padding-bottom: 60px; }

@media (max-width: 480px) {
  /* line 1839, layouts.scss */
  .page_contacts-content {
    font-size: 14px; } }
/* line 1844, layouts.scss */
.rates_item-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef414c), to(#d63566));
  background-image: -webkit-linear-gradient(left, #ef414c 0%, #d63566 100%);
  background-image: -o-linear-gradient(left, #ef414c 0%, #d63566 100%);
  background-image: linear-gradient(to right, #ef414c 0%, #d63566 100%);
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin-left: -1px;
  margin-right: -1px;
  color: #fff;
  text-align: center;
  padding: 38px 50px 30px; }

@media (max-width: 720px) {
  /* line 1859, layouts.scss */
  .rates_item-header {
    padding: 38px 30px 30px; } }
@media (max-width: 600px) {
  /* line 1865, layouts.scss */
  .rates_item-header {
    padding: 38px 15px 30px; } }
@media (max-width: 480px) {
  /* line 1871, layouts.scss */
  .rates_item-header {
    padding: 10px 5px 10px; } }
/* line 1876, layouts.scss */
.rates-list {
  text-align: center; }

/* line 1880, layouts.scss */
.rates-list > div {
  padding: 0 5px; }

/* line 1884, layouts.scss */
.rates_item.is-light .rates_item-footer {
  margin-top: 0px; }

/* line 1894, layouts.scss */
.rates_question-title {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 100;
  line-height: 45px; }

@media (max-width: 400px) {
  /* line 1903, layouts.scss */
  .rates_question-title {
    margin-bottom: 10px;
    font-size: 16px; } }
/* line 1909, layouts.scss */
.rates_question-box {
  padding: 18px 0 42px 0; }

/* line 1913, layouts.scss */
.rates_question-variants {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden; }

/* line 1920, layouts.scss */
.rates_question-button {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  width: 75px;
  text-align: center;
  color: #ffffff;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: background-image 100ms;
  -o-transition: background-image 100ms;
  transition: background-image 100ms;
  cursor: pointer;
  background: #ef414c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  float: left;
  margin-left: 2px; }

/* line 1946, layouts.scss */
.rates_question-button.is-active {
  background: #152436;
  color: #fff; }

/* line 1951, layouts.scss */
.rates_question-button:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0; }

/* line 1956, layouts.scss */
.rates_item {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dadada;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  max-width: 460px;
  text-align: initial;
  display: block;
  margin: 0 auto 20px; }

/* line 1969, layouts.scss */
.rates_item:hover {
  -webkit-box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13);
  box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13); }

/* line 1974, layouts.scss */
.rates_item-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300; }

@media (max-width: 768px) {
  /* line 1981, layouts.scss */
  .rates_item-title {
    font-size: 26px; } }
@media (max-width: 640px) {
  /* line 1987, layouts.scss */
  .rates_item-title {
    font-size: 21px; } }
@media (max-width: 540px) {
  /* line 1993, layouts.scss */
  .rates_item-title {
    font-size: 16px;
    min-height: 48px; } }
/* line 1999, layouts.scss */
.rates_item-capture {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  min-height: 48px; }

@media (max-width: 1200px) {
  /* line 2008, layouts.scss */
  .rates_item-capture {
    min-height: 49px; } }
@media (max-width: 640px) {
  /* line 2014, layouts.scss */
  .rates_item-capture {
    font-size: 14px; } }
@media (max-width: 540px) {
  /* line 2020, layouts.scss */
  .rates_item-capture {
    margin-bottom: 15px;
    font-size: 12px;
    min-height: 54px; } }
/* line 2027, layouts.scss */
.rates_item-price {
  color: #ffffff;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px; }

@media (max-width: 640px) {
  /* line 2036, layouts.scss */
  .rates_item-price {
    font-size: 60px; } }
@media (max-width: 480px) {
  /* line 2042, layouts.scss */
  .rates_item-price {
    font-size: 40px; } }
/* line 2047, layouts.scss */
.rates_item-currency {
  color: #ffffff;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-weight: 300; }

@media (max-width: 640px) {
  /* line 2055, layouts.scss */
  .rates_item-currency {
    font-size: 14px; } }
/* line 2060, layouts.scss */
.rates_item.is-light .rates_item-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#f0ce0f), to(#f0920b));
  background-image: -webkit-linear-gradient(left, #f0ce0f 0%, #f0920b 100%);
  background-image: -o-linear-gradient(left, #f0ce0f 0%, #f0920b 100%);
  background-image: linear-gradient(to right, #f0ce0f 0%, #f0920b 100%); }

/* line 2067, layouts.scss */
.rates-list.is-ekam .is-insales {
  opacity: 0.3; }

/* line 2071, layouts.scss */
.rates-list.is-ekam .is-ekam .rates_item {
  -webkit-box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13);
  box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13); }

/* line 2076, layouts.scss */
.rates-list.is-insales .is-insales .rates_item {
  -webkit-box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13);
  box-shadow: 0 0 15px 1px rgba(51, 51, 51, 0.13); }

/* line 2081, layouts.scss */
.rates-list.is-insales .is-ekam {
  opacity: 0.2; }

/* line 2085, layouts.scss */
.rates_system.is-active.is-ekam .rates_system-list {
  max-width: 585px; }

/* line 2089, layouts.scss */
.rates_system.is-active.is-ekam .rates_system-item.is-storage {
  display: none; }

/* line 2093, layouts.scss */
.rates_system.is-active.is-ekam .rates_system-item.is-case {
  display: none; }

/* line 2097, layouts.scss */
.rates_system.is-active.is-ekam .rates_system-spin {
  height: 28px; }

/* line 2101, layouts.scss */
.rates_item-footer {
  padding: 0 45px 45px; }

@media (max-width: 640px) {
  /* line 2106, layouts.scss */
  .rates_item-footer {
    padding: 0 25px 30px; } }
@media (max-width: 480px) {
  /* line 2112, layouts.scss */
  .rates_item-footer {
    padding: 0 10px 10px; } }
/* line 2117, layouts.scss */
.rates_item-notice {
  padding: 0px 0 25px;
  display: none; }

@media (max-width: 640px) {
  /* line 2123, layouts.scss */
  .rates_item-notice {
    padding: 0px 0 15px; } }
/* line 2128, layouts.scss */
.rates_row {
  border-bottom: 1px solid rgba(85, 85, 85, 0.1);
  padding: 20px 30px 20px 85px;
  width: 100%;
  position: relative; }

@media (max-width: 768px) {
  /* line 2136, layouts.scss */
  .rates_row {
    padding: 20px 10px 20px 85px; } }
@media (max-width: 640px) {
  /* line 2142, layouts.scss */
  .rates_row {
    padding: 15px 10px 15px 65px; } }
@media (max-width: 540px) {
  /* line 2148, layouts.scss */
  .rates_row {
    padding: 10px 5px 10px 5px; } }
/* line 2153, layouts.scss */
.rates_row:last-child {
  border-bottom: none; }

/* line 2157, layouts.scss */
.rates_item-buy {
  padding-right: 110px;
  padding-left: 110px;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase; }

@media (max-width: 768px) {
  /* line 2167, layouts.scss */
  .rates_item-buy {
    padding-right: 50px;
    padding-left: 50px; } }
@media (max-width: 480px) {
  /* line 2174, layouts.scss */
  .rates_item-buy {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px; } }
/* line 2181, layouts.scss */
.rates-capture {
  padding-bottom: 40px;
  padding-top: 40px;
  color: #464646;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-weight: 500;
  line-height: 29px; }

/* line 2191, layouts.scss */
.rates_item-prices {
  border-top: 1px solid #ffffff;
  padding-top: 20px; }

/* line 2196, layouts.scss */
.rates_row:before {
  content: '';
  position: absolute;
  left: 33px;
  width: 22px;
  height: 18px;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  background-image: url(ekam_arr.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

@media (max-width: 640px) {
  /* line 2211, layouts.scss */
  .rates_row:before {
    left: 23px; } }
@media (max-width: 540px) {
  /* line 2217, layouts.scss */
  .rates_row:before {
    display: none; } }
/* line 2222, layouts.scss */
.rates_row-content {
  font-family: "Museo Sans Cyrl";
  font-size: 17px; }

@media (max-width: 768px) {
  /* line 2228, layouts.scss */
  .rates_row-content {
    font-size: 16px; } }
@media (max-width: 640px) {
  /* line 2234, layouts.scss */
  .rates_row-content {
    font-size: 14px; } }
@media (max-width: 480px) {
  /* line 2240, layouts.scss */
  .rates_row-content {
    font-size: 12px; } }
/* line 2245, layouts.scss */
.fukol-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5em; }

/* line 2256, layouts.scss */
.fukol-grid > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 3em;
  -ms-flex: 1 0 3em;
  flex: 1 0 3em;
  margin: 0 0.5em; }

/* line 2264, layouts.scss */
.rates_benefit-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 1, 1, 0.17);
  box-shadow: 0 5px 5px rgba(0, 1, 1, 0.17);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 0;
  position: relative;
  padding-top: 100%;
  width: 200px; }

@media (max-width: 900px) {
  /* line 2277, layouts.scss */
  .rates_benefit-inner {
    width: 140px; } }
/* line 2282, layouts.scss */
.rates_benefit-box {
  width: 100%;
  margin-bottom: 20px; }

/* line 2287, layouts.scss */
.rates_benefit {
  width: 200px;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 900px) {
  /* line 2294, layouts.scss */
  .rates_benefit {
    width: 140px; } }
/* line 2299, layouts.scss */
.rates_benefits {
  text-align: center;
  padding: 80px 0;
  background: #f4f5f6; }

@media (max-width: 640px) {
  /* line 2306, layouts.scss */
  .rates_benefits {
    display: none; } }
/* line 2311, layouts.scss */
.rates_benefit:not(:last-child) {
  margin-right: 100px; }

@media (max-width: 900px) {
  /* line 2316, layouts.scss */
  .rates_benefit:not(:last-child) {
    margin-right: 50px; } }
/* line 2321, layouts.scss */
.rates_benefit-image {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }

/* line 2333, layouts.scss */
.rates_benefit-number {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  color: #2f302f;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-weight: 100;
  font-size: 150px;
  display: inline-block;
  vertical-align: middle;
  line-height: 158px;
  position: absolute; }

@media (max-width: 900px) {
  /* line 2352, layouts.scss */
  .rates_benefit-number {
    font-size: 130px;
    line-height: 144px; } }
/* line 2358, layouts.scss */
.rates_benefit-text {
  font-weight: 300;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 23px;
  color: #464646; }

/* line 2366, layouts.scss */
.rates_system-title {
  color: #000000;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px; }

/* line 2376, layouts.scss */
.rates_system {
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding: 44px 0 50px;
  display: none; }

/* line 2383, layouts.scss */
.rates_system.is-active {
  display: block;
  -webkit-animation-name: slideInUps;
  animation-name: slideInUps;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 2393, layouts.scss */
.rates_system-list {
  text-align: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  max-width: 830px;
  margin: auto; }

/* line 2403, layouts.scss */
.rates_system-spin {
  height: 18px;
  position: relative; }

/* line 2408, layouts.scss */
.rates_system-spin:before {
  content: '';
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  top: 0;
  width: 80%;
  left: 10%; }

/* line 2418, layouts.scss */
.rates_system-item.is-insales,
.rates_system-item.is-ekam {
  display: none;
  height: 50px; }

/* line 2424, layouts.scss */
.rates_system-item img {
  vertical-align: middle; }

/* line 2428, layouts.scss */
.rates_system.is-insales .rates_system-item.is-insales {
  display: block; }

/* line 2432, layouts.scss */
.rates_system.is-ekam .rates_system-item.is-ekam {
  display: block; }

@-webkit-keyframes slideInUps {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUps {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 2482, layouts.scss */
.point_main {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  padding: 50px;
  position: relative;
  background: url(icon-for-map-major.png), url(grid-blocks.png);
  background-repeat: no-repeat;
  -webkit-background-size: 29px, 25px;
  background-size: 29px, 25px;
  background-position: 9px 9px, 28px 1px; }

/* line 2494, layouts.scss */
.point_main-zip {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px; }

/* line 2500, layouts.scss */
.point_main-adress {
  font-size: 18px;
  font-weight: 900;
  line-height: 24px; }

/* line 2506, layouts.scss */
.point_main-time {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px; }

/* line 2512, layouts.scss */
.point_main-contacts {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 30px; }

/* line 2519, layouts.scss */
.point_main-contacts a {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }

/* line 2525, layouts.scss */
.point_main-phone {
  color: #ef414c;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  display: block;
  margin-top: 30px; }

/* line 2535, layouts.scss */
.js-modal.point_main-call_me {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px dashed; }

/* line 2543, layouts.scss */
.points-list {
  background: #f4f5f6;
  padding: 0px 50px 0px 50px; }

/* line 2548, layouts.scss */
.points-item {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  padding: 50px 0 50px 0;
  cursor: pointer;
  position: relative;
  padding-right: 40px; }

/* line 2558, layouts.scss */
.point-adress {
  font-weight: 700;
  line-height: 19px; }

/* line 2563, layouts.scss */
.points-row {
  counter-reset: points;
  overflow: hidden; }

/* line 2568, layouts.scss */
.points-item:after {
  counter-increment: points;
  content: counter(points);
  color: rgba(47, 48, 47, 0.2);
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 40px;
  display: none; }

@media (max-width: 480px) {
  /* line 2584, layouts.scss */
  .points-list {
    padding: 0px 25px 0px 25px; } }
/* line 2589, layouts.scss */
.map-parent {
  position: relative;
  min-height: 400px; }

/* line 2594, layouts.scss */
.map-parent > #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 2602, layouts.scss */
.baloon-title {
  margin: 1rem 0 0 0; }

/* line 2606, layouts.scss */
.baloon-top {
  margin-bottom: 1rem; }

/* line 2610, layouts.scss */
.baloon-manufacture {
  font-weight: bold; }

/* line 2614, layouts.scss */
.baloon-inner p + p {
  margin-top: 5px; }

/* line 2618, layouts.scss */
.region-modal {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 2628, layouts.scss */
.region-tabs-control {
  position: relative; }

/* line 2632, layouts.scss */
span.js-region-name:first-letter {
  text-transform: uppercase; }

/* line 2636, layouts.scss */
.point_top-text {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  margin-right: 30px; }

/* line 2645, layouts.scss */
.js-region-name {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }

/* line 2653, layouts.scss */
.change-city {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 13px;
  font-weight: 100;
  border: none;
  background: none;
  line-height: 1;
  display: inline-block;
  border-bottom: 1px dashed;
  padding: 0 0 2px 0; }

/* line 2666, layouts.scss */
.point_top-region-name {
  display: block; }

/* line 2670, layouts.scss */
.point_top {
  padding-bottom: 60px; }

/* line 2674, layouts.scss */
.point_top-city {
  position: relative;
  padding-right: 22px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7'%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='3' d='M11.5 1.5L7 5.5l-4.5-4'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  cursor: pointer; }

/* line 2685, layouts.scss */
button.change-city {
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: 0; }

/* line 2692, layouts.scss */
.countries-tab-button.is-active {
  background-color: #ef414c;
  color: #fff; }

/* line 2697, layouts.scss */
.countries-tab-button {
  border: 2px solid #ef414c;
  background-color: transparent;
  color: #ef414c;
  padding: 4px 6px 4px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
  min-height: 40px;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

/* line 2718, layouts.scss */
.region-tab-button {
  font-size: 14px;
  background: none;
  border: none;
  padding: 1px 0;
  border-bottom: 1px dashed;
  margin-right: 10px;
  font-weight: 600; }

/* line 2728, layouts.scss */
.countries {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #ebebeb; }

/* line 2735, layouts.scss */
button.region-tab-button.is-active {
  color: #ef414c; }

/* line 2739, layouts.scss */
.countries-tab-box {
  margin-bottom: 20px; }

/* line 2743, layouts.scss */
button.js-city-region-change {
  border: 2px solid #ef414c;
  background-color: transparent;
  color: #ef414c;
  padding: 0px 6px 0px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  min-height: 30px;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  vertical-align: top;
  height: 34px; }

/* line 2764, layouts.scss */
[name="city-region"] {
  height: 34px;
  padding: 0 5px;
  margin-right: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17) !important;
  box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17) !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  background-color: whitesmoke;
  border: none; }

@media (max-width: 380px) {
  /* line 2777, layouts.scss */
  [name="city-region"] {
    width: 100%;
    margin-bottom: 10px; } }
/* line 2783, layouts.scss */
.region-tabs-head {
  font-size: 14px;
  margin-bottom: 5px; }

/* line 2788, layouts.scss */
.point_main-contacts p + p {
  margin-top: 10px; }

/* line 2792, layouts.scss */
.point_main:before {
  content: '';
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 0;
  color: #d5d5d5; }

@media (max-width: 480px) {
  /* line 2806, layouts.scss */
  .points-item {
    padding: 20px 0 !important; } }
/* line 2811, layouts.scss */
.points-item:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 3px;
  background: #ebebeb;
  top: 25%;
  left: -38px; }

/* line 2821, layouts.scss */
.form-left form {
  text-align: left; }

/* line 2825, layouts.scss */
.form-left form .registration_test-field {
  padding-left: 0;
  padding-right: 1rem; }

/* 404 */
/* line 2831, layouts.scss */
.page_404 {
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("man_404_3.png"), url("man_404_2.png"), url("man_404.png");
  background-repeat: no-repeat;
  background-position: 100% 100%, 0 50%, 45% 0;
  -webkit-background-size: 35%, 25%, 25%;
  background-size: 35%, 25%, 25%; }

@media (max-width: 768px) {
  /* line 2843, layouts.scss */
  .page_404 {
    -webkit-background-size: 30%, 20%, 20%;
    background-size: 30%, 20%, 20%;
    background-position: 100% 105%, 0 26%, 33% 0; } }
/* line 2850, layouts.scss */
.body--page_404 {
  background: #fdfdfd;
  background: -webkit-radial-gradient(center, ellipse, #fdfdfd 0%, #dedfe3 99%);
  background: -o-radial-gradient(center, ellipse, #fdfdfd 0%, #dedfe3 99%);
  background: radial-gradient(ellipse at center, #fdfdfd 0%, #dedfe3 99%); }

/* line 2857, layouts.scss */
.page_404-inner {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative; }

/* line 2864, layouts.scss */
.page_404-red_times {
  color: #ff3f3f;
  font-size: 3rem;
  margin: 1rem 0; }

/* line 2870, layouts.scss */
.page_404-top {
  font-size: 2.5rem; }

@media (max-width: 480px) {
  /* line 2875, layouts.scss */
  .page_404-top {
    font-size: 1.5rem; } }
/* line 2880, layouts.scss */
.page_404-middle {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem; }

@media (max-width: 480px) {
  /* line 2887, layouts.scss */
  .page_404-middle {
    font-size: 1.5rem; } }
/* line 2892, layouts.scss */
.page_404-catalog {
  margin-bottom: 1rem; }

/* line 2896, layouts.scss */
.page_404-bottom .button {
  padding: 0 2rem; }

/* line 2900, layouts.scss */
iframe[name="google_conversion_frame"] {
  height: 0 !important;
  display: none !important;
  max-height: 0; }

/* line 2906, layouts.scss */
.product-container {
  padding-bottom: 30px; }

/* line 2910, layouts.scss */
.product {
  padding-bottom: 50px; }

/* search */
/* line 2915, layouts.scss */
.search_collection-result {
  position: relative; }

/* line 2919, layouts.scss */
.search_collection-submit {
  width: 150px; }

@media (max-width: 640px) {
  /* line 2924, layouts.scss */
  .search_collection-submit {
    width: 120px; } }
/* line 2929, layouts.scss */
.search_collection {
  padding: 2.5rem 1rem 0; }

/* line 2933, layouts.scss */
.search_collection-input {
  display: inline-block;
  height: 43px;
  border: 1px solid #ccc;
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
  vertical-align: middle;
  padding: 5px; }

@media (max-width: 640px) {
  /* line 2944, layouts.scss */
  .search_collection-input {
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px); } }
/* line 2952, layouts.scss */
[data-tab-anchor="programma-loyalnosti"] {
  position: relative; }

/* line 2956, layouts.scss */
[data-tab-anchor="programma-loyalnosti"]:after {
  display: none;
  content: "Скоро";
  position: absolute;
  top: -15px;
  right: -5px;
  padding: 5px 10px;
  background-color: #f03f4b;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media (max-width: 480px) {
  /* line 2973, layouts.scss */
  [data-tab-anchor="programma-loyalnosti"]:after {
    font-size: 12px;
    left: -17px;
    right: inherit;
    top: -7px; } }
/* line 2981, layouts.scss */
.is-active[data-tab-anchor="programma-loyalnosti"]:after {
  background-color: white;
  color: black;
  right: -10px;
  top: -20px; }

@media (max-width: 480px) {
  /* line 2989, layouts.scss */
  .is-active[data-tab-anchor="programma-loyalnosti"]:after {
    font-size: 12px;
    left: -20px;
    right: inherit;
    top: -10px; } }
/* line 2997, layouts.scss */
.page-online-wrapper .online-logo-wrapper {
  position: absolute;
  top: -32px;
  right: 12%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1200px) {
  /* line 3013, layouts.scss */
  .page-online-wrapper .online-logo-wrapper {
    right: 0; } }
@media (max-width: 1024px) {
  /* line 3019, layouts.scss */
  .page-online-wrapper .online-logo-wrapper {
    position: relative;
    top: 0;
    left: 20px; } }
@media (max-width: 480px) {
  /* line 3027, layouts.scss */
  .page-online-wrapper .promo.is-online .promo-middle {
    font-size: 20px;
    line-height: 32px; } }
/* line 3033, layouts.scss */
.page-online-wrapper .online-promo-image-wrapper {
  margin-bottom: 40px; }

/* line 3037, layouts.scss */
.page-online-wrapper .promo-text {
  padding-right: 40px; }

@media (max-width: 1024px) {
  /* line 3042, layouts.scss */
  .page-online-wrapper .promo-text {
    padding-right: 10px; } }
/* line 3047, layouts.scss */
.online_works-image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3071, layouts.scss */
.online_how {
  position: relative; }

/* line 3075, layouts.scss */
.online_how .online_how-t-1 {
  position: absolute;
  bottom: -100px;
  right: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

@media (max-width: 1366px) {
  /* line 3085, layouts.scss */
  .online_how .online_how-t-1 {
    display: none; } }
@media (max-width: 1200px) {
  /* line 3091, layouts.scss */
  .online_how .container {
    padding: 0; } }
@media (max-width: 1200px) {
  /* line 3097, layouts.scss */
  .online_how .decor-left:before {
    display: none; } }
/* line 3102, layouts.scss */
.online_how .online_how-wrapper {
  padding: 40px 20px;
  margin: 30px 0 100px;
  background-image: url(repeat-gray.png); }

@media (max-width: 1200px) {
  /* line 3109, layouts.scss */
  .online_how .online_how-wrapper {
    margin: 30px 0 0; } }
/* line 3114, layouts.scss */
.online_how .online_how-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }

@media (max-width: 768px) {
  /* line 3124, layouts.scss */
  .online_how .online_how-row {
    margin-top: 30px; } }
/* line 3129, layouts.scss */
.online_how .online_how-row:first-of-type {
  margin-top: 0; }

/* line 3133, layouts.scss */
.online_how .online_how-number {
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: rgba(70, 70, 70, 0.4);
  font-family: "Museo Sans Cyrl";
  font-size: 35px;
  font-weight: 900;
  width: 68px;
  min-width: 68px;
  height: 68px;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 56.3px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 1, 1, 0.17);
  box-shadow: 0 5px 5px rgba(0, 1, 1, 0.17);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@media (max-width: 768px) {
  /* line 3166, layouts.scss */
  .online_how .online_how-number {
    margin-right: 20px; } }
@media (max-width: 480px) {
  /* line 3172, layouts.scss */
  .online_how .online_how-number {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -40px; } }
@media (min-width: 481px) {
  /* line 3183, layouts.scss */
  .online_how .online_how-row:hover .online_how-number {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px); } }
/* line 3190, layouts.scss */
.online_how .online_how-item {
  position: relative;
  z-index: 2;
  padding: 16px 0;
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 22px;
  font-weight: 300;
  line-height: 32px; }

@media (max-width: 768px) {
  /* line 3202, layouts.scss */
  .online_how .online_how-item {
    font-size: 16px; } }
/* line 3207, layouts.scss */
.online_how .online_how-item a {
  color: #ef414c; }

/* line 3211, layouts.scss */
.online_how .online_how-small_line {
  width: 64px;
  height: 5px;
  background-color: #ef414c;
  margin-bottom: 10px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

@media (max-width: 768px) {
  /* line 3222, layouts.scss */
  .online_how .online_how-small_line {
    height: 2px; } }
/* line 3227, layouts.scss */
.online_how .online_how-row:hover .online_how-small_line {
  width: 100%; }

/* line 3231, layouts.scss */
.online_offline-wrapper {
  background-color: #f4f5f6;
  padding: 40px 20px;
  margin: 0;
  position: relative; }

@media (max-width: 480px) {
  /* line 3239, layouts.scss */
  .online_offline-wrapper {
    padding: 40px 0; } }
/* line 3244, layouts.scss */
.online_offline-wrapper .online_offline-decorline {
  position: absolute;
  top: -320px;
  right: -180px; }

@media (max-width: 1366px) {
  /* line 3251, layouts.scss */
  .online_offline-wrapper .online_offline-decorline {
    display: none; } }
/* line 3256, layouts.scss */
.online_offline-wrapper .online_offline-plants {
  position: absolute;
  bottom: -174px;
  right: 350px; }

@media (max-width: 1366px) {
  /* line 3263, layouts.scss */
  .online_offline-wrapper .online_offline-plants {
    right: 150px; } }
@media (max-width: 1024px) {
  /* line 3269, layouts.scss */
  .online_offline-wrapper .online_offline-plants {
    display: none; } }
/* line 3274, layouts.scss */
.online_offline-wrapper .online_offline-r-7 {
  position: absolute;
  top: 180px;
  left: 100px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

@media (max-width: 1366px) {
  /* line 3284, layouts.scss */
  .online_offline-wrapper .online_offline-r-7 {
    display: none; } }
/* line 3289, layouts.scss */
.online_offline-wrapper .online_offline-r-13 {
  position: absolute;
  bottom: 60px;
  left: 80px; }

@media (max-width: 1366px) {
  /* line 3296, layouts.scss */
  .online_offline-wrapper .online_offline-r-13 {
    display: none; } }
/* line 3301, layouts.scss */
.online_offline-wrapper .online_offline-block {
  padding: 20px 20px 0; }

/* line 3305, layouts.scss */
.online_offline-wrapper .online_offline-block .title-row {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 22px;
  font-weight: 700;
  line-height: 48px; }

@media (max-width: 1024px) {
  /* line 3314, layouts.scss */
  .online_offline-wrapper .online_offline-block .title-row {
    font-size: 20px;
    line-height: 38px; } }
@media (max-width: 768px) {
  /* line 3321, layouts.scss */
  .online_offline-wrapper .online_offline-block .title-row {
    font-size: 16px;
    line-height: 28px; } }
@media (max-width: 480px) {
  /* line 3328, layouts.scss */
  .online_offline-wrapper .online_offline-block .title-row {
    font-size: 14px;
    font-weight: 500; } }
/* line 3334, layouts.scss */
.online_offline-wrapper .online_offline-block .desc-row {
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  border-top: 2px solid #f4f5f6; }

/* line 3344, layouts.scss */
.online_offline-wrapper .online_offline-block .desc-row .item-title {
  text-align: left; }

@media (max-width: 1024px) {
  /* line 3349, layouts.scss */
  .online_offline-wrapper .online_offline-block .desc-row {
    font-size: 18px;
    line-height: 28px; } }
@media (max-width: 768px) {
  /* line 3356, layouts.scss */
  .online_offline-wrapper .online_offline-block .desc-row {
    font-size: 14px;
    line-height: 22px; } }
@media (max-width: 480px) {
  /* line 3363, layouts.scss */
  .online_offline-wrapper .online_offline-block .desc-row {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300; } }
/* line 3370, layouts.scss */
.online_offline-wrapper .with-back {
  background-color: white;
  margin-bottom: 50px; }

@media (max-width: 768px) {
  /* line 3376, layouts.scss */
  .online_offline-wrapper .with-back {
    margin-bottom: 30px; } }
@media (max-width: 480px) {
  /* line 3382, layouts.scss */
  .online_offline-wrapper .with-back {
    margin-bottom: 20px; } }
/* line 3387, layouts.scss */
.kits-collection {
  padding-top: 35px;
  padding-bottom: 65px;
  background: #f4f5f6;
  position: relative; }

/* line 3394, layouts.scss */
.kits-collection-wrap {
  position: relative;
  padding: 0 65px; }

/* line 3399, layouts.scss */
.kits-collection-item {
  text-decoration: none; }

@media (max-width: 480px) {
  /* line 3404, layouts.scss */
  .kits-collection {
    padding-top: 35px;
    padding-bottom: 25px; } }
/* line 3410, layouts.scss */
.kits-collection .heading.is-decorate:before {
  content: '';
  border-top: 6px solid #ef414c;
  width: 128px;
  display: block;
  margin: 0px auto 20px; }

/* line 3418, layouts.scss */
.kits-collection .heading {
  position: relative;
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 100;
  z-index: 1; }
  @media (max-width: 480px) {
    /* line 3418, layouts.scss */
    .kits-collection .heading {
      font-size: 1.2rem;
      line-height: 2rem; } }

/* line 3433, layouts.scss */
.kits-collection .heading.is-decorate {
  text-align: center; }

/* line 3437, layouts.scss */
.kits-collection .kits-collection-heading {
  margin-bottom: 30px; }

/* line 3441, layouts.scss */
.kits-collection .kits-label-connection {
  position: absolute;
  left: 20px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 20px; }

/* line 3456, layouts.scss */
.kits-collection .kits-label-54-fz {
  position: absolute;
  right: 20px;
  top: 20px; }

/* line 3462, layouts.scss */
.kits-collection .kits-label-api {
  position: absolute;
  left: 20px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 80px; }

/* line 3477, layouts.scss */
.kits-collection .kits-collection-square {
  height: 0;
  padding-top: 105%;
  background: #eceeef;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative; }

@media (max-width: 1300px) {
  /* line 3490, layouts.scss */
  .kits-collection .kits-collection-square {
    padding-top: 106%; } }
@media (max-width: 850px) {
  /* line 3496, layouts.scss */
  .kits-collection .kits-collection-square {
    padding-top: 110%; } }
@media (max-width: 768px) {
  /* line 3502, layouts.scss */
  .kits-collection .kits-collection-square {
    padding-top: 100%; } }
@media (max-width: 480px) {
  /* line 3508, layouts.scss */
  .kits-collection .kits-collection-square {
    padding-top: 120%; } }
@media (max-width: 400px) {
  /* line 3514, layouts.scss */
  .kits-collection .kits-collection-square {
    padding-top: 130%; } }
/* line 3519, layouts.scss */
.kits-collection .kits-collection-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3526, layouts.scss */
.kits-collection .kits-collection-decor-1 {
  position: absolute;
  bottom: -100px;
  right: 20px; }

/* line 3532, layouts.scss */
.kits-collection .kits-collection-decor-1 img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media (max-width: 768px) {
  /* line 3539, layouts.scss */
  .kits-collection .kits-collection-decor-1 {
    display: none; } }
/* line 3544, layouts.scss */
.kits-collection .kits-collection-decor-2 {
  position: absolute;
  top: 70px;
  right: 50px; }

/* line 3550, layouts.scss */
.kits-collection .kits-collection-decor-2 img {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg); }

@media (max-width: 768px) {
  /* line 3557, layouts.scss */
  .kits-collection .kits-collection-decor-2 {
    display: none; } }
/* line 3562, layouts.scss */
.kits-collection .kits-collection-decor-3 {
  position: absolute;
  top: 190px;
  right: 20px; }

/* line 3568, layouts.scss */
.kits-collection .kits-collection-decor-3 img {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg); }

@media (max-width: 480px) {
  /* line 3575, layouts.scss */
  .kits-collection .kits-collection-decor-3 {
    display: none; } }
/* line 3580, layouts.scss */
.kits-collection .kits-collection-decor-4 {
  position: absolute;
  bottom: 30px;
  left: 20px; }

/* line 3586, layouts.scss */
.kits-collection .kits-collection-decor-4 img {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

@media (max-width: 768px) {
  /* line 3593, layouts.scss */
  .kits-collection .kits-collection-decor-4 {
    display: none; } }
/* line 3598, layouts.scss */
.kits-collection .kits-collection-square-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0 20px;
  overflow: hidden;
  background-color: #ffffff; }

@media (max-width: 768px) {
  /* line 3611, layouts.scss */
  .kits-collection .kits-collection-square-inner {
    padding: 0 20px; } }
@media (max-width: 480px) {
  /* line 3617, layouts.scss */
  .kits-collection .kits-collection-square-inner {
    padding: 30px 15px; } }
/* line 3622, layouts.scss */
.kits-collection .kits-collection-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

/* line 3630, layouts.scss */
.kits-collection .kits-collection-description {
  color: #464646;
  font-family: "Museo Sans Cyrl";
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase; }

/* line 3639, layouts.scss */
.kits-collection .kits-collection-title {
  display: block;
  color: #2f302f;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  line-height: 1;
  text-align: center; }

/* line 3650, layouts.scss */
.kits-collection .kits-collection-image {
  position: relative;
  top: -20px;
  mix-blend-mode: darken; }

/* line 3656, layouts.scss */
.kits-collection .kits-collection-image img {
  width: 100%; }

/* line 3660, layouts.scss */
.kits-collection .kits-collection-price_min {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  border: 2px solid #ef414c;
  background-color: transparent;
  color: #ef414c;
  padding: 8px 16px 8px 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
  min-height: 25px;
  font-family: "Museo Sans Cyrl";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

/* line 3684, layouts.scss */
.kits-collection .kits-collection-item:hover .kits-collection-square {
  background-color: white;
  -webkit-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc; }

/* line 3690, layouts.scss */
.kits-collection .kits-collection-item:hover .kits-collection-price_min {
  background-color: #ef414c;
  color: white; }

/* line 3695, layouts.scss */
.sidebar_fixed {
  position: relative; }

/* line 3699, layouts.scss */
.promo .promo-text {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 18px; }

/* line 3705, layouts.scss */
.promo .promo-text2 {
  font-size: 75%;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 2px; }

/* line 3713, layouts.scss */
.article .questions_form .container {
  padding-left: 0px;
  padding-right: 0px; }

@media (max-width: 1200px) {
  /* line 3719, layouts.scss */
  .article .questions_form .container .cell-6 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
/* line 3727, layouts.scss */
.article .questions_form .questions_form-title {
  white-space: nowrap; }

/* line 3731, layouts.scss */
.with-submenu {
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative; }

/* line 3737, layouts.scss */
.with-submenu:hover .main-submenu {
  display: block;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }

/* line 3743, layouts.scss */
.main-submenu {
  border: 10px solid transparent;
  border-top: 10px solid transparent;
  /*min-width: 320px;*/
  position: absolute;
  display: none;
  top: 100%;
  left: -20px;
  z-index: 10; }

/* line 3754, layouts.scss */
.main-submenu-inner {
  padding: 10px;
  /*min-width: 320px;*/
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 1, 1, 0.51);
  box-shadow: 0 0 5px rgba(0, 1, 1, 0.51); }
  /* line 3761, layouts.scss */
  .main-submenu-inner .main_menu-item {
    display: block;
    margin: 4px 4px !important; }
    /* line 3765, layouts.scss */
    .main-submenu-inner .main_menu-item .main_menu-link {
      text-transform: inherit; }

@media (max-width: 640px) {
  /* line 3773, layouts.scss */
  .main-submenu {
    border: 10px solid transparent;
    border-top: 10px solid transparent;
    width: 315px;
    position: absolute;
    display: none;
    top: 100%;
    left: -20px;
    z-index: 10; }

  /* line 3785, layouts.scss */
  .main-submenu-inner .main_menu-link {
    font-size: 0.8rem; } }
/* line 3791, layouts.scss */
.mobsubmenu {
  margin-top: -10px;
  padding-left: 0px; }

/* line 3796, layouts.scss */
.mobsubmenu li a.main_menu-link {
  font-size: 10px;
  margin: 0;
  border-top: 1px solid #eee; }

/* line 3802, layouts.scss */
.mobsubmenu li:last-child a {
  border-bottom: 1px solid #eee; }

/*
@media(min-width: 769px) {
    .promo-container img {
        position: relative;
        left: 20px;
    }
}
@media(min-width: 1200px) {
    .promo-container img {
        position: relative;
        left: 46px;
    }
}
*/
/* line 3819, layouts.scss */
.page_online-something .online-promo-start {
  margin-top: 0px; }

@-webkit-keyframes appear {
  0% {
    top: 50%;
    opacity: 0; }
  100% {
    top: 100%;
    opacity: 1; } }
@keyframes appear {
  0% {
    top: 50%;
    opacity: 0; }
  100% {
    top: 100%;
    opacity: 1; } }
/* line 3847, layouts.scss */
.main_registr .promo-action .registration_test-email {
  margin-bottom: 1em; }

/* line 3851, layouts.scss */
.main_registr .promo-action .registration_test-email--grey {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17);
  box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: whitesmoke;
  border: none;
  padding: 13px 20px;
  width: 100%;
  margin-top: -3px; }

/* line 3863, layouts.scss */
.main_registr .promo-action .registration_test-email--white {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17);
  box-shadow: inset 0 0 5px rgba(0, 1, 1, 0.17);
  height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

/* line 3876, layouts.scss */
.questions-form-zero-margin .container {
  padding: 0; }

/* line 3880, layouts.scss */
.questions-form-zero-margin .push-2 {
  margin-left: 0; }

/* line 3884, layouts.scss */
.questions-form-zero-margin .questions_form::before {
  display: none; }

/* line 3887, layouts.scss */
body:not(.body--index) .container.promo-container {
  padding-left: 8.33333%;
  padding-right: 8.33333%; }

/* line 3891, layouts.scss */
.partner_form {
  max-width: 800px;
  margin: 2rem auto; }

/* line 3896, layouts.scss */
.partner_form-modal_head {
  font-size: 32px;
  line-height: 48px;
  margin: 2rem 0 2rem;
  text-align: center;
  text-transform: uppercase; }

/* line 3903, layouts.scss */
.partner_form .errors {
  color: #ee414c; }

/* line 3906, layouts.scss */
.partner_form-field {
  margin-bottom: 1rem; }

/* line 3909, layouts.scss */
.partner_form-wrap {
  background: #f4f5f6;
  padding: 20px;
  margin-top: 2rem; }

/* line 3915, layouts.scss */
.partner_form-modal_head:before {
  background-color: #ef414c;
  content: '';
  display: table;
  height: 5px;
  margin: 0 auto;
  width: 125px;
  margin-bottom: 2rem; }

/* line 3925, layouts.scss */
.partner_form-modal_head {
  margin-bottom: 2rem;
  font-weight: 600; }

/* line 3929, layouts.scss */
.partner_form input.text-field {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 3934, layouts.scss */
.or-login {
  text-align: center;
  margin-bottom: 16px;
  position: relative; }

/* line 3940, layouts.scss */
.or-login span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f4f5f6;
  padding: 5px 20px;
  font-weight: 500; }

/* line 3949, layouts.scss */
.or-login:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 1px;
  background: #ccc;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 3961, layouts.scss */
.modal--login {
  padding-top: 60px; }

/* line 3964, layouts.scss */
.promo-links .contact.is-default {
  background: transparent;
  margin-top: 0;
  padding: 0;
  margin: auto; }

/* line 3971, layouts.scss */
.promo-links .contact.is-default .ready_made-title.heding.is-decorate {
  display: none; }

/* line 3975, layouts.scss */
.promo-links .contact.is-default .contact-main.contact-container {
  padding: 0; }

/* line 3979, layouts.scss */
.modal--login .text-field {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3988, layouts.scss */
.side-bar-2 form.contact.is-default ~ p:first-of-type {
  color: red; }
/* line 3992, layouts.scss */
.side-bar-2 form.contact.is-default {
  padding: 0;
  background: transparent;
  margin: 0; }
/* line 3998, layouts.scss */
.side-bar-2 .ready_made-title.heding.is-decorate {
  margin: 0;
  padding: 0;
  display: none; }
/* line 4004, layouts.scss */
.side-bar-2 .contact-main.contact-container {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%; }
/* line 4011, layouts.scss */
.side-bar-2 .contact-section {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
/* line 4017, layouts.scss */
.side-bar-2 .contact-form {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 1%; }
/* line 4024, layouts.scss */
.side-bar-2 .contact-footer {
  display: inline-block;
  vertical-align: top;
  width: 48%; }
/* line 4030, layouts.scss */
.side-bar-2 .contact-footer .contact-action .button.button-filling.button--large {
  height: 64px; }

@media (max-width: 680px) {
  /* line 4037, layouts.scss */
  .side-bar-2 .contact-form, .side-bar-2 .contact-footer {
    width: 100%;
    margin-right: 0%; }

  /* line 4042, layouts.scss */
  .side-bar-2 .contact-section {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0; } }
/* line 4051, layouts.scss */
.theme-point {
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
  height: 400px;
  box-shadow: 0 0 10px rgba(71, 61, 104, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(71, 61, 104, 0.15);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 4063, layouts.scss */
.theme-point:hover {
  -webkit-box-shadow: 0 15px 20px rgba(17, 0, 72, 0.15);
  box-shadow: 0 15px 20px rgba(17, 0, 72, 0.15);
  -weblit-box-shadow: 0 15px 20px rgba(17, 0, 72, 0.15);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 4072, layouts.scss */
.theme-point.apps {
  height: auto;
  min-height: 100%; }

/* line 4076, layouts.scss */
.theme-point.apps:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: white;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

/* line 4091, layouts.scss */
.theme-point.apps > * {
  padding-left: 25px;
  padding-right: 25px; }

/* line 4095, layouts.scss */
.theme-point.apps > *:first-child {
  padding-top: 20px;
  margin-bottom: 20px; }

/* line 4099, layouts.scss */
.theme-point.apps > *:last-child {
  padding-bottom: 35px; }

/* line 4102, layouts.scss */
.theme-content-middle {
  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  right: 30px; }

/* line 4111, layouts.scss */
.theme-point.cases .theme-bg,
.theme-point.themes .theme-bg,
.theme-point.portfolio .theme-bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%; }

/* line 4119, layouts.scss */
.theme-bg img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin: 0 auto; }

/* line 4127, layouts.scss */
.theme-image {
  height: 100px; }

/* line 4130, layouts.scss */
.theme-image-inner {
  position: relative;
  height: 100%; }

/* line 4134, layouts.scss */
.theme-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 55%;
  max-height: 75px; }

/* line 4144, layouts.scss */
.theme-point.apps .theme-title {
  color: #424041;
  font-weight: 500;
  margin-bottom: 35px; }

/* line 4149, layouts.scss */
.theme-point.themes .theme-title,
.theme-point.cases .theme-title,
.theme-point.portfolio .theme-title {
  line-height: 24px;
  text-transform: uppercase; }

/* line 4155, layouts.scss */
.theme-point.cases .theme-subtitle,
.theme-point.portfolio .theme-subtitle {
  line-height: 24px; }

/* line 4159, layouts.scss */
.theme-title * {
  color: inherit;
  margin: 0; }

/* line 4163, layouts.scss */
.theme-title-bottom {
  color: #53657e; }

/* line 4166, layouts.scss */
.theme-text {
  color: #53657e;
  line-height: 26px; }

/* line 4170, layouts.scss */
.theme-point.apps .theme-text-reg {
  font-size: 14px;
  line-height: 26px; }

/* line 4174, layouts.scss */
.theme-text-hover {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 60%;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 4186, layouts.scss */
.theme-point:hover .theme-text-hover {
  opacity: 1; }

/* line 4189, layouts.scss */
.theme-point.apps .theme-text-hover {
  background: white;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 21%, #f5f7f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(21%, white), to(#f5f7f9));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 21%, #f5f7f9 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 21%, #f5f7f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f7f9',GradientType=0 ); }

/* line 4197, layouts.scss */
.theme-point.apps .theme-text-hover span.bttn-transparent {
  top: 70%; }

/* line 4200, layouts.scss */
.app-video {
  position: relative;
  height: 0;
  padding-top: 60%; }

/* line 4205, layouts.scss */
.app-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 4212, layouts.scss */
.theme-point.themes .theme-text-hover,
.theme-point.cases .theme-text-hover,
.theme-point.portfolio .theme-text-hover {
  background-color: #fff; }

/* line 4217, layouts.scss */
.theme-point.portfolio .theme-text-hover,
.theme-point.cases .theme-text-hover,
.theme-point.themes .theme-text-hover {
  height: 100%; }

/* line 4222, layouts.scss */
.theme-sticker {
  position: absolute;
  top: -33px;
  right: -66px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  /* для IE9 */
  transform: rotate(-315deg);
  background-color: #2cb0f1;
  padding: 70px 0 9px !important; }

/* line 4238, layouts.scss */
.pad-top {
  padding-top: 20px; }

/* line 4241, layouts.scss */
.pad-top .product_preview-col {
  margin-bottom: 20px; }

/* line 4244, layouts.scss */
.content-middle {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

/* line 4252, layouts.scss */
.product-partner-description {
  padding: 0 20px; }

/* line 4255, layouts.scss */
.product-partner-description > *:first-child {
  margin-top: 0; }

/* форма реги в инсейлс */
/* line 4264, layouts.scss */
.free-hero-top .free-hero-title {
  font-weight: 900;
  font-size: 50px;
  line-height: 104px;
  text-align: center;
  letter-spacing: -0.01em;
  word-spacing: 0.02em;
  margin-bottom: 24px; }
/* line 4274, layouts.scss */
.free-hero-top .free-hero-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
/* line 4281, layouts.scss */
.free-hero-top .free-hero-subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #626366;
  margin-bottom: 42px; }
/* line 4290, layouts.scss */
.free-hero-top .free-hero-subtitle {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
/* line 4296, layouts.scss */
.free-hero-top .bttn-reg {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  height: 64px;
  border-radius: 12px;
  padding: 17px 4px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  color: #fff;
  background: #498CE9;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
/* line 4314, layouts.scss */
.free-hero-top input {
  width: 100%;
  background: #E5E9ED;
  border-radius: 12px;
  padding-left: 22px;
  height: 64px;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  border: none !important; }
/* line 4326, layouts.scss */
.free-hero-top .free-hero-term {
  color: #7F8A94;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px; }
/* line 4334, layouts.scss */
.free-hero-top .free-hero-term a {
  font-size: 12px;
  line-height: 16px;
  color: #498ce9; }
/* line 4340, layouts.scss */
.free-hero-top .input-reg .error-warning {
  position: absolute;
  top: 50%;
  right: 10px;
  border: 1px solid #e32d2b;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #e32d2b;
  font-size: 14px;
  margin-top: -10px; }
/* line 4356, layouts.scss */
.free-hero-top .error-text {
  color: #e32d2b;
  font-size: 12px;
  font-weight: 300;
  margin-top: 8px; }
/* line 4363, layouts.scss */
.free-hero-top .input-reg.input-error {
  position: relative; }
@media (max-width: 1450px) {
  /* line 4370, layouts.scss */
  .free-hero-top .free-hero-title {
    font-size: 48px; }
  /* line 4374, layouts.scss */
  .free-hero-top .free-hero-subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px; } }
@media (max-width: 1024px) {
  /* line 4382, layouts.scss */
  .free-hero-top .free-hero-title {
    font-size: 45px;
    margin-bottom: 32px;
    line-height: 80px; }
  /* line 4388, layouts.scss */
  .free-hero-top .free-hero-subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px; } }
@media (max-width: 768px) {
  /* line 4397, layouts.scss */
  .free-hero-top .free-hero-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 24px; }
  /* line 4402, layouts.scss */
  .free-hero-top .free-hero-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px; }
  /* line 4407, layouts.scss */
  .free-hero-top input {
    font-size: 18px;
    line-height: 29px;
    padding: 14px;
    height: 60px; }
  /* line 4413, layouts.scss */
  .free-hero-top .bttn-reg {
    border-radius: 12px;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    padding: 12px 24px; } }
@media (max-width: 480px) {
  /* line 4424, layouts.scss */
  .free-hero-top .free-hero-title {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 16px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
  /* line 4432, layouts.scss */
  .free-hero-top .free-hero-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px; }
  /* line 4438, layouts.scss */
  .free-hero-top .free-hero-action {
    max-width: 280px;
    margin: 0 auto; }
  /* line 4443, layouts.scss */
  .free-hero-top .bttn-reg {
    border-radius: 12px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 24px; }
  /* line 4452, layouts.scss */
  .free-hero-top input {
    font-size: 16px;
    line-height: 19px;
    padding: 14px;
    height: 44px; } }
