@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Montserrat:wght@400;700&display=swap');

body {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #030927;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

a,
a:hover {text-decoration: none}

h1 {
  font-size: 60px;
  font-family: "DM Serif Display", serif;
  color: #fff;
  /*text-shadow: 0 0 16px #030927;*/
}

h2 {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 29px
}

h3 {
  font-size: 20px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 0px
}

.client-page {color: #34432D}

.container-fluid {
  width: 970px;
  max-width: 87.872vw;
  padding-left: 0;
  padding-right: 0
}

.button {
  font-size: 13px;
  background: #030927;
  color: #fff;
  width: 190px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase
}

.button:hover {color: #fff}

.button-white {
  background: #fff;
  color: #030927;
  font-weight: 700
}

.button-white:hover {color: #030927}

.header {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 15px;
  z-index: 999;
  /*-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;*/
  position: relative;
  z-index: 9999
}

.header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .container-fluid .logo {
  margin-left: 65px;
  position: relative;
}

.header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.menu-link {
  color: #030927;
  margin-right: 50px
}

.menu-link:hover {
  color: #030927
}

.header__leng {
  padding-left: 50px;
  border-left: 1px solid #030927
}

.header__leng a{
  color:#000000;
}

.header__leng a.active{
  font-weight: bold;
  text-decoration: underline;
}

.leng-select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 17px;
  background: url("../img/down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none
}

.header.sticky {
  -webkit-box-shadow: 0px 2px 4px #00000025;
  box-shadow: 0px 2px 4px #00000025;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.menu__btn {
  cursor: pointer;
  display: none
}
.menu__row {
  width: 27px;
  height: 3px;
  background: #030927;
  display: block;
  margin-bottom: 4.5px
}

.main-screen {
  min-height: 568px;
  background: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  align-items: flex-start;
  margin-top: 60px;
}
.main-scxreen img {min-height: 568px;}

.articles {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-bottom: 60px
}
.articles__img {
  width: 100%;
  object-fit: cover
}
.articles__item-img-wrapper {
  position: relative;
  display: block
}

.client-home .articles__item-img-wrapper {
  height: 240px;
}

.notebook .articles__item-img-wrapper:after {
  content: "";
  display: block;
  /*padding-bottom: 100%;*/
}
.notebook .articles__item-img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  object-position: center;
}

.tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
}

.article-tags{
  position: absolute;
  padding: 15px 10px;
}
.article-tags .article-tag {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.articles__item {
  color: #030927;
  display: block;
  width: 100%
}

.articles__item h3 {
  margin-top: 2px;
  margin-bottom: 5px
}

.articles__item:hover {
  color: #030927
}

.articles__item-content {
  background: #fff;
  -webkit-transform: translateY(-37px);
  -ms-transform: translateY(-37px);
  transform: translateY(-37px);
  display: block;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 25px 20px 10px;
  -webkit-box-shadow: 0px 2px 4px #00000025;
  box-shadow: 0px 2px 4px #00000025
}

.articles__item-theme {
  background: #030927;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 11px
}

.article-item-text {
  margin-bottom: 17px;
  font-size: 12px
}

.article-item__date {
  color: #989898;
  font-size: 12px
}

.articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.articles-col-l {
  min-width: 350px;
  margin-left: 25px
}

.articles-col-l img {
  max-height: fit-content;
}

.articles-col-l .articles__item-content {
  padding-top: 12px
}

.articles-col-l .articles__item-theme {padding-right: 46px}

.articles-col-l h3 {
  margin-top: 26px;
  margin-bottom: 14.5px
}


.articles-col-s .articles__item-content {
  padding-top: 12px;
}

.articles-col-s .articles__item-content h3 {
  margin-top: 26px;
}

.articles-col-l .article-item-text {margin-bottom: 27px}

.items-section {
  background: #F0F5F8;
  padding-top: 33px;
  padding-bottom: 23px
}

.items-section h3 {margin-bottom: 6px}
.item {max-width: 176px}
.item p {font-size: 12px}

.favorite .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px
}
.favorite__item {
  width: 100%;
  height: 305px;
  background: url("../img/favorite-bg.png");
  background-size: cover;
  padding-right: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.favorite__content {
  height: 100%;
  width: 420px;
  background: #030927;
  padding: 37px 24px;
  color: #fff
}
.favorite__title {
  font-size: 40px;
  font-family: "DM Serif Display", serif
}
.favorite__text {
  font-size: 15px
}

/***** CONTACT *****/
.contact-section .container-fluid {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  margin-bottom: 60px
}

.contact-section .container-fluid:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #808392;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.contact-section .container-fluid:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #808392;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0
}

.contact-section__content {
  width: 635px;
  max-width: 100%;
  background: #030927;
  padding: 55px 64px 48px 50px;
  color: #fff
}

.contact-section__wrapper {
  height: 100%;
  /*border-right: 1px solid #fff;*/
  max-width: 438px;
  padding: 40px 50px 40px 0
}

.contact-section__wrapper::after {
  content: "";
  width: 1px;
  height: 67%;
  background: #FFF;
  position: absolute;
  right: 48%;
  top: 16%;
}

.contact-section__wrapper h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

.contact-section__text {
  font-size: 15px
}

.contact-section__content-wrapper {
  position: relative
}

.contact-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px)
}

