/* line 1, ../default_scss/icons.scss */
.i {
  display: inline-block;
  vertical-align: middle;
}

/* line 6, ../default_scss/icons.scss */
.i-ro,
.i-ru,
.i-en {
  width: 16px;
  height: 11px !important;
}

/* line 13, ../default_scss/icons.scss */
.i-ro {
  background-image: url("/assets/images/ico/i-ro.png");
  background-size: cover;
}

/* line 18, ../default_scss/icons.scss */
.i-ru {
  background-image: url("/assets/images/ico/i-ru.png");
  background-size: cover;
}

/* line 23, ../default_scss/icons.scss */
.i-en {
  background-image: url("/assets/images/ico/i-en.png");
  background-size: cover;
}

/* line 28, ../default_scss/icons.scss */
.i-caret-down {
  background-image: url("/assets/images/ico/caret-down.png");
  width: 12px;
  height: 7px;
}

/* line 34, ../default_scss/icons.scss */
.i-list_plus {
  width: 33px;
  height: 44px;
  background-image: url("/assets/images/ico/i-list_plus.png");
  background-size: cover;
}

/* line 41, ../default_scss/icons.scss */
.i-list {
  width: 33px;
  height: 44px;
  background-image: url("/assets/images/ico/i-list.png");
  background-size: cover;
}

/* line 48, ../default_scss/icons.scss */
.i-transport {
  width: 43px;
  height: 33px;
  background-image: url("/assets/images/ico/transport.png");
  background-size: cover;
}

/* line 55, ../default_scss/icons.scss */
.i-contract {
  width: 37px;
  height: 37px;
  background-image: url("/assets/images/ico/contract.png");
  background-size: cover;
}

/* line 62, ../default_scss/icons.scss */
.i-statistics {
  width: 41px;
  height: 34px;
  background-image: url("/assets/images/ico/statistics.png");
  background-size: cover;
}

/* line 69, ../default_scss/icons.scss */
.i-weight {
  width: 41px;
  height: 38px;
  background-image: url("/assets/images/ico/weight.png");
  background-size: cover;
}

/* line 76, ../default_scss/icons.scss */
.i-cart {
  width: 41px;
  height: 33px;
  background-image: url("/assets/images/ico/cart.png");
  background-size: cover;
}

/* line 83, ../default_scss/icons.scss */
.i-pin {
  width: 41px;
  height: 41px;
  background-image: url("/assets/images/ico/pin.png");
  background-size: cover;
}

/* line 90, ../default_scss/icons.scss */
.i-document {
  width: 28px;
  height: 33px;
  background-image: url("/assets/images/ico/document.png");
  background-size: cover;
}

/* line 97, ../default_scss/icons.scss */
.i-time {
  width: 41px;
  height: 38px;
  background-image: url("/assets/images/ico/time.png");
  background-size: cover;
}

/* line 104, ../default_scss/icons.scss */
.i-arrow_right {
  width: 18px;
  height: 33px;
  background-image: url("/assets/images/ico/arrow_right.png");
  background-size: cover;
}

/* line 5, ../sass/main.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 9, ../sass/main.scss */
body {
  color: #202020;
}

/* line 13, ../sass/main.scss */
.container {
  width: 95%;
  margin: auto;
  max-width: 1120px;
}

/* line 20, ../sass/main.scss */
section.top_bar {
  -webkit-transition: all 3000;
  transition: all 3000;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #a4a8a8;
  overflow: visible;
}
/* line 29, ../sass/main.scss */
section.top_bar .logo {
  width: 140px;
  height: 76px;
}
/* line 32, ../sass/main.scss */
section.top_bar .logo img {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}
/* line 39, ../sass/main.scss */
section.top_bar .container {
  position: relative;
  text-align: right;
  height: 90px;
}
/* line 43, ../sass/main.scss */
section.top_bar .container > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
/* line 48, ../sass/main.scss */
section.top_bar .container h3 {
  font-size: 32px;
  font-weight: 700;
  color: #424242;
  line-height: 90px;
  margin: 0;
}
/* line 56, ../sass/main.scss */
section.top_bar .langs_ {
  position: relative;
}
/* line 58, ../sass/main.scss */
section.top_bar .langs_ .btn_ {
  background-color: #fff;
  color: #424242;
}
/* line 62, ../sass/main.scss */
section.top_bar .langs_ i {
  vertical-align: inherit;
}
/* line 64, ../sass/main.scss */
section.top_bar .langs_ i.flag {
  margin-right: 8px;
}
/* line 67, ../sass/main.scss */
section.top_bar .langs_ i.i-caret-down {
  margin-left: 8px;
}
/* line 72, ../sass/main.scss */
section.top_bar .dropdown-content {
  border-radius: 21px;
  margin-top: 8px;
  top: 100% !important;
}
/* line 77, ../sass/main.scss */
section.top_bar .dropdown-content li a {
  padding: 12px 21px;
  color: #424242;
}

