/*--------------- common color ---------------*/
/*--------------- mixins ---------------*/
/* --------- mixins --------- */
/* --------- centered --------- */
/*------------------------------------*/
/*--------------- fonts ---------------*/
@font-face {
  font-family: 'SegoeUIBold';
  src: url("/fonts/SegoeUIBold.eot");
  src: url("/fonts/SegoeUIBold.woff") format("woff"), url("/fonts/SegoeUIBold.ttf") format("truetype"), url("/fonts/SegoeUIBold.svg#SegoeUI-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUILight';
  src: url("/fonts/SegoeUILight.eot");
  src: url("/fonts/SegoeUILight.woff") format("woff"), url("/fonts/SegoeUILight.ttf") format("truetype"), url("/fonts/SegoeUILight.svg#SegoeUI-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUIRegular';
  src: url("/fonts/SegoeUIRegular.eot");
  src: url("/fonts/SegoeUIRegular.woff") format("woff"), url("/fonts/SegoeUIRegular.ttf") format("truetype"), url("/fonts/SegoeUIRegular.svg#SegoeUI-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SegoeUISemiBold';
  src: url("/fonts/SegoeUISemiBold.eot");
  src: url("/fonts/SegoeUISemiBold.woff") format("woff"), url("/fonts/SegoeUISemiBold.ttf") format("truetype"), url("/fonts/SegoeUISemiBold.svg#SegoeUI-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*--------------- custom variables ---------------*/
/*--------------- widgets ---------------*/
/*--------------- section ---------------*/
.other_header {
  padding: 10px 0 25px;
  background: #514c9e;
  background: -webkit-linear-gradient(top, #514c9e 0%, #508fc7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#514c9e), to(#508fc7));
  background: -o-linear-gradient(top, #514c9e 0%, #508fc7 100%);
  background: linear-gradient(to bottom, #514c9e 0%, #508fc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514c9e', endColorstr='#508fc7',GradientType=0 ); }

.main_header {
  padding-top: 10px;
  position: relative;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .main_header .left {
    position: absolute;
    right: 0;
    bottom: 0; }
  .main_header .right {
    position: absolute;
    left: 0;
    bottom: 0; }
  .main_header .poligon {
    fill: #fff; }

.navbar {
  background: #FDE36B;
  -webkit-box-shadow: 0 5px 17px rgba(35, 24, 85, 0.4);
  box-shadow: 0 5px 17px rgba(35, 24, 85, 0.4);
  padding: 10px 0; }
  .navbar .container {
    position: relative; }

.navbar-header:before, .navbar-header:after {
  content: "";
  display: table; }

.navbar-header:after {
  clear: both; }

.navbar-header .order_btn {
  float: right;
  display: block; }

.navbar_phone {
  display: block;
  float: left;
  margin-right: 60px;
  color: #50499c;
  text-decoration: none;
  height: 34px;
  line-height: 34px; }
  .navbar_phone span {
    font-size: 18px;
    vertical-align: middle;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    margin-left: 5px; }
  .navbar_phone i {
    vertical-align: middle;
    font-size: 20px;
    margin-top: 5px; }

.main_menu {
  float: left;
  font-size: 0; }
  .main_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }

.main_menu-link {
  display: block;
  font-size: 14px;
  color: #514a9d;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  font-family: "Century Gothic", sans-serif; }
  .main_menu-link:active{
    color: #fff;
    background: #494694;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .main_menu-link:hover, .main_menu-link.active {
    color: #fff;
    background: #494694;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.order_btn {
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  background: #ff6f6f;
  padding: 0 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .order_btn:hover {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #e34d4d; }

.header_title {
  color: #fde36b;
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Play', sans-serif;
  margin-bottom: 235px;
  margin-top: 210px; }

.about {
  padding: 75px 0;
  position: relative; }
  .about:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 65%;
    background-image: url("../img/about.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .about h3.title {
    position: relative; }
    .about h3.title:after {
      content: "";
      background-image: url("../img/icons/about_title.svg");
      width: 63px;
      height: 57px; }
  .about .content {
    width: 50%; }
    .about .content p {
      font-size: 14px;
      color: #000;
      font-family: "Calibri", sans-serif;
      margin-bottom: 25px; }

.about_wrapper {
  padding: 40px;
  border: 7px solid #ffd200;
  margin-right: 25px; }

h3.title {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 28px;
  font-family: "Play", sans-serif;
  color: #5085c1;
  margin: 10px 0 55px;
  border-bottom: 5px solid #ffd200;
  padding-bottom: 10px;
  position: relative; }
  h3.title.has_icon:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.products {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  position: relative; }
  .products .image_content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: #fde36b;
    overflow: hidden; }
    .products .image_content:after {
      content: "";
      position: absolute;
      width: 665px;
      height: 605px;
      background-image: url("../img/products_vector.png");
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      left: 75px;
      top: 100px; }
  .products h3.title {
    position: relative; }
    .products h3.title:after {
      content: "";
      background-image: url("../img/icons/product_title.svg");
      width: 61px;
      height: 64px; }

.section_wrapper {
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  padding: 25px 40px;
  position: relative;
  z-index: 10; }

.section_description:before, .section_description:after {
  content: "";
  display: table; }

.section_description:after {
  clear: both; }

.section_description .content {
  padding-right: 50px;
  max-height: 220px;
  overflow: hidden; }
  .section_description .content.open {
    max-height: none; }

.section_description p {
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  color: #202020;
  max-width: 374px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.more_btn {
  margin-top: 55px;
  float: right;
  display: block;
  text-align: center;
  color: #5085C1;
  border: 2px solid #5085C1;
  background-color: #fff;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Play", sans-serif;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .more_btn:hover {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #5085C1;
    color: #fff; }

.section_list {
  font-size: 0;
  text-align: center;
  width: 100%; }
  .section_list li {
    display: inline-block;
    vertical-align: middle;
    width: 33.3333%;
    padding: 10px; }
    .section_list li .wrapper {
      border: 3px solid #ff6f6f;
      height: 100px;
      position: relative; }
      .section_list li .wrapper span {
        font-size: 14px;
        color: #373737;
        font-family: "Calibri", sans-serif;
        vertical-align: middle;
        line-height: 18px;
        position: absolute;
        display: block;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 10px;
        overflow: hidden; }

.all_products_link {
  display: block;
  float: right;
  margin-right: 17px;
  margin-top: 5px;
  text-decoration: none; }
  .all_products_link span {
    display: inline-block;
    vertical-align: top;
    color: #ff6f6f;
    font-weight: bold;
    border-bottom: 2px dashed #ff6f6f;
    font-size: 14px;
    line-height: 18px;
    font-family: "Calibri", sans-serif;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .all_products_link:hover span {
    border-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #e34d4d; }

.services {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
  position: relative;
  text-align: right; }
  .services .image_content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: #fde36b;
    overflow: hidden; }
    .services .image_content:after {
      content: "";
      position: absolute;
      width: 568px;
      height: 498px;
      background-image: url("../img/services_vector.png");
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      right: 30px;
      top: 30px; }
  .services .content {
    text-align: left; }
  .services h3.title {
    position: relative; }
    .services h3.title:after {
      content: "";
      background-image: url("../img/icons/sevices_title.svg");
      width: 73px;
      height: 66px;
      right: auto;
      left: -150px; }

.partners {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fde36b;
  position: relative; }
  .partners:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background-image: url("../img/partners.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  .partners .section_wrapper {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }
  .partners .section_description {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px;
    background-color: #FFF;
    -webkit-box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
    box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
    position: relative;
    z-index: 10; }

.block_container {
  background: #F2F2F2;
  padding-bottom: 15px; }
  .block_container h3.title {
    border-bottom: 0 none;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase; }
    .block_container h3.title:after {
      content: "";
      position: absolute;
      width: 250px;
      height: 5px;
      left: 0;
      bottom: -5px;
      background: #ffd200;
      display: inline-block; }
  .block_container.additional {
    padding-bottom: 90px; }

.audit {
  padding-bottom: 0; }
  .audit h3.title {
    margin-top: 40px;
    margin-bottom: 20px; }
  .audit .element {
    margin-bottom: 45px;
    height: 225px; }
    .audit .element .text {
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 100%; }
  .audit .icon {
    margin-bottom: 45px;
    height: 225px;
    position: relative; }
    .audit .icon.chip img {
      position: absolute;
      left: 50px;
      right: 0;
      bottom: 0;
      top: 0;
      width: 137px;
      height: 134px;
      margin-top: auto;
      margin-bottom: auto;
      z-index: 20; }
    .audit .icon.cloud img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 163px;
      height: 148px;
      margin: auto auto;
      z-index: 20; }

.audit_wrapper {
  position: relative;
  padding-bottom: 75px;
  padding-top: 30px;
  overflow: hidden; }
  .audit_wrapper .vector_image {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;
    z-index: 2;
    overflow: hidden; }
  .audit_wrapper.left:before {
    left: 0;
    right: auto; }
  .audit_wrapper.left .vector_image {
    left: 0;
    right: auto; }
    .audit_wrapper.left .vector_image img {
      position: absolute;
      width: 666px;
      height: 605px;
      left: 75px;
      top: 67%; }
  .audit_wrapper.left .block_section {
    overflow: hidden; }
    .audit_wrapper.left .block_section:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: url("../img/code_polygon.png");
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      width: 31%; }
  .audit_wrapper.right:before {
    right: 0;
    left: auto; }
  .audit_wrapper.right .vector_image {
    left: auto;
    right: 0; }
    .audit_wrapper.right .vector_image img {
      position: absolute;
      width: 666px;
      height: 605px;
      left: auto;
      right: 142px;
      top: 62%; }
  .audit_wrapper.right .block_section {
    overflow: hidden; }
    .audit_wrapper.right .block_section:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-image: url("../img/numbers_polygon.png");
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      width: 30%; }
  .audit_wrapper:before {
    content: '';
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #4fc2e8;
    background: -webkit-linear-gradient(top, #4fc2e8 0%, #514b9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4fc2e8), to(#514b9e));
    background: -o-linear-gradient(top, #4fc2e8 0%, #514b9e 100%);
    background: linear-gradient(to bottom, #4fc2e8 0%, #514b9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc2e8', endColorstr='#514b9e',GradientType=0 );
    z-index: 1; }
  .audit_wrapper:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    z-index: 5; }

.block_section {
  background: #FFF;
  -webkit-box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  padding-bottom: 65px;
  position: relative;
  z-index: 10; }
  .block_section h4.title {
    text-align: center;
    color: #ff6f6f;
    font-size: 30px;
    margin: 35px 0;
    font-family: "Play", sans-serif;
    position: relative;
    z-index: 5; }
  .block_section.products_delivery {
    position: relative;
    overflow: hidden; }
    .block_section.products_delivery:before {
      content: "";
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-image: url("../img/woman_polygon.png");
      position: absolute;
      top: 0;
      left: 0;
      width: 615px;
      height: 760px; }
    .block_section.products_delivery:after {
      content: "";
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-image: url("../img/delivery.png");
      position: absolute;
      top: 35px;
      right: -280px;
      width: 595px;
      height: 667px; }
  .block_section.products_additional {
    position: relative;
    overflow: hidden; }
    .block_section.products_additional:before {
      content: "";
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-image: url("../img/additional.png");
      position: absolute;
      top: 160px;
      left: -165px;
      width: 595px;
      height: 667px; }
    .block_section.products_additional:after {
      content: "";
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      background-image: url("../img/hand_polygon.png");
      position: absolute;
      top: 35px;
      right: 0px;
      width: 466px;
      height: 715px; }

.block_small_section_wrapper {
  padding-top: 40px;
  background: #f2f2f2;
  padding-bottom: 70px; }
  .block_small_section_wrapper.last {
    padding-bottom: 100px; }
  .block_small_section_wrapper .block_section {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f2f2f2;
    position: relative; }
    .block_small_section_wrapper .block_section h4.title {
      margin: 40px 0 45px; }
    .block_small_section_wrapper .block_section .section_items {
      margin-bottom: 120px; }
    .block_small_section_wrapper .block_section .element {
      height: 220px; }
      .block_small_section_wrapper .block_section .element .text {
        max-width: 350px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .block_small_section_wrapper .block_section .container {
      position: relative;
      z-index: 20; }

.block_section_background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77%;
  z-index: 5;
  background: #4fc2e7;
  background: -webkit-linear-gradient(top, #4fc2e7 0%, #514b9d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4fc2e7), to(#514b9d));
  background: -o-linear-gradient(top, #4fc2e7 0%, #514b9d 100%);
  background: linear-gradient(to bottom, #4fc2e7 0%, #514b9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc2e7', endColorstr='#514b9d',GradientType=0 ); }
  .block_section_background:before {
    position: absolute;
    content: "";
    top: 7px;
    bottom: 7px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9); }
  .block_section_background.right {
    right: 0;
    left: auto; }
    .block_section_background.right:before {
      left: 7px;
      right: 0; }
  .block_section_background.left {
    right: auto;
    left: 0; }
    .block_section_background.left:before {
      left: 0;
      right: 7px; }

.section_carousel {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  .section_carousel .item {
    padding: 0 15px; }
  .section_carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 35px; }
    .section_carousel .owl-nav [class*='owl-'] {
      color: #ff6f6f;
      background: transparent;
      background-color: transparent;
      font-size: 30px;
      cursor: pointer;
      margin: 0 5px;
      padding: 0; }
      .section_carousel .owl-nav [class*='owl-']:hover {
        text-decoration: none;
        color: #ff6f6f;
        background: #FFF; }
    .section_carousel .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }

.element {
  border: 3px solid #ff6f6f;
  margin-bottom: 15px;
  height: 170px;
  position: relative;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #fff;
  z-index: 7; }
  .element:hover {
    background: #ff6f6f;
    -webkit-box-shadow: 0 6px 15px rgba(93, 76, 122, 0.4);
    box-shadow: 0 6px 15px rgba(93, 76, 122, 0.4); }
    .element:hover .text {
      color: #fff; }
    .element:hover .item_link {
      color: #fde36b; }
  .element .text {
    overflow: hidden;
    font-size: 20px;
    color: #373737;
    font-family: "Century Gothic", sans-serif;
    font-weight: bold;
    max-width: 100%;
    left: 0;
    padding: 0 10px;
    max-height: 145px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .element .item_link {
    position: absolute;
    right: 10px;
    bottom: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.item_link {
  text-decoration: none;
  color: #494694;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Calibri", sans-serif; }
  .item_link:after {
    content: ">";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px; }
  .item_link:hover {
    text-decoration: underline; }

.element_data_text {
  display: none;
  visibility: hidden; }

.products_type {
  padding: 70px 0 100px;
  background-color: #fde36b;
  position: relative;
  overflow: hidden; }
  .products_type:before {
    content: "";
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: -205px;
    left: -90px;
    width: 665px;
    height: 605px;
    background-image: url("../img/products_vector.png"); }
  .products_type:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 665px;
    height: 605px;
    background-image: url("../img/products_vector.png");
    top: 200px;
    right: -185px; }
  .products_type .element {
    width: 360px;
    height: 225px;
    margin: 0 auto;
    padding: 0; }
    .products_type .element .text {
      max-width: 325px;
      margin: 0 auto;
      left: 0;
      right: 0; }

.box_wrapper {
  -webkit-box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  box-shadow: 0 10px 15px rgba(82, 94, 121, 0.5);
  background: #FFF;
  padding-bottom: 75px; }
  .box_wrapper:before, .box_wrapper:after {
    content: "";
    display: table; }
  .box_wrapper:after {
    clear: both; }
  .box_wrapper h4.title {
    margin-bottom: 48px;
    margin-top: 35px;
    text-align: center;
    font-size: 24px;
    color: #ff6f6f;
    font-family: "Play", sans-serif; }

.contacts_section {
  position: relative;
  padding-top: 7px;
  background: #514b9d;
  background: -webkit-linear-gradient(top, #514b9d 0%, #4fc0e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#514b9d), to(#4fc0e6));
  background: -o-linear-gradient(top, #514b9d 0%, #4fc0e6 100%);
  background: linear-gradient(to bottom, #514b9d 0%, #4fc0e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514b9d', endColorstr='#4fc0e6',GradientType=0 ); }
  .contacts_section:before, .contacts_section:after {
    content: "";
    display: table; }
  .contacts_section:after {
    clear: both; }

#la-map {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }
#la-map iframe{
  display: block !important;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.info_container {
  width: 60%;
  float: right;
  padding-left: 7px;
  position: relative;
  overflow: hidden; }
  .info_container:after {
    content: "";
    background-image: url("../img/contacts_left.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px; }
  .info_container .top {
    padding: 110px 0 110px 100px; }
    .info_container .top .text {
      font-size: 20px;
      text-transform: uppercase;
      color: #fde36b;
      font-weight: bold;
      font-family: "Century Gothic", sans-serif;
      margin-bottom: 25px; }
    .info_container .top .phone {
      color: #fde36b;
      font-size: 40px;
      font-weight: bold;
      font-family: "Century Gothic", sans-serif; }
      .info_container .top .phone a {
        text-decoration: none;
        display: inline-block;
        color: #fde36b;
        margin-left: 25px;
        font-family: "Century Gothic", sans-serif; }
  .info_container .bottom {
    background: #FFF;
    padding: 80px 0 160px 100px; }
    .info_container .bottom .contast_list {
      font-size: 0; }
      .info_container .bottom .contast_list li {
        margin-bottom: 35px; }
        .info_container .bottom .contast_list li:last-child {
          margin-bottom: 0; }
      .info_container .bottom .contast_list .title {
        color: #ff6f6f;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Century Gothic", sans-serif;
        margin-bottom: 15px;
        font-weight: bold; }
      .info_container .bottom .contast_list .time {
        color: #514c9f; }
        .info_container .bottom .contast_list .time i {
          font-size: 24px;
          margin-right: 10px;
          vertical-align: middle; }
        .info_container .bottom .contast_list .time span {
          font-size: 20px;
          line-height: 24px;
          font-family: "Century Gothic", sans-serif;
          display: inline-block;
          vertical-align: middle; }
      .info_container .bottom .contast_list .email {
        color: #514c9f; }
        .info_container .bottom .contast_list .email i {
          font-size: 20px;
          margin-right: 10px;
          vertical-align: middle; }
        .info_container .bottom .contast_list .email span {
          font-size: 22px;
          font-family: "Calibri", sans-serif;
          display: inline-block;
          vertical-align: middle; }

.order_popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: scroll; }

.popup_content {
  background: #f8f6f6;
  padding: 20px 8px;
  margin-top: 20%;
  position: relative;
  z-index: 300; }
  .popup_content.active .text {
    opacity: 0.5; }
  .popup_content h4.title {
    margin: 15px 0 35px;
    font-size: 20px;
    font-weight: bold;
    color: #5085c1;
    text-align: center; }
  .popup_content .text {
    padding: 0 42px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Calibri", sans-serif;
    color: #2b2b2b;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1; }

.open_order {
  color: #ff6f6f;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px; }
  .open_order span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px; }
  .open_order i {
    font-size: 24px; }
  .open_order:hover i {
    color: #f93d3d; }

.order_form {
  background: #e1e1e1;
  padding: 25px 10px;
  font-size: 0;
  display: none; }

.input_group {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
  font-size: 14px; }
  .input_group label {
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-family: "Calibri", sans-serif;
    margin-bottom: 5px; }
  .input_group input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 42px;
    border: 0 none;
    background: #FFF;
    outline: 0 none;
    padding: 0 10px;
    font-size: 14px;
    font-family: "Calibri", sans-serif;
    margin-bottom: 15px; }
  .input_group textarea {
    height: 198px;
    resize: none;
    outline: 0 none;
    padding: 10px 10px;
    border: 0 none;
    display: inline-block;
    vertical-align: top;
    width: 100%; }

.order_send {
  height: 44px;
  line-height: 44px;
  width: 225px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  background: #FF6F6F;
  outline: 0 none;
  border: 0 none;
  font-size: 16px;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .order_send:hover {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #E34D4D; }

.close_popup {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  right: 15px;
  top: 15px;
  font-size: 18px;
  text-decoration: none; }
  .close_popup i {
    color: #FF6F6F; }

.popup_message {
  background: #518cc6;
  position: fixed;
  top: 50px;
  text-align: center;
  z-index: 500;
  border-radius: 10px;
  padding: 10px;
  width: 310px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 3px solid #ff6f6f; }
  .popup_message p {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Calibri", sans-serif; }

.make_request {
  display: none;
  position: absolute;
  width: 310px;
  background: #fff;
  padding: 15px 0;
  z-index: 100;
  border: 1px solid #505ba8; }
  .make_request.top {
    top: 60px;
    right: 15px; }
  .make_request.bottom {
    bottom: 110px;
    right: 260px;
    z-index: 100; }

.make_request_form {
  font-size: 0; }
  .make_request_form .input_group, .make_request_form .textarea_group {
    padding: 10px 12px; }
  .make_request_form input {
    height: 22px;
    line-height: 22px;
    background: #eaeaea;
    margin-bottom: 5px;
    font-size: 12px; }
  .make_request_form label {
    font-size: 12px;
    color: #272a4f;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .make_request_form textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 12px;
    height: 80px;
    resize: none;
    background: #eaeaea;
    outline: 0 none;
    border: 0 none; }
  .make_request_form .order_send {
    font-size: 12px;
    -webkit-box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
    box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
    width: 143px;
    height: 29px;
    line-height: 29px;
    margin-top: 15px; }

.checkboxs_list {
  font-size: 0;
  margin-top: 6px; }
  .checkboxs_list .checkbox_item {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  .checkboxs_list .checkbox_label {
    display: block;
    position: relative;
    margin: 0; }
  .checkboxs_list .checkbox_input {
    position: absolute;
    top: 0;
    left: -9999px;
    left: 0;
    opacity: 0; }
    .checkboxs_list .checkbox_input:checked + .checkbox_element i {
      opacity: 1; }
  .checkboxs_list .checkbox_element {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #eaeaea;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    text-align: center; }
    .checkboxs_list .checkbox_element i {
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      color: #4f5ba6;
      font-size: 14px; }
  .checkboxs_list .checkbox_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Calibri", sans-serif;
    color: #272a4f;
    margin-left: 3px; }

footer {
  position: relative;
  background-color: #518cc6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNTBjM2U4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM1MTU0YTMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #50c3e8), color-stop(1, #5154a3));
  background-image: -webkit-linear-gradient(top, #50c3e8 0%, #5154a3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50c3e8), to(#5154a3));
  background-image: -o-linear-gradient(top, #50c3e8 0%, #5154a3 100%);
  background-image: linear-gradient(to bottom, #50c3e8 0%, #5154a3 100%);
  background-image: -ms-linear-gradient(top, #50c3e8 0%, #5154a3 100%); }
  footer .left {
    position: absolute;
    left: 0;
    top: -70px; }
  footer .right {
    position: absolute;
    right: 0;
    top: -70px; }
  footer .poligon {
    fill: #4fc2e8; }
  footer .container {
    position: relative;
    z-index: 100; }
  footer .order_btn {
    width: 225px;
    margin-top: 35px; }

.footer_menu {
  font-size: 0;
  margin-left: -17px;
  margin-bottom: 40px; }
  .footer_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px; }

.footer_menu-links {
  font-size: 14px;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .footer_menu-links:hover {
    color: #fde36b;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.contacts {
  font-size: 0; }
  .contacts li {
    margin-bottom: 10px;
    color: #fde36b;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .contacts li a {
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      font-family: "Calibri", sans-serif;
      color: #fde36b; }
    .contacts li i {
      vertical-align: middle; }
  .contacts .phone i {
    font-size: 24px; }
  .contacts .phone a {
    font-size: 24px;
    margin-left: 10px; }
  .contacts .email {
    line-height: 15px; }
    .contacts .email i {
      font-size: 15px; }
    .contacts .email a {
      font-size: 15px;
      margin-left: 15px; }

.footer_title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fde36b;
  font-family: "Play", sans-serif; }

.development {
  display: inline-block;
  vertical-align: middle;
  margin-left: 42%;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  font-family: "Calibri", sans-serif; }
  .development:after {
    content: "";
    width: 45px;
    height: 25px;
    background-image: url("../img/icons/logo.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 14px;
  color: #333333; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*--------------- media query ---------------*/
/*-------------- media query for adaptive -------------- */
@media only screen and (max-width: 1200px) {
  .navbar_phone {
    margin-right: 75px; }
  .section_items .item.hiddened {
    display: none; } }

@media only screen and (max-width: 992px) {
  .navbar_phone {
    float: none;
    margin-right: 0;
    text-align: center; }
  .header_title {
    margin-top: 150px;
    margin-bottom: 180px;
    font-size: 36px; }
  .make_request.top {
    top: 90px; }
  .about:after {
    display: none; }
  .about .content {
    width: 100%; }
  .section_description p {
    max-width: 100%; }
  .footer_menu-links {
    font-size: 12px; }
  .footer_menu {
    margin-left: 0; }
    .footer_menu li {
      padding: 0 5px; }
  .footer_title {
    font-size: 18px; }
  .element .text {
    font-size: 14px;
    margin: auto;
    left: 0;
    right: 0; }
  .products_type .element {
    width: 90%; }
  .box_wrapper {
    padding-bottom: 75px; }
    .box_wrapper h4.title {
      font-size: 18px;
      margin-top: 15px;
      margin-bottom: 15px;
      height: 55px; }
  .block_section.products_delivery:before {
    width: 300px;
    height: 376px; }
  .block_section.products_delivery:after {
    top: auto;
    right: -100px;
    width: 320px;
    height: 358px;
    bottom: 0; }
  .block_section.products_additional:before {
    top: auto;
    left: -40px;
    width: 320px;
    height: 358px;
    bottom: 0; }
  .block_section.products_additional:after {
    top: 35px;
    right: 0px;
    width: 320px;
    height: 501px; }
  .products_type:after {
    top: auto;
    bottom: 0;
    right: -75px;
    width: 350px;
    height: 315px; }
  .products_type:before {
    top: 0;
    bottom: auto;
    left: -75px;
    width: 350px;
    height: 315px; }
  .audit_wrapper.left .block_section:after {
    width: 320px;
    height: 380px;
    top: auto;
    bottom: 0;
    right: 0; }
  .audit_wrapper.right .block_section:after {
    width: 320px;
    height: 402px;
    top: auto;
    bottom: 0;
    left: 0; }
  .audit .element {
    height: 180px; }
  .map_container {
    height: 480px; }
  .info_container .top {
    padding: 50px 0 50px 50px; }
    .info_container .top .text {
      margin-bottom: 15px; }
    .info_container .top .phone {
      font-size: 28px; }
  .info_container .bottom {
    padding: 50px 0 100px 50px; } }

@media only screen and (max-width: 768px) {
  .make_request.top {
    top: 145px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .make_request.bottom {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .navbar_phone {
    margin-bottom: 10px; }
  .navbar-header .order_btn {
    float: none;
    width: 225px;
    margin: 10px auto 0; }
  .main_menu {
    float: none;
    text-align: center; }
    .main_menu li {
      margin: 0; }
  .footer_title {
    font-size: 16px;
    margin: 10px auto;
    width: 60%; }
  .section_list li {
    width: 50%; }
    .section_list li .wrapper {
      height: 125px; }
  .all_products_link {
    float: none;
    text-align: center;
    margin-right: 0; }
  .more_btn {
    margin-right: 17px; }
  .services {
    text-align: left; }
    .services h3.title:after {
      left: auto;
      right: -125px; }
  footer {
    padding-top: 25px;
    text-align: center; }
    footer .left, footer .right {
      display: none; }
    footer .order_btn {
      margin: 15px auto 0; }
  .footer_menu {
    margin-bottom: 15px; }
  .partners {
    padding-top: 25px;
    padding-bottom: 25px; }
  .development {
    margin: 15px auto; }
  .block_section h4.title {
    font-size: 18px;
    margin: 25px 0; }
  .block_section.products_delivery:before {
    top: auto;
    bottom: 0; }
  .block_section.products_delivery:after {
    top: 0;
    bottom: auto; }
  .block_section.products_additional:before {
    top: 0;
    bottom: auto; }
  .block_section.products_additional:after {
    top: auto;
    bottom: 0; }
  .block_container h3.title {
    margin: 25px 0;
    font-size: 18px; }
  .products_type .col-xs-12 {
    margin-bottom: 15px; }
  .box_wrapper {
    padding-bottom: 25px; }
    .box_wrapper h4.title {
      height: auto; }
  .block_small_section_wrapper .block_section h4.title {
    margin: 25px 0; }
  .block_small_section_wrapper .block_section .section_items {
    margin-bottom: 25px; }
  .audit_wrapper {
    padding-bottom: 35px; }
  .map_container {
    width: 100%;
    height: 300px; }
    #la-map{
      width: 100%;
      height: 300px;
      position: relative;
    }
  .info_container {
    padding-left: 0;
    width: 100%; }
  .order_popup .input_group {
    width: 100%;
    padding: 0; }
  .order_popup .order_send {
    margin-top: 10px;
    width: 100%; }
  .order_popup .popup_content .text {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px; }
  .order_popup .popup_content h4.title {
    font-size: 16px;
    margin-bottom: 15px; }
  .open_order span {
    font-size: 13px; } }

@media only screen and (max-width: 480px) {
  .main_header .left, .main_header .right {
    display: none; }
  .navbar_phone {
    height: auto;
    line-height: 20px;}
    .navbar_phone i {
      font-size: 15px;
      margin-top: 0; }
    .navbar_phone span {
      font-size: 16px; }
  .header_title {
    margin-top: 50px;
    margin-bottom: 75px;
    font-size: 24px; }
  .about_wrapper {
    margin-right: 0; }
  .main_menu-link {
    outline: none;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    height: auto; }
  .main_menu li{
    display: block;
  }
  .main_menu li + li{
    margin-top: 7px;
  }
  .order_btn {
    font-size: 14px;
    margin: 0 auto; }
  .about {
    padding: 25px 0; }
    .about h3.title:after {
      width: 36px;
      height: 33px; }
    .about .content p {
      margin-bottom: 10px; }
  .products h3.title:after {
    width: 36px;
    height: 38px; }
  .services h3.title:after {
    width: 42px;
    height: 38px; }
  .about_wrapper {
    padding: 15px;
    border-width: 4px; }
  h3.title {
    font-size: 18px;
    margin: 10px 0;
    padding-bottom: 5px;
    border-width: 3px; }
    h3.title.has_icon:after {
      right: -55px; }
  .section_description .content {
    padding-right: 0; }
  .section_description p {
    font-size: 14px; }
  .section_wrapper {
    padding: 25px 15px; }
  .more_btn {
    margin-top: 15px;
    height: 24px;
    line-height: 20px;
    font-size: 12px;
    width: 120px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .section_list li {
    padding: 5px; }
  .footer_title {
    width: 100%; }
  .section_list li .wrapper {
    height: 110px; }
    .section_list li .wrapper span {
      font-size: 12px; }
  .all_products_link span {
    font-size: 12px;
    border-width: 1px; }
  .make_request.top {
    top: 185px; }
  .main_menu-link {
    padding: 0 4px; }
  .section_carousel {
    margin-left: 0;
    margin-right: 0; }
  .box_wrapper {
    padding-bottom: 25px; }
    .box_wrapper h4.title {
      font-size: 15px; }
  .block_section.products_delivery {
    padding-bottom: 25px; }
    .block_section.products_delivery:before {
      width: 200px;
      height: 251px;
      bottom: 75px; }
    .block_section.products_delivery:after {
      right: -65px;
      width: 180px;
      height: 202px; }
  .block_section.products_additional {
    padding-bottom: 25px; }
    .block_section.products_additional:before {
      width: 220px;
      height: 247px; }
    .block_section.products_additional:after {
      width: 200px;
      height: 305px;
      bottom: 50px; }
  .products_type:before, .products_type:after {
    width: 270px;
    height: 245px; }
  .block_container h3.title {
    font-size: 16px; }
  .audit .element {
    height: 135px; }
    .audit .element .text {
      font-size: 12px; }
  .block_small_section_wrapper {
    padding-top: 10px;
    padding-bottom: 25px; }
    .block_small_section_wrapper .block_section .element {
      height: 135px; }
      .block_small_section_wrapper .block_section .element .text {
        font-size: 12px; }
  .block_section_background {
    width: 85%; }
  .info_container .top {
    padding: 25px 0 25px 0;
    text-align: center; }
    .info_container .top .text {
      font-size: 14px;
      margin-bottom: 5px; }
    .info_container .top .phone {
      font-size: 16px; }
      .info_container .top .phone a {
        margin-left: 10px; }
  .info_container .bottom {
    padding: 25px 0 25px 0;
    text-align: center; }
    .info_container .bottom .contast_list li {
      margin-bottom: 15px; }
    .info_container .bottom .contast_list .title {
      font-size: 14px;
      margin-bottom: 10px; }
    .info_container .bottom .contast_list .time i, .info_container .bottom .contast_list .email i {
      font-size: 14px; }
    .info_container .bottom .contast_list .time span, .info_container .bottom .contast_list .email span {
      font-size: 14px;
      line-height: 14px; }
  .order_popup .input_group input {
    height: 28px; }
  .order_popup .input_group textarea {
    height: 100px; }
  .order_popup .order_send {
    height: 28px;
    line-height: 28px;
    font-size: 14px; } }

@media only screen and (max-width: 375px) {
  .section_list li{
    width: 100%;
  }
  .footer_menu li {
    display: block;
    padding: 0; }
    .footer_menu li + li{
      margin-top: 7px;
    }
    .footer_menu-links{
      font-size: 14px;
      line-height: 20px;
      height: auto;
    }
  .contacts .phone a, .contacts .phone i {
    font-size: 18px; }
  .contacts .email a, .contacts .email i {
    font-size: 15px; }
  .block_section {
    padding-bottom: 25px; }
  .order_popup .col-xs-10 {
    width: 90%; }
  .order_popup .col-xs-offset-1 {
    margin-left: 15px; } }

/*--------------- style ---------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  font-size: 100.01%;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Play", sans-serif; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none outside none; }
  ul li {
    padding: 0;
    left: 0; }

p {
  padding: 0;
  margin: 0; }

.btn {
  display: block;
  text-align: center; }

.btn-red{
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
  background: #ff6f6f;
  padding: 0 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
  box-shadow: 0 2px 7px rgba(108, 0, 0, 0.5);
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: inline-block;
}
.btn-red:hover {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #e34d4d;
}


.section_list .wrapper {
  cursor: pointer;
}

.section_list .wrapper:hover {
    background-color: #ff6f6f;
}

.section_list .wrapper:hover span {
  color: #fff;
}

.services .la-wrap-btn,
.products .la-wrap-btn{
  text-align: center;
  margin-top: 10px;
}
#block-lang{
  float: right;
  margin-left: 25px;
  padding: 2px 0;
}
#block-lang ul{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-lang ul li{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
#block-lang ul li + li{
  margin-left: 5px;
}
#block-lang ul li a{
  display: block;
  font-size: 14px;
  color: #514a9d;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  font-family: "Century Gothic", sans-serif;
}
#block-lang ul li.current-lang a{
  background: #494694;
  color: #fff;
}
@media (max-width: 768px) {
  #block-lang{
    position: absolute;
    right: 10px;
    top: 0;
  }
  #block-lang ul li a{
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    height: auto;
  }
}
@media (max-width: 420px) {
  #block-lang ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    height: auto;
    float: none;
  }
  #block-lang ul li{
    float: none;
  }
  #block-lang ul li + li{
    margin: 5px 0 0;
  }
}