.contact-section__call-to-action {
  padding-top: 40px;
  padding-left: 65px
}

.contact-section__call-to-action h2 {
  margin-bottom: 0
}

.contact-section__content-wrapper .controls{
  position:absolute;top:40%;z-index:10;
}
.contact-section__content-wrapper .controls.prev{
  left:-13px;
}
.contact-section__content-wrapper .controls.next{
  right:-13px;
}

.contact-section .double-establishments .establishment{
  width: 460px;margin:0 auto;
}
.contact-section .double-establishments .establishment .image-wrapper img{
  object-fit:cover;
  width: 100%;
}
.contact-section .double-establishments .establishment .content{
  padding:30px 15px 20px 30px;
}
.contact-section .double-establishments .establishment .content .information{
  padding:5px 0;
}
.contact-section .double-establishments .establishment .content .icon{
  display:inline-block;
  width:20px;
  text-align: left;
  padding-right: 25px;
}




/* SLIDER */

.contact-section .slider-establishments .establishment {
  /*width: 200px;height:10px;display:inline-block;*/
  margin:0 13px 0 12px;
}

/*.slider-establishments .test{
  background-color:#FFA54E;
  margin:12px;
}*/

.contact-section .slider-establishments .establishment .image-wrapper img{
  object-fit:cover;
  width: 100%;
}
.contact-section .slider-establishments .establishment .content{
  padding:30px 15px 20px 30px;
}
.contact-section .slider-establishments .establishment .content .information{
  padding:5px 0;
  height: 60px;
}

.contact-section .slider-establishments .establishment .content .icon{
  display:inline-block;
  width:20px;
  text-align: left;
  padding-right: 25px;
}

/*******************/

.call-to-action__text {
  font-size: 12px;
  margin-bottom: 20px;
  max-width: 550px;
}

.clients {
  position: relative;
  padding-top: 38.5px;
  padding-bottom: 38.5px
}

.clients .container-fluid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.clients:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 61%;
  background: #F0F5F8;
  border-radius: 1px
}

.clients__text {
  font-size: 15px
}

.clients__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.prev {
  margin-right: 38px
}

.prev,
.next {
  cursor: pointer
}

.slider-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 35px
}

.slider-item__img {
  width: 100%;
  padding: 15px;
  position: relative
}

.slider-item__img img {
  width: 100%
}

.slider-logo-wrapper {
  width: 114px;
  height: 114px;
  background: rgba(4, 11, 48, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slider-logo-wrapper img { max-width: 80%}
.clients { overflow: hidden}
.slider-wrapper { margin-right: -23vw}
.slider { margin-left: -15px}
.slider-content {
  width: 945px;
  max-width: 84.872vw;
  margin: 0 auto
}
.slider-item { outline: none}

.tags {
  padding-top: 90px;
  padding-bottom: 80px
}
.tags__text-wrapper {
  background-color: #030927;
  border-radius: 1px;
  min-height: 100%
}
.tag-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: left;
}
.tags__text-content {
  color: #fff;
  padding: 22px 40px
}
.tags__text-content h2 {
  max-width: 280px;
  margin-bottom: 20px
}
.tags__sab-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px
}
.tags__text {
  font-size: 15px;
  margin-bottom: 25px
}
.tags__content {
  width: 100%;
  background: #F0F5F8;
  border-radius: 1px;
  padding: 34px 16px 50px 16px;
  min-height: 100%
}
.tags__content h2 {
  max-width: 357px;
  margin-bottom: 47px
}
.tag-item {
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 12px;
  margin-right: 10px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px
}
.tags-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tag-img-wrapper {
  width: 100%;
  height: 132px;
  overflow: hidden
}

.discover {
  padding-bottom: 90px
}
.discover__content {
  width: 100%;
  background: #030927;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}
.discover__text-content {
  width: calc(100% - 305px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.discover-img { min-width: 305px}
.discover__title {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  max-width: 380px;
  line-height: 1.2
}
.discover__text { max-width: 480px}
.discover__text p {
  font-size: 15px;
  margin-top: 10px
}

.instagram {
  background: #F8F2EF;
  padding-top: 50px;
  padding-bottom: 65px;
  margin-bottom: 60px
}
.instagram h2 { text-align: center}

.post-item { padding: 5px}
.post-item img { width: 100%}

.footer {
  background: #030927;
  padding-top: 22px;
  /*padding-bottom: 27px;*/
  color: #fff;
  height: 90px;
}
.footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.footer-menu a {
  color: #fff;
  display: block;
  margin-left: 50px;
  font-size: 15px;
  white-space: nowrap
}
.footer-line {
  width: 100%;
  background: #fff;
  height: 1px;
  margin-left: 50px
}

.main-screen.main-screen--client {
  background: url("../img/clients-bg.png");
  background-position: center
}

.header--client {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}

.header--client .header__leng {
  padding-left: 17.5px
}
.header--client img.center-logo {
  height: 60px
}

.page-menu__content {
  background: #fff;
  height: 70px;
  -webkit-box-shadow: 0px 2px 24px #0309271A;
  box-shadow: 0px 2px 24px #0309271A;
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding-left: 130px;
  padding-right: 130px;
  /*-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s*/
}

.page-menu__link {
  font-size: 25px;
  font-family: "DM Serif Display", serif;
  position: relative;
  color: #000;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-menu__link:hover {
  color: #000
}

.down-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  left: 10px;
  top: 2px
}

.page-menu-single {
  position: fixed;
  z-index: 999;
  top: -100px;
  width: 100%;
}

.page-menu.sticky,
.page-menu-single.sticky {
  top: 60px;
}

.page-menu.sticky .page-menu__content,
.page-menu-single.sticky .page-menu__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.sab-menu {
  position: absolute;
  /*top: 103%;*/
  top: 69px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 208px;
  padding: 13px 28px;
  -webkit-box-shadow: 0px 2px 24px #0309271A;
  box-shadow: 0px 2px 24px #0309271A;
  display: none;
  z-index: 9999
}

.sab-menu a {
  font-size: 18px;
  color: #000;
  font-family: "DM Serif Display", serif;
  display: block;
}

.page-menu__link:hover .sab-menu {
  display: block
}

.articles-section {
  padding-top: 0px
}

.articles-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px
}

.articles-section__header-content {
  max-width: 600px
}

.articles-section__header-content h2 {
  margin-bottom: 5px
}

.button--transparent {
  background: transparent;
  color: #34432D;
  border: 1px solid #34432D;
  font-weight: 700
}

.button--transparent:hover {
  color: #34432D
}

.client-page .articles__item {
  color: #34432D
}

.client-page .article-item-text {
  font-size: 15px;
  margin-bottom: 7px
}

.client-page .article-item__date {
  font-size: 10px;
}

.contact-section--green .contact-section__content {
  background: #34432D;
  padding-bottom: 30px
}

.contact-section--green .contact-section__wrapper {
  padding-bottom: 10px;
  padding-top: 10px
}

.contact-section--green .button {
  margin-bottom: 20px
}

.button img {
  padding-right: 15px
}

.button-white--black {
  color: #000;
  font-weight: 400
}

.contact-info {
  font-size: 12px;
  color: #fff
}

.contact-img__logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100px;
  height: 100px;
  background: rgba(52, 67, 45, 0.9);
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-img__logo img {
  width: 50px;
  height: 50px;
}

.button.button--green {
  background: #34432D;
  border: none
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px
}

.form input {
  height: 100%;
  outline: none
}

.form .input {
  width: 260px;
  margin-right: 20px;
  display: block;
  border: 1px solid #34432D;
  padding: 0 16px
}

.form .input:focus::-webkit-input-placeholder {
  color: transparent
}

.form .input:focus::-moz-placeholder {
  color: transparent
}

.form .input:focus:-ms-input-placeholder {
  color: transparent
}

.form .input:focus::-ms-input-placeholder {
  color: transparent
}

.form .input:focus::placeholder {
  color: transparent
}

.beauty {
  text-transform: uppercase;
  font-size: 11px
}

.articles__item-content--green .articles__item-content {
  background: #34432D;
  /*padding: 22px 23px;*/
  color: #fff
}

.articles__item-content--green .article-item__date {
  color: #fff
}

.footer-button {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 76px;
  padding-top: 35px;
}

.footer-button .button--green {
  font-weight: 600;
  text-transform: none
}

.social-section {
  padding-bottom: 75px
}

.social-section .container-fluid {
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social__content {
  width: calc(100% - 399px);
  background: #34432D;
  padding: 40px 77px;
  color: #fff
}

.social__content-wrapper {
  height: 100%;
  border-left: 1px solid #fff;
  height: 100%;
  padding-left: 47px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social__content-container {
  width: 345px;
  max-width: 100%
}

.social__content-container h2 {
  font-size: 24px;
  margin-bottom: 8px
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 20px
}

.social-icon img {
  max-width: 100%
}

.social-icon:last-child {
  margin-right: 0
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.notebook {
  background: rgba(52, 67, 45, 0.2);
  padding-top: 57px;
  padding-bottom: 76px;
  margin-bottom: 60px
}

.notebook .col-md-6,
.notebook .col-md-4 {
  /*margin-bottom: 20px*/
}

.notebook .articles__item.notebook__item {
  -webkit-box-shadow: none;
  box-shadow: none
}

.notebook .articles__item.notebook__item .articles__item-content {
  /*-webkit-box-shadow: none;
  box-shadow: none*/
}

.notebook-title {
  font-family: "DM Serif Display", serif;
  font-size: 60px
}

.notebook__header-content {
  max-width: 480px
}

.notebook__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px
}

.notebook__header p {
  margin-bottom: 0
}

.notebook__header .button {
  width: 225px
}

.notebook__item {
  min-height: 100%;
  background: #fff
}

.notebook__item .articles__item-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 35px;
  padding-bottom: 13px
}

.notebook__item .articles__item-content h3 {
  font-size: 25px
}

.notebook__item .articles__item-content .article-item-text {
  font-size: 12px
}

.next-arrow {
  background: #34432D;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.notebook__sub-title {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: -20px
}

.notebook__sub-title span {
  font-weight: 600
}

.notebook__footer {
  font-size: 11px;
  color: #D98612;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.notebook__footer img {
  display: block;
  margin-right: 8px
}


.notebook .tag {
  position: absolute;
  top: 14px;
  left: 28px;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 14px;
  font-size: 11px;
  border-radius: 20px
}

.button.button--green {
  text-transform: none
}

.main-screen--articles {
  /*min-height: auto;*/
  min-height: 315px;
  padding-top: 64px;
  padding-bottom: 95px;
  background: url("../img/articles-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 60px;
}

.articles__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}

.articles__tab {
  margin-right: 16px;
  width: auto;
  min-width: 137px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #34432D;
  cursor: pointer;
  font-size: 17px;
  padding: 5px 20px;
  color: #34432D;
}

.articles__tab.active {
  background: #34432D;
  color: #fff
}

.articles__tab-item {
  display: none
}

.articles__tab-item:first-child {
  display: block
}

.page-menu-single.page-menu-article {
  -webkit-box-shadow: 0px 2px 24px #0309271A;
  box-shadow: 0px 2px 24px #0309271A;
  background: #fff;
  box-shadow: 0px 2px 24px #0309271A
}

.page-menu-single.page-menu-article .page-menu__content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.header.header--client.header--client-single-article {
  -webkit-box-shadow: 0px 2px 24px #0309271A;
  box-shadow: 0px 2px 24px #0309271A
}

.single-article {
  padding-top: 130px
}

.single-article__img-wrapper {
  position: relative
}

.single-article__img-wrapper img {
  width: 100%;
}

.single-article__img-wrapper .button {
  position: absolute;
  right: 27px;
  bottom: 20px;
  color: #34432D;
  cursor: pointer
}

.single-article__img-title {
  text-align: center;
  font-size: 12px;
  color: #989898;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.button.gallery-btn {
  text-transform: initial
}

.article-tag {
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(52, 67, 45, 0.2);
  margin-bottom: 9px;
  display: inline-block;
  padding: 5px 4%;
}

.single-article__text-content {
  width: 656px;
  margin: 0 auto;
  max-width: 84.872vw
}

.single-article__text-content h1,
.single-article__text-content h2 {
  font-size: 28px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-article__text-content p {
  margin-bottom: 36px
}

.sub-theme {
  font-size: 25px;
  margin-bottom: 19px
}

.single-article__sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px
}

.single-article-images .col-md-6 img {
  width: 100%
}

.modal-window {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999
}

.gallery-slider {
  width: 813px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100vh
}

.gallery-slider p {
  color: #fff;
  margin-top: 50px
}

.gallery-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px
}

.gallery-slider__wrapper img {
  max-height: calc(100vh - 250px)
}

.gallery-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999
}

.gallery-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999
}

.modal-window__content {
  position: relative;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-menu__link.active {
  border-bottom: 3px solid #34432D;
  /*width: 30%;*/
}

.notebook__item:hover {
  background: #fff
}

.notebook__item:hover .articles__item-content {
  background: #fff;
  color: #34432D
}

.notebook--white {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0
}

/* .only-section {margin-bottom: 30px} */

.banner {
  width: 100%;
  margin-bottom: 48px
}

.banner img {
  width: 100%
}

.articles-section--notebook {
  padding-top: 0
}

.articles__tabs--notebook {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.articles__tabs--notebook .articles__tab {
  margin-bottom: 13px
}

.notebook-label {
  background: rgba(52, 67, 45, 0.2);
  height: 50px;
  width: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: "DM Serif Display", serif
}

.notebook-label img {
  display: block;
  margin-right: 13px
}

.notebook-about {
  padding-bottom: 80px
}

.notemook-image {
  width: 50%;
  object-fit: cover;
}

.notebook-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 340px;
}

.notebook-about-content {
  width: 50%;
  background: #34432D;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.notebook-about-content-text {
  max-width: 370px
}

.notebook-about__title {
  font-size: 40px;
  font-family: "DM Serif Display", serif
}

.mobile-link {
  display: none
}

.notebook-contact {
  padding-bottom: 90px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.notebook-contact__image {
  width: 57%;
  background: url("../img/notebook-contact.png");
  min-height: 564px;
  background-size: cover;
  position: relative
}

.notebook-contact__content {
  width: 43%;
  background: #34432D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-left: 73px;
  position: relative
}

.notebook-contact__content-wrapper {
  max-width: 400px
}

.notebook-contact__sub-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 13px
}

.notebook-contact__sub-title span {
  font-weight: 700
}

.notabook-contact__title {
  font-size: 35px;
  font-family: "DM Serif Display", serif;
  margin-bottom: 13px
}

.notebook-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px
}

.notebook-contact__label svg, 
.notebook-contact__label img {
  display: block;
  margin-right: 11px
}

.notebook-contact__row {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.notebook-contact__row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 25px 5px 0;
  font-size: 12px;
  color: #fff
}

.notebook-contact__row a svg, 
.notebook-contact__row a img {
  display: block;
  margin-right: 10px
}

.notebook-contact__row a:last-child {
  margin-right: 0
}

.notebook__arrow {
  background: #fff;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer
}

.notebook-contact__tag {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 33px;
  padding: 8px 20px
}

.notebook-only__articles {
  padding-top: 40px;
  padding-bottom: 70px
}

