@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: lato;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1168px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  min-width: 100%;
}

.page {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
}

.main-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
}
.main-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-page__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background: #ECE7E4;
  padding: 137px 111px 128px 100px;
  position: absolute;
  height: 100%;
  width: 50%;
}
.main-page__column_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0;
}
.main-page__title {
  font-size: 14px;
  line-height: 20px;
  color: #645C55;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main-page__subtitle {
  font-size: 64px;
  line-height: 70px;
  color: #1B1A1A;
  margin: 20px 0px 18px 0px;
}
.main-page__text {
  font-size: 16px;
  line-height: 24px;
  color: #403E3B;
}
.main-page__btn {
  margin: 41px 0 0 25px;
}
.main-page__btn a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #1B1A1A;
  font-family: "Poppins", sans-serif;
}
.main-page__btn a:hover {
  -webkit-text-decoration: underline 1px #1B1A1A;
          text-decoration: underline 1px #1B1A1A;
}
.main-page__bg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 0 0 152px;
}
.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__link {
  margin: 0 32px 0 0;
}
.menu__link a {
  font-size: 15px;
  line-height: 24px;
  color: #1B1A1A;
}
.menu__link a:hover {
  -webkit-text-decoration: underline 1px #1B1A1A;
          text-decoration: underline 1px #1B1A1A;
}
.menu__link_b {
  padding: 11px 20px;
  background: #1B1A1A;
  border-radius: 10px;
}
.menu__link_b a {
  font-size: 15px;
  line-height: 24px;
  color: #FFF;
}
.menu__link_b a:hover {
  -webkit-text-decoration: underline 1px #FFF;
          text-decoration: underline 1px #FFF;
}

