@import url('../fonts/fonts.css');
body, html {
  height: 100%;
  min-height: 100%; }

* {
  box-sizing: border-box; }

::placeholder {
  color: #b3adad; }

body {
  font-family: 'Myriad Pro';
  background: #f5f5f5;
  /*line-height:18px;*/
  font-size: 16px;
  color: #343434; }

a {
  text-decoration: none;
  color: #fff; }

a img {
  border: 0px; }

p {
  margin: 10px 0px; }

img {
  max-width: 100%; }

.center img, img.center {
  margin-left: auto;
  margin-right: auto; }

.nav__menu {
  list-style: none; }

#content {
  width: 100%;
  min-height: calc(100% - 152px); }

input[type="text"].error {
  border: 1px solid #f00;
  border-color: #f00 !important; }

.flex {
  display: flex; }

.relative {
  position: relative; }

.content__wrapper {
  margin: 0 auto;
  max-width: 1186px;
  padding: 0 15px; }

#page-home > section > .content__wrapper, #page-counterfeit > section > .content__wrapper {
  max-width: none;
  padding: 0px; }

.hidden {
  display: none; }

.__head_bar {
  display: block;
  width: 100%;
  height: 45px;
  background: #2d2d2c; }
  .__head_bar .__head_content {
    align-items: center;
    height: 100%; }
    .__head_bar .__head_content .__head_email {
      line-height: inherit; }

header {
  background: #f5f5f5;
  min-height: 100px;
  width: 100%; }
  header .header__wrap {
    justify-content: space-between;
    align-items: center;
    min-height: 100px; }
    header .header__wrap nav .nav__menu {
      align-items: center;
      margin-right: 15px; }
      header .header__wrap nav .nav__menu li {
        margin: 0 10px; }
        header .header__wrap nav .nav__menu li a {
          display: inline-block;
          padding: 10px;
          color: #000;
          text-transform: capitalize; }
      header .header__wrap nav .__search {
        height: 70px;
        width: 70px;
        align-items: center;
        justify-content: center; }
      header .header__wrap nav .__search label.search__label {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url('../images/search__icon.png') center center no-repeat;
        cursor: pointer; }
      header .header__wrap nav .__search input[type="checkbox"]#open__field {
        display: none; }
      header .header__wrap nav .__search input[type="checkbox"]#open__field:checked ~ .search__form_wrapper {
        display: block; }
      header .header__wrap nav .__search .search__form_wrapper {
        display: none; }
        header .header__wrap nav .__search .search__form_wrapper form {
          position: absolute;
          top: 85px;
          background: #f5f5f5;
          z-index: 99;
          right: 0;
          padding: 5px 15px;
          border-radius: 2px;
          box-shadow: 0 0 5px; }
          header .header__wrap nav .__search .search__form_wrapper form input[type="text"] {
            border: none;
            box-shadow: inset 0 0 5px;
            padding: 5px;
            border-radius: 2px; }

.home__slide {
  height: 620px;
  width: 100%;
  background: url('../images/main__home_slide.jpg') center no-repeat;
  background-size: cover;
  position: relative; }
  .home__slide .home__slide_content {
    height: 620px;
    padding-top: 124px; }
    .home__slide .home__slide_content .home__slide_heading {
      text-align: center;
      font-size: 70px;
      font-weight: bold;
      color: #fff; }
    .home__slide .home__slide_content .home__slide_text {
      margin-top: 59px; }
      .home__slide .home__slide_content .home__slide_text p {
        max-width: 920px;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin: auto; }
    .home__slide .home__slide_content .information__items {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 190px; }
      .home__slide .home__slide_content .information__items .information__item_wrapper {
        width: 25%;
        height: 100%; }
      .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(1) .information__item {
        background: #2b98d9; }
        .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(1) .information__item .information_icon {
          background: url('../images/icon__microscope.png') center center no-repeat; }
      .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(2) .information__item {
        background: #1e8aca; }
        .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(2) .information__item .information_icon {
          background: url('../images/icon__hand.png') center center no-repeat; }
      .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(3) .information__item {
        background: #1781bf; }
        .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(3) .information__item .information_icon {
          background: url('../images/icon__syringe.png') center center no-repeat; }
      .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(4) .information__item {
        background: #076ca7; }
        .home__slide .home__slide_content .information__items .information__item_wrapper:nth-child(4) .information__item .information_icon {
          background: url('../images/icon__treatment.png') center center no-repeat; }
      .home__slide .home__slide_content .information__items .information__item_wrapper .information__item {
        padding: 17px;
        transition: 0.5s;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .information__item:hover {
          cursor: default; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .information__item .information_icon {
          width: 70px;
          height: 70px;
          margin: 0 auto; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .information__item .information__title {
          text-align: center;
          color: #fff;
          font-weight: bold;
          font-family: 'Dosis'; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .information__item .information__short_text {
          color: #fff;
          font-size: 13px;
          margin-top: 14px;
          min-height: 69px; }
      .home__slide .home__slide_content .information__items .information__item_wrapper .hiddent_btn {
        position: absolute;
        bottom: 0;
        height: 48px;
        width: 100%;
        background: #21658d;
        left: 0; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .hiddent_btn a {
          text-align: center;
          color: #fff;
          display: block;
          width: 140px;
          margin: auto;
          border: 2px solid #fff;
          border-radius: 29px;
          height: 30px;
          padding: 5px 0;
          margin-top: 10px;
          background: #21658d;
          transition: 0.4s; }
          .home__slide .home__slide_content .information__items .information__item_wrapper .hiddent_btn a:first-letter {
            text-transform: uppercase; }
          .home__slide .home__slide_content .information__items .information__item_wrapper .hiddent_btn a:hover {
            background: #174764;
            border-color: #e6e6e6;
            box-shadow: #21658d 0 0 10px; }
      .home__slide .home__slide_content .information__items .information__item_wrapper:hover .information__item {
        transform: translateY(-47px); }

.favorite__products__full_width {
  /*background: #fff;*/
  min-height: 520px;
  width: 100%; }
  .favorite__products__full_width .content__wrapper {
    justify-content: space-between; }
  .favorite__products__full_width .favorite__product__item {
    width: 49%;
    min-width: 320px;
    margin-bottom: 20px; }
    .favorite__products__full_width .favorite__product__item h4.product__item_heading {
      font-size: 24px;
      font-weight: bold;
      margin-top: 44px; }
    .favorite__products__full_width .favorite__product__item .product__item_break {
      width: 95%;
      height: 1px;
      background: #cacaca;
      margin-top: 16px;
      position: relative; }
      .favorite__products__full_width .favorite__product__item .product__item_break:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 70px;
        height: 3px;
        background: #2fa5eb;
        left: 0; }
    .favorite__products__full_width .favorite__product__item .product__item_image {
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .favorite__products__full_width .favorite__product__item .product__item_short_text {
      min-height: 70px;
      margin-bottom: 5px; }

.show_more_btn {
  display: inline-block;
  background: #2fa5eb;
  padding: 14px 32px;
  color: #fff;
  font-weight: bold;
  transition: 0.1s; }
  .show_more_btn:hover {
    background: #148cd3; }

.toggle__product {
  display: block;
  max-width: 820px;
  padding: 15px;
  margin: auto;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase; }
  .toggle__product .original__product, .toggle__product .fake__product {
    width: 100%;
    justify-content: center;
    align-items: center;
    }
    .toggle__product .original__product .original__product_image, .toggle__product .fake__product .original__product_image, .toggle__product .original__product .fake__product_image, .toggle__product .fake__product .fake__product_image {
      width: 90px;
      height: 100px;
      margin-right: 10px; }
    .toggle__product .original__product .original__product_image, .toggle__product .fake__product .original__product_image {
      background: url('../images/original__product.png') center no-repeat; }
    .toggle__product .original__product .fake__product_image, .toggle__product .fake__product .fake__product_image {
      background: url('../images/fake__product.png') center no-repeat; }

 .checked__product .fake__product_image {
    background: url('../images/fake__product.png') center no-repeat; }

  .toggle__product.original .original__product {
    display: flex; }
  .toggle__product.original .fake__product {
    display: none; }

.toggle__product.fake .original__product {
  display: none; }
  .toggle__product.fake .fake__product {
    display: flex; }

.terms_of_use {
  margin-top: 60px;
  text-align: justify;
  font-family: 'Calibri Light';
  font-size: 20px; }

.breadcrumbs__ {
  margin-top: 20px; }
  .breadcrumbs__ ul {
    justify-content: center; }
    .breadcrumbs__ ul li {
      display: inline-block;
      position: relative; }
      .breadcrumbs__ ul li:first-child a:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        background: url('../images/breadcrumbs_home.png') center;
        position: absolute;
        left: -20px;
        top: -2px; }
      .breadcrumbs__ ul li.sep {
        padding: 0 5px; }

.navigation .menu li {
  width: 30px;
  height: 30px;
  margin-right: 10px; }
  .navigation .menu li span.active {
    background: #333;
    padding: 10px;
    color: #fff;
    line-height: 30px; }
  .navigation .menu li a {
    background: #2fa5eb;
    padding: 10px;
    text-align: center;
    line-height: 30px; }
  .navigation .menu li a:hover {
    background: #148cd3; }

.home__info_slide, .home__info_slide_white {
  width: 100%;
  min-height: 280px;
  background: url('../images/home__info_slide.png') center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  .home__info_slide h3, .home__info_slide_white h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold; }
  .home__info_slide h3:first-letter, .home__info_slide_white h3:first-letter {
    text-transform: uppercase; }
  .home__info_slide .home__info_slide_short_text, .home__info_slide_white .home__info_slide_short_text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 850px;
    margin: auto;
    margin-top: 32px;
    overflow: hidden;
    width: 100%; }

.home__info_slide_white {
  background: #f5f5f5; }
  .home__info_slide_white h3, .home__info_slide_white .home__info_slide_short_text {
    color: #343434;
    width: 100%; }

.slide_break_white, .slide_break_blue {
  display: block;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  margin-top: 32px;
  position: relative; }
  .slide_break_white:before, .slide_break_blue:before, .slide_break_white:after, .slide_break_blue:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    right: 90px; }
  .slide_break_white:after, .slide_break_blue:after {
    right: -30px; }

.slide_break_white {
  background: #fff; }

.slide_break_blue {
  background: #24b2e1; }
  .slide_break_blue:before, .slide_break_blue:after {
    background: inherit; }

.protect__logo {
  width: 210px;
  height: 240px;
  position: absolute;
  background: url('../images/protect__logo.png') center center no-repeat;
  left: 0;
  transform: translateX(-50%);
  z-index: 1; }

.laboratory__icon, .check__supplier_icon {
  width: 210px;
  height: 280px;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  z-index: 3; }

.laboratory__icon {
  background: url('../images/laboratory__icon.png') center center no-repeat;
  background-size: contain; }

.check__supplier_icon {
  background: url('../images/check__suppliers_icon.png') center center no-repeat;
  background-size: contain; }

.check__products_wrapper, .check__supplier_wrapper {
  width: 100%;
  background: #005279;
  box-shadow: 0 0 10px;
  margin-bottom: 15px; }
  .check__products_wrapper .check__products_content, .check__supplier_wrapper .check__products_content, .check__products_wrapper .check__supplier_content, .check__supplier_wrapper .check__supplier_content {
    height: inherit;
    max-width: 850px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    min-height: 170px; }
  .check__products_wrapper .check__products_content h4, .check__supplier_wrapper .check__products_content h4, .check__products_wrapper .check__supplier_content h4, .check__supplier_wrapper .check__supplier_content h4 {
    color: white;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold; }
  .check__products_wrapper .check__products_content .check__product_form, .check__supplier_wrapper .check__products_content .check__product_form, .check__products_wrapper .check__supplier_content .check__product_form, .check__supplier_wrapper .check__supplier_content .check__product_form {
    width: 675px; }
  .check__products_wrapper .check__products_content .check__product_form .label_wrapper, .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper, .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper, .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper {
    padding: 30px 0;
    text-align: right;
    color: #fff;
    font-weight: bold; }
  .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap, .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap, .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap, .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap {
    padding: 10px 0; }
    .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap label, .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap label, .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap label, .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap label {
      margin-right: 10px; }
    .query-input{
      border: 1px solid #0b6293;
      margin: 0;
      height: 41px;
      padding: 0 15px; }
      .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap input[type=text].form-captcha, .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap input[type=text].form-captcha, .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap input[type=text].form-captcha, .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap input[type=text].form-captcha {
        width: 177px;
        max-width: 177px; }
        .query-input {
        width: 340px;
        max-width: 100%; }
        .query-submit{
            height: 41px;
            padding: 0 15px;}
    .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap input[type=submit], .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap input[type=submit], .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap input[type=submit], .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap input[type=submit] {
      display: inline-block;
      height: 41px;
      width: 41px;
      border: 2px solid #fff;
      background-color: transparent;
      background-image: url('../images/icon-zoom.png');
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 11px; }
    .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap img, .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap img, .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap img, .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap img {
      vertical-align: top;
      margin-right: 11px; }
  .check__products_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap:nth-child(2), .check__supplier_wrapper .check__products_content .check__product_form .label_wrapper .labe__wrap:nth-child(2), .check__products_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap:nth-child(2), .check__supplier_wrapper .check__supplier_content .check__product_form .label_wrapper .labe__wrap:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
  .check__products_wrapper .check__products_wrapper, .check__supplier_wrapper .check__products_wrapper {
    height: 100%;
    height: 250px;
    background: lime; }

.products__wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px; }
  .products__wrapper .product__item {
    text-align: center;
    margin-top: 40px;
    width: 300px;
    margin: 0 auto;
  }
  .products__wrapper .product__item .product__image {
    min-height: 150px; }
  .products__wrapper .product__item .product__image img {
    max-width: 100%;
    display: block;
    margin: auto; }
  .products__wrapper .product__item .product__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 26px;
    text-align: center; }
  .products__wrapper .product__item .product__short_text {
    font-size: 14px;
    margin-top: 10px;
    height: 70px;
    overflow: hidden; }
  .products__wrapper .product__item .show_more_btn {
    margin-top: 16px; }

p.no-item {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  margin: auto;
  padding-top: 30%;
  font-weight: bold; }

.product__item {
  width: 100%;
  padding-top: 50px; }
  .product__item .top__content {
    min-height: 450px; }
  .product__item .top__content .product__title {
    width: 100%; }
  .product__item .top__content .product__title h3 {
    color: #333;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold; }
  .product__item .top__content .product__description {
    margin-top: 25px; }
  .product__item .top__content .product__description .descr__title {
    font-weight: bold; }
  .product__item .top__content .product__description:before {
    content: '';
    background-image: url('../images/icons-product-desc.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    float: left;
    width: 41px;
    height: 41px;
    margin: 0px 5px 5px 0px; }
  .product__item .top__content .product__description.composition:before {
    background-position: 4px 0px; }
  .product__item .top__content .product__description.indication:before {
    background-position: -37px 0px; }
  .product__item .top__content .product__description.contra-indications:before {
    background-position: -78px 0px; }
  .product__item .top__content .product__description.administration:before {
    background-position: -119px 0px; }
  .product__item .top__content .product__description.medical-action:before {
    background-position: -160px 0px; }
  .product__item .top__content .product__description.precautions:before {
    background-position: -201px 0px; }
  .product__item .top__content .product__description.side-effects:before {
    background-position: -242px 0px; }
  .product__item .top__content .product__description.over-dosage:before {
    background-position: -283px 0px; }
  .product__item .top__content .image__container {
    float: left;
    margin: 0px 20px 20px 0px;
    /*height: 350px;
                width: 100%;
                */ }

.heading__news_item {
  display: block;
  width: 100%;
  min-height: 75px;
  margin-top: 30px; }
  .heading__news_item h3 {
    font-weight: bold;
    font-size: 30px;
    text-align: center; }

.news__image_item {
  padding: 30px 0px;
  align-items: center;
  justify-content: flex-start; }
  .news__image_item img {
    max-width: 100%;
    width: 100%; }

.cdate__news_list {
  margin-top: 15px;
  color: gray; }

.news__short_text_item {
  font-family: "Calibri Light";
  font-size: 18px;
  color: #3a3a3a;
  padding-bottom: 30px; }
  .news__short_text_item *_ {
    font-weight: initial;
    margin: initial; }

.news__cdate_item {
  font-family: "Calibri Light";
  font-size: 18px;
  color: gray;
  margin-top: 40px; }

.news__wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px; }
  .news__wrapper .news__item {
    margin-top: 40px;
    width: 558px; }
  .news__wrapper .news__item .news__image img {
    max-width: 100%; }
  .news__wrapper .news__item .news__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 26px; }
  .news__wrapper .news__item .news__short_text {
    font-size: 14px;
    margin-top: 10px;
    height: 70px;
    overflow: hidden; }
  .news__wrapper .news__item .show_more_btn {
    margin-top: 16px; }

.contacts__wrapper {
  width: 100%;
  padding-bottom: 70px;
  justify-content: space-between;
  margin-top: 41px; }
  .contacts__wrapper .contacts__left_column {
    flex: 0 0 67%; }
  .contacts__wrapper .contacts__left_column .contacts__text_content {
    justify-content: space-between; }
  .contacts__wrapper .contacts__left_column .contacts__text_content .our__location, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online {
    width: 365px;
    height: 133px;
    min-width: 290px;
    background: #e7e7e7;
    padding: 24px;
    padding-left: 70px; }
  .contacts__wrapper .contacts__left_column .contacts__text_content .our__location .__title, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online .__title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    .contacts__wrapper .contacts__left_column .contacts__text_content .our__location .__title:before, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online .__title:before, .contacts__wrapper .contacts__left_column .contacts__text_content .our__location .__title:after, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online .__title:after {
      content: '';
      display: block;
      position: absolute;
      width: 45px;
      height: 45px;
      left: 15px;
      top: 10px; }
  .contacts__wrapper .contacts__left_column .contacts__text_content .our__location .__text, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online .__text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px; }
  .contacts__wrapper .contacts__left_column .contacts__text_content .our__location .__title:before {
    background: url('../images/flag.png') center center no-repeat; }
  .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online .__title:before {
    background: url('../images/devices.png') center center no-repeat; }
  .contacts__wrapper .contacts__left_column #map {
    margin-top: 30px; }
  .contacts__wrapper .contacts__right_column {
    flex: 0 0 30%;
    padding: 15px;
    background: #e7e7e7;
    height: -webkit-fill-available; }
  .contacts__wrapper .contacts__right_column .heading__form {
    padding: 15px 0 15px 60px; }
  .contacts__wrapper .contacts__right_column .heading__form .__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold; }
  .contacts__wrapper .contacts__right_column .heading__form .__title:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 0;
    background: url('../images/devices.png') center center no-repeat; }
  .contacts__wrapper .contacts__right_column form .row__field {
    width: 100%;
    min-height: 50px;
    padding: 5px; }
  .contacts__wrapper .contacts__right_column form .row__field input[type="text"], .contacts__wrapper .contacts__right_column form .row__field textarea {
    display: block;
    width: 100%;
    padding: 9px 5px;
    font-family: inherit;
    border: 1px solid #b0b0b0; }
    .contacts__wrapper .contacts__right_column form .row__field input[type="text"].error, .contacts__wrapper .contacts__right_column form .row__field textarea.error {
      border-color: #f00; }
  .contacts__wrapper .contacts__right_column form .row__field label {
    display: inline-block;
    font-size: 14px;
    margin: 5px 0; }
  .contacts__wrapper .contacts__right_column form .row__field input[type="submit"] {
    width: 130px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: #2fa5eb;
    transition: 0.1s; }
    .contacts__wrapper .contacts__right_column form .row__field input[type="submit"]:hover {
      background: #148cd3; }
  .contacts__wrapper .contacts__right_column form #code_ {
    justify-content: space-between; }
  .contacts__wrapper .contacts__right_column form #code_ input[type="text"] {
    width: 180px; }
  .contacts__wrapper .contacts__right_column form #code_ #form-ari-img {
    border: 1px solid #ababab;
    margin-left: 5px; }

footer {
  width: 100%;
  background: #2d2d2c;
  height: 152px; }
  footer .footer__wrapper {
    height: 152px; }
  footer .footer__wrapper .footer__left_side, footer .footer__wrapper .footer__right_side {
    display: flex;
    align-items: center;
    width: 50%;
    height: inherit; }
  footer .footer__wrapper .footer__left_side {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: end; }
  footer .footer__wrapper .footer__left_side .footer__copy {
    margin-bottom: 10px; }
  footer .footer__wrapper .footer__right_side {
    justify-content: flex-end; }
  footer .footer__wrapper .footer__right_side ul li {
    margin-left: 40px; }
  footer .footer__wrapper .footer__right_side ul li a {
    display: inline-block;
    font-weight: bold;
    text-transform: lowercase;
    padding: 10px 0; }
    footer .footer__wrapper .footer__right_side ul li a:first-letter {
      text-transform: uppercase; }
  footer .bottom__bar {
    background: #f5f5f5;
    height: 26px; }
