/* VARS
---------------------------------------------------------*/
html {
  min-height: 100%;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
  html {
    width: 1000px;
  }
}

body {
  font-family: "PT Sans", Sylfaen, Arial, Verdana, Tahoma, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #010101;
  background: #fff;
  height: 100%;
  font-size: 80.01%;
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
  body {
    width: 1000px;
  }
}

html, body, div, h1, h2, h3, h4, h5, h6, p, img, ul, li, table, input, textarea {
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0 !important;
  vertical-align: baseline;
}

:focus {
  outline: none !important;
}

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

a {
  font-family: "PT Sans", Sylfaen, Arial, Verdana, Tahoma, sans-serif;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #030303;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #030303;
}

a img {
  border: none;
}

td {
  padding: 0;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea {
  border: 1px solid #c4b297;
  background: #fff;
  padding: 3px 10px;
}

form {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 12px;
}

.__clf::after {
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 0;
  overflow: hidden;
}

.__fl {
  float: left;
}

.__fr {
  float: right;
}

.__block {
  display: block;
}

.__hidden {
  display: none;
}

.__tt-u {
  text-transform: uppercase !important;
}

.__under {
  text-decoration: underline;
}

/* MAIN STYLES
---------------------------------------------------------*/
.wrapper {
  width: 1067px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .wrapper {
    width: 320px;
  }
}
.wrapper.skip {
  width: 100%;
}

header {
  padding: 50px 0 7px;
  display: block;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  header {
    padding-top: 70px;
  }
}
header.skip {
  border-bottom: solid 1px #eaeaea;
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-top: 50px;
}

.logo-box {
  margin-right: 25px;
  margin-top: -27px;
}
.logo-box._en {
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .logo-box {
    margin-right: 0;
    float: none;
    text-align: center;
  }
}

.menu {
  padding-top: 37px;
}
@media only screen and (max-width: 479px) {
  .menu {
    padding-top: 0px;
    text-align: center;
    margin: 0 -15px;
  }
}
.menu li {
  float: left;
  list-style: none;
  border-right: solid 1px #BBB;
}
@media only screen and (max-width: 479px) {
  .menu li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .menu li:nth-child(6n) {
    border-left: solid 1px #BBB;
  }
}
.menu li:first-child {
  border-left: solid 1px #BBB;
}
.menu a {
  padding: 0 5px;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 11px;
  height: 14px;
  display: block;
}
.menu a:hover {
  text-decoration: underline;
}
.menu._en a {
  padding: 0 6px;
}

.lang-box {
  padding-top: 35px;
  margin-right: 16px;
}
@media only screen and (max-width: 479px) {
  .lang-box {
    position: absolute;
    top: -20px;
    right: 10px;
  }
}
.lang-box li {
  float: left;
  list-style: none;
}
.lang-box a {
  text-decoration: none;
  color: #939393;
  font-size: 16px;
  line-height: 11px;
}
.lang-box a.blk {
  color: #000;
}

.social {
  padding: 37px 10px 0 0;
}
@media only screen and (max-width: 479px) {
  .social {
    position: absolute;
    top: -20px;
    right: 90px;
  }
}

main {
  padding: 0 16px;
  display: block;
}
@media only screen and (max-width: 479px) {
  main {
    padding: 0;
  }
}
main.skip {
  padding: 0;
  padding-top: 130px;
}
@media only screen and (max-width: 479px) {
  main.skip {
    padding-top: 192px;
  }
}
main.skip2 {
  padding: 0;
  padding-top: 100px;
}
@media only screen and (max-width: 479px) {
  main.skip2 {
    padding-top: 152px;
  }
}

/* Index
**************************************/
.index-gallery {
  margin-bottom: 30px;
}

.index-main-pic {
  width: 780px;
  height: 442px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .index-main-pic {
    width: 320px;
    height: 181px;
  }
  .index-main-pic img {
    width: 320px;
    height: 181px;
  }
}

.index-second-pic {
  width: 254px;
  height: 442px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .index-second-pic {
    display: none;
  }
}

.index-second-pic-1 {
  height: 252px;
  overflow: hidden;
}

.clients-list {
  width: 780px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .clients-list {
    width: 320px;
    overflow: hidden;
    margin: 20px auto 0;
  }
}
.clients-list.__index--clients {
  width: 100%;
}
.clients-list li {
  margin: 0 10px;
  width: 60px;
}
.clients-list li:nth-child(6) {
  width: 100px;
}
.clients-list li:nth-child(8) {
  width: 95px;
}
.clients-list li:nth-child(10), .clients-list li:nth-child(2) {
  width: 120px;
}
.clients-list li:nth-child(4) {
  width: 60px;
}
.clients-list img {
  width: 100%;
}

.client-box {
  width: 720px;
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .client-box {
    width: 280px;
    overflow: hidden;
    margin-left: 20px;
  }
}
.client-box.__index--clients-box {
  width: auto;
  margin: 0 30px;
}
.client-box ul {
  display: flex;
  align-items: center;
}

.mail-box {
  width: 230px;
  text-align: right;
  color: #939393;
  font-size: 12px;
}
@media only screen and (max-width: 479px) {
  .mail-box {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
}
.mail-box a {
  color: #939393;
}

/* NEW Index
**************************************/
.index--box {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .index--box {
    height: auto;
  }
}
.index--box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.index--main {
  width: 70%;
  display: block;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .index--main {
    width: 100%;
    padding-bottom: 73%;
    margin-top: 30px;
    height: auto;
  }
  .index--main.__index--main-new {
    padding-bottom: 0;
  }
}
.index--main figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index--second {
  width: 30%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .index--second {
    display: none;
  }
}
.index--second--pic {
  display: block;
  height: 50%;
  position: relative;
}
.index--second--pic figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index--footer {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .index--footer {
    display: block;
  }
}
.index_slider {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .index_slider {
    width: 100%;
    margin-top: 30px;
    height: auto;
    margin-bottom: 30px;
  }
}
.index_slider ul {
  height: 100%;
}
@media only screen and (max-width: 479px) {
  .index_slider ul {
    height: 285px;
  }
}
.index_slider li {
  display: block;
  height: 100%;
  width: 100vw;
  position: relative;
}
.index_slider figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
}
@media only screen and (max-width: 479px) {
  .index_slider figure {
    width: 100%;
  }
}
.index_slider figcaption {
  display: none;
}

/*	jcarousel on index
---------------------------------------------------------*/
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
}

