html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body,
span {
  margin: 0 0;
  padding: 0 0;
  color: #262626;
}
a {
  display: block;
  text-decoration: none;
}
ul,
ol {
  list-style: none inside;
  margin: 0 0;
  padding: 0 0;
}
pre {
  padding: 0;
  margin: 0;
}
img,
video {
  display: block;
}
iframe {
  border: 0 none;
}
body{
  width: 100%;
  overflow: hidden;
  max-width: 100%; 
}
body a {
  color: #262626;
}
html {
  font-family: NotoSans-Regular;
}
h1,
h2,
h3,
h4,
p {
  margin: 0 0;
  padding: 0 0;
  text-align: center;
}
.extHTML,
.post-short,
.comment,
.text,
article,
.page-description,
.page-description2 {
/*h1 h2 h3 h4 h5 h6
		display block
		font-weight bold*/
  border: 1px solid transparent;
  margin: 0 auto;
  max-width: 960px;
}

.extHTML p,
.post-short p,
.comment p,
.text p,
article p,
.page-description p,
.page-description2 p {
  margin: 1em 0;
}
.extHTML a,
.post-short a,
.comment a,
.text a,
article a,
.page-description a,
.page-description2 a {
  display: inline;
  text-decoration: underline;
  color: #262626;
}
h1, h2, h3 {
font-family: PlayfairDisplay-Regular;
text-transform: uppercase;
font-weight: normal;
}
h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
h2 {
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 40px;
}
h3 {
  font-size: 36px;
  margin-bottom: 36px;

}
#p-product .page-description,
#p-products .page-description {
  margin-left: auto;
  margin-right: auto;
}
.aside-title {
  margin-top: 0;
  margin-bottom: 1em;
}
.lio .sertificates .core,
.products__bottom .business-card .core,
.products__bottom .workflow .core,
.order .price .core {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
/*ошибка Maximum call stack size exceeded связана с тем, что миксин с таким именем уже существует (это может быть встроеная функция, например, even*/
}
.lio .sertificates .core>*:not(:last-child),
.products__bottom .business-card .core>*:not(:last-child),
.products__bottom .workflow .core>*:not(:last-child),
.order .price .core>*:not(:last-child) {
  margin-bottom: 3rem;
}

.languages {
    position: fixed;
    top: 41px;
    left: 95px;
}

.select * {
  display: block;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.select {
  display: inline-block;
  position: relative;
        
}

.select:focus {
  outline: none;
}

.select .label, .select ul {
  box-sizing: border-box;
}

.select .label {
    background-image: url(../images/arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    background-color: #ffffff;
    width: 40px;
    padding: 5px;
    font-size: 16px;
    border-radius: 0;
    text-transform:uppercase;
    outline: none;
}

.select ul {
  position: absolute;
      top: 34px;
    left: 0;
  margin: -1px 0px 0px!important;
  background-color: #fff;
  max-height: 400px;
  overflow: hidden;
        width:50px!important;
  display: none;
  z-index: 10000;
}

.select.drop ul {
  display: inherit;
}

.select li {
  padding: 6px 10px;
        font-size:16px;
}

.select li:hover {
}

.select li.selected {
  background-color: #262626;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .board {
    position: relative;
    padding: 2vw 2vw 0 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }

}
.magnet {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .magnet {
    width: 100%;
    padding: 1em;
  }
}

.slider--top .header h1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  font-family: PlayfairDisplay-Regular;
}
.slider--top .header h1>*:not(:last-child) {
  margin-bottom: 0.25em;
}

