*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var,
u, i, center, dl, dt, dd, ol, ul, li, caption, tbody, tfoot, thead, tr, th,
fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  /*    line-height:1;*/ }

ol, ul {
  /*    list-style: none;*/ }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

/*table{
    border-collapse:collapse;
    border-spacing:0;
}*/
html, body {
  height: 100%; }

a {
  text-decoration: none;
  outline: 0; }

section, div, input, textarea {
  box-sizing: border-box; }

/* ------------------------------------------- */
.flex, .header, .header .container-main, .image-block .container-main, .text-block__buttons, .big-range, .feedback, .feedback__inputs, .footer__menu, .footer__line, .footer__socials, .forms__columns, .forms__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex; }

/* ------------------------------------------- */
.button-blue, .button-transparent, .label, .menu__link, .forms__button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* ------------------------------------------- */
@font-face {
  font-family: "RobotoRegular";
  src: url("/fonts/RobotoRegular/RobotoRegular.eot");
  src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("/fonts/RobotoRegular/RobotoRegular.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoMedium";
  src: url("/fonts/RobotoMedium/RobotoMedium.eot");
  src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"), url("/fonts/RobotoMedium/RobotoMedium.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "RobotoBold";
  src: url("/fonts/RobotoBold/RobotoBold.eot");
  src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/fonts/RobotoBold/RobotoBold.woff") format("woff"), url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype"), url("/fonts/RobotoBold/RobotoBold.svg#partnercondensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, .text-page h2, .contacts__title {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 24px;
  line-height: 48px;
  color: #fff;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 765px) {
    h1, .text-page h2, .contacts__title {
      font-size: 26px; } }
  @media only screen and (max-width: 470px) {
    h1, .text-page h2, .contacts__title {
      font-size: 18px; } }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em; }

.container_width {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto; }

label {
  cursor: pointer; }