.lgnxt {
  width: 17px;
  height: 30px;
  background: transparent url("/images/il_logo_nav_next.png") no-repeat left top;
  right: 0px;
  top: 5px;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}

.lgprv {
  width: 17px;
  height: 30px;
  background: transparent url("/images/il_logo_nav_prev.png") no-repeat left top;
  left: 0px;
  top: 5px;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}

#indexpic {
  position: relative;
  overflow: hidden;
}

#indexpic ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#indexpic li {
  float: left;
}

.nnxt {
  right: 20px;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #fff url("/images/il_logo_nav_next.png") no-repeat center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  border-radius: 30px;
  border: solid 1px #666;
  box-shadow: 0 0 2px #999;
  z-index: 10;
}
@media only screen and (max-width: 479px) {
  .nnxt {
    top: 45%;
    right: 0;
    opacity: 0.6;
  }
}
.nnxt:hover {
  box-shadow: 0 0 10px #ffa500;
  background-color: #ffe9c7;
}

.nprv {
  left: 20px;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #fff url("/images/il_logo_nav_prev.png") no-repeat center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  border-radius: 30px;
  border: solid 1px #666;
  box-shadow: 0 0 2px #999;
  z-index: 10;
}
@media only screen and (max-width: 479px) {
  .nprv {
    top: 45%;
    left: 0;
    opacity: 0.6;
  }
}
.nprv:hover {
  box-shadow: 0 0 10px #ffa500;
  background-color: #ffe9c7;
}

.author-title {
  color: #030303;
  margin-bottom: 7px;
  font-size: 16px;
}