.slider--top .header h1 div {
  text-transform: uppercase;
}
.lio .bg-slider,
.production .bg-slider,
.order .bg-slider {
  width: 100%;
  height: 95vw;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.slick-list {
    border-radius: 50%;
}
.products__carousel .slick-list {
    border-radius: 0;
}

.lio .bg-slider {
    transform: scale(1.5) translate(0px, -100px);
}
.nav-button {
  width: 100%;
  bottom: 0;
  padding: 0 !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav-button img {
  width: 11.25em;
  height: 4.06em;
  cursor: pointer;
}
.nav-button img:hover {
  transform: scale(1.05) translateY(-0.1em);
}
.section {
  position: relative;
}
.slick-list {
  width: 100%;
  height: 100%;
}
.slick-track {
  width: 100%;
  height: 100%;
}
.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-dots {
  z-index: 10;
}
.products__carousel {
  padding-bottom: 4em;
}
.products__carousel .slide {
  padding: 1em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
ul.description li, .business-card ul li, .order .price ul li{
    position: relative;
    padding-left: 2em;
}
ul.description li:before, .business-card ul li:before, .order .price ul li:before {
    content: "\2B24";
    font-size: 12px;
    color: #FFF40F;
    font-weight: bold;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}
@media screen and (max-width: 1023px) {
  .products__carousel .slide {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.products__carousel .slide .image_cont {
  padding: 2em;
}
.products__carousel .slide .image_cont img {
  max-width: 100%;
  max-height: 350px;
}
.products__carousel .slide .category {
  font-weight: bold;
  margin-bottom: 1em;
}
.products__carousel .slide .subcategory {
  font-weight: initial;
  margin-top: 0.75em;
  margin-left: 1em;
  padding-left: calc(0.5em + 0.5em);
  position: relative;
  display: flex;
  align-items: center;
/*marker-height = 1em
		+prepend-marker(g: -1em, h: 2em)
			triangle(right, 2em, marker-height, color3)	*/
/*marker-height = 1em
		marker-width = 1.65em
		+prepend-marker(w: marker-width, h: marker-height, g: .5em)
			triangle(right, marker-width, marker-height, white)*/
}
.products__carousel .slide .subcategory::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.25em);
  left: 0;
  z-index: 2;
  height: 0.5em;
  width: 0.5em;
  background: #00b145;
}
.carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
/*ошибка Maximum call stack size exceeded связана с тем, что миксин с таким именем уже существует (это может быть встроеная функция, например, even*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 3em;
  position: relative;
}
.carousel__arrow,
.carousel__arrow--l,
.carousel__arrow--r,
.carousel__arrow--l--r {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  transition: 0.8 0.5s;
  width: 40px;
  height: 34px;
}
.carousel__arrow:hover,
.carousel__arrow--l:hover,
.carousel__arrow--r:hover,
.carousel__arrow--l--r:hover {
  opacity: 0.6;
}
.carousel__arrow--l,
.carousel__arrow--l--l,
.carousel__arrow--r--l,
.carousel__arrow--l--r--l {
  left: 9px;
}
.carousel__arrow--r,
.carousel__arrow--l--r,
.carousel__arrow--r--r,
.carousel__arrow--l--r--r {
  right: 9px;
}

.carousel__arrow--l{
  background: url(../images/arrow-l.svg) no-repeat left center transparent;
}
.carousel__arrow--r{
  background: url(../images/arrow-r.svg) no-repeat left center transparent;
}
.carousel .slick-dotted.slick-slider {
  margin: 0 !important;
}
.slick-dots {
  bottom: -35px !important;
}
.slick-slide {
  display: flex !important;
}
.button--catalog, .button--order, .contacts__top form.fields-block .confirm {
  flex: none;
  width: 300px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: #FFF40F;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .lio,
  .company,
  .production,
  .products,
  .products__bottom,
  .order,
  .clients,
  .contacts__top {
    position: relative;
    padding: 0 20px;
  }
h2 {
    margin-bottom: 40px;
}
}
.lio .slick-dots {
  bottom: 20px;
}
.lio .slide-1 {
  background: url("../images/sl1-1.jpg") center/cover no-repeat;
}
.lio .slide-2 {
  background: url("../images/sl1-2.jpg") center/cover no-repeat;
}
.lio .slide-3 {
  background: url("../images/sl1-3.jpg") center/cover no-repeat;
}
.lio .header {

  display: flex;
  justify-content: center;
  align-items: center;
}
.lio .header div:last-child {
  text-transform: uppercase;
}

.lio .best {

  max-width: 100%;
  }
@media screen and (min-width: 1024px) {
  .lio .best {
    top: 45%;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .lio .best {
    position: relative;
  }
}
.lio .best .core {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
}
.lio .best .core>*:not(:last-child), p {
  margin-bottom: 1.2em;
}


.lio .best h2 {
  font-size: 2.5em;
  font-family: PlayfairDisplay-Regular;
  font-style: italic;
}


.gost {
  width: 4em;
  height: 4em;
}
.sertificate {
  width: 5em;
  height: 5em;
}
.lio .sertificates p {
  text-align: center;
}




.stickers{
  flex-wrap: wrap;
    justify-content: space-between;
}
.sticker {
  font-size: 1em;
  font-family: 'NotoSans-Medium';
  display: grid;
  width: 45%;
  margin-bottom: 40px;
}

.sticker__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.sticker__top {
  margin-bottom: 20px;
  transition: 1s;
}
.sticker__top:hover {
  transform: rotateY(45deg);
}
.sticker img {
  width: 100%;
}

.company .base {
  max-width: 100%;
 }


.production .slick-dots {
  bottom: 20px;
}
.production .slide-1 {
  background: url("../images/sl2-1.jpg") center/cover no-repeat;
}
.production .slide-2 {
  background: url("../images/sl2-2.jpg") center/cover no-repeat;
}
.production .slide-3 {
  background: url("../images/sl2-3.jpg") center/cover no-repeat;
}
.production .slide-4 {
  background: url("../images/sl2-4.jpg") center/cover no-repeat;
}

.production .description {
  max-width: 100%;
}

.magnet.description {
    flex-direction: column;
}


.products__catalog {
  width: 100%;
  padding-bottom: 2rem;
  margin-top: 20px;
}
.button--catalog {
  margin-left: auto;
  margin-right: auto;
}

.products__bottom .specialization {
  font-weight: bold;
  top: 0;
  left: 21.9%;
  right: 21.9%;
}

  .products__bottom .business-card {
    padding: 0;
}
.products__bottom.board>img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.products__bottom .business-card ul>*:not(:last-child) {
  margin-bottom: 1rem;
}


.products__bottom .workflow .core>*:not(:last-child) {
  margin-bottom: 3rem;
}
.products__bottom .workflow h2 {
  text-transform: uppercase;
}
.order, .production {
margin-top: 40px;
}

.order .slick-dots {
  bottom: 20px;
}
.order .slide-1 {
  background: url("../images/sl3-1.jpg") center/cover no-repeat;
}
.order .slide-2 {
  background: url("../images/sl3-2.jpg") center/cover no-repeat;
}
.order .slide-3 {
  background: url("../images/sl3-3.jpg") center/cover no-repeat;
}


@media screen and (min-width: 1024px) {
  .order .price .core {
    width: 70%;
  }
}
.order .price p {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 150%;
}
.order .price ul>*:not(:last-child) {
  margin-bottom: 0.75em;
}

.order .price {
    margin-bottom: 30px;
}


  .order .work {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.order .work span {
  text-decoration: underline;
}

.button--order p {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;

}


.clients h2, .contacts h2, .company h2 {
    margin-top: 10px;
}

.clients .motto {
  color: #262626;
  font-size: 3em;
  font-family: PlayfairDisplay-Regular;
  font-style: italic;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .clients .motto {
    top: 11.8%;
    left: 5%;
    transform: rotate(-15deg);
  }
}
@media screen and (max-width: 1023px) {
  .clients .motto {
    font-size: 2em;
  }
}
.clients .logos {
  padding: 0 0;
}

.clients .logos ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*ошибка Maximum call stack size exceeded связана с тем, что миксин с таким именем уже существует (это может быть встроеная функция, например, even*/
}
.clients .logos .logo {
  max-width: 90%;
  max-height: 90%;
}
.clients .logos .logo__wrapper {
  margin: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .clients .logos .logo__wrapper {
    width: 8.13em;
    height: 8.13em;
  }
}
@media screen and (max-width: 1023px) {
  .clients .logos .logo__wrapper {
    width: 100px;
    height: 100px;
  }
}
.clients .logos .logo_1 {
  width: 130px;
  height: 32px;
  background: url("../images/client_logo_1.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_2 {
  width: 113px;
  height: 57px;
  background: url("../images/client_logo_2.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_3 {
  width: 124px;
  height: 46px;
  background: url("../images/client_logo_3.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_4 {
  width: 81px;
  height: 85px;
  background: url("../images/client_logo_4.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_5 {
  width: 106px;
  height: 74px;
  background: url("../images/client_logo_5.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_6 {
  width: 114px;
  height: 61px;
  background: url("../images/client_logo_6.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_7 {
  width: 84px;
  height: 84px;
  background: url("../images/client_logo_7.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_8 {
  width: 121px;
  height: 54px;
  background: url("../images/client_logo_8.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_9 {
  width: 128px;
  height: 31px;
  background: url("../images/client_logo_9.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_10 {
  width: 95px;
  height: 80px;
  background: url("../images/client_logo_10.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_11 {
  width: 96px;
  height: 96px;
  background: url("../images/client_logo_11.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_12 {
  width: 117px;
  height: 31px;
  background: url("../images/client_logo_12.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_13 {
  width: 86px;
  height: 46px;
  background: url("../images/client_logo_13.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_14 {
  width: 130px;
  height: 60px;
  background: url("../images/client_logo_14.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_15 {
  width: 120px;
  height: 12px;
  background: url("../images/client_logo_15.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_16 {
  width: 123px;
  height: 38px;
  background: url("../images/client_logo_16.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_17 {
  width: 130px;
  height: 34px;
  background: url("../images/client_logo_17.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_18 {
  width: 124px;
  height: 33px;
  background: url("../images/client_logo_18.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_19 {
  width: 124px;
  height: 56px;
  background: url("../images/client_logo_19.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_20 {
  width: 126px;
  height: 59px;
  background: url("../images/client_logo_20.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_21 {
  width: 124px;
  height: 44px;
  background: url("../images/client_logo_21.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_22 {
  width: 130px;
  height: 76px;
  background: url("../images/client_logo_22.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_23 {
  width: 124px;
  height: 38px;
  background: url("../images/client_logo_23.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_24 {
  width: 125px;
  height: 80px;
  background: url("../images/client_logo_24.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_25 {
  width: 130px;
  height: 42px;
  background: url("../images/client_logo_25.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_26 {
  width: 92px;
  height: 90px;
  background: url("../images/client_logo_26.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_27 {
  width: 124px;
  height: 31px;
  background: url("../images/client_logo_27.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_28 {
  width: 109px;
  height: 103px;
  background: url("../images/client_logo_28.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_29 {
  width: 124px;
  height: 41px;
  background: url("../images/client_logo_29.jpg") center/100% no-repeat, #fff;
}
.clients .logos .logo_30 {
  width: 99px;
  height: 81px;
  background: url("../images/client_logo_30.jpg") center/100% no-repeat, #fff;
}





.contacts__top .info .core>*:not(:last-child) {
  margin-bottom: 2em;
}

.contacts__top form.fields-block {
  padding: 0 none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
/*ошибка Maximum call stack size exceeded связана с тем, что миксин с таким именем уже существует (это может быть встроеная функция, например, even*/
}
@media screen and (min-width: 1024px) {
  .contacts__top form.fields-block {
    top: 28.4%;
    left: 12.5%;
  }
}
.contacts__top form.fields-block>*:not(:last-child) {
  margin-bottom: 1.25em;
}

.contacts__top form.fields-block .order-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
/*ошибка Maximum call stack size exceeded связана с тем, что миксин с таким именем уже существует (это может быть встроеная функция, например, even*/
}
.contacts__top form.fields-block .order-content>*:not(:last-child) {
  margin-bottom: 1.25em;
}

@media screen and (max-width: 1023px) {
  .contacts__top form.fields-block .order-content {
    width: 100%;
  }
}
.field {
  width: 100%;
    height: 50px;
    border-radius: 25px;
}
@media screen and (min-width:800px) {
  .field {
    display: flex;
    justify-content: space-between;
  }
  .field input,
  .field textarea {
    width: 616px;
  }
}
@media screen and (max-width:799px) {
  .field {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .field>*:not(:first-child) {
    margin-top: 0.3em;
  }
  .field input,
  .field textarea {
    width: 100%;
  }
}
.contacts__top form.fields-block .order-content input:not(.confirm),
.contacts__top form.fields-block .order-content textarea {
  width: 100%;
  border: 1px solid #262626;
  background: #fff;
  padding: 1em 2em;
}
.contacts__top form.fields-block .order-content textarea {
  height: 12.5em;
}
.contacts__top form.fields-block .order-error,
.contacts__top form.fields-block .order-success {
  display: none;
  text-align: center;
  background: rgba(255,255,255,0.8);
  padding: 1em;
  font-weight: initial;
}
.contacts__top form.fields-block .order-error {
  border: 1px solid #f00;
}
.contacts__top form.fields-block .order-success {
  border: 1px solid #262626;
}

.contacts__map {
  margin-top: 0px;
}
.contacts__map > iframe{
  border-radius: 50%;
  width: 100%;
  height: 95vw;
}
.svg-cont {
  width: 100%;
}

.main-menu li,
.toolbar-menu li {
  color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
li.js-menu-button.e-shop a {
    padding: 15px 25px;
    border-radius: 25px;
    background: #fff239;
}

.tab {
  font-family: PlayfairDisplay-Regular;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1em;
}
.tab--production {
  border-left: 2px solid #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) {
  .tab--production {
    display: none;
  }
}




.is-fixed {
  position: fixed !important;
}
.is-fixed .scroll-up {
  display: initial !important;
}
@media only screen and (min-width: 1200px) {
  .is-fixed .toolbar__main,
  .is-fixed .toolbar-menu {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-fixed {
    visibility: initial !important;
  }
}
.is-hidden {
  visibility: hidden;
}
.toolbar {
  border: 1px solid transparent;
  top: 16px;
  left: 0px;
  z-index: 100;
  background: #fff;
  width: calc(100% - 20px);
}


.toolbar__main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
 height: 74px;
padding: 10px;
}


.toolbar__main>*:not(:last-child) {
  margin-right: 6%;
}
.toolbar .menu-button {
  position: relative;
  flex: none;
  cursor: pointer;
  width: 44px;
  height: 30px;
}

.toolbar .menu-button ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}

.toolbar .menu-button li {
  background: #262626;
  height: 20%;
  border-radius: 3px;
}
.toolbar a.tab--site-link {
  border: 1px solid #808080;
}
.toolbar .block-scroll {
  width: 2em;
  height: 2em;
  border: 1px solid #fff;
}
.toolbar .scroll-up {
  display: none;
  width: 6em;
  cursor: pointer;
  flex: none;
  order: 2;
}
.toolbar-menu {
  display: none;
  flex: auto;
  text-align: center;
}
.toolbar-menu li {
  min-height: 50px;
  position: relative;
}
.toolbar-menu li.is-current, .toolbar-menu li:hover{
text-decoration: underline;
}
.toolbar-menu ul {
  width: 100%;
}
a.callme {
    position: fixed;
    top: 70%;
    right: 10px;
    width: 64px;
    height: 64px;
    background: url(../images/contacts.svg) no-repeat left center transparent;
    z-index: 1000;
    background-size: contain;
}
a.mailme {
    position: fixed;
    top: calc(70% + 84px);
    right: 10px;
    width: 64px;
    height: 64px;
    background: url(../images/preorder.svg) no-repeat left center transparent;
    z-index: 1000;
    background-size: contain;
}
@media only screen and (min-width: 600px) {
h1{margin-top: 40px;}
.lio .bg-slider {
    transform: scale(1.3) translate(0px, -100px);
}
}

@media only screen and (min-width: 600px) {
.sticker {
    width: 20%;
}
}
@media only screen and (min-width: 1024px) {
h1{margin-top: 40px;}
.lio .bg-slider {
    transform: scale(1.1) translate(0px, -360px);
}
.lio .header {
    margin-top: -320px;
  }
}
@media only screen and (max-width: 1199px) {
  .toolbar-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .toolbar{
    width: calc(100% - 90px);    
  }
  .toolbar-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 60px;

  }
.toolbar-menu li{
  padding: 0 10px;
}
.languages {
    position: fixed;
    top: 41px;
    left: calc(100% - 150px);
}
  .toolbar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .toolbar .tab--site-link,
  .toolbar .scroll-up,
  .toolbar .menu-button {
    display: none;
  }
  .toolbar .scroll-up{
    order: 1;
    transition: all 0.5s;
  }
   .toolbar .scroll-up.is-top-scroller-inactive {
    transform: scale(4.5) translate(40px, 29px);
}
.lio .bg-slider {
    transform: scale(1) translate(40%, -460px);
}
.lio .header {
    margin-top: 0;
    position: absolute;
    width: 40%;
    top: 260px;
}
.lio .best {
    position: absolute;
    top: 550px;
    left: 20px;
    right: 0;
    width: 40%;
}
.lio .magnet.nav-button {
    margin-top: -350px;
}
.magnet.history, .production .description, .magnet.description, .magnet.workflow, .order .work, .magnet.result {
    max-width: 1000px;
    margin: auto;
}
.stickers {
    margin: 40px auto 0;
    max-width: 800px;
}
.production .bg-slider, #order .bg-slider {
    width: 55vw;
    height: 55vw;
    transform: translate(-20%, 0);
}
section#contacts {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
section#production, .products__bottom, section#order {
    display: flex;
    align-items: center;
}
.production-text, .order-text {
    margin-left: -70px;
    max-width: 40vw;
}

.products__bottom-text{
 max-width: 40vw; 
 order:1;
}
.products__bottom img{
width: 55vw;
height: 55vw; 
order: 2;
transform: translate(100px, 10px);
}
.contacts__map > iframe {
    border-radius: 50%;
    width: 50vw;
    height: 50vw;
}
}
@media only screen and (min-width: 1440px) {
.toolbar .scroll-up.is-top-scroller-inactive {
    transform: scale(4.5) translate(52px, 29px);
}
.lio .magnet.nav-button {
    margin-top: -450px;
}
}
@media only screen and (min-width: 1680px) {
.lio .bg-slider {
    transform: scale(0.7) translate(40%, -860px);
}
.lio .header div, .lio .best .core {
    max-width: 600px;
}
.toolbar .scroll-up.is-top-scroller-inactive {
    transform: scale(4.5) translate(4vw, 29px);
}
.lio .magnet.nav-button {
    margin-top: -850px;
}
.production .bg-slider, #order .bg-slider {
    width: 50vw;
    height: 50vw;
}
.clients .logos ul {
    max-width: 1600px;
}
.clients .logos .logo__wrapper {
    width: 9.13em;
    height: 9.13em;
}
}
@font-face{
	font-family: 'NotoSans-Regular';
	font-style: normal;
	font-weight: normal;
  src: url(/assets/fonts/NotoSans-Regular.woff) format("woff");
}

@font-face{
  font-family: 'NotoSans-Medium';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/NotoSans-Medium.woff) format("woff");
}

@font-face{
  font-family: 'PlayfairDisplay-Regular';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/fonts/PlayfairDisplayRegular.woff) format("woff");
}