.c {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.abs {
  position: absolute; }

.relative {
  position: relative; }

.hidden, .row.hidden {
  display: none; }

.hidden_i {
  display: none !important; }

.nowrap {
  white-space: nowrap; }

.nopadd {
  padding: 0px !important; }

.center {
  text-align: center; }

.center_i {
  text-align: center !important; }

.left_i {
  text-align: left !important; }

.right {
  text-align: right; }

.right_i {
  text-align: right !important; }

.top {
  vertical-align: top; }

.top_i {
  vertical-align: top !important; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.table {
  display: table;
  width: 100%; }

.table.auto {
  width: auto;
  margin: auto; }

.table.nowidth {
  width: auto; }

.row_group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }
  .table-cell__grey {
    background-color: #f2f6fa; }

.underline a, a.underline {
  text-decoration: underline; }

.hr {
  clear: both;
  height: 1px;
  background-color: #e0e0e0;
  font-size: 0px; }

.width100 {
  width: 100%; }

.height100 {
  height: 100%; }

.text_white {
  color: #fff !important; }

.text_red {
  color: #eb1744 !important; }

.text_yellow {
  color: #f8a621; }

.text_blue, .text_blue a {
  color: #006cc0 !important; }

.text_grey, .text_grey a {
  color: #646464 !important; }

.text_grey2 {
  color: #979797; }

.text_green {
  color: #55b846 !important; }

.text_orange {
  color: #ea5b0b !important; }

.text_black {
  color: #000 !important; }

.no-overflow {
  overflow: hidden; }

.star {
  color: #a50202; }

/*           Animations           */
.fadein {
  opacity: 0;
  -webkit-animation: fadein forwards 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein forwards 3s;
  /* Firefox < 16 */
  -ms-animation: fadein forwards 3s;
  /* Internet Explorer */
  -o-animation: fadein forwards 3s;
  /* Opera < 12.1 */
  animation: fadein forwards 3s; }

.rotate, .rotate_repeat {
  -webkit-animation: 0.5s linear forwards rotate;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: 0.5s linear forwards rotate;
  /* Firefox < 16 */
  -ms-animation: 0.5s linear forwards rotate;
  /* Internet Explorer */
  -o-animation: 0.5s linear forwards rotate;
  /* Opera < 12.1 */
  animation: 0.5s linear forwards rotate; }

.slide_b_t {
  -webkit-animation: 1s linear forwards move_bottom_top;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: 1s linear forwards move_bottom_top;
  /* Firefox < 16 */
  -ms-animation: 1s linear forwards move_bottom_top;
  /* Internet Explorer */
  -o-animation: 1s linear forwards move_bottom_top;
  /* Opera < 12.1 */
  animation: 1s linear forwards move_bottom_top; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes rotate {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@keyframes move_left {
  from {
    margin-left: -20%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
@keyframes move_right {
  from {
    margin-right: -20%;
    opacity: 0; }
  to {
    margin-right: 0;
    opacity: 1; } }
@keyframes move_bottom_top {
  from {
    top: 150px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.blur {
  filter: blur(3px);
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s; }

/*       /// Animations ///       */
.inline-block {
  display: inline-block; }

body {
  background-color: #fff;
  color: #18191F;
  font-family: "RobotoRegular", Arial, sans-serif; }

.container-main {
  width: 100%;
  max-width: 1360px;
  min-width: 340px;
  margin: auto; }
  @media only screen and (max-width: 1400px) {
    .container-main {
      padding: 0 48px; } }
  @media only screen and (max-width: 999px) {
    .container-main {
      padding: 0 32px; } }
  @media only screen and (max-width: 765px) {
    .container-main {
      padding: 0 24px; } }
  @media only screen and (max-width: 470px) {
    .container-main {
      padding: 0 16px; } }

.error-text {
  padding-left: 0 !important;
  color: #ff0000;
  font-size: 11px; }

.error-input {
  background-color: #ffeded !important;
  color: #000 !important;
  border: 1px solid #ff0000 !important; }

.error_div {
  background-color: #ffeded !important;
  border: 1px solid #ff0000 !important; }

.button-blue {
  padding: 14px 16px;
  margin-right: 24px;
  background-color: #09519D;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #09519D; }
  .button-blue:hover {
    background-color: #002f60;
    border: 2px solid #002f60; }

.button-transparent {
  padding: 14px 16px;
  background-color: transparent;
  color: #09519D;
  border: 2px solid #09519D; }
  .button-transparent:hover {
    color: #002f60;
    border: 2px solid #002f60; }

.input, .select {
  width: 100%;
  font-family: "RobotoRegular", Arial, sans-serif; }
  .input:not(:placeholder-shown) ~ .label, .select:not(:placeholder-shown) ~ .label {
    opacity: 1;
    top: -10px; }

.textarea {
  font-family: "RobotoRegular", Arial, sans-serif; }
  .textarea:not(:placeholder-shown) ~ .label {
    opacity: 1;
    top: -12px; }

.textarea {
  height: 100px; }

.label {
  position: absolute;
  left: 0;
  top: 30px;
  opacity: 0;
  font-size: 11px; }
  .label_hidden {
    display: none; }

.header {
  position: sticky;
  top: 0;
  height: 64px;
  background-color: #f2f6fa;
  justify-content: space-between;
  align-items: center;
  z-index: 10002; }
  .header .container-main {
    justify-content: space-between; }
  .header_active {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .header_open {
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none; }
  .header__logo {
    font-size: 20px;
    font-weight: bold; }

.menu-ico {
  display: none;
  position: absolute;
  top: 25px;
  right: 32px;
  cursor: pointer; }
  @media only screen and (max-width: 765px) {
    .menu-ico {
      display: block;
      right: 24px; } }
  @media only screen and (max-width: 470px) {
    .menu-ico {
      right: 16px; } }
  .menu-ico div {
    width: 16px;
    height: 2px;
    margin-bottom: 3px;
    background-color: #000; }

.menu {
  margin: 0;
  margin-right: 80px;
  padding: 0; }
  @media only screen and (max-width: 765px) {
    .menu {
      position: fixed;
      width: 240px;
      top: 0;
      left: -290px;
      bottom: 0;
      background-color: #f2f6fa;
      z-index: 10002;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }
  @media only screen and (max-width: 1400px) {
    .menu {
      margin-right: 0;
      padding-left: 16px; } }
  @media only screen and (max-width: 1400px) and (max-width: 765px) {
    .menu {
      padding-left: 0; } }

  .menu__li {
    display: inline-block;
    padding-left: 32px;
    list-style: none; }
    @media only screen and (max-width: 830px) {
      .menu__li {
        padding-left: 12px; } }
    @media only screen and (max-width: 765px) {
      .menu__li {
        display: block;
        padding-left: 0;
        border-bottom: 1px solid #fff; } }
    .menu__li:nth-child(1) {
      padding-left: 0; }
  .menu__link {
    color: #18191F;
    font-size: 14px;
    border-bottom: 1px solid transparent; }
    @media only screen and (max-width: 765px) {
      .menu__link {
        display: block;
        padding: 10px 0 10px 24px;
        background-color: #bcd3f5; } }
    .menu__link:hover {
      border-bottom: 1px solid #18191F; }
      @media only screen and (max-width: 765px) {
        .menu__link:hover {
          border-bottom: 0; } }
  .menu__close {
    display: none;
    position: absolute;
    top: 0;
    right: -41px;
    width: 38px;
    height: 38px;
    background-color: #bcd3f5;
    background-image: url("/img/ua/ico_close.png");
    background-repeat: no-repeat;
    background-position: center;
    list-style: none;
    cursor: pointer; }
    @media only screen and (max-width: 765px) {
      .menu__close {
        display: block; } }

.image-block {
  margin-bottom: 88px;
  background-color: #f2f6fa; }
  @media only screen and (max-width: 765px) {
    .image-block {
      margin-bottom: 48px; } }
  .image-block .container-main {
    align-items: center; }
    @media only screen and (max-width: 765px) {
      .image-block .container-main {
        display: block; } }
  .image-block__coll {
    flex: 1 0 50%; }
  .image-block__title {
    margin: 0;
    padding: 0 64px 24px 0;
    line-height: 60px;
    color: #18191F;
    font-size: 48px;
    font-family: "RobotoBold", Arial, sans-serif; }
    @media only screen and (max-width: 1180px) {
      .image-block__title {
        line-height: 50px;
        font-size: 40px; } }
    @media only screen and (max-width: 999px) {
      .image-block__title {
        padding-right: 32px;
        line-height: 40px;
        font-size: 32px; } }
    @media only screen and (max-width: 765px) {
      .image-block__title {
        padding-right: 0; } }
  .image-block__text {
    padding-right: 64px;
    line-height: 26px;
    font-size: 16px; }
    @media only screen and (max-width: 999px) {
      .image-block__text {
        padding-right: 32px; } }
    @media only screen and (max-width: 765px) {
      .image-block__text {
        padding-right: 0;
        padding-bottom: 32px; } }
  .image-block__colr {
    flex: 1 0 50%; }
  .image-block__image {
    max-width: 100%; }

.main-title {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: bold; }
  .main-title_1 {
    padding-bottom: 32px;
    text-align: center;
    line-height: 60px;
    font-size: 40px; }
    @media only screen and (max-width: 765px) {
      .main-title_1 {
        padding-bottom: 16px;
        line-height: 48px;
        font-size: 32px; } }
  .main-title_2 {
    padding-bottom: 32px;
    line-height: 48px;
    font-size: 32px; }
    @media only screen and (max-width: 765px) {
      .main-title_2 {
        padding-bottom: 16px;
        line-height: 36px;
        font-size: 24px; } }
  .main-title_3 {
    padding-bottom: 24px;
    line-height: 36px;
    font-size: 24px; }
    @media only screen and (max-width: 765px) {
      .main-title_3 {
        padding-bottom: 16px; } }

.text-block {
  line-height: 26px;
  font-size: 16px; }
  @media only screen and (max-width: 765px) {
    .text-block {
      line-height: 24px;
      font-size: 14px; } }
  .text-block a {
    color: #1455B8; }
  .text-block__contacts {
    line-height: 18px; }
  .text-block__grey {
    padding: 24px 40px 32px 40px;
    background-color: #f2f6fa; }
  @media only screen and (max-width: 765px) {
    .text-block__table {
      display: block; } }
  @media only screen and (max-width: 765px) {
    .text-block__table .table-row {
      display: block; } }
  .text-block__table .table-cell {
    width: 50%; }
    @media only screen and (max-width: 765px) {
      .text-block__table .table-cell {
        display: block;
        width: 100%;
        padding-bottom: 16px; } }
    .text-block__table .table-cell img {
      max-width: 100%; }
  .text-block__text {
    line-height: 26px;
    font-size: 16px; }
    @media only screen and (max-width: 765px) {
      .text-block__text {
        line-height: 24px;
        font-size: 14px; } }
    .text-block__text_center {
      display: inline-block;
      width: 620px;
      padding-bottom: 120px;
      text-align: center; }
      @media only screen and (max-width: 765px) {
        .text-block__text_center {
          width: 100%;
          padding-bottom: 56px; } }
  .text-block__buttons {
    padding-top: 24px; }
    @media only screen and (max-width: 765px) {
      .text-block__buttons {
        padding-bottom: 24px; } }
    @media only screen and (max-width: 590px) {
      .text-block__buttons {
        display: block; } }
    @media only screen and (max-width: 590px) {
      .text-block__buttons .button-blue {
        display: block;
        margin-right: 0;
        margin-bottom: 16px; } }
    @media only screen and (max-width: 590px) {
      .text-block__buttons .button-transparent {
        display: block; } }

.bg-grey {
  margin-bottom: 88px;
  padding: 80px 0;
  background-color: #f2f6fa; }
  @media only screen and (max-width: 765px) {
    .bg-grey {
      margin-bottom: 56px;
      padding: 40px 0 54px; } }

.table_margin-top {
  margin-top: 56px;
  margin-bottom: 120px; }
  @media only screen and (max-width: 765px) {
    .table_margin-top {
      margin-top: 32px;
      margin-bottom: 88px; } }
.table .table-cell:nth-child(1) {
  padding-right: 20px; }
  @media only screen and (max-width: 765px) {
    .table .table-cell:nth-child(1) {
      padding-right: 0; } }
.table .table-cell:nth-child(2) {
  padding-left: 20px; }
  @media only screen and (max-width: 765px) {
    .table .table-cell:nth-child(2) {
      padding-left: 0; } }

.electro-security {
  padding-bottom: 120px; }
  @media only screen and (max-width: 765px) {
    .electro-security {
      padding-bottom: 56px; } }

.text-border {
  margin: 32px 0 48px;
  padding: 24px;
  background-color: #f7fafc;
  line-height: 26px;
  font-size: 16px;
  border: 2px solid #1455b8; }
  @media only screen and (max-width: 765px) {
    .text-border {
      margin: 24px 0;
      padding: 16px;
      line-height: 24px;
      font-size: 14px; } }

.contacts {
  padding-top: 52px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 765px) {
    .contacts {
      padding-top: 12px;
      padding-bottom: 32px; } }
  .contacts__fire {
    position: relative;
    padding-left: 34px;
    padding-bottom: 24px; }
    .contacts__fire::before {
      content: "";
      position: absolute;
      width: 22px;
      height: 30px;
      top: 0;
      left: 0;
      background-image: url("/img/ua/ico_fire.svg");
      background-repeat: no-repeat;
      background-position: -3px top;
      background-size: cover; }
  .contacts__shield {
    position: relative;
    padding-left: 34px; }
    .contacts__shield::before {
      content: "";
      position: absolute;
      width: 28px;
      height: 28px;
      top: 0;
      left: -2px;
      background-image: url("/img/ua/ico_shield.svg");
      background-repeat: no-repeat;
      background-size: cover; }
  .contacts__phone {
    display: inline-block;
    width: 234px;
    height: 234px;
    background-image: url("/img/ua/ico_phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 765px) {
      .contacts__phone {
        width: 160px;
        height: 160px; } }
    @media only screen and (max-width: 470px) {
      .contacts__phone {
        width: 100px;
        height: 100px; } }

.info .table-cell {
  vertical-align: bottom; }

.docs__title {
  padding-bottom: 8px;
  line-height: 32px;
  font-size: 20px; }
  @media only screen and (max-width: 765px) {
    .docs__title {
      line-height: 24px;
      font-size: 16px; } }
.docs__download {
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 1px;
  padding-left: 28px;
  color: #1455B8;
  font-size: 14px;
  background-image: url("/img/ua/ico_pdf.svg");
  background-repeat: no-repeat; }
  @media only screen and (max-width: 765px) {
    .docs__download {
      margin-bottom: 24px; } }
.docs .table .table-row .table-cell {
  vertical-align: top; }
  @media only screen and (max-width: 765px) {
    .docs .table .table-row .table-cell:nth-last-child(1) .docs__item:nth-last-child(1) .docs__download {
      margin-bottom: 0; } }
@media only screen and (max-width: 765px) {
  .docs .table .table-row .table-cell {
    padding-bottom: 0; } }

.base {
  padding-bottom: 64px; }
  @media only screen and (max-width: 765px) {
    .base {
      padding-bottom: 48px; } }
  .base .text-main.center {
    margin-top: -24px;
    padding-bottom: 56px; }
    @media only screen and (max-width: 765px) {
      .base .text-main.center {
        padding-bottom: 32px; } }
  .base__herb {
    display: inline-block;
    width: 224px;
    height: 224px;
    background-image: url("/img/ua/ico_herb.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 765px) {
      .base__herb {
        width: 160px;
        height: 160px; } }
    @media only screen and (max-width: 470px) {
      .base__herb {
        width: 100px;
        height: 100px; } }
  .base .docs__download {
    padding-left: 0;
    background: none; }

.law .docs__download {
  padding-left: 0;
  background: none; }

.big-range {
  width: 495px;
  height: 495px;
  background: linear-gradient(to bottom, #e5f5fa 0%, #b7cff4 100%);
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (max-width: 1280px) {
    .big-range {
      width: 360px;
      height: 360px; } }
  @media only screen and (max-width: 765px) {
    .big-range {
      width: 260px;
      height: 260px; } }
  @media only screen and (max-width: 470px) {
    .big-range {
      width: 160px;
      height: 160px; } }

.feedback {
  margin-top: 80px;
  padding: 100px 0;
  background-image: url("/img/ua/bg_contacts.jpg");
  background-size: cover;
  background-position: center;
  color: #fff; }
  @media only screen and (max-width: 765px) {
    .feedback {
      margin-top: 24px;
      padding: 40px 0 54px; } }
  .feedback__title {
    padding-bottom: 24px;
    line-height: 48px;
    font-size: 32px;
    font-weight: bold;
    font-family: "RobotoMedium", Arial, sans-serif; }
    @media only screen and (max-width: 765px) {
      .feedback__title {
        line-height: 36px;
        font-size: 24px; } }
  .feedback__text {
    line-height: 26px;
    font-size: 16px; }
    @media only screen and (max-width: 765px) {
      .feedback__text {
        line-height: 24px;
        font-size: 14px; } }
    .feedback__text a {
      color: #fff;
      border-bottom: 1px solid #fff; }
  .feedback__inputs {
    padding-bottom: 16px; }
    @media only screen and (max-width: 590px) {
      .feedback__inputs {
        display: block;
        padding-bottom: 0; } }
    .feedback__inputs div {
      flex: 1 0 50%; }
      .feedback__inputs div:nth-child(1) {
        padding-right: 9px; }
        @media only screen and (max-width: 590px) {
          .feedback__inputs div:nth-child(1) {
            padding-right: 0; } }
      .feedback__inputs div:nth-child(2) {
        padding-left: 9px; }
        @media only screen and (max-width: 590px) {
          .feedback__inputs div:nth-child(2) {
            padding-left: 0; } }
  .feedback__input, .feedback__textarea {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 13px;
    font-family: "RobotoRegular", Arial, sans-serif;
    border: 0; }
    .feedback__input::-webkit-input-placeholder, .feedback__textarea::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #fff; }
    .feedback__input:-moz-placeholder, .feedback__textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff;
      opacity: 1; }
    .feedback__input::-moz-placeholder, .feedback__textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .feedback__input:-ms-input-placeholder, .feedback__textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .feedback__input::-ms-input-placeholder, .feedback__textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .feedback__input::placeholder, .feedback__textarea::placeholder {
      /* Most modern browsers support this now. */
      color: #fff; }
    @media only screen and (max-width: 590px) {
      .feedback__input, .feedback__textarea {
        margin-bottom: 16px; } }
    .feedback__input.error-input::-webkit-input-placeholder, .feedback__textarea.error-input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #000; }
    .feedback__input.error-input:-moz-placeholder, .feedback__textarea.error-input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000;
      opacity: 1; }
    .feedback__input.error-input::-moz-placeholder, .feedback__textarea.error-input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000;
      opacity: 1; }
    .feedback__input.error-input:-ms-input-placeholder, .feedback__textarea.error-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000; }
    .feedback__input.error-input::-ms-input-placeholder, .feedback__textarea.error-input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000; }
    .feedback__input.error-input::placeholder, .feedback__textarea.error-input::placeholder {
      /* Most modern browsers support this now. */
      color: #000; }
  .feedback__textarea {
    height: 128px;
    padding: 14px 18px; }
  .feedback__button {
    display: block;
    margin-top: 24px;
    margin-right: 0;
    text-align: center; }
    @media only screen and (max-width: 590px) {
      .feedback__button {
        margin-top: 12px; } }

.footer {
  padding: 66px 0 24px;
  background-color: #f6f6f6; }
  @media only screen and (max-width: 765px) {
    .footer {
      padding: 32px 0 24px; } }
  .footer__logo {
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "RobotoMedium", Arial, sans-serif; }
  .footer__menu {
    padding-bottom: 48px;
    justify-content: center;
    border-bottom: 1px solid #cacacb; }
    @media only screen and (max-width: 765px) {
      .footer__menu {
        padding-bottom: 12px;
        border-bottom: 1px solid #ebebeb; } }
    @media only screen and (max-width: 590px) {
      .footer__menu {
        display: block;
        text-align: center; } }
  .footer__link {
    display: inline-block;
    margin: 0 12px;
    color: #18191F;
    font-size: 16px; }
    @media only screen and (max-width: 590px) {
      .footer__link {
        display: block;
        margin: 12px 0; } }
  .footer__line {
    padding-top: 24px;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 765px) {
      .footer__line {
        flex-direction: column-reverse; } }
  .footer__copyright {
    font-size: 14px; }
  @media only screen and (max-width: 765px) {
    .footer__socials {
      padding-bottom: 24px; } }
  .footer__social {
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background-color: #e0e0e1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    @media only screen and (max-width: 765px) {
      .footer__social {
        width: 32px;
        height: 32px; } }
    .footer__social_in {
      background-image: url("/img/ua/social_in.svg"); }
    .footer__social_gl {
      background-image: url("/img/ua/social_gl.svg"); }
    .footer__social_tw {
      background-image: url("/img/ua/social_tw.svg"); }
    .footer__social_yt {
      background-image: url("/img/ua/social_yt.svg"); }

.popup {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }
  .popup__title {
    padding-bottom: 24px;
    color: #000;
    font-size: 22px;
    text-transform: uppercase; }
  .popup__text {
    line-height: 20px;
    color: #000;
    font-size: 14px; }

.one_message {
  padding-bottom: 20px; }

.popup-message {
  width: 560px; }
  @media only screen and (max-width: 670px) {
    .popup-message {
      width: 95%; } }
  .popup-message .table-cell {
    padding-bottom: 16px; }

.fog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001; }

.forms {
  color: #fff; }
  .forms_contacts {
    padding-top: 78px;
    padding-bottom: 120px; }
    @media only screen and (max-width: 470px) {
      .forms_contacts {
        padding-top: 48px;
        padding-bottom: 60px; } }
  .forms__title {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 765px) {
      .forms__title {
        padding-bottom: 24px; } }
  .forms__text {
    line-height: 40px;
    font-size: 24px; }
    @media only screen and (max-width: 999px) {
      .forms__text {
        line-height: 24px;
        font-size: 16px; } }
    .forms__text a {
      color: #fff; }
      .forms__text a:hover {
        text-decoration: underline; }
  @media only screen and (max-width: 670px) {
    .forms__columns {
      display: block; } }
  .forms__column:nth-child(1) {
    width: calc(80% - 108px);
    padding-right: 108px; }
    @media only screen and (max-width: 999px) {
      .forms__column:nth-child(1) {
        padding-right: 54px; } }
    @media only screen and (max-width: 670px) {
      .forms__column:nth-child(1) {
        width: 100%;
        padding-right: 0; } }
  .forms__column:nth-child(2) {
    width: 30%; }
    @media only screen and (max-width: 670px) {
      .forms__column:nth-child(2) {
        width: 100%;
        padding-top: 48px; } }
  .forms__row {
    margin-bottom: 28px;
    justify-content: space-between; }
    @media only screen and (max-width: 470px) {
      .forms__row {
        display: block;
        margin-bottom: 0; } }
    .forms__row_title {
      margin-bottom: 48px; }
      .forms__row_title .forms__cell:nth-child(2) {
        text-align: right; }
  .forms__cell {
    position: relative;
    width: 50%; }
    @media only screen and (max-width: 470px) {
      .forms__cell {
        display: block;
        width: 100%;
        padding-bottom: 28px; } }
    .forms__cell:nth-child(1) {
      margin-right: 15px; }
      @media only screen and (max-width: 470px) {
        .forms__cell:nth-child(1) {
          margin-right: 0; } }
    .forms__cell:nth-child(2) {
      margin-left: 15px; }
      @media only screen and (max-width: 470px) {
        .forms__cell:nth-child(2) {
          margin-left: 0; } }
  .forms__cell-one {
    position: relative;
    padding-top: 8px; }
  .forms__input, .forms__textarea {
    width: 100%;
    height: 40px;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff; }
  .forms__textarea {
    height: 80px; }
  .forms__button {
    margin-top: 48px;
    padding: 12px 24px;
    background-color: #8a873e;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 0; }
    @media only screen and (max-width: 470px) {
      .forms__button {
        width: 100%; } }
    .forms__button:hover:hover {
      background-color: #67652e !important; }
  .forms__agree-text {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */
