html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

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

@font-face {
  font-family: "MonsterratSemiBold";
  src: url("/font/monsterrat/semibold/semibold.eot"), url("/font/monsterrat/semibold/semibold.woff") format("woff"), url("/font/monsterrat/semibold/semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MonsterratRegular";
  src: url("/font/monsterrat/regular/regular.eot"), url("/font/monsterrat/regular/regular.woff") format("woff"), url("/font/monsterrat/regular/regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MonsterratItalic";
  src: url("/font/monsterrat/italic/italic.eot"), url("/font/monsterrat/italic/italic.woff") format("woff"), url("/font/monsterrat/italic/italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MonsterratMedium";
  src: url("/font/monsterrat/medium/medium.eot"), url("/font/monsterrat/medium/medium.woff") format("woff"), url("/font/monsterrat/medium/medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MonsterratLight";
  src: url("/font/monsterrat/light/light.eot"), url("/font/monsterrat/light/light.woff") format("woff"), url("/font/monsterrat/light/light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "MonsterratBold";
  src: url("/font/monsterrat/bold/bold.eot"), url("/font/monsterrat/bold/bold.woff") format("woff"), url("/font/monsterrat/bold/bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaMedium";
  src: url("/font/futura/medium/medium.eot"), url("/font/futura/medium/medium.woff") format("woff"), url("/font/futura/medium/medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FuturaBold";
  src: url("/font/futura/bold/FuturaPTBold.eot"), url("/font/futura/bold/FuturaPTBold.woff") format("woff"), url("/font/futura/bold/FuturaPTBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* ----- Fonts ----- */
/* ----- Colors ----- */
/* ----- Mixins ----- */
/* ----- Styles ----- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  display: block; }

*:focus {
  outline: none; }

.hidden {
  display: none !important; }

.error {
  border: 2px solid #f10000; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.off-scroll {
  overflow: hidden; }

.img-box img {
  width: 100%; }

.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .container.left {
    padding: 8.2vw 0 7.8vw 7vw; }
  .container.right {
    padding: 8.2vw 7vw 7.8vw 0; }

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaBold", sans-serif, Arial;
  font-size: 57px;
  line-height: 68px; }

.has-border.green {
  border-color: #4dbb64; }
  .has-border.green.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.green::after {
    background-color: #4dbb64; }
  .no-touch .has-border.green.card:hover {
    background-color: #d2eed8; }
  .no-touch .has-border.green.info:not(.open):hover {
    background-color: #d2eed8; }

.has-border.blue {
  border-color: #0d6cf9; }
  .has-border.blue.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.blue::after {
    background-color: #0d6cf9; }
  .no-touch .has-border.blue.card:hover {
    background-color: #c0d9fd; }
  .no-touch .has-border.blue.info:not(.open):hover {
    background-color: #c0d9fd; }

.has-border.fiolet {
  border-color: #994eb9; }
  .has-border.fiolet.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.fiolet::after {
    background-color: #994eb9; }
  .no-touch .has-border.fiolet.card:hover {
    background-color: #e5d2ed; }
  .no-touch .has-border.fiolet.info:not(.open):hover {
    background-color: #e5d2ed; }

.has-border.red {
  border-color: #e83c64; }
  .has-border.red.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.red::after {
    background-color: #e83c64; }
  .no-touch .has-border.red.info:not(.open):hover {
    background-color: #fbe0e7; }
  .no-touch .has-border.red.card:hover {
    background-color: #fbe0e7; }

.has-border.gold {
  border-color: #f8cc12; }
  .has-border.gold.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.gold::after {
    background-color: #f8cc12; }
  .no-touch .has-border.gold.card:hover {
    background-color: #fdf2c4; }
  .no-touch .has-border.gold.info:not(.open):hover {
    background-color: #fdf2c4; }

.has-border.darkgold {
  border-color: #cecb74; }
  .has-border.darkgold.open {
    background-color: #0d6cf9;
    border-color: #0d6cf9; }
  .has-border.darkgold::after {
    background-color: #cecb74; }
  .no-touch .has-border.darkgold.card:hover {
    background-color: #edeccd; }
  .no-touch .has-border.darkgold.info:not(.open):hover {
    background-color: #edeccd; }

.pattern.green {
  background-color: #4dbb64;
  background-image: url("../../img/champagne_pattern.png"); }

.pattern.darkgold {
  background-color: #061d50;
  background-image: url("../../img/souvenir_pattren.png"); }

.pattern.blue {
  background-color: #0d6cf9;
  background-image: url("../../img/box_pattern.png"); }

.pattern.fiolet {
  background-color: #994eb9;
  background-image: url("../../img/superpouch_pattern.png"); }

.pattern.red {
  background-color: #e83c64;
  background-image: url("../../img/wine_pattern.png"); }

.pattern.gold {
  background-color: #f8cc12;
  background-image: url("../../img/muzzle_pattern.png"); }

.grey-bg {
  background-color: #f9f9f9; }

.btn {
  color: #7bbe31;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 181px;
  padding: 13px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  text-align: center;
  border: 2px solid rgba(13, 108, 249, 0);
  text-transform: uppercase;
  font-family: "MonsterratLight", sans-serif, Arial;
  font-size: 14px;
  line-height: 14px; }
  .no-touch .btn:hover {
    color: white;
    -webkit-transition: border-color .25s, color .25s, background-color .2s;
    -o-transition: border-color .25s, color .25s, background-color .2s;
    transition: border-color .25s, color .25s, background-color .2s;
    background-color: transparent;
    border-color: white; }

.logo-box {
  width: 100%;
  min-width: 100px;
  max-width: 171px;
  cursor: pointer;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  .logo-box a {
    width: 100%; }
  .logo-box img {
    width: 100%; }

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: white; }
  #preloader .logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.head {
  height: 100vh;
  min-height: 600px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/head_bg.png"); }
  .head::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(123, 190, 50, 0.67); }
  .head::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
    background-image: url("../../img/pattern.png"); }
  .head .menu .close {
    top: 30px;
    right: 30px;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 60px;
    padding: 10px;
    z-index: 30;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .head .burger {
    top: 4vw;
    right: 4vw;
    cursor: pointer;
    position: absolute;
    display: none;
    width: 40px;
    z-index: 30; }
    .head .burger img {
      width: 100%; }
  .head .nav, .head .content {
    position: relative;
    z-index: 30; }
  .head .lang-box {
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .head .lang-box li {
      color: white;
      display: block;
      position: relative;
      text-transform: uppercase;
      font-family: "MonsterratSemiBold", sans-serif, Arial;
      font-size: 14px;
      line-height: 14px; }
      .head .lang-box li:first-of-type {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
      .head .lang-box li:last-of-type {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
      .head .lang-box li span {
        display: inline-block;
        position: relative; }
        .head .lang-box li span:after {
          content: "";
          width: 100%;
          height: 2px;
          display: none;
          left: 0;
          bottom: -4px;
          position: absolute;
          background-color: white; }
      .head .lang-box li a, .head .lang-box li div {
        -webkit-transition: .22s;
        -o-transition: .22s;
        transition: .22s;
        background-color: rgba(85, 146, 19, 0);
        display: block;
        color: white; }
        .no-touch .head .lang-box li a:hover, .no-touch .head .lang-box li div:hover {
          -webkit-transition: .22s;
          -o-transition: .22s;
          transition: .22s;
          background-color: rgba(85, 146, 19, 0.5); }
      .head .lang-box li:first-of-type a,
      .head .lang-box li:first-of-type div {
        padding: 16px 1vw 16px 2.5vw; }
      .head .lang-box li:last-of-type a,
      .head .lang-box li:last-of-type div {
        padding: 16px 2.5vw 16px 1vw; }
      .head .lang-box li.active span::after {
        display: block; }
  .head .nav {
    padding: 0 3vw 0 3vw;
    max-width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .head .nav li a {
      display: block;
      background-color: rgba(85, 146, 19, 0);
      padding: 40px 10px 20px 10px;
      color: white;
      -webkit-transition: .22s;
      -o-transition: .22s;
      transition: .22s;
      letter-spacing: 1px;
      font-family: "MonsterratSemiBold", sans-serif, Arial;
      font-size: 14px;
      line-height: 14px; }
      .no-touch .head .nav li a:hover {
        background-color: rgba(85, 146, 19, 0.5);
        -webkit-transition: .22s;
        -o-transition: .22s;
        transition: .22s; }
    .head .nav.fr li a {
      padding: 40px 10px 20px 10px;
      font-size: 12px;
      line-height: 12px; }
  .head .content {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 58%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .head .content .logo-box {
      margin: auto;
      margin-bottom: 4vw; }
    .head .content .logo-text-box {
      margin: auto;
      margin-bottom: 3vw; }
    .head .content h2 {
      color: white;
      text-align: center;
      display: block;
      margin: 0 auto 100px auto;
      max-width: 190px;
      text-transform: uppercase;
      font-family: "MonsterratMedium", sans-serif, Arial;
      font-size: 14px;
      line-height: 24px; }
    .head .content .bottom {
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translateX(18%);
      -ms-transform: translateX(18%);
      transform: translateX(18%);
      font-family: "MonsterratLight", sans-serif, Arial;
      font-size: 14px;
      line-height: 22px; }
      .head .content .bottom .right {
        max-width: 265px;
        margin-left: 3vw; }
  .head.animate .content {
    opacity: 1;
    -webkit-transition: .6s ease-out .3s;
    -o-transition: .6s ease-out .3s;
    transition: .6s ease-out .3s; }
  .head.animate .lang-box li:first-of-type, .head.animate .lang-box li:last-of-type {
    -webkit-transition: .3s ease-out .9s;
    -o-transition: .3s ease-out .9s;
    transition: .3s ease-out .9s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .item.open {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .item.open .card::before {
      display: none; }
    .item.open .card .img-box {
      right: -1px; }
    .item.open .caption {
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

.pattern {
  right: 0;
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  top: 0;
  bottom: 0;
  width: 36vw;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.animate .item .pattern {
  -webkit-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

.animate .item.open .pattern {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.animate .item.close .pattern {
  -webkit-transition: .4s .5s;
  -o-transition: .4s .5s;
  transition: .4s .5s;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }

.card {
  width: 46.7vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 0 7vw 7vw 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: white;
    display: block;
    height: 14vw; }
  .card .caption {
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% - 14vw);
    height: calc(100% - 14vw);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .no-touch .card:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .card .img-box {
    width: 100%;
    position: relative;
    z-index: 20;
    top: -30px; }
  .card .title {
    color: #061d50;
    max-width: 300px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 6vw 3.8vw 0 3.8vw;
    font-family: "FuturaBold", sans-serif, Arial;
    font-size: 57px;
    line-height: 76px; }

.item:not(.flex-end) .card .img-box {
  left: -30px; }

.info {
  padding: 5vw 2vw 0 2vw;
  width: 14vw;
  height: 14vw;
  position: relative;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  -webkit-transition: background-color 1.5s ease-out;
  -o-transition: background-color 1.5s ease-out;
  transition: background-color 1.5s ease-out; }
  .info::after {
    display: none;
    opacity: 1;
    content: "";
    position: absolute;
    width: 12vw;
    height: 1px;
    bottom: -1px;
    z-index: 11;
    -webkit-transition: .3s .1s;
    -o-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .info .info-wr {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden; }
  .info .button-click {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
  .info .title {
    max-width: 86px;
    color: #061d50;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    text-transform: uppercase;
    font-family: "MonsterratLight", sans-serif, Arial;
    font-size: 24px;
    line-height: 36px; }
  .info .content {
    opacity: 0;
    top: 65px;
    width: 51%;
    position: relative; }
    .info .content p {
      margin: 2vw 0;
      color: #061d50;
      font-family: "MonsterratLight", sans-serif, Arial;
      font-size: 14px;
      line-height: 24px; }
    .info .content.white-text p {
      color: white; }
  .info .icon {
    -webkit-transition: .4s .4s;
    -o-transition: .4s .4s;
    transition: .4s .4s;
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 20px; }
  .info .close {
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    cursor: pointer;
    color: #061d50;
    position: absolute;
    bottom: 10%;
    padding-right: 37px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "MonsterratLight", sans-serif, Arial;
    font-size: 20px;
    line-height: 20px;
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%); }
    .info .close::after {
      content: "";
      right: 0;
      top: -1px;
      width: 22px;
      height: 22px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      display: inline-block;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../../img/icon/plus.svg");
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .info .close.white {
      color: white; }
      .info .close.white::after {
        background-image: url("../../img/icon/plus_white.svg"); }
  .info.open {
    -webkit-transition: background-color .4s ease-out .15s;
    -o-transition: background-color .4s ease-out .15s;
    transition: background-color .4s ease-out .15s; }
    .info.open::after {
      -webkit-transition: .3s .23s;
      -o-transition: .3s .23s;
      transition: .3s .23s;
      opacity: 0; }
    .info.open .title {
      font-family: "MonsterratMedium", sans-serif, Arial; }
    .info.open.white-text .title {
      -webkit-transition: color .25s;
      -o-transition: color .25s;
      transition: color .25s;
      color: white; }
    .info.open .icon {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0; }
    .info.open .button-click {
      display: none; }
    .info.open .content {
      top: 0;
      opacity: 1;
      -webkit-transition: top .4s ease-out .5s, opacity .85s ease-out .5s;
      -o-transition: top .4s ease-out .5s, opacity .85s ease-out .5s;
      transition: top .4s ease-out .5s, opacity .85s ease-out .5s; }
    .info.open .close {
      opacity: 1;
      -webkit-transition: .5s .8s;
      -o-transition: .5s .8s;
      transition: .5s .8s;
      pointer-events: auto;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.item:not(.flex-end) .info .close {
  right: 15%; }

.item:not(.flex-end) .info::after {
  left: 0; }

.item.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .item.flex-end .pattern {
    left: 0;
    -webkit-transition: .4s .5s;
    -o-transition: .4s .5s;
    transition: .4s .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .item.flex-end .info {
    border-right-width: 1px;
    border-left-width: 1px; }
    .item.flex-end .info::after {
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .item.flex-end .info .info-wr {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .item.flex-end .info .info-wr .content-wr {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .item.flex-end .info .icon {
      left: 15%; }
    .item.flex-end .info .close {
      left: 15%;
      -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
      transform: translateX(-75%); }
    .item.flex-end .info.open .close {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .item.flex-end .card {
    padding: 0 0 7vw 7vw; }
    .item.flex-end .card::before {
      background-color: #f9f9f9; }
    .item.flex-end .card .img-box {
      right: -30px; }

.animate .item.flex-end .card .img-box {
  top: 0;
  right: -1px;
  -webkit-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out; }

.animate .item:not(.flex-end) .card .img-box {
  top: 0;
  left: -1px;
  -webkit-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out; }

.item.flex-end .pattern {
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%); }

.animate .item.flex-end .pattern {
  -webkit-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.animate .item.flex-end.open .pattern {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.animate .item.flex-end.close .pattern {
  -webkit-transition: .4s .5s;
  -o-transition: .4s .5s;
  transition: .4s .5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.works {
  padding: 8.5vw 7vw 10vw 7vw;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/work_bg.jpg"); }
  .works::after, .works::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute; }
  .works::after {
    z-index: 15;
    background-color: rgba(13, 108, 249, 0.89); }
  .works::before {
    z-index: 20;
    background-repeat: repeat;
    background-image: url("../../img/pattern.png"); }
  .works .section-title {
    color: white;
    max-width: 297px;
    margin: 0 auto 8.5vw auto;
    position: relative;
    z-index: 30; }
  .works .row {
    opacity: 0;
    top: 60px;
    z-index: 30;
    max-width: 1048px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .works .row .column {
      width: -webkit-calc(33.333333% - 4vw);
      width: calc(33.333333% - 4vw); }
      .works .row .column .num {
        color: #acc3f2;
        margin-bottom: 1.3vw;
        font-family: "FuturaMedium", sans-serif, Arial;
        font-size: 100px;
        line-height: 100px; }
      .works .row .column .subtitle {
        color: white;
        margin-bottom: 2.5vw;
        font-family: "MonsterratBold", sans-serif, Arial;
        font-size: 24px;
        line-height: 28px; }
      .works .row .column .caption {
        color: white;
        font-family: "MonsterratRegular", sans-serif, Arial;
        font-size: 14px;
        line-height: 26px; }
  .works.animate .row {
    opacity: 1;
    top: 0;
    -webkit-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out; }

.location {
  background-color: #0d6cf9;
  padding: 8.4vw 7vw 8.5vw 7vw; }
  .location .section-title {
    margin-bottom: 93px;
    color: #ffffff; }
  .location .location-block {
    opacity: 0;
    -webkit-transition: .75s ease-out .25s;
    -o-transition: .75s ease-out .25s;
    transition: .75s ease-out .25s; }
  .location .top-location, .location .bottom-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .location .top-location .left-loc {
    -webkit-flex-basis: 723px;
    -ms-flex-preferred-size: 723px;
    flex-basis: 723px;
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .location .top-location .left-loc .left-inner-loc {
      border: 1px solid #ffffff;
      position: relative; }
    .location .top-location .left-loc img {
      width: 100%;
      height: auto;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: 2s ease-out;
      -o-transition: 2s ease-out;
      transition: 2s ease-out; }
  .location .top-location .right-loc {
    -webkit-flex-basis: 325px;
    -ms-flex-preferred-size: 325px;
    flex-basis: 325px;
    padding: 41px; }
    .location .top-location .right-loc h3 {
      font-family: "MonsterratSemiBold", sans-serif, Arial;
      font-size: 14px;
      line-height: 26px;
      color: #ffffff; }
      .location .top-location .right-loc h3:first-of-type {
        margin-bottom: 35px; }
      .location .top-location .right-loc h3:last-of-type {
        margin-bottom: 60px; }
    .location .top-location .right-loc p {
      font-family: "MonsterratLight", sans-serif, Arial;
      font-size: 14px;
      line-height: 26px;
      color: #ffffff; }
  .location .bottom-location .left-loc {
    -webkit-flex-basis: 723px;
    -ms-flex-preferred-size: 723px;
    flex-basis: 723px;
    padding-left: 50px; }
  .location .bottom-location .right-loc {
    -webkit-flex-basis: 325px;
    -ms-flex-preferred-size: 325px;
    flex-basis: 325px;
    border: 1px solid #ffffff;
    display: block;
    text-align: center;
    font-family: "MonsterratLight", sans-serif, Arial;
    font-size: 16px;
    line-height: 92px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 41px;
    padding-left: 41px; }
  .location .bottom-location a.right-loc {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .location .bottom-location a.right-loc:hover {
      background: #ffffff;
      color: #0d6cf9; }

.location.animate .top-location .left-loc img {
  -webkit-transform: translate(-50px, 50px);
  -ms-transform: translate(-50px, 50px);
  transform: translate(-50px, 50px); }

.location.animate .location-block {
  opacity: 1; }

.contacts {
  padding: 8.4vw 7vw 8.5vw 7vw; }
  .contacts .section-title {
    color: #061d50;
    margin: 0 auto 8.5vw auto; }
  .contacts .boxes {
    opacity: 0;
    top: 60px;
    position: relative; }
    .contacts .boxes .top, .contacts .boxes .bottom {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .contacts .boxes .top {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .contacts .boxes .bottom {
      position: relative;
      margin-top: -2px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .contacts .boxes .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0);
      width: -webkit-calc(33.33333% + 2px);
      width: calc(33.33333% + 2px);
      height: 22.8vw;
      padding: 3vw;
      -webkit-transition: .21s;
      -o-transition: .21s;
      transition: .21s;
      border: 2px solid #0d6cf9; }
      .no-touch .contacts .boxes .box:hover {
        -webkit-transition: .21s;
        -o-transition: .21s;
        transition: .21s;
        background-color: #cadffe; }
    .contacts .boxes .position {
      color: #061d50;
      text-align: center;
      max-width: 230px;
      margin: 0 auto 1.7vw auto;
      font-family: "MonsterratBold", sans-serif, Arial;
      font-size: 24px;
      line-height: 32px; }
    .contacts .boxes .name, .contacts .boxes .phone, .contacts .boxes .email {
      color: #061d50;
      text-align: center;
      font-family: "MonsterratRegular", sans-serif, Arial;
      font-size: 14px;
      line-height: 18px; }
    .contacts .boxes .name, .contacts .boxes .phone {
      margin-bottom: 6px; }
    .contacts .boxes .phone, .contacts .boxes .email {
      display: block; }
      .no-touch .contacts .boxes .phone:hover, .no-touch .contacts .boxes .email:hover {
        text-decoration: underline; }
  .contacts.animate .boxes {
    top: 0;
    opacity: 1;
    -webkit-transition: .75s ease-out .25s;
    -o-transition: .75s ease-out .25s;
    transition: .75s ease-out .25s; }

.popup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #0d6cf9;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 99; }

.pop-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 50px; }

.centrino {
  display: inline-block;
  max-width: 1215px;
  width: 100%; }

.popup-inner {
  width: 100%;
  min-height: 700px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .popup-inner .wrapper {
    position: relative; }
    .popup-inner .wrapper img {
      width: 100%;
      height: auto; }

#close-arrows {
  position: absolute;
  right: -35px;
  top: -25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  pointer-events: auto; }

#close-arrows svg {
  width: 100%;
  height: auto;
  fill: #ffffff; }

.feedback {
  background-color: #7bbe31;
  padding: 8vw 7vw 8.5vw 7vw; }
  .feedback .section-title {
    color: white;
    margin-bottom: 7vw; }
  .feedback .form {
    margin: auto;
    max-width: 850px; }
    .feedback .form .input-wr {
      width: 50%;
      margin: 0 auto 40px auto; }
      .feedback .form .input-wr input {
        width: 100%;
        height: 65px;
        padding: 0 15px;
        color: white;
        text-align: center;
        text-transform: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: "MonsterratRegular", sans-serif, Arial;
        font-size: 20px;
        line-height: 65px;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 2px solid white;
        border-top: none;
        border-left: none;
        border-right: none; }
        .feedback .form .input-wr input::-webkit-input-placeholder {
          color: white;
          text-align: center;
          text-transform: uppercase;
          font-family: "MonsterratItalic", sans-serif, Arial;
          font-size: 14px;
          line-height: 65px; }
        .feedback .form .input-wr input:-ms-input-placeholder {
          color: white;
          text-align: center;
          text-transform: uppercase;
          font-family: "MonsterratItalic", sans-serif, Arial;
          font-size: 14px;
          line-height: 65px; }
        .feedback .form .input-wr input::-ms-input-placeholder {
          color: white;
          text-align: center;
          text-transform: uppercase;
          font-family: "MonsterratItalic", sans-serif, Arial;
          font-size: 14px;
          line-height: 65px; }
        .feedback .form .input-wr input::placeholder {
          color: white;
          text-align: center;
          text-transform: uppercase;
          font-family: "MonsterratItalic", sans-serif, Arial;
          font-size: 14px;
          line-height: 65px; }
      .feedback .form .input-wr:last-of-type {
        margin-bottom: 0; }
    .feedback .form .btn {
      margin: 8vw auto 0 auto; }
  .feedback .success {
    display: none;
    color: white;
    text-align: center;
    font-family: "MonsterratRegular", sans-serif, Arial;
    font-size: 28px;
    line-height: 36px; }
  .feedback.animate .form .input-wr {
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out;
    width: 100%; }

footer {
  color: white;
  padding: 30px 0;
  text-align: center;
  font-family: "MonsterratRegular", sans-serif, Arial;
  font-size: 14px;
  line-height: 14px;
  background-color: #030d1b; }

@media only screen and (max-width: 1440px) {
  .location .top-location, .location .bottom-location {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 1200px) {
  .info {
    padding: 3vw 2vw 0 2vw; }
    .info .title {
      font-size: 18px;
      line-height: 28px; }
    .info .content {
      width: 75%; }
  .card .title.etiquet {
    font-size: 38px;
    line-height: 57px; } }

@media only screen and (max-width: 1100px) {
  .head .nav li a {
    font-size: 12px;
    line-height: 12px; } }

@media only screen and (max-width: 1024px) {
  .menu .lang-box li:first-of-type, .menu .lang-box li:last-of-type {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .head .content {
    opacity: 1; }
  .item {
    position: relative; }
  .card {
    width: 50%; }
    .card.has-border {
      border-color: #0d6cf9; }
    .card .caption {
      border-color: #0d6cf9; }
  .info {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0; }
    .info .button-click {
      display: none; }
    .info .icon {
      display: none; }
    .info .content {
      top: 0;
      opacity: 1; }
    .info.white-text .title {
      color: white; }
    .info.has-border.green {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info.has-border.blue {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info.has-border.fiolet {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info.has-border.red {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info.has-border.gold {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info.has-border.darkgold {
      border-color: #0d6cf9;
      background-color: #0d6cf9; }
    .info::after {
      display: none; }
  .item:not(.flex-end) .info {
    right: 0; }
  .item.flex-end .info {
    left: 0; }
  .pattern {
    display: none; }
  .animate .item:not(.flex-end) .card .img-box,
  .animate .item.flex-end .card .img-box {
    top: -1px; }
  .head .burger, .head .menu .close {
    display: block; }
  .menu {
    opacity: 0;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow-y: auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    -ms-touch-action: auto;
    touch-action: auto;
    background-color: #0d6cf9;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-image: url("../../img/pattern.png"); }
    .menu.open {
      opacity: 1;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .menu.close {
      -webkit-transition: opacity 0s .35s, -webkit-transform .3s;
      transition: opacity 0s .35s, -webkit-transform .3s;
      -o-transition: transform .3s, opacity 0s .35s;
      transition: transform .3s, opacity 0s .35s;
      transition: transform .3s, opacity 0s .35s, -webkit-transform .3s;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .menu .nav {
      margin: auto;
      display: block; }
      .menu .nav li a {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 0;
        text-align: center; }
    .menu .lang-box {
      top: 0;
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      padding-top: 35px;
      max-width: 180px;
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .menu .lang-box li a,
      .menu .lang-box li div {
        font-size: 21px; }
  .info .content {
    width: 100%; }
  .item:not(.flex-end) .info .content {
    padding-right: 5vw; }
  .item.flex-end .info .content {
    padding-left: 5vw; } }

@media only screen and (max-width: 980px) {
  .menu {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .item:not(.flex-end) .card .img-box {
    top: 0;
    left: 0; }
  .item.flex-end .card .img-box {
    top: 0;
    right: 0; }
  .item.flex-end .info .content {
    padding-left: 0; }
  .item.flex-end .info .icon {
    left: auto; }
  .item.flex-end .info .close {
    left: auto; }
  .item:not(.flex-end) .info .icon {
    left: auto; }
  .item:not(.flex-end) .info .close {
    right: 0; }
  .container.right, .container.left {
    padding: 50px 35px 50px 35px; }
  .item {
    padding: 0;
    max-width: 600px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .info, .card {
    border: none; }
  .info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    .info.white-text .title {
      color: #061d50; }
    .info.white-text .content p {
      color: #061d50; }
    .info.white-text .close {
      color: #061d50; }
      .info.white-text .close::after {
        background-image: url("../../img/icon/plus.svg"); }
    .info .button-click {
      display: block; }
    .info .info-wr {
      text-align: center;
      display: block; }
    .info::after {
      display: none; }
    .info .icon {
      display: none; }
    .info .title {
      position: relative;
      display: inline-block;
      padding-right: 31px;
      max-width: none;
      text-align: center;
      font-size: 26px;
      line-height: 26px; }
      .info .title::after {
        opacity: 1;
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../../img/icon/plus.svg); }
      .info .title.open::after {
        opacity: 0;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
    .info .content-wr {
      position: relative;
      text-align: left;
      padding-top: 20px;
      padding-bottom: 70px;
      display: none; }
    .info .content {
      opacity: 1;
      position: static; }
    .info .close {
      opacity: 1;
      right: 0;
      left: auto;
      bottom: 0;
      pointer-events: auto;
      position: absolute;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      padding: 15px 37px 15px 30px; }
      .info .close::after {
        top: 14px; }
  .item.flex-end .info .info-wr .content-wr {
    display: none; }
  .item:not(.flex-end) .info .content,
  .item .info .content {
    padding: 0; }
  .item.flex-end .card,
  .item:not(.flex-end) .card {
    padding: 0 0 30px 0; }
  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%; }
    .card::before {
      display: none; }
    .card .img-box {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .card .title {
      max-width: none;
      text-align: center;
      margin: 0 0 30px 0; }
    .card .caption {
      border: none; }
  .pattern {
    display: none; }
  .works .row {
    display: block; }
    .works .row .column {
      width: 100%;
      margin: 0 auto 35px auto;
      max-width: 500px; }
      .works .row .column .num, .works .row .column .subtitle, .works .row .column .caption {
        text-align: center; }
      .works .row .column:last-of-type {
        margin: 0 auto; }
  .contacts .boxes .position {
    margin-bottom: 20px; }
  .contacts .boxes .box {
    height: auto;
    padding: 30px 3vw; }
  .contacts .boxes .top {
    display: block; }
    .contacts .boxes .top .box:first-of-type {
      width: 100%;
      border: 1px solid #0d6cf9; }
    .contacts .boxes .top .box:last-of-type {
      width: 100%;
      border-top: none;
      border-left: 1px solid #0d6cf9;
      border-right: 1px solid #0d6cf9;
      border-bottom: 1px solid #0d6cf9; }
  .contacts .boxes .bottom {
    margin-top: 0; }
    .contacts .boxes .bottom .box {
      border-top: 0;
      border-bottom: 1px solid #0d6cf9;
      border-left: 1px solid #0d6cf9;
      border-right: 1px solid #0d6cf9;
      width: 100%; }
  .feedback .form .input-wr {
    width: 100%; }
  .works .row {
    opacity: 1;
    top: 0; }
  .contacts .boxes {
    opacity: 1;
    top: 0; }
  .location .top-location, .location .bottom-location {
    display: block; }
  .location .top-location .left-loc {
    display: block; }
  .location .top-location .right-loc {
    margin-top: 50px; }
    .location .top-location .right-loc h3 {
      text-align: center;
      font-size: 24px;
      line-height: 36px; }
    .location .top-location .right-loc p {
      text-align: center;
      font-size: 24px;
      line-height: 36px; }
  .location .bottom-location .right-loc {
    font-family: "MonsterratLight", sans-serif, Arial;
    font-size: 14px;
    line-height: 44px;
    max-width: 233px;
    margin: auto; }
  .location .location-block {
    opacity: 1; }
  .location .top-location .left-loc img {
    -webkit-transform: translate(-50px, 50px);
    -ms-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

@media only screen and (max-width: 600px) {
  .head .burger {
    top: 6vw;
    right: 6vw; }
  .head .content {
    top: 53%; }
    .head .content .logo-box {
      width: 35vw;
      min-width: 100px;
      margin-bottom: 10vw; }
    .head .content .logo-text-box {
      margin-bottom: 6vw; }
      .head .content .logo-text-box img {
        width: 100%; }
    .head .content h2 {
      margin-bottom: 35px; }
    .head .content .bottom {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .head .content .bottom .right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center; }
      .head .content .bottom .left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
  .card .title {
    font-size: 40px;
    line-height: 48px; }
  .info .title {
    font-size: 20px; }
  .info .close {
    font-size: 16px; }
    .info .close::after {
      top: 13px; }
  .feedback .form .btn {
    margin: 60px auto 0 auto; }
  .location .section-title {
    margin-bottom: 50px; }
  .location .top-location .left-loc img {
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); }
  .location .top-location .right-loc {
    margin-top: 25px;
    padding: 20px; }
    .location .top-location .right-loc h3 {
      font-size: 18px;
      line-height: 24px; }
      .location .top-location .right-loc h3:first-of-type {
        margin-bottom: 20px; }
      .location .top-location .right-loc h3:last-of-type {
        margin-bottom: 20px; }
    .location .top-location .right-loc p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; } }

@media only screen and (max-width: 480px) {
  .head .menu .close {
    top: 20px;
    right: 20px; }
  .menu {
    padding-top: 100px; }
    .menu .nav li a {
      font-size: 16px;
      padding: 12px 0; }
  .section-title {
    font-size: 46px;
    line-height: 54px; }
  .container.right, .container.left {
    padding: 40px 20px 40px 20px; }
  .works .row .column .num {
    font-size: 80px;
    line-height: 80px; }
  .works .row .column .subtitle {
    font-size: 22px; }
  .pop-wrap {
    padding: 10px; }
  #close-arrows {
    right: 0;
    top: -35px; } }

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