/* line 85, ../sass/main.scss */
.btn_ {
  cursor: pointer;
  line-height: 44px;
  display: block;
  height: 44px;
  border-radius: 21px;
  color: #fff;
  border: none;
  padding: 0 18px;
  font-size: 15px;
  background-color: #812d89;
}
/* line 96, ../sass/main.scss */
.btn_ > * {
  display: inline-block;
}

/* line 101, ../sass/main.scss */
a.btn_ {
  display: inline-block;
}

/* line 105, ../sass/main.scss */
.wrapp_btn {
  text-align: center;
}

/* line 109, ../sass/main.scss */
.c_white {
  color: #fff;
}

/* line 113, ../sass/main.scss */
.top_img {
  height: 630px;
  background-image: url("/assets/images/bg1.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
}
/* line 120, ../sass/main.scss */
.top_img .container {
  height: 630px;
  padding-top: 140px;
}
/* line 124, ../sass/main.scss */
.top_img h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 129, ../sass/main.scss */
.top_img h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

/* line 136, ../sass/main.scss */
.title {
  margin-top: 0;
  padding-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

/* line 144, ../sass/main.scss */
section {
  padding: 60px 0;
}

/* line 150, ../sass/main.scss */
.s_why_we ul li {
  padding: 10px 0 30px;
  font-size: 20px;
  font-weight: 300;
}
/* line 154, ../sass/main.scss */
.s_why_we ul li .wrapp_i {
  display: table-cell;
  vertical-align: middle;
}
/* line 158, ../sass/main.scss */
.s_why_we ul li i {
  margin-right: 45px;
  color: #812d89;
  font-size: 40px;
  vertical-align: middle;
}
/* line 164, ../sass/main.scss */
.s_why_we ul li p {
  display: table-cell;
  vertical-align: middle;
}

/* line 172, ../sass/main.scss */
.hover_ {
  display: none;
}

/* line 176, ../sass/main.scss */
.s_short_info {
  background-image: url("/assets/images/bg2.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 180, ../sass/main.scss */
.s_short_info ul {
  text-align: center;
}
/* line 182, ../sass/main.scss */
.s_short_info ul li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 30px;
  padding-bottom: 10px;
}
/* line 189, ../sass/main.scss */
.s_short_info ul li h3 {
  font-size: 54px;
  font-weight: 100;
  margin: 0;
}
/* line 194, ../sass/main.scss */
.s_short_info ul li p {
  font-size: 16px;
  margin: 0;
}
/* line 198, ../sass/main.scss */
.s_short_info ul li .text {
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}
/* line 209, ../sass/main.scss */
.s_short_info ul li .text:hover .hover_ {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 15px;
  width: 184px;
  height: 184px;
  top: -2px;
  left: -2px;
  line-height: 1.2em;
}
/* line 221, ../sass/main.scss */
.s_short_info ul li .hover_ {
  overflow: hidden;
  display: block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  line-height: 1.2em;
  position: absolute;
  top: 90px;
  left: 90px;
  border-radius: 50%;
  background-color: #fff;
  color: #812d89;
  -webkit-transition: all 50;
  transition: all 50;
}
/* line 237, ../sass/main.scss */
.s_short_info ul li strong {
  font-size: 18px;
}

/* line 244, ../sass/main.scss */
.s_short_contacts {
  padding: 10px 0;
  background-color: #812d89;
  text-align: center;
}
/* line 248, ../sass/main.scss */
.s_short_contacts h2 {
  font-size: 45px;
  font-weight: 400;
  margin: 10px 0;
}
/* line 253, ../sass/main.scss */
.s_short_contacts h4 {
  font-size: 24px;
  font-weight: 300;
}
/* line 257, ../sass/main.scss */
.s_short_contacts.s_2 {
  color: #812d89;
  background-color: #FFF;
}

/* line 265, ../sass/main.scss */
.s_we_help ul li {
  padding-bottom: 100px;
}
/* line 267, ../sass/main.scss */
.s_we_help ul li:last-of-type {
  padding-bottom: 0px;
}
/* line 270, ../sass/main.scss */
.s_we_help ul li .wrapp_img {
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  height: 280px;
}
/* line 277, ../sass/main.scss */
.s_we_help ul li .wrapp_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* line 283, ../sass/main.scss */
.s_we_help ul li .text {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
/* line 287, ../sass/main.scss */
.s_we_help ul li .text ._title {
  font-size: 42px;
  font-weight: 500;
  color: #812d89;
}
/* line 292, ../sass/main.scss */
.s_we_help ul li .text p {
  color: #9e9e9e;
  font-size: 20px;
}

/* line 301, ../sass/main.scss */
.empty {
  height: 2000px;
}

/* line 305, ../sass/main.scss */
.btn_.styled {
  border-bottom: 3px solid #45134a;
}
/* line 307, ../sass/main.scss */
.btn_.styled:hover {
  background-color: #0096ff;
  border-bottom: 3px solid #0b5283;
}

/* line 313, ../sass/main.scss */
.s_colaborate {
  background-image: url("/assets/images/bg3.jpg");
  background-attachment: fixed;
  padding-bottom: 0;
}
/* line 317, ../sass/main.scss */
.s_colaborate .content_ {
  background: -moz-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(27, 32, 35, 0.81)), color-stop(67%, rgba(27, 32, 35, 0.81)), color-stop(69%, rgba(27, 32, 35, 0.76)), color-stop(100%, rgba(27, 32, 35, 0)), color-stop(101%, rgba(27, 32, 35, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* W3C */
  padding: 35px 0;
  margin-bottom: 120px;
}
/* line 334, ../sass/main.scss */
.s_colaborate ul li {
  margin-bottom: 50px;
}
/* line 336, ../sass/main.scss */
.s_colaborate ul li:last-of-type {
  margin-bottom: 0;
}
/* line 341, ../sass/main.scss */
.s_colaborate .sub_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 40px;
}
/* line 346, ../sass/main.scss */
.s_colaborate .sub_title span {
  padding: 0 16px 12px;
  border-bottom: 2px solid #fff;
}
/* line 351, ../sass/main.scss */
.s_colaborate .wrapp_num,
.s_colaborate .wrapp_i,
.s_colaborate .text {
  display: table-cell;
  vertical-align: middle;
}
/* line 357, ../sass/main.scss */
.s_colaborate .wrapp_num {
  font-size: 30px;
  width: 60px;
  text-align: center;
  font-weight: 100;
  border-right: 1px solid #c4c6c7;
}
/* line 364, ../sass/main.scss */
.s_colaborate .wrapp_i {
  padding: 0 24px;
}
/* line 367, ../sass/main.scss */
.s_colaborate .text {
  font-size: 16px;
  font-weight: 300;
}
/* line 371, ../sass/main.scss */
.s_colaborate .center {
  margin: auto;
}

/* line 376, ../sass/main.scss */
.s_steps {
  background-image: url("/assets/images/bg4.jpg");
  background-size: cover;
  background-position: center center;
}
/* line 380, ../sass/main.scss */
.s_steps ul {
  width: 100%;
  text-align: center;
}
/* line 383, ../sass/main.scss */
.s_steps ul li {
  display: inline-block;
  vertical-align: top;
}
/* line 386, ../sass/main.scss */
.s_steps ul li h3 {
  font-weight: 300;
  font-size: 24px;
  width: 260px;
  margin: 20px auto;
}
/* line 392, ../sass/main.scss */
.s_steps ul li .wrapp_img > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 396, ../sass/main.scss */
.s_steps ul li i {
  margin: 62px 35px 0;
}

/* line 403, ../sass/main.scss */
.s_problems {
  background-image: url("/assets/images/bg5.jpg");
  background-size: cover;
  background-position: center center;
}
/* line 407, ../sass/main.scss */
.s_problems .content_ {
  background: -moz-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(27, 32, 35, 0.81)), color-stop(67%, rgba(27, 32, 35, 0.81)), color-stop(69%, rgba(27, 32, 35, 0.76)), color-stop(100%, rgba(27, 32, 35, 0)), color-stop(101%, rgba(27, 32, 35, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(27, 32, 35, 0.81) 0%, rgba(27, 32, 35, 0.81) 67%, rgba(27, 32, 35, 0.76) 69%, rgba(27, 32, 35, 0) 100%, rgba(27, 32, 35, 0) 101%);
  /* W3C */
  padding: 32px 0 40px 32px;
  min-height: 550px;
  position: relative;
}
/* line 423, ../sass/main.scss */
.s_problems .content_ h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
/* line 428, ../sass/main.scss */
.s_problems .content_ p {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 300;
}
/* line 434, ../sass/main.scss */
.s_problems .owl-nav > div {
  display: none !important;
}
/* line 437, ../sass/main.scss */
.s_problems .my_owl-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 20px;
  left: 0;
  overflow: hidden;
  text-align: center;
}
/* line 445, ../sass/main.scss */
.s_problems .my_owl-nav > div {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 22px;
  background-size: cover;
  background-position: center center;
}
/* line 453, ../sass/main.scss */
.s_problems .my_owl-nav .owl-prev {
  background-image: url("/assets/images/ico/s_arrow_left.png");
  margin-right: 30px;
}
/* line 457, ../sass/main.scss */
.s_problems .my_owl-nav .owl-next {
  background-image: url("/assets/images/ico/s_arrow_right.png");
}

/* line 463, ../sass/main.scss */
.form_ {
  width: 100%;
}
/* line 465, ../sass/main.scss */
.form_ input,
.form_ textarea {
  margin: 0;
  width: 100%;
  border: 1px solid #909090;
}
/* line 471, ../sass/main.scss */
.form_ .input_group {
  margin-bottom: 20px;
  position: relative;
}
/* line 474, ../sass/main.scss */
.form_ .input_group i {
  display: block;
  line-height: 48px;
  font-size: 24px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 10px;
  height: 100%;
  color: #414141;
}
/* line 485, ../sass/main.scss */
.form_ .input_group input,
.form_ .input_group textarea {
  text-indent: 40px;
}
/* line 488, ../sass/main.scss */
.form_ .input_group input:focus,
.form_ .input_group textarea:focus {
  border-bottom: 1px solid #909090;
  box-shadow: none;
}
/* line 493, ../sass/main.scss */
.form_ .input_group textarea {
  height: 80px;
  width: 100%;
  padding-top: 12px;
}

/* line 502, ../sass/main.scss */
.s_form form {
  max-width: 470px;
  margin: auto;
}
/* line 505, ../sass/main.scss */
.s_form form input[type="submit"] {
  margin-top: 35px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px !important;
}

/* line 514, ../sass/main.scss */
.s_map {
  padding: 30px 0;
}

/* line 518, ../sass/main.scss */
#map {
  width: 100%;
  height: 600px;
}

/* line 523, ../sass/main.scss */
.s_sub_map_info {
  padding: 0;
  margin-top: -100px;
  background-color: rgba(151, 84, 157, 0.9);
  position: relative;
  z-index: 1000;
  font-size: 18px;
  font-weight: 700;
}
/* line 531, ../sass/main.scss */
.s_sub_map_info .container {
  text-align: center;
}
/* line 533, ../sass/main.scss */
.s_sub_map_info .container > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 537, ../sass/main.scss */
.s_sub_map_info .container > div {
  text-align: left;
}
/* line 540, ../sass/main.scss */
.s_sub_map_info .container > img {
  margin: 0 120px;
}

/* line 546, ../sass/main.scss */
footer {
  padding: 12px 0;
}
/* line 548, ../sass/main.scss */
footer .row {
  margin-bottom: 0;
}
/* line 550, ../sass/main.scss */
footer .row * {
  display: inline-block;
  vertical-align: middle;
}
/* line 554, ../sass/main.scss */
footer .row img {
  height: 54px;
  margin-left: 10px;
}

/* line 562, ../sass/main.scss */
section {
  overflow: hidden;
}
/* line 564, ../sass/main.scss */
section .title {
  white-space: nowrap;
  position: relative;
  opacity: 0;
  left: 1000px;
}

/* line 575, ../sass/main.scss */
.s_why_we.animate .title,
.s_we_help.animate .title,
.s_problems.animate .title {
  left: -1000px;
}

/* line 580, ../sass/main.scss */
.pop-up {
  width: 100%;
  max-width: 480px;
}

/* line 585, ../sass/main.scss */
p.sub_result {
  display: none;
  color: green;
  background-color: rgba(0, 128, 0, 0.13);
  border: 1px solid green;
  padding: 5PX;
  text-align: center;
  border-radius: 24px;
}

/* line 595, ../sass/main.scss */
p.sub_error {
  display: none;
  color: red;
  background-color: rgba(255, 0, 0, 0.13);
  border: 1px solid red;
  padding: 5px;
  text-align: center;
  border-radius: 24px;
}
