@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");
body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6; }

h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 479px) {
    h1 {
      font-size: 25px; } }

h2 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 0 15px; }
  @media only screen and (max-width: 479px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-weight: normal;
  text-align: center;
  font-size: 32px; }

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

img {
  max-width: 100%; }

section.main {
  padding: 45px 0px 15px; }

.color-white {
  color: #fff; }

.bg-blue {
  background-color: rgba(42, 104, 178, 0.35);
  border: 1px solid #21538e;
  border-radius: 5px; }
  .bg-blue:hover {
    background-color: rgba(42, 104, 178, 0.5); }
  .bg-blue:active {
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

.line {
  border-top: 3px dotted #174777;
  width: 25%; }

.section_title {
  margin-bottom: 40px; }

.pre_text {
  text-align: center;
  font-size: 22px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.7); }

a {
  color: inherit; }
  a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit; }

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .background-image > .inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0px 70px; }

#header_section {
  background-image: url("../img/head_bg.jpg"); }
  @media only screen and (max-width: 767px) {
    #header_section .flex {
      display: block; }
    #header_section .logo {
      text-align: center; } }
  #header_section .top_menu {
    float: right; }
    #header_section .top_menu li {
      display: inline-block; }
      #header_section .top_menu li a, #header_section .top_menu li button {
        padding: 10px 15px;
        font-weight: bold;
        display: inline-block; }
  #header_section .title {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    font-size: 30px;
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      #header_section .title {
        font-size: 25px; } }
    @media only screen and (max-width: 479px) {
      #header_section .title {
        font-size: 16px; } }
  #header_section .links {
    margin: 30px 0;
    text-align: center; }
    #header_section .links li {
      display: inline-block;
      margin: 5px 10px;
      width: 150px; }
      #header_section .links li a {
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 0;
        display: block; }

@media only screen and (max-width: 991px) {
  .technique .row {
    display: block !important; } }
.technique .image {
  margin-bottom: 30px; }
.technique .description {
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 2px 5px 0px;
  padding: 10px 20px;
  border-radius: 4px; }
  .technique .description span {
    color: #174777;
    font-weight: bold;
    font-size: 22px;
    display: block;
    text-align: center; }
  .technique .description ul {
    padding-left: 60px;
    font-size: 17px;
    margin: 10px 0; }
    .technique .description ul li {
      position: relative;
      padding: 2px 0; }
      .technique .description ul li:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-image: url("../img/ul_list.jpg"); }
  .technique .description .solution {
    text-align: center;
    font-size: 17px; }
  .technique .description a {
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #174777;
    padding: 8px 16px;
    display: inline-block;
    margin-top: 10px; }

.advantages .row:last-child .item_wrap:after {
  display: none; }
.advantages .item_wrap {
  position: relative;
  height: 152px; }
  @media only screen and (max-width: 767px) {
    .advantages .item_wrap {
      height: auto; } }
  .advantages .item_wrap:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    content: "";
    display: block;
    border-bottom: 1px solid #174777; }
.advantages .item {
  font-size: 18px;
  padding: 15px 0 25px; }
  .advantages .item .image {
    padding-right: 10px; }
    .advantages .item .image img {
      width: 64px;
      height: 64px;
      max-width: 9999px; }
  .advantages .item .text span {
    font-weight: bold;
    color: #174777; }

.sertificates_wrap {
  font-size: 0;
  text-align: center; }
  .sertificates_wrap .item_wrap {
    display: inline-block;
    width: 20%;
    padding: 10px; }
    @media only screen and (max-width: 1199px) {
      .sertificates_wrap .item_wrap {
        width: 33.333%; } }
    @media only screen and (max-width: 991px) {
      .sertificates_wrap .item_wrap {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .sertificates_wrap .item_wrap {
        width: 100%; } }
    .sertificates_wrap .item_wrap .item {
      display: block;
      height: 300px;
      position: relative;
      border-radius: 2px;
      border: 2px solid #ccc; }
      @media only screen and (max-width: 1199px) {
        .sertificates_wrap .item_wrap .item {
          height: 400px; } }
      .sertificates_wrap .item_wrap .item img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 90%; }

#how_we_work {
  background-image: url("../img/how_bg.jpg"); }
  #how_we_work .inner {
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 30px; }
  #how_we_work .head {
    background-color: #174777;
    text-align: center;
    padding: 7px 0;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #how_we_work ul li:after {
    display: block;
    content: "";
    background-image: url("../img/arrow_down.png");
    width: 40px;
    height: 21px;
    margin: 10px auto; }
  #how_we_work ul li:last-child:after {
    display: none; }
  #how_we_work ul li span {
    padding: 6px 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.3);
    border: 3px solid #174777;
    text-align: center;
    font-size: 22px; }