.table-box .item {
  float: left;
  margin: 0 11px 20px 0;
  width: 198px;
}
@media only screen and (max-width: 479px) {
  .table-box .item {
    width: 100px;
    margin-right: 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.table-box .item:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .table-box .item:nth-child(5n) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .table-box .item:nth-child(3n) {
    margin-right: 0;
  }
}
.table-box .item img {
  width: 198px;
  height: 198px;
}
@media only screen and (max-width: 479px) {
  .table-box .item img {
    width: 100px;
    height: 100px;
  }
}
.table-box .item .author--link {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #939393;
}
@media only screen and (max-width: 479px) {
  .table-box .item .author--link {
    font-size: 11px;
    color: #1D1D1D;
    font-weight: bold;
  }
}
.table-box .item .author--link:hover {
  color: #000;
}
.table-box .item-detail {
  margin-bottom: 15px;
}
.table-box .item-detail img {
  width: 780px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .table-box .item-detail img {
    width: 320px;
  }
}

.portfolio--authors-list {
  width: 160px;
  padding-top: 20px;
}
@media only screen and (max-width: 479px) {
  .portfolio--authors-list {
    display: none;
  }
}
.portfolio--authors-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.portfolio--authors-list li {
  margin-bottom: 5px;
  font-size: 16px;
}
.portfolio--authors-list a {
  color: #939393;
}
.portfolio--authors-list a:hover {
  color: #000;
  text-decoration: underline;
}
.portfolio--authors-list span {
  color: #000;
}

.story-box .item-detail {
  margin: 0 6px 20px 0;
  display: inline-table;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  .story-box .item-detail {
    margin: 0 5px 5px 0;
  }
  .story-box .item-detail:nth-child(3n) {
    margin-right: 0;
  }
  .story-box .item-detail:nth-child(5n) {
    margin-right: 5px;
  }
}
.story-box .item-detail img {
  width: 255px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .story-box .item-detail img {
    width: 100px;
  }
}

.treed-box .item {
  width: 337px;
}
@media only screen and (max-width: 479px) {
  .treed-box .item {
    width: 320px;
  }
}
.treed-box .item img {
  width: 337px;
  height: 337px;
  display: none;
}
@media only screen and (max-width: 479px) {
  .treed-box .item img {
    width: 320px;
    height: 320px;
  }
}
.treed-box .item a {
  background-size: cover;
  background-position: center center;
  display: block;
}
.treed-box .item a.img {
  height: 250px;
}
.treed-box .item:nth-child(4n) {
  margin-right: 0;
}
.treed-box .item:first-child {
  width: 100%;
}

.video-text {
  width: 182px;
  margin-right: 31px;
}
@media only screen and (max-width: 479px) {
  .video-text {
    width: 320px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.video-text-wide {
  max-width: 670px;
  padding: 20px 0px;
  margin: 0 0 0 230px;
}
@media only screen and (max-width: 479px) {
  .video-text-wide {
    padding: 40px 10px 10px;
    margin: 0;
  }
}

.videos {
  width: 820px;
}
@media only screen and (max-width: 479px) {
  .videos {
    width: 320px;
  }
}

.video-element {
  margin: 0 20px 25px 0;
  width: 400px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 479px) {
  .video-element {
    width: 320px;
    margin-right: 0;
    float: none;
  }
  .video-element iframe {
    width: 320px;
    height: 240px;
  }
}
.video-element:nth-child(2n) {
  margin-right: 0;
}
.video-element strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.shops {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .shops {
    width: 320px;
  }
}
.shops-box {
  display: block;
  margin-bottom: 20px;
}
.shops-box img {
  object-fit: cover;
  width: 400px;
  height: 250px;
}
@media only screen and (max-width: 479px) {
  .shops-box img {
    width: 320px;
    height: 200px;
  }
}
.shops-works {
  width: 800px;
}
@media only screen and (max-width: 479px) {
  .shops-works {
    width: 100%;
  }
}
.shops-menu {
  margin: 25px 0 0 30px;
}
@media only screen and (max-width: 479px) {
  .shops-menu {
    display: none;
  }
}
.shops-menu--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shops-menu--list a {
  color: #939393;
}
.shops-menu--list span {
  color: #000;
}
.shops-menu--list li {
  margin-bottom: 5px;
  font-size: 16px;
}
.shops-title {
  color: #030303;
  font-size: 18px;
  font-weight: 700;
  margin-block: 20px;
}
.shops-element {
  margin-bottom: 10px;
  width: 100%;
}
.shops-element img {
  width: 100%;
  height: auto;
}

.grid--wide {
  padding-top: 20px;
}
.grid--wide * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid--wide.index {
  height: calc(100vh - 190px);
}
@media only screen and (max-width: 479px) {
  .grid--wide.index {
    height: auto;
  }
}
.grid--box {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin: 0;
  padding: 0;
}
.grid--box.contacts {
  margin-top: 35px;
}
.grid__el {
  width: 33.333%;
  padding-bottom: 20%;
  display: block;
  list-style: none;
  position: relative;
}
.grid__el.single {
  padding: 0 0 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 479px) {
  .grid__el.single {
    padding-bottom: 70%;
  }
}
.grid__el.single.text {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .grid__el.single.text {
    width: 93%;
    padding-bottom: 10%;
  }
}
.grid__el.contacts {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .grid__el.contacts {
    width: 50%;
  }
}
.grid__el.contacts img {
  width: 180px;
  height: 126px;
}
@media only screen and (max-width: 479px) {
  .grid__el.contacts img {
    width: 110px;
    height: 77px;
  }
}
.grid__el.contacts strong {
  font-size: 20px;
  line-height: 10px;
}
.grid__el.contacts a {
  font-size: 14px;
}
.grid__el.wide {
  width: 100%;
}
.grid__el.wide .grid__el--box.full {
  background-size: auto 360%;
}
.grid__el.wide .grid__el--box.full:hover {
  background-size: auto 340%;
}
@media only screen and (max-width: 479px) {
  .grid__el {
    width: 100%;
    padding-bottom: 62%;
  }
  .grid__el.wide .grid__el--box.full {
    background-size: auto 184%;
  }
  .grid__el.wide .grid__el--box.full:hover {
    background-size: auto 167%;
  }
}
.grid__el--box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 122%;
  display: block;
  margin: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-size 0.15s ease;
  -moz-transition: background-size 0.15s ease;
  transition: background-size 0.15s ease;
}
.grid__el--box.full {
  background-size: auto 184%;
}
.grid__el--box.horisontal {
  background-size: auto 107%;
}
.grid__el--box:hover {
  background-size: auto 105%;
}
.grid__el--box:hover.full {
  background-size: auto 167%;
}
.grid__el--box:hover.horisontal {
  background-size: auto 100%;
}
.grid__el--box:hover .grid__el--info {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.9);
  opacity: 1;
}
.grid__el--box:hover .grid__el--info .grid__el--title {
  display: block;
}
.grid__el--box:hover .grid__el--info .grid__el--desc {
  display: block;
}
.grid__el--box:hover .grid__el--info .grid__el--link {
  display: block;
}
.grid__el--info {
  -webkit-transition: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 5%;
  right: 5%;
  bottom: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding: 20px;
  background-color: transparent;
  z-index: 1;
  color: #fff;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.grid__el--title {
  display: none;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.grid__el--desc {
  display: none;
}
.grid__el--link {
  display: none;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}

.popup__content {
  display: none;
  width: 768px;
  position: fixed;
  z-index: 11;
  top: 120px;
  left: 50%;
  margin-left: -384px;
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .popup__content {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 232px;
  }
}
.popup__content--close {
  background: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 5px;
}
@media only screen and (max-width: 479px) {
  .popup__content--close {
    display: none;
  }
}
.popup__content--close-box {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.popup__content--close-text {
  display: none;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .popup__content--close-text {
    display: block;
  }
}
.popup__content--video {
  height: 430px;
}
@media only screen and (max-width: 479px) {
  .popup__content--video {
    height: 0;
    padding-bottom: 56%;
    position: relative;
  }
}
.popup__content--video iframe {
  width: 768px;
  height: 430px;
}
@media only screen and (max-width: 479px) {
  .popup__content--video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
.popup__content--name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.popup__bg {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}

.side-pic {
  width: 182px;
  margin-right: 31px;
}
@media only screen and (max-width: 479px) {
  .side-pic {
    display: none;
  }
}

.static-text {
  width: 573px;
}
@media only screen and (max-width: 479px) {
  .static-text {
    width: 320px;
  }
}

.contacts-text {
  padding-top: 20px;
}
@media only screen and (max-width: 479px) {
  .contacts-text {
    padding-top: 0;
  }
}

.contacts-elem {
  width: 143px;
  float: left;
  text-align: center;
  padding-top: 14px;
}
@media only screen and (max-width: 479px) {
  .contacts-elem {
    width: 106px;
    padding-top: 0;
    padding-bottom: 14px;
  }
  .contacts-elem img {
    width: 75px;
    height: auto;
  }
}
.contacts-elem a {
  color: #000;
  font-size: 12px;
}
.contacts-elem a:hover {
  color: #000;
}
@media only screen and (max-width: 479px) {
  .contacts-elem a {
    font-size: 9px;
  }
}

.button__show-more {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .button__show-more {
    margin-block-start: 10px;
  }
}
.button__show-more_right {
  background-image: url("/images/new/arrow_more_right.png");
}
.button__show-more_down {
  background-image: url("/images/new/arrow2_more_down4.png");
}
.button__show-more_up {
  background-image: url("/images/new/arrow2_more_up4.png");
}

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