.articles__item-content--green-2 .articles__item-content {
  padding-top: 17px;
  padding-bottom: 18px;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px)
}

.notebook-only-contact {
  padding-top: 130px;
  margin-bottom: 50px;
}

.notebook-only-contact .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.notebook-only-contact__img {
  width: 50%;
  background: url("../img/notebook-only-contact.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 564px;
}

.notebook-only-contact__content {
  width: 50%;
  background: rgba(52, 67, 45, 0.2);
  padding: 48px 30px 24px 30px
}

.notebook-only__button {
  background: #34432D;
  width: auto;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 40px;
  padding: 0 15px;
}

.notebook-contact__row--green {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #34432D;
  border-bottom: 1px solid #34432D;
  margin-bottom: 34px
}

.notebook-contact__row--green a {
  color: #34432D;
  font-size: 15px;
}

.notebook-contact__row--green a:last-child {
  width: 100%;
}

.notebook-contact__row.notebook-contact__row--green i.fas {margin-right: 8px;}

.video-section {
  padding-top: 49px;
  padding-bottom: 57px
}

.video-section .col-md-3 {
  margin-bottom: 21px
}

.video-section .col-md-3 .photo-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.video-item {
  position: relative;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer
}

.only-section__item {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.only-section__item svg, 
.only-section__item img {
  display: block;
  margin-right: 10px
}

section.know-for {margin: 20px 0 50px;}

.know-for__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.know-for__item {
  display: inline-flex;
  margin-right: 8px;
  background: rgba(52, 67, 45, 0.2);
  margin-bottom: 10px;
  padding: 5px 26px;
  border-radius: 35px
}

.label__item {
  background: rgba(52, 67, 45, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 26px;
  margin-bottom: 12px
}

.label__item svg, 
  .label__item img {
  display: block;
  margin-right: 24px
}

.labels-section {
  /*padding-top: 57px;*/
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.kiosk-section {
  padding-bottom: 44px
}

.kiosk-slider__wrapper {
  background: #353535;
  border-radius: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.kiosk-slider-content {
  width: 686px;
  max-width: 84.872vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.kiosk-slider {
  width: 100%
}

.kiosk-slider img {
  display: block;
  margin: 0 auto
}

.prev-btn,
.next-btn {
  cursor: pointer;
  display: none
}

.prev-btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%)
}

.next-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%)
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(27, 27, 27, 0.72);
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto
}

.popup__content {
  width: 945px;
  height: 516px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%
}

.popup__content h2 {
  text-align: center;
  margin-bottom: 30px
}

.popup__content .label__item {
  margin-bottom: 37px
}

.popup__img {
  width: 56%;
  height: 100%;
  background: url("../img/popup-bg.png");
  background-size: cover
}

.popup__img2 {
  height: 100%;
  background: url("../img/popup.png");
  background-size: cover;
  background-position: center center;
}

.popup__wrapper-cupon {
  padding: 55px 65px 55px 47px
}

.popup__wrapper {
  width: 44%
}

.popup-form .input-text,
.popup-form .button {
  width: 100%;
  margin-bottom: 28px
}

.popup-form .input-text {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #34432D;
  padding-bottom: 6.5px;
  padding-top: 6.5px;
  outline: none
}

.popup-form .input-text:focus::-webkit-input-placeholder {
  color: transparent
}

.popup-form .input-text:focus::-moz-placeholder {
  color: transparent
}

.popup-form .input-text:focus:-ms-input-placeholder {
  color: transparent
}

.popup-form .input-text:focus::-ms-input-placeholder {
  color: transparent
}

.popup-form .input-text:focus::placeholder {
  color: transparent
}

.popup-form .button.button--green {
  font-weight: 600;
  width: 180px
}

.form-label {
  font-weight: 700;
  margin-bottom: 5px
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer
}

.button--green {
  width: 100%
}

.popup__buttons {
  max-height: 340px;
  overflow: scroll;
}

.popup__buttons .button {
  margin-bottom: 19px
}

.contact-section__call-to-action--client {
  padding-left: 0
}

.contact-section__call-to-action--client .button--green {
  width: 114px
}

.contac-button-wrapper .button {
  text-transform: none;
}

.articles__img {
  max-height: 376.7px
}

.footer-button .button {
  width: 180px
}

.notebook-credits { 
  font-size: 11px;
  margin-top: 20px;
}


.articles__item-content-notebook {
  -webkit-box-shadow: none;
  box-shadow: none
}

.notebook .notebook__item {
  -webkit-box-shadow: 0px 2px 4px #00000025;
  box-shadow: 0px 2px 4px #00000025
}

.contact-section--article .container-fluid {
  margin-bottom: 25px
}

.modal-window {
  display: none
}

.page-menu.sticky,
.page-menu-single.sticky {
  -webkit-box-shadow: 0px 2px 24px #0309271A;
  box-shadow: 0px 2px 24px #0309271A;
  background-color:#FFF;
}

.page-menu.sticky .container-fluid,
.page-menu-single.sticky .container-fluid {
  -webkit-box-shadow: none;
  box-shadow: none
}

.page-menu.sticky .page-menu__content,
.page-menu-single.sticky .page-menu__content {
  -webkit-box-shadow: none;
  box-shadow: none
}

.articles__item-green .articles__item-content {
  background: #34432D;
  color: #fff
}


.modal-box .inner .body>.row {
  max-height: 400px;
  overflow: scroll;
}

@media only screen and (max-width: 1200px) {
  .main-screen.main-screen--client {
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 38vw
  }
  .notebook-contact__content { padding-left: 40px }
}

@media only screen and (max-width: 1140px) {
  .contact-section__wrapper {
    max-width: 350px;
    padding-right: 20px
  }
  .notebook-contact__image { width: 50% }
  .notebook-contact__content { width: 50% }
  .articles__img { max-height: 33vw }
}

@media only screen and (max-width: 992px) {
  .articles-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .articles-col-l { margin-left: 0 }
  .favorite__item { padding-right: 0px }
  .contact-section .contact-img {
    position: static;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    margin-top: -125px
  }
  .contact-section__content {width: 100%}
  .contact-section__wrapper {
    max-width: 100%;
    border-right: none;
    padding-right: 0
  }
  .contact-section__content {
    padding-bottom: 130px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
  }
  .contact-section .container-fluid {
    max-width: 100%;
    width: 100%
  }
  .contact-section__wrapper {
    max-width: 84.872vw;
    margin: 0 auto
  }
  .contact-img {
    max-width: 84.872vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .contact-section__call-to-action { padding-top: 0 }
  .contact-section__call-to-action {
    max-width: 84.872vw;
    margin: 0 auto
  }
  .clients:before { width: 74% }
  .discover__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .discover__text-content {
    padding-top: 26px;
    padding-bottom: 26px
  }
  .discover-img { min-width: 100% }
  .discover__text { max-width: 100% }
  .discover__text-content {
    width: 90%;
    margin: 0 auto
  }
  .tags { overflow: hidden }
  .page-menu__content {
    padding-left: 25px;
    padding-right: 25px
  }
  .contact-im { position: relative }
  .social__content { padding: 40px 25px }
  .social-img { width: 50% }
  .social__content { width: 50% }
  .articles-section__header--notebook {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .notebook-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: initial;
  }
  .notemook-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .notebook-about-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 40px;
    padding-bottom: 30px
  }
  .notebook-about-content-text { max-width: 84.872vw }
  .notebook-about { padding-bottom: 20px }
  .notebook-about .container-fluid { max-width: 100% }
  .notebook-contact__image { width: 100% }
  .notebook-contact__content {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px
  }
  .notebook-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .notebook__arrow {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
  }
  .notebook-contact__content-wrapper { max-width: 84.872vw}
  .notebook-contact {
    padding-bottom: 30px;
    padding-top: 0
  }
  .kiosk-slider img { max-width: 65%}
  .kiosk-slider__wrapper { max-width: 100%}
  .popup__content { width: 100%}
  .popup__img { display: none}
  .popup__content {
    max-width: 84.615vw;
    height: auto
  }
  .popup__wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .popup-form .button.button--green { margin: 0 auto }
  .contact-section__call-to-action h2 {
    /*margin-bottom: 10px;*/
    margin-top: 30px
  }
  .contact-section__call-to-action { padding-left: 0 }

  .contact-section__wrapper::after { display: none; }


}

@media only screen and (max-width: 768px) {
  .header__menu-wrapper {display: none}
  .logo img {width: 130px}
  .menu__btn {display: block}
  .menu__row {
    /*-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s*/
  }
  .menu__btn.active .menu__row:last-child {display: none}
  .menu__btn.active .menu__row:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .menu__btn.active .menu__row:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0;
    position: relative;
    top: 3px
  }
  h1 {
    font-size: 40px;
    max-width: 326px;
    margin: 0 auto
  }
  .main-screen {
    min-height: 757px;
    background: url("../img/main-bg-mobile.png");
    background-size: cover;
    background-repeat: no-repeat
  }
  .main-screen .container-fluid {
    max-width: 98%
  }
  .articles__item-theme { font-size: 14px }
  .articles__item h3 br { display: none }
  h3 { font-size: 22px }
  .articles__item-content { width: calc(100% - 26px) }
  .article-item-text { font-size: 15px }
  .articles__item { margin-bottom: 10px }
  .articles-col-l { min-width: auto }
  .articles {
    padding-top: 30px;
    padding-bottom: 0
  }
  .header__menu-wrapper {
    position: absolute;
    top: 99%;
    background: #fff;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px #00000025;
    box-shadow: 0px 2px 4px #00000025;
    padding-bottom: 50px;
    padding-top: 20px
  }
  .header {
    position: relative;
    font-size: 20px
  }
  .menu-link {
    margin-right: 0;
    margin-bottom: 30px;
    display: block
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .header__leng { padding-left: 0 }
  .menu,
  .header__leng {
    width: 84.872vw;
    margin: 0 auto;
    border-left: none
  }
  .item { margin-bottom: 30px }
  .items-section { padding-bottom: 0 }
  .favorite__item {
    min-height: 650px;
    background: url("../img/favorite-mobile.png");
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
    padding-top: 70px
  }
  .favorite__content {
    width: 100%;
    height: auto
  }
  .favorite .container-fluid {max-width: 100%}
  .contact-img img {
    width: 282px;
    max-width: 100%
  }
  .contact-section .container-fluid:before,
  .contact-section .container-fluid:after {
    width: 84.872vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .favorite .container-fluid { padding-bottom: 40px }
  .contact-section .container-fluid {
    padding-bottom: 37px;
    margin-bottom: 37px;
    padding-top: 37px
  }
  .slider-logo-wrapper {
    width: 82px;
    height: 82px
  }
  .slider-item__img { padding: 5px }
  .slider { margin-left: 0px }
  .clients:before { width: 100% }
  .clients .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .clients__buttons {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 10px
  }
  .slider-wrapper { padding-top: 20px }
  .tags { padding-top: 79px }
  .tags .container-fluid { max-width: 100% }
  .tag-img-wrapper { height: auto }
  .tags__text-content {
    padding: 0 0;
    padding-top: 30px;
    max-width: 84.872vw;
    margin: 0 auto
  }
  .tags__content {
    padding: 0 0;
    padding-top: 30px;
    padding-bottom: 45px
  }
  .tags__content-wrap {
    max-width: 84.872vw;
    margin: 0 auto
  }
  .discover__title { font-size: 30px }
  .discover__text p { font-size: 14px }
  .instagram { margin-bottom: 0 }
  .instagram .container-fluid { max-width: 100% }
  .footer-line {display: none }
  .footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer-menu { margin-top: 21px }
  .footer-menu a { margin-left: 0 }
  .footer-menu a:last-child { margin-left: 36px }
  .header--client {
    -webkit-box-shadow: 0px 2px 4px #00000025;
    box-shadow: 0px 2px 4px #00000025
  }
  .header--client .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header--client .header__leng {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0
  }
  .header--client .logo img { max-width: 42px }
  .center-logo { width: 70px }
  .page-menu.sticky,
  .page-menu-single.sticky {
    top: 60px;
    -webkit-box-shadow: 0px 2px 4px #00000025;
    box-shadow: 0px 2px 4px #00000025
  }
  .page-menu-single.page-menu-article {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .header.sticky {
    -webkit-box-shadow: 0px 2px 4px #00000025;
    box-shadow: 0px 2px 4px #00000025
  }
  .page-menu__link { font-size: 18px }
  .page-menu__content {
    padding-left: 17px;
    padding-right: 17px;
    height: 60px
  }
  .main-screen--client {
    /*border-bottom: 1px solid #707070*/
  }
  .page-menu.sticky .container-fluid {
    width: 100%;
    max-width: 100%
  }
  .down-arrow {
    height: 8px;
    left: 5px
  }
  .sab-menu {
    width: 116px;
    padding: 12px 17px
  }
  .sab-menu a { font-size: 14px }
  .articles-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px
  }
  .contact-img__logo {
    width: 92px;
    height: 92px
  }
  .contact-img__logo img { max-width: 60% }
  .contact-section--green .contact-section__content {
    padding-bottom: 135px
  }
  .contac-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .contact-section--green .button {
    width: 150px;
    padding-left: 3px;
    padding-right: 3px
  }
  .button img {
    padding-right: 5px
  }
  .contact-info {
    padding-left: 30px;
    line-height: 16px;
  }
  .form .input {
    width: 100%;
    margin-right: 10px
  }
  .contact-section--green .contact-section__content {
    padding-top: 33px
  }
  .contact-section--green .call-to-action__text {
    margin-bottom: 16px
  }
  .contact-section--green .contact-section__call-to-action {
    padding-top: 16px
  }
  .contact-section--green .contact-section__wrapper h2 {
    font-size: 25px
  }
  .social-section .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0
  }
  .social-img {
    width: 100%;
    max-width: 84.872vw;
    position: relative;
    z-index: 1
  }
  .social__content { width: 100% }
  .social__content {
    padding: 0;
    padding-top: 58px;
    -webkit-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    transform: translateY(-37px)
  }
  .social__content-wrapper {
    border-left: none;
    padding: 0
  }
  .social__content-container {
    width: 84.872vw;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid #fff;
    padding-bottom: 42px
  }
  .social-section { padding-bottom: 50px }
  .notebook-title {font-size: 30px}
  .notebook__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .notebook__header .button { margin-top: 13px }
  .notebook {
    /*padding-bottom: 38px;*/
    padding-top: 47px
  }

  .notebook.une { margin-bottom: 0}
  .main-screen--articles {
    min-height: 310px;
    background: url("../img/articles-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
  .single-article .container-fluid { max-width: 100% }
  .single-article__img-wrapper .button {
    right: 30px;
    bottom: 10px;
    width: 110px
  }
  .single-article { padding-top: 0 }
  .single-article-images {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
  }
  .single-article-images .col-md-6 {
    padding-left: 0;
    padding-right: 0
  }
  .modal-window { overflow-y: auto }
  .gallery-slider__wrapper { padding-top: 0 }
  .modal-window__content {
    width: 100%;
    max-width: 100%
  }
  .gallery-slider { width: 100vw }
  .gallery-slider img {
    width: 100vw;
    height: auto;
    max-height: 1000px
  }
  .gallery-slider p {
    margin-top: 0;
    max-width: 84.872vw;
    margin: 0 auto;
    -webkit-transform: translateY(-10vw);
    -ms-transform: translateY(-10vw);
    transform: translateY(-10vw)
  }
  .slider-image { position: relative }
  .slider-image:before {
    content: '';
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000)) 0% 0%;
    background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0%;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0%;
    width: 100%;
    height: 30vw;
    position: absolute;
    bottom: 0;
    left: 0
  }
  .gallery-prev,
  .gallery-next { z-index: 999 }
  .gallery-prev img,
  .gallery-next img { width: 23px }
  .gallery-prev {
    -webkit-transform: translateX(100%) translateY(-150%);
    -ms-transform: translateX(100%) translateY(-150%);
    transform: translateX(100%) translateY(-150%)
  }
  .gallery-next {
    -webkit-transform: translateX(-100%) translateY(-150%);
    -ms-transform: translateX(-100%) translateY(-150%);
    transform: translateX(-100%) translateY(-150%)
  }
  .notebook-contact__row a { margin-right: 10px }
  .notebook-contact__row a img { margin-right: 5px }
  .notebook-contact__row a:last-child { margin-right: 0 }
  .notebook-only-contact .container-fluid {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*-ms-flex-direction: column;
    flex-direction: column*/
  }
  .notebook-only-contact__img { width: 50% }
  .notebook-only-contact__content { width: 50% }
  .video-section .col-md-3 { display: none }
  .video-section .col-md-3:first-child,
  .video-section .col-md-3:nth-child(2),
  .video-section .col-md-3:nth-child(3),
  .video-section .col-md-3:nth-child(4) {
    display: block
  }
  .only-section { padding-top: 0 }
  .video-section { padding-bottom: 10px }
  .contact-section__call-to-action .button { width: 100%}
  .call-to-action__text { margin-bottom: 25px }
  .favorite .container-fluid { padding-top: 25px }
  .slider-item {
    position: relative;
    left: 17vw
  }
  .instagram { margin-bottom: 70px }
  .contact-section__call-to-action--client {
    padding-left: 0
  }
  .contact-section__call-to-action--client .button--green {
    width: 180px
  }
  .articles__img { max-height: 100% }

  .single-article__img-wrapper{
    margin-top:120px;
  }
}

@media only screen and (max-width: 480px) {
  html{
    overflow-x: hidden;
  }
  body{
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }
  .header .container-fluid .logo { margin-left: 0; }
  .main-screen.main-screen--client {
    background: url("../img/clients-bg-mobile.png");
    background-size: 100%;
    min-height: 170vw;
    margin-top: 60px;
  }
  .articles__tab {
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 0;
    min-width: 150px;
  }
  .articles__tab.col-sx-6 { margin-bottom: 10px; }
  .articles-section__header.article-page { padding-bottom: 0px }
  .single-article__text-content h2 { font-size: 20px }
  .articles__tabs--notebook {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
    margin-bottom: 0
  }
  .articles__tabs--notebook .articles__tab {
    width: 48%;
    margin-right: 0
  }
  .mobile-link {
    font-size: 11px;
    color: #34432D;
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 37px;
    padding-top: 15px
  }
  .notebook-contact__image { min-height: 400px }
  .notabook-contact__title { font-size: 30px }
  .notebook-contact__row--green a {
    margin-right: 5px;
    font-size: 12px
  }
  .notebook-contact__row--green a .notebook-contact__sub-title {
    font-size: 12px
  }
  .notebook-only-contact__content p { font-size: 12px }
  .notebook-only-contact .container-fluid {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .notebook-only-contact__img { width: 100% }
  .notebook-only-contact__content { width: 100% }
  .client-home .articles__item-img-wrapper {height: 280px;}

  .articles__tabs .articles__tab { display: none;}
  .articles__tabs .articles__tab.visible { display: flex;}
  .articles__tabs .articles__tab:nth-child(1),
  .articles__tabs .articles__tab:nth-child(2),
  .articles__tabs .articles__tab:nth-child(3),
  .articles__tabs .articles__tab:nth-child(4){ display: flex;}

  /* REDITE BS5  */
  .g-5, .gy-5 {
   --bs-gutter-y: 2rem;
  }

  .notebook .container-fluid {max-width: 80vw;}

  .notebook .col-md-6, .notebook .col-md-4 {
     margin-bottom: 30px; 
  }

  .notebook {
    /* padding-bottom: 38px; */
    padding-top: 0;
    margin-bottom: 0;
  }

  .notebook.une {
    margin-bottom: 40px;
  }


  .popup__content {max-width: 100vw; }
  .modal-box .inner {width: 100%!important;}
  .popup-close {    
    /*right: 88px;  */
  }

  .sab-menu {
    width: 150px;
    left: 70%;
    top: 60px;
  }

  .header--client img.center-logo {width: auto;}

  .leng-select {font-size: 14px;}

  .notebook-title {
    padding: 20px 0 10px;
  }

}


@media only screen and (max-width: 640px) {
  .notebook-about { padding-bottom: 40px }
}




@media only screen and (max-width: 380px) {
  .favorite__item { padding-top: 40px }
  .notebook-contact__row a {font-size: 11px}
}

@media only screen and (max-width: 340px) {
  h1 { font-size: 38px }
  .favorite__item { padding-top: 20px }
  .notebook-contact__row a { font-size: 10px }
}