#questions {
  padding: 30px 0;
  background-color: #174777; }
  #questions .title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    #questions form {
      display: block !important;
      font-size: 0; } }
  #questions form > * {
    width: 200px;
    display: inline-block;
    border-radius: 3px;
    border: none;
    padding: 3px 10px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0px 5px;
    color: gray; }
    @media only screen and (max-width: 991px) {
      #questions form > * {
        margin: 15px 0;
        width: 40%;
        float: left; }
        #questions form > *:nth-child(even) {
          float: right; } }
    @media only screen and (max-width: 767px) {
      #questions form > * {
        width: 100%;
        float: none !important;
        height: 50px;
        line-height: 50px; } }
    #questions form > *.submit {
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
      position: relative;
      color: #fff; }
      #questions form > *.submit span {
        background-color: #456c92;
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 4px;
        line-height: 30px; }
        @media only screen and (max-width: 767px) {
          #questions form > *.submit span {
            line-height: 50px; } }

@media only screen and (max-width: 767px) {
  .feedbacks .flex {
    display: block; } }

.feedback {
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 2px 5px 0px;
  padding: 5px 10px;
  border-radius: 5px;
  height: 100%;
  margin-bottom: 20px; }
  .feedback .author {
    font-weight: bold; }
  .feedback .text {
    font-style: italic; }

#map .title {
  color: #174777;
  font-size: 29px;
  text-align: center;
  font-weight: bold; }
#map .text {
  font-size: 18px;
  text-align: center;
  font-style: italic;
  margin-bottom: 35px; }

footer {
  background-color: #174777;
  padding: 20px 0; }
  @media only screen and (max-width: 991px) {
    footer .row {
      display: block !important; } }
  footer .slogan {
    font-size: 22px; }
  footer .address {
    padding-left: 40px;
    background-image: url("../img/map_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      footer .address {
        margin: 30px 0; } }
    footer .address span {
      font-size: 16px; }
  footer ul li {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin: 5px 0; }
    footer ul li.tel {
      background-image: url("../img/tel_icon.png"); }
    footer ul li.velcom {
      background-image: url("../img/velcom.png"); }
    footer ul li.mts {
      background-image: url("../img/mts.png"); }

.form_modal, #message {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 501;
  background-color: #FFF;
  max-width: 400px;
  width: 90%;
  border-radius: 5px; }
  .form_modal .head, #message .head {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    position: relative; }
    .form_modal .head .fa, #message .head .fa {
      position: absolute;
      top: 50%;
      margin-top: -9px;
      right: 15px;
      cursor: pointer;
      color: gray; }
      .form_modal .head .fa:hover, #message .head .fa:hover {
        color: #000; }
  .form_modal .content, #message .content {
    padding: 20px; }
    .form_modal .content input, #message .content input {
      display: block;
      margin-bottom: 10px;
      width: 100%;
      padding: 3px 15px;
      outline: none;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      color: gray; }
    .form_modal .content button, #message .content button {
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      border: 1px solid #21538e;
      padding: 8px 0;
      width: 100%;
      display: block;
      color: #fff;
      background-color: #2a68b2;
      border-bottom-width: 3px;
      outline: none; }
      .form_modal .content button:active, #message .content button:active {
        border-bottom-width: 1px;
        border-top-width: 3px;
        box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.25); }

#message {
  max-width: 500px;
  padding: 30px; }
  @media only screen and (max-width: 479px) {
    #message {
      padding: 10px;
      top: 10px; } }
  #message .success_icon {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    margin: auto;
    position: relative;
    opacity: 0; }
    #message .success_icon:before {
      display: block;
      content: "";
      width: 25px;
      height: 5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #A5DC86;
      position: absolute;
      top: 39px;
      left: 7px; }
    #message .success_icon:after {
      display: block;
      content: "";
      width: 45px;
      height: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-color: #A5DC86;
      position: absolute;
      top: 35px;
      left: 22px; }
  #message .error_icon {
    width: 80px;
    height: 80px;
    border: 4px solid #F27474;
    border-radius: 50%;
    margin: auto;
    position: relative;
    opacity: 0; }
    #message .error_icon:before, #message .error_icon:after {
      width: 50px;
      height: 5px;
      background-color: #F27474;
      display: block;
      content: "";
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 33px;
      left: 10px; }
    #message .error_icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  #message .message_text {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0; }
    @media only screen and (max-width: 479px) {
      #message .message_text {
        font-size: 18px; } }
    #message .message_text .errors span {
      display: block;
      font-size: 18px;
      font-weight: normal;
      color: #F27474; }
      @media only screen and (max-width: 479px) {
        #message .message_text .errors span {
          font-size: 16px; } }
  #message .close_window, #message .close_window_modal {
    display: block;
    margin: auto;
    width: 60px;
    padding: 5px 0;
    border: none;
    outline: none;
    color: #fff;
    background-color: #aedef4;
    border-radius: 5px; }

/*# sourceMappingURL=main.css.map */