@media (max-width: 1100px) {
  .main-page__column {
    padding: 137px 65px 50px 65px;
  }
  .main-page__subtitle {
    font-size: 50px;
    line-height: 60px;
  }

  .menu__link {
    margin: 0 20px 0 0;
  }
  .menu__link a {
    font-size: 13px;
  }
  .menu__link_b a {
    font-size: 13px;
  }
}
@media (max-width: 924px) {
  .main-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-page__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .main-page__column__r {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0%;
            flex: 0 1 0%;
  }
  .main-page__bg {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 0 100% 0;
  }
  .main-page__bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__logo {
    margin: 0 0 0 -45px;
    z-index: 10;
    padding: 0;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ECE7E4;
    padding: 150px 0 20px 0;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
  }
  .menu__body.active {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .menu__list li {
    padding: 0 0 40px 0;
  }
  .menu__link a {
    color: #1B1A1A;
    font-size: 25px;
  }
  .menu__link a:hover {
    -webkit-text-decoration: underline 2px #1B1A1A;
            text-decoration: underline 2px #1B1A1A;
  }
  .menu__link_b {
    padding: 20px 11px;
    background: none;
    border-radius: 0px;
  }
  .menu__link_b a {
    font-size: 25px;
    color: #1B1A1A;
  }
  .menu__link_b a:hover {
    -webkit-text-decoration: underline 2px #1B1A1A;
            text-decoration: underline 2px #1B1A1A;
  }

  .icon-menu {
    z-index: 5;
    display: block;
    position: absolute;
    top: 33px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .icon-menu span {
    top: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu.active span {
    background-color: #000;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .icon-menu.active span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .icon-menu.active span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 500px) {
  .main-page__column {
    margin: 50px 0 0 0;
    padding: 20px;
  }
  .main-page__subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}
.about {
  max-width: 768px;
  margin: 0 auto;
}
.about__row {
  margin: 96px 0 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.about__column_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.about__title {
  color: #403E3B;
  font-size: 32px;
  line-height: 38px;
}
.about__text {
  color: #403E3B;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__photo {
  margin: 8px 30px 0 0;
}
.about__name {
  color: #1B1A1A;
  font-size: 17px;
  line-height: 26px;
}
.about__position {
  color: #645C55;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .about__row {
    margin: 40px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__title {
    padding: 0 0 20px 20px;
  }
  .about__text {
    padding: 10px 20px;
  }
  .about__photo {
    margin: 8px 30px 0 20px;
  }
}
.presentation {
  text-align: right;
}
.presentation__title {
  color: #403E3B;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}
.presentation__subtitle {
  color: #645C55;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 -22px 0;
}
.presentation__text {
  position: relative;
  left: 0;
  top: -50%;
  text-align: left;
  margin: 0 0 -44px 76%;
}
.presentation__text_l {
  position: relative;
  left: 0;
  top: -50%;
  text-align: left;
  margin: 0 0 -54px 12%;
}
.presentation__bg {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 0 40% 0;
}
.presentation__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 1000px) {
  .presentation__text {
    margin: 0 0 -44px 70%;
  }
}
@media (max-width: 800px) {
  .presentation__text {
    margin: 0 0 -44px 60%;
  }
}
@media (max-width: 600px) {
  .presentation__text {
    margin: 0 0 -44px 10%;
  }
}
.process {
  max-width: 1168px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 110px 0;
}
.process__title {
  font-size: 14px;
  line-height: 20px;
  color: #645C55;
}
.process__subtitle {
  font-size: 39px;
  line-height: 42px;
  color: #1B1A1A;
  margin: 13px 0 32px 0;
}
.process__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.process__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 51px;
}
.process__ctitle {
  color: #403E3B;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 15px 0;
}
.process__ctext {
  color: #645C55;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1000px) {
  .process {
    padding: 30px 0 40px 0;
  }
  .process__card {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .process__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .process__card {
    padding: 20px 80px;
  }
}
.customers {
  background: #403E3B;
  -webkit-box-shadow: 1000px 0px #403E3B, -1000px 0px #403E3B;
          box-shadow: 1000px 0px #403E3B, -1000px 0px #403E3B;
  margin: 0 auto;
  padding: 52px 0;
}
.customers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customers__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 48px 180px 0 0;
}
.customers__column_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customers__title {
  font-size: 14px;
  line-height: 20px;
  color: #ECE7E4;
  text-transform: uppercase;
}
.customers__subtitle {
  font-size: 32px;
  line-height: 38px;
  color: #FFF;
  margin: 0 0 14px 0;
}
.customers__text {
  font-size: 15px;
  line-height: 24px;
  color: #ECE7E4;
}
.customers__card {
  padding: 48px;
}
.customers__crow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .customers__column {
    padding: 20px;
    margin: 48px 5% 0 0;
  }
}
@media (max-width: 768px) {
  .customers__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 446px) {
  .customers__crow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projects {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background: #F7F7F7;
  -webkit-box-shadow: 1000px 0px #F7F7F7, -1000px 0px #F7F7F7;
          box-shadow: 1000px 0px #F7F7F7, -1000px 0px #F7F7F7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.projects__title {
  color: #1B1A1A;
  font-size: 39px;
  line-height: 42px;
  margin: 0 0 15px 0;
  padding: 0 0 0 10px;
}
.projects__subtitle {
  color: #645C55;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 44px 0;
  padding: 0 30% 0 10px;
}
.projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.projects__btn {
  padding: 53px 0 0 0;
  text-align: center;
}
.projects__btn a {
  font-size: 16px;
  line-height: 20px;
  color: #1B1A1A;
}
.projects__btn:hover {
  -webkit-text-decoration: underline 1px #1B1A1A;
          text-decoration: underline 1px #1B1A1A;
}

.card {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 0 35% 0;
  margin: 0 10px;
}
.card__body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  background-color: rgba(164, 139, 26, 0.5);
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #645C55;
}
.card__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #645C55;
  padding: 30px 0 0 40px;
}
.card__subtitle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 30px;
  color: #403E3B;
  padding: 50px 0 0 40px;
}
.card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card:hover .card__body {
  opacity: 1;
  visibility: visible;
}
.card:hover .card__title {
  opacity: 1;
  visibility: visible;
}
.card:hover .card__subtitle {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .projects__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects__subtitle {
    padding: 0 5% 0 10px;
  }

  .card {
    position: relative;
    display: block;
    height: 50%;
    width: 50%;
    padding: 0 0 50% 0;
    margin: 10 10px;
  }
}
.team {
  padding: 96px 0 128px 0;
  margin: 0 auto;
}
.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.team__column_b {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.667%;
          flex: 0 1 66.667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__column_s {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.team__title {
  color: #403E3B;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 14px 0;
}
.team__text {
  color: #645C55;
  font-size: 15px;
  line-height: 24px;
  margin: 0 20px 41px 0;
}
.team__btn {
  margin: 0 0 0 25px;
  color: #1B1A1A;
}
.team__btn:hover {
  -webkit-text-decoration: underline 1px #1B1A1A;
          text-decoration: underline 1px #1B1A1A;
}
.team__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 0 52px 0;
}
.team__photo {
  margin: 0 30px 0 0;
}
.team__name {
  font-size: 17px;
  line-height: 26px;
  color: #1B1A1A;
}
.team__position {
  font-size: 14px;
  line-height: 14px;
  color: #645C55;
}

@media (max-width: 1200px) {
  .team {
    padding: 80px 20px;
  }
}
@media (max-width: 820px) {
  .team {
    padding: 30px 20px;
  }
  .team__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__column {
    margin: 0 0 20px 0;
  }
  .team__column_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.touch {
  margin: 0 auto;
  background: #CEC4BC;
  -webkit-box-shadow: 1000px 0px #CEC4BC, -1000px 0 #CEC4BC;
          box-shadow: 1000px 0px #CEC4BC, -1000px 0 #CEC4BC;
  padding: 100px 0 117px 0;
}
.touch__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.touch__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.touch__column_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.touch__title {
  color: #645C55;
  font-size: 14px;
  line-height: 20px;
}
.touch__subtitle {
  color: #1B1A1A;
  font-size: 40px;
  line-height: 42px;
}
.touch__btn {
  color: #1B1A1A;
  font-size: 16px;
  line-height: 24px;
}
.touch__btn:hover {
  -webkit-text-decoration: underline 1px #1B1A1A;
          text-decoration: underline 1px #1B1A1A;
}

@media (max-width: 1200px) {
  .touch {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .touch {
    padding: 30px 20px;
  }
  .touch__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
  .touch__column_r {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
  .touch__subtitle {
    font-size: 30px;
    padding: 0 20px 0 0;
  }
}
.footer {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.footer__column_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  margin: 0 0 20px 0;
}
.footer__text {
  color: #645C55;
  font-size: 14px;
  line-height: 20px;
}
.footer__rights {
  color: #645C55;
  font-size: 14px;
  line-height: 20px;
}
.footer__link {
  margin: 0px 10px;
}

@media (max-width: 1200px) {
  .footer {
    padding: 80px 20px;
  }
}
@media (max-width: 440px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__column_r {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}