body, div, a {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

a:focus {
  outline: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: Arial;
  background: #fff; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.wrap1 {
  flex: 1 0 auto; }

.wrap2 {
  flex: 0 0 auto; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.eot");
  src: url("../fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype"); }
.content, .slide .slider-home .slider_fon .slider__text {
  width: 1082px;
  padding: 0px 15px;
  margin: 0 auto; }

h1 {
  padding: 40px 0px 50px;
  margin: 0;
  color: #1e4d41;
  font-size: 44px;
  font-family: MinionPro-Regular;
  text-align: center; }

h2 {
  padding: 50px 0px 75px;
  margin: 0;
  color: #1e4d41;
  font-size: 44px;
  font-family: MinionPro-Regular;
  text-align: center; }
  h2 span {
    position: relative; }
    h2 span:before, h2 span:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 7px;
      height: 7px;
      background: #1e4d41;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
    h2 span:before {
      left: -30px; }
    h2 span:after {
      right: -30px; }

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 345px;
  background: url("../images/header_body.png") center center no-repeat; }
  .header .header__top {
    position: relative;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff; }
    .header .header__top .header__top__back {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background: #57B612;
      opacity: 0.6;
      z-index: 0; }
    .header .header__top .header__contact {
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 16px;
      font-family: Roboto-Medium; }
      .header .header__top .header__contact i {
        margin: 0px 5px 0px 0px; }
      .header .header__top .header__contact .header__contact__email {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
        width: 280px;
        padding: 0px 10px 0px 0px; }
      .header .header__top .header__contact .header__contact__map {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
        width: 567px;
        padding: 0px 10px 0px 0px; }
      .header .header__top .header__contact .header__contact__phone {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
        width: 215px;
        font-size: 17px; }
      .header .header__top .header__contact:after {
        content: '';
        clear: both;
        display: block; }
  .header .header__bottom .header__logo {
    width: 100%;
    height: 125px; }
    .header .header__bottom .header__logo img {
      position: absolute;
      top: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }
  .header .header__bottom .menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 67px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .header .header__bottom .menu .menu_fon ul {
      display: table;
      width: 100%;
      margin: 0;
      padding: 0; }
      .header .header__bottom .menu .menu_fon ul li {
        display: table-cell;
        height: 67px;
        text-align: center;
        padding: 23px 17px 0px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header .header__bottom .menu .menu_fon ul li a {
          display: inline-block;
          vertical-align: top;
          color: #2d816c;
          font-size: 16px;
          line-height: 1.1;
          font-family: Roboto-Medium; }
        .header .header__bottom .menu .menu_fon ul li.submenuItem {
          position: relative; }
          .header .header__bottom .menu .menu_fon ul li.submenuItem > a:after {
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin: 0px auto; }
          .header .header__bottom .menu .menu_fon ul li.submenuItem > a.active:after {
            content: "\f106"; }
          .header .header__bottom .menu .menu_fon ul li.submenuItem ul {
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: 1;
            display: none;
            background: #fff;
            width: 100%; }
            .header .header__bottom .menu .menu_fon ul li.submenuItem ul li {
              display: block;
              height: auto;
              text-align: left;
              margin: 0px 15px;
              padding: 7px 0px;
              border-bottom: 1px solid #a4d6cf; }
              .header .header__bottom .menu .menu_fon ul li.submenuItem ul li a {
                padding: 0px 4px;
                color: #70938f;
                font-size: 14px; }
                .header .header__bottom .menu .menu_fon ul li.submenuItem ul li a:hover {
                  color: #2d816c; }
              .header .header__bottom .menu .menu_fon ul li.submenuItem ul li:last-child {
                border-bottom: none; }
          .header .header__bottom .menu .menu_fon ul li.submenuItem:hover ul {
            display: block; }
        .header .header__bottom .menu .menu_fon ul li:first-child {
          padding: 23px 17px 0px 35px; }
          .header .header__bottom .menu .menu_fon ul li:first-child.submenuItem ul {
            width: 215px; }
        .header .header__bottom .menu .menu_fon ul li:last-child {
          padding: 23px 35px 0px 17px; }
        .header .header__bottom .menu .menu_fon ul li.active a, .header .header__bottom .menu .menu_fon ul li:hover a {
          color: #174d44; }

.fons {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff url("../images/body.jpg");
  margin: -100px 0px 0px;
  padding: 0px 0px 100px; }

.slide {
  position: relative;
  width: 100%;
  margin: 0px 0px 50px;
  padding: 135px 0px 0px; }
  .slide .slider-home {
    width: 100%;
    height: 454px;
    overflow: hidden; }
    .slide .slider-home .slick-slider, .slide .slider-home .slick-list, .slide .slider-home .slick-track, .slide .slider-home .slider__fon {
      height: 100%; }
    .slide .slider-home .slider_fon {
      outline: 0;
      width: 100%;
      position: relative;
      z-index: 999; }
      .slide .slider-home .slider_fon .slider_rama {
        position: absolute;
        z-index: 0;
        top: 7px;
        left: 7px;
        right: 7px;
        width: 100%;
        height: 100%;
        background: url("../images/slide-rama.png") no-repeat; }
      .slide .slider-home .slider_fon .img {
        display: none; }
        .slide .slider-home .slider_fon .img img {
          max-width: 100%;
          max-height: 100%; }
      .slide .slider-home .slider_fon .slider__text {
        position: relative;
        height: 100%; }
        .slide .slider-home .slider_fon .slider__text .name {
          position: absolute;
          width: 305px;
          left: 55px;
          top: 165px;
          color: #ffec6b;
          font-size: 24px;
          font-family: Roboto-Light;
          line-height: 1.4; }
          .slide .slider-home .slider_fon .slider__text .name span {
            display: block;
            font-size: 48px;
            line-height: 42px;
            font-family: MinionPro-Regular; }
          .slide .slider-home .slider_fon .slider__text .name .btn_slide {
            display: block;
            width: 150px;
            height: 38px;
            line-height: 34px;
            text-align: center;
            color: #ffec6b;
            font-size: 24px;
            font-family: MinionPro-Regular;
            border: 2px solid #ffec6b;
            margin: 60px 0px 0px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px; }
    .slide .slider-home .slick-prev, .slide .slider-home .slick-next {
      top: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      bottom: 34px; }
    .slide .slider-home .slick-prev {
      left: 50%;
      margin-left: -120px; }
    .slide .slider-home .slick-next {
      right: 50%;
      margin-right: -120px; }

.services__home .services__home__ul {
  width: 929px;
  margin: 0 auto; }
  .services__home .services__home__ul .services__home__item {
    position: relative;
    float: left;
    width: 261px;
    height: 338px;
    cursor: pointer;
    margin: 0px 72px 0px 0px; }
    .services__home .services__home__ul .services__home__item .img {
      width: 100%;
      height: 100%; }
      .services__home .services__home__ul .services__home__item .img img {
        max-width: 100%;
        max-height: 100%; }
    .services__home .services__home__ul .services__home__item .name {
      position: absolute;
      width: 100%;
      height: 96px;
      bottom: 0px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .services__home .services__home__ul .services__home__item .name .name__back {
        position: absolute;
        bottom: 0px;
        background: #249c5a;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .services__home .services__home__ul .services__home__item .name .name__text {
        display: table-cell;
        vertical-align: middle;
        width: 261px;
        height: 96px;
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 20px;
        font-family: MinionPro-Regular;
        line-height: 1.1;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .services__home .services__home__ul .services__home__item .name .name__text span {
          display: inline-block;
          margin: 0 auto; }
          .services__home .services__home__ul .services__home__item .name .name__text span:after {
            content: '';
            display: block;
            width: 100%;
            height: 5px;
            margin: 3px 0px 0px;
            background: url("../images/bot_lin.png") center no-repeat; }
    .services__home .services__home__ul .services__home__item:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #fff; }
    .services__home .services__home__ul .services__home__item:hover .name {
      height: 100%; }
      .services__home .services__home__ul .services__home__item:hover .name .name__text {
        height: 338px; }
    .services__home .services__home__ul .services__home__item:nth-child(2) .name .name__back {
      background: #9c6f29; }
    .services__home .services__home__ul .services__home__item:last-child {
      margin: 0px 0px 0px 0px; }
  .services__home .services__home__ul:after {
    content: '';
    clear: both;
    display: block; }

.advantages .advantages__box {
  display: block;
  text-align: center; }
  .advantages .advantages__box .item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 25px);
    margin: 0px 5px 15px; }
    .advantages .advantages__box .item .img {
      width: 100%;
      height: 165px;
      line-height: 165px; }
      .advantages .advantages__box .item .img img {
        max-width: 100%;
        max-height: 100%; }
    .advantages .advantages__box .item .name {
      width: 100%;
      margin: 25px 0px 10px;
      color: #000101;
      font-size: 20px;
      line-height: 1.2;
      font-family: MinionPro-Regular; }
    .advantages .advantages__box .item .desc {
      width: 100%;
      color: #363c3a;
      font-size: 16px;
      font-family: Roboto-Regular; }

.resources {
  width: 100%;
  background: #eaeaea;
  margin: 0px;
  padding: 0px 0px 60px;
  border-bottom: 3px solid #bcbbbb; }
  .resources .resources__item .img {
    width: 100%;
    height: 108px;
    line-height: 108px;
    text-align: center; }
    .resources .resources__item .img img {
      max-width: 100%;
      max-height: 100%; }
  .resources .resources__item .name {
    text-align: center;
    width: 100%;
    padding: 10px 5px 0px;
    color: #1e4d41;
    font-size: 15px;
    line-height: 1.2;
    font-family: Roboto-Regular; }
  .resources:before {
    content: '';
    display: block;
    width: 100%;
    height: 31px;
    background: url("../images/resources_top.jpg"); }
  .resources .owl-carousel2 {
    width: 870px;
    margin: 0 auto; }
    .resources .owl-carousel2 .owl-prev {
      left: -45px; }
    .resources .owl-carousel2 .owl-next {
      right: -45px; }

.contact__bot {
  width: 100%;
  height: 445px;
  background: url("../images/contact_bot.jpg") center no-repeat;
  padding: 35px 0px; }
  .contact__bot .contact__bot__map {
    position: relative;
    width: 100%;
    height: 375px;
    border: 2px solid #0a261f; }
    .contact__bot .contact__bot__map .contact__bot__box {
      position: absolute;
      width: 282px;
      height: 199px;
      background: url("../images/contact_box.jpg") no-repeat;
      right: 60px;
      top: 85px;
      color: #4c6b63;
      fon-size: 14px;
      font-family: Roboto-Medium;
      padding: 40px 30px; }
      .contact__bot .contact__bot__map .contact__bot__box .contact__bot__box__phone {
        font-size: 18px;
        margin: 0px 0px 15px; }
      .contact__bot .contact__bot__map .contact__bot__box .contact__bot__box__email {
        margin: 0px 0px 15px; }
      .contact__bot .contact__bot__map .contact__bot__box .contact__bot__box__address span {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 20px); }

.page__content {
  color: #000101;
  font-size: 18px;
  line-height: 1.2;
  font-family: Roboto-Regular;
  padding: 0px 0px 50px; }
  .page__content .doc-table {
    width: 100%; }
    .page__content .doc-table tr td {
      padding: 7px 10px; }
      .page__content .doc-table tr td:first-child {
        width: calc(100% - 120px); }
      .page__content .doc-table tr td:last-child {
        width: 120px; }
    .page__content .doc-table tr:nth-child(odd) {
      background: #ececec; }
  .page__content table {
    width: 100%; }
    .page__content table tr td {
      padding: 7px 10px; }
    .page__content table tr:nth-child(odd) {
      background: #ececec; }
  .page__content .myTab {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none; }
    .page__content .myTab li {
      display: block;
      padding: 7px 0px 0px 10px; }
      .page__content .myTab li a {
        color: #2d816c;
        font-size: 16px;
        line-height: 1.1;
        font-family: Roboto-Medium; }
      .page__content .myTab li.active a, .page__content .myTab li:hover a {
        color: #0a261f; }
  .page__content .tab-content {
    padding: 20px 0px; }

.gallery__box {
  display: block;
  text-align: center; }
  .gallery__box .item {
    position: relative;
    display: inline-block;
    margin: 0px 10px 20px;
    width: 235px;
    height: 235px;
    cursor: pointer; }
    .gallery__box .item .img {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .gallery__box .item .img img {
        max-width: 100%;
        max-height: 100%; }
    .gallery__box .item:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.4;
      z-index: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .gallery__box .item:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #fff;
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .gallery__box .item:hover:before {
      opacity: 0; }
    .gallery__box .item:hover:after {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }

.gallery__parent {
  display: block;
  text-align: center; }
  .gallery__parent .item {
    position: relative;
    display: inline-block;
    margin: 0px 50px 60px;
    width: 350px;
    height: 350px;
    cursor: pointer; }
    .gallery__parent .item .img {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .gallery__parent .item .img img {
        max-width: 100%;
        max-height: 100%; }
    .gallery__parent .item .name {
      margin: 10px 0px 0px;
      color: #161616; }
    .gallery__parent .item:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.2;
      z-index: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .gallery__parent .item:after {
      content: '';
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      border: 1px solid #fff;
      z-index: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .gallery__parent .item:hover:before {
      opacity: 0; }
    .gallery__parent .item:hover:after {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .gallery__parent.gallery_cat .item {
    margin: 0px 30px 50px;
    width: 270px;
    height: 270px; }

#messageModal .modal-body {
  color: green; }

.review form {
  margin: 30px 0px 0px; }
  .review form .file-upload {
    position: relative;
    width: 170px;
    height: 50px;
    text-align: center; }
    .review form .file-upload input[type="file"] {
      display: none; }
    .review form .file-upload label {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .review form .file-upload span {
      color: #161616;
      font-size: 14px;
      font-family: Roboto-Regular; }
      .review form .file-upload span .fa-paperclip {
        color: #bfbfbf;
        padding: 5px;
        border: none;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 30px;
        background: #fff;
        font-size: 1.3em;
        position: relative;
        width: 30px; }
      .review form .file-upload span #count_file {
        display: inline-block;
        border-bottom: 1px solid #b3b3b3; }
  .review form .form-group {
    height: auto;
    margin: 0px 0px 30px; }
    .review form .form-group label {
      display: none; }
    .review form .form-group input {
      height: 46px;
      color: #333333;
      font-size: 16px;
      font-family: Roboto-Regular; }
    .review form .form-group.has-error {
      position: relative; }
      .review form .form-group.has-error input, .review form .form-group.has-error textarea {
        border: 1px solid #a94442; }
      .review form .form-group.has-error .help-block {
        position: absolute;
        width: 100%;
        text-align: right;
        color: #a94442;
        font-size: 11px;
        font-family: Roboto-Regular;
        margin: 0px;
        top: -18px;
        right: 20px; }
  .review form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 100px;
    color: #333333;
    font-size: 16px;
    font-family: Roboto-Regular; }
  .review form .but {
    display: block;
    background: none;
    border: 2px solid #2d816c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 200px;
    height: 40px;
    line-height: 36px;
    color: #2d816c;
    font-size: 16px;
    font-family: Roboto-Regular;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .review form .but:focus, .review form .but:active, .review form .but:hover {
      outline: 0;
      color: #fff;
      background: #2d816c; }
.review .review__box {
  margin: 30px 0px 0px; }
  .review .review__box .review__img {
    display: table-cell;
    padding-right: 30px;
    width: 150px;
    height: 150px; }
    .review .review__box .review__img img {
      max-width: 100%;
      border: 3px solid #2d816c;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      -ms-border-radius: 150px;
      -o-border-radius: 150px;
      border-radius: 150px; }
  .review .review__box .review__info {
    display: table-cell;
    vertical-align: top; }
    .review .review__box .review__info .review__info__name {
      color: #191919;
      font-size: 16px;
      font-family: Roboto-Medium; }
      .review .review__box .review__info .review__info__name span {
        display: block;
        color: #ccc;
        font-size: 13px;
        margin: 2px 0px 5px; }
    .review .review__box .review__info .review__info__text {
      color: #191919;
      font-size: 16px;
      font-family: Roboto-Regular; }
  .review .review__box hr {
    margin: 20px 0px 40px;
    border-top: 1px solid #e3e3e3; }

.pagination {
  display: block;
  text-align: center; }
  .pagination ul {
    float: none !important;
    display: inline-block; }
    .pagination ul li.active a, .pagination ul li.active span {
      background-color: #1e4d41;
      border-color: #1e4d41; }
      .pagination ul li.active a:hover, .pagination ul li.active a:focus, .pagination ul li.active a:active, .pagination ul li.active span:hover, .pagination ul li.active span:focus, .pagination ul li.active span:active {
        background-color: #1e4d41;
        border-color: #1e4d41; }
    .pagination ul li a, .pagination ul li span {
      color: #1e4d41; }

.news__one .news__one__text #date {
  color: #2d816c;
  display: block; }

.video__box .list-view {
  padding: 0px; }
.video__box .video_ul {
  display: block;
  width: 100%;
  text-align: center; }
  .video__box .video_ul .items {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 25px);
    height: 350px;
    margin: 0px 10px 20px; }
    .video__box .video_ul .items iframe {
      width: 100% !important;
      height: 315px !important; }

.footer {
  width: 100%;
  height: 60px;
  background: #0a261f; }
  .footer .footer__copy {
    float: left;
    padding: 12px 0px 0px;
    color: #688b82;
    font-size: 14px;
    font-family: Roboto-Medium; }
  .footer .footer__dc {
    float: right;
    padding: 12px 0px 0px;
    color: #fff;
    font-size: 12px;
    font-family: Tahoma; }
    .footer .footer__dc a {
      display: block;
      float: right; }
      .footer .footer__dc a img {
        width: 60px;
        margin-right: 10px; }
      .footer .footer__dc a span {
        display: block;
        float: right;
        margin-right: 10px; }

@media (max-width: 1024px) {
  .footer .right_footer {
    width: 30%; }
    .footer .right_footer a span {
      margin-right: 5px; }
    .footer .right_footer a img {
      margin-right: 5px; } }
@media (max-width: 768px) {
  .footer .right_footer {
    float: right;
    position: relative;
    width: 186px;
    font-size: 10px;
    bottom: 0px; }
    .footer .right_footer a img {
      width: 50px;
      margin-top: 12px; }
    .footer .right_footer a span {
      margin-top: 12px; } }

/*# sourceMappingURL=style.css.map */
