@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*Обнуление*/
* { padding: 0; margin: 0; border: 0; }

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

:focus, :active { outline: none; }

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

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

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

input, button, textarea { font-family: "Montserrat"; }

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

button { cursor: pointer; }

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

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

a:hover { text-decoration: none; }

ul li { list-style: none; }

img { vertical-align: top; }

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

/*--------------------*/
body._lock { overflow: hidden; }

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

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/*•••••••••• HEADER •••••••••• */
.header__container { position: relative; }

.header__body { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; 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; padding: 30px 20px; }

@media (max-width: 1292px) { .header__body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.header__logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header__icon { color: #fff; font-size: 60px; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }

@media (min-width: 991.98px) { .header__icon:hover { color: #c7b299; } }

.header__name { cursor: default; color: #fff; font-family: 'Raleway'; font-size: 34px; }

@media (max-width: 1292px) { .header__name { display: none; } }

.menu-header__icon { display: none; position: fixed; top: 50px; left: 20px; width: 40px; height: 24px; cursor: pointer; z-index: 35; }

.menu-header__icon span { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; top: 11px; left: 0px; position: absolute; width: 100%; height: 2px; background-color: #fff; -webkit-box-shadow: 0 0 1px 1px black; box-shadow: 0 0 1px 1px black; }

.menu-header__icon span:first-child { top: 0px; }

.menu-header__icon span:last-child { top: auto; bottom: 0px; }

.menu-header__icon._active span { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.menu-header__icon._active span:first-child { -webkit-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); top: 10px; }

.menu-header__icon._active span:last-child { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); bottom: 10px; }

@media (max-width: 1292px) { .menu-header__icon { display: block; } }

@media (max-width: 1292px) { .menu-header__menu { position: fixed; top: 0px; right: -100%; width: 40%; height: 100%; z-index: 32; background-color: #000000d2; -webkit-transition: right 0.5s; -o-transition: right 0.5s; transition: right 0.5s; } }

@media (max-width: 479.98px) { .menu-header__menu { width: 100%; } }

.menu-header__menu._active { right: 0; overflow: auto; }

.menu-header__link { margin: 0 15px; color: #fff; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; font-size: 14px; font-weight: 500; }

@media (min-width: 991.98px) { .menu-header__link:hover { color: #c7b299; } }

.menu-header__link:last-child { margin: 0px 0px 0px 15px; }

.menu-header__link:first-child { margin: 0px 15px 0px 0px; }

@media (max-width: 1292px) { .menu-header__link { display: block; max-width: 200px; margin: 40px auto; font-size: 24px; text-align: center; }
  .menu-header__link:last-child { margin: 40px auto; }
  .menu-header__link:first-child { margin: 40px auto; } }

.menu-header__search.icon-search { display: none; position: absolute; z-index: 30; top: 50px; right: 30px; color: #fff; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; font-size: 25px; font-weight: 500; }

@media (min-width: 991.98px) { .menu-header__search.icon-search:hover { color: #c7b299; } }

@media (max-width: 1292px) { .menu-header__search.icon-search { display: inline-block; } }

.icon-cart { font-size: 20px; margin: 0px 15px 0px 48px; }

@media (max-width: 1292px) { .icon-cart { margin: 40px auto; } }

.icon-search { font-size: 20px; }

/*•••••••••• HEADER •••••••••• */
/*•••••••••• FOOTER •••••••••• */
.footer { background-color: #111111; padding: 45px 0; color: #fff; }

@media (max-width: 767.98px) { .footer { padding: 25px 0; } }

.footer__body { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 869px) { .footer__body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -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; } }

.footer__column { padding: 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

@media (max-width: 869px) { .footer__column { padding: 10px; } }

@media (max-width: 479.98px) { .footer__column:first-child::after { content: ''; display: inline-block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #252525; } }

.footer__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; font-weight: 400; line-height: 1.54; text-align: left; color: #555555; }

@media (max-width: 479.98px) { .footer__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.footer__list li { padding: 0 10px; position: relative; }

.footer__list li::after { content: ''; display: inline-block; position: absolute; top: 3px; right: 0; width: 1px; height: 14px; background-color: #252525; }

.footer__list li:first-child { padding: 0px 10px 0px 0px; }

.footer__list li:last-child { padding: 0px 0px 0px 10px; }

.footer__list li:last-child::after { display: none; }

.footer__list li a { color: #555555; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (min-width: 991.98px) { .footer__list li a:hover { color: #c7b299; } }

@media (max-width: 479.98px) { .footer__list li { padding: 10px 0; }
  .footer__list li::after { display: none; }
  .footer__list li:first-child { padding: 0px 0px 10px 0px; }
  .footer__list li:last-child { padding: 10px 0px 0px 0px; } }

.footer__copy { cursor: default; }

.footer__copy-name { color: #959595; }

.footer__prev-name { cursor: default; color: #555555; padding: 0px 20px; position: relative; }

.footer__prev-name::after { content: ''; display: inline-block; position: absolute; top: 0px; right: 0; width: 1px; height: 14px; background-color: #252525; }

.footer__prev-name:first-child { padding: 0px 20px 0px 0px; }

.footer__prev-name:last-child { padding: 0px 0px 0px 20px; }

.footer__prev-name:last-child::after { display: none; }

@media (max-width: 479.98px) { .footer__prev-name { padding: 10px 0; }
  .footer__prev-name:first-child { padding: 0px 0px 10px 0px; }
  .footer__prev-name:last-child { padding: 10px 0px 0px 0px; }
  .footer__prev-name::after { display: none; } }

.footer__name { cursor: default; color: #959595; margin: 0px 0px 0px 5px; }

.footer__autor { 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; }

@media (max-width: 479.98px) { .footer__autor { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } }

/*•••••••••• FOOTER •••••••••• */
/*•••••••••• MAINSCREEN-SLIDER •••••••••• */
.slider__image { height: 100vh; width: 100%; }

.slider__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.slider__article { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; text-align: center; max-width: 590px; }

@media (max-height: 545px) { .slider__article { top: 60%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } }

.slider__article-title { font-family: 'Raleway'; font-size: 36px; font-weight: 500; color: #ffffff; text-shadow: 1px 1px 2px black; }

@media (max-width: 767.98px) { .slider__article-title { display: none; } }

.slider__article-subtitle { font-family: 'Raleway'; font-size: 52px; font-weight: 800; color: #ffffff; margin: 14px 0 19px; text-shadow: 1px 1px 2px black; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

@media (max-width: 767.98px) { .slider__article-subtitle { font-size: 28px; } }

@media (max-height: 360px) { .slider__article-subtitle { font-size: 24px; margin: 8px 0 10px; } }

.slider__article-text { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; font-size: 16px; font-weight: 500; line-height: 1.5; color: #ffffff; text-shadow: 1px 1px 2px black; }

@media (max-width: 767.98px) { .slider__article-text { font-size: 14px; -webkit-hyphens: manual; -ms-hyphens: manual; hyphens: manual; } }

@media (max-height: 310px) { .slider__article-text { font-size: 14px; } }

.slider__article-btn { margin: 52px 0 0px 0; padding: 15px 40px; border-radius: 3px; -webkit-box-shadow: inset 0px -3px 0 0 #736357; box-shadow: inset 0px -3px 0 0 #736357; background-color: #998675; font-family: 'Raleway'; font-size: 14px; font-weight: 800; text-transform: uppercase; color: #ffffff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; white-space: nowrap; }

@media (min-width: 991.98px) { .slider__article-btn:hover { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } }

@media (max-width: 767.98px) { .slider__article-btn { margin: 20px 0 0 0; } }

@media (max-height: 360px) { .slider__article-btn { margin: 10px 0 0 0; font-size: 14px; padding: 15px 30px; } }

.slider__bullets .swiper-pagination-bullet { width: 11px; height: 11px; opacity: 0.5; background-color: #ffffff; }

.slider__bullets .swiper-pagination-bullet-active { width: 15px; height: 15px; opacity: 1; border: solid 2px #d3c1ad; background-color: #000; }

.swiper-button-prev { left: 5%; color: #fff; opacity: 0.5; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.swiper-button-prev::after { font-size: 70px; }

.swiper-button-prev:hover { opacity: 1; }

@media (max-width: 767.98px) { .swiper-button-prev { display: none; }
  .swiper-button-prev::after { font-size: 0px; } }

.swiper-button-next { right: 5%; color: #fff; opacity: 0.5; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.swiper-button-next::after { font-size: 70px; }

.swiper-button-next:hover { opacity: 1; }

@media (max-width: 767.98px) { .swiper-button-next { display: none; }
  .swiper-button-next::after { font-size: 0px; } }

.swiper-pagination { bottom: 0px; }

/*•••••••••• MAINSCREEN-SLIDER •••••••••• */
/*•••••••••• SECTION-SETTINGS •••••••••• */
.settings__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 80px 0; }

@media (max-width: 1104px) { .settings__body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (max-width: 767.98px) { .settings__body { padding: 30px 0; } }

.settings__column { max-width: 266px; text-align: center; cursor: default; position: relative; padding: 0 0 80px 0; }

@media (min-width: 991.98px) { .settings__column:hover .settings__icon { color: #c7b299; }
  .settings__column:hover .settings__title { color: #c7b299; }
  .settings__column:hover::after { background-color: #c7b299; } }

.settings__column::after { content: ''; position: absolute; display: inline-block; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 30%; height: 3px; background-color: #f1eee9; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (max-width: 767.98px) { .settings__column { padding: 40px 0; }
  .settings__column::after { bottom: 0; } }

.settings__icon { font-size: 40px; color: #555555; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }

.settings__title { margin: 29px 0 19px; font-family: 'Raleway'; font-size: 22px; font-weight: 600; color: #555555; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }

.settings__subtitle { font-size: 14px; font-weight: 500; line-height: 1.71; color: #8c8c8c; }

/*•••••••••• SECTION-SETTINGS •••••••••• */
/*•••••••••• SECTION-REALIZATION •••••••••• */
.realization { background-color: #fbfaf8; }

.realization__body { padding: 83px 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 767.98px) { .realization__body { padding: 23px 0px 0; } }

.realization__row { text-align: center; margin-bottom: 16px; }

.realization__title { font-family: 'Raleway'; font-size: 30px; font-weight: 600; color: #555555; }

.realization__subtitle { max-width: 757px; margin: 24px auto; font-size: 16px; font-weight: 500; line-height: 1.75; color: #8c8c8c; }

.browser { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 100%; height: 482px; }

@media (max-width: 810px) { .browser { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: auto; } }

.browser__left { position: absolute; z-index: 1; -ms-flex-item-align: end; align-self: flex-end; left: 0; bottom: 0; }

@media (max-width: 810px) { .browser__left { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; top: 0; } }

.browser__left img { width: 100%; -o-object-fit: contain; object-fit: contain; }

.browser__center { position: absolute; z-index: 3; }

@media (max-width: 810px) { .browser__center { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } }

.browser__center img { width: 100%; -o-object-fit: contain; object-fit: contain; }

.browser__right { position: absolute; z-index: 1; -ms-flex-item-align: end; align-self: flex-end; right: 0; bottom: 0; }

@media (max-width: 810px) { .browser__right { position: relative; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } }

.browser__right img { width: 100%; -o-object-fit: contain; object-fit: contain; }

/*•••••••••• SECTION-REALIZATION •••••••••• */
/*•••••••••• BLOCK PURCHASE •••••••••• */
.purchase { background: -webkit-gradient(linear, left bottom, left top, from(#211b19), to(#4e3427)); background: -webkit-linear-gradient(bottom, #211b19, #4e3427); background: -o-linear-gradient(bottom, #211b19, #4e3427); background: linear-gradient(to top, #211b19, #4e3427); }

.purchase__body { padding: 50px 0; 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; }

@media (max-width: 767.98px) { .purchase__body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px 0; } }

@media (max-width: 767.98px) { .purchase__column { margin: 0px 0px 20px 0px; }
  .purchase__column:last-child { margin: 0; } }

.purchase__text-top { font-family: 'Raleway'; font-size: 28px; text-align: left; color: #ffffff; }

.purchase__text-top span { color: #c7b299; }

@media (max-width: 767.98px) { .purchase__text-top { text-align: center; } }

.purchase__text-bottom { margin: 8px 0 0 0; font-size: 18px; font-weight: 400; text-align: left; color: #615855; }

@media (max-width: 767.98px) { .purchase__text-bottom { text-align: center; } }

.purchase__btn { padding: 15px 30px; border-radius: 3px; -webkit-box-shadow: inset 0px -3px 0 0 #736357; box-shadow: inset 0px -3px 0 0 #736357; background-color: #998675; font-family: 'Raleway'; font-size: 14px; font-weight: 800; text-align: center; color: #ffffff; text-transform: uppercase; position: relative; }

.purchase__btn span { position: relative; z-index: 5; }

.purchase__btn::before { content: ''; display: inline-block; position: absolute; width: 0%; height: 100%; top: 0; left: 0; border-radius: 3px; background: -webkit-gradient(linear, left top, right top, from(#211b19), to(#4e3427)); background: -webkit-linear-gradient(left, #211b19, #4e3427); background: -o-linear-gradient(left, #211b19, #4e3427); background: linear-gradient(to right, #211b19, #4e3427); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media (min-width: 991.98px) { .purchase__btn:hover::before { -webkit-box-shadow: 0px 0px 2px 2px #f7d8bc; box-shadow: 0px 0px 2px 2px #f7d8bc; width: 100%; } }

/*•••••••••• BLOCK PURCHASE •••••••••• */
/*•••••••••• SECTION-PROJECTS •••••••••• */
.projects__body { padding: 80px 0; }

@media (max-width: 767.98px) { .projects__body { padding: 20px 0px; } }

.article { text-align: center; margin: 0px 0px 40px 0px; }

.article__title { font-family: 'Raleway'; font-size: 30px; font-weight: 600; color: #555555; }

.article__subtutle { max-width: 757px; margin: 24px auto 0; font-size: 16px; font-weight: 500; line-height: 1.75; color: #8c8c8c; }

.grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.grid__nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0px 0px 35px 0px; }

.grid__nav-list a { padding: 8px 20px; border-radius: 3px; border: solid 1px #ebebeb; font-size: 14px; font-weight: 500; line-height: 1.5; text-align: center; color: #8c8c8c; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin: 5px 5px; }

@media (min-width: 991.98px) { .grid__nav-list a:hover { background-color: #998675; color: #ffffff; } }

.grid__nav-list a:first-child { margin: 5px 5px 5px 0px; }

.grid__nav-list a:last-child { margin: 5px 0px 5px 5px; }

.grid__image { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(220px, 1fr))[3]; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 30px; }

@media (max-width: 767.98px) { .grid__image { -ms-grid-columns: (minmax(220px, 1fr))[2]; grid-template-columns: repeat(2, minmax(220px, 1fr)); } }

@media (max-width: 500px) { .grid__image { -ms-grid-columns: (minmax(220px, 1fr))[1]; grid-template-columns: repeat(1, minmax(220px, 1fr)); } }

@media (max-width: 767.98px) { .grid__image-block:nth-child(5) { display: none; }
  .grid__image-block:nth-child(6) { display: none; } }

@media (max-width: 500px) { .grid__image-block:nth-child(4) { display: none; }
  .grid__image-block:nth-child(3) { display: none; } }

.grid__image-photo { width: 100%; overflow: hidden; position: relative; }

.grid__image-photo img { -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; width: 100%; -o-object-fit: cover; object-fit: cover; }

.grid__image-photo::before { content: ''; display: block; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-color: #2f2f2f; opacity: 0; z-index: 5; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media (max-width: 991.98px) { .grid__image-photo::before { display: none; } }

@media (min-width: 991.98px) { .grid__image-photo:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } }

@media (min-width: 991.98px) and (max-width: 991.98px) { .grid__image-photo:hover img { -webkit-transform: none; -ms-transform: none; transform: none; } }

@media (min-width: 991.98px) { .grid__image-photo:hover::before { opacity: 0.7; }
  .grid__image-photo:hover .icon-link { opacity: 1; }
  .grid__image-photo:hover .icon-lupa { opacity: 1; } }

.grid__image-links { position: absolute; z-index: 6; top: 0; left: 0; width: 100%; height: 100%; 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; }

@media (max-width: 991.98px) { .grid__image-links { display: none; } }

.grid .icon-link { margin: 0px 14px 0px 0px; color: #fff; opacity: 0; font-size: 20px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

@media (min-width: 991.98px) { .grid .icon-link:hover { color: #c7b299; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } }

.grid .icon-lupa { margin: 0px 0px 0px 14px; font-size: 20px; color: #fff; opacity: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

@media (min-width: 991.98px) { .grid .icon-lupa:hover { color: #c7b299; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } }

.grid__image-description { padding: 30px 28px; background-color: #fbfaf8; }

.grid__image-description-links { display: none; margin: 15px 0px 0px 0px; }

@media (max-width: 991.98px) { .grid__image-description-links { display: block; } }

.grid__image-description-link.icon-link { opacity: 1; color: #c7b299; }

.grid__image-description-lupa.icon-lupa { opacity: 1; color: #c7b299; }

.grid__image-title { margin: 0 0 14px; font-family: 'Raleway'; font-size: 20px; font-weight: 500; text-align: left; color: #c7b299; }

.grid__image-article { font-size: 14px; font-weight: 400; line-height: 1.43; text-align: left; color: #d1d1d1; }

.grid__button { text-align: center; }

.grid__btn { margin: 40px 0px 0px 0px; padding: 15px 45px; border-radius: 3px; -webkit-box-shadow: inset 0px -3px 0 0 #736357; box-shadow: inset 0px -3px 0 0 #736357; background-color: #998675; font-family: 'Raleway'; font-size: 14px; font-weight: 800; line-height: 1.64; text-align: center; text-transform: uppercase; color: #ffffff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

@media (min-width: 991.98px) { .grid__btn:hover { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } }

/*•••••••••• SECTION-PROJECTS •••••••••• */
/*•••••••••• SECTION-PRESENTATION •••••••••• */
.presentation { width: 100%; position: relative; }

.presentation img { width: 100%; -o-object-fit: cover; object-fit: cover; }

.presentation::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(17, 17, 17, 0.5); }

.presentation__container { position: absolute; top: 50%; left: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; padding: 10px 0; }

.presentation__btn-play { font-size: 80px; color: #fff; padding: 15px 15px 0px 15px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.3); margin: 0px 0px 44px 0px; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; }

@media (max-width: 991.98px) { .presentation__btn-play { margin: 0px 0px 24px 0px; } }

@media (max-width: 767.98px) { .presentation__btn-play { margin: 0px 0px 14px 0px; } }

@media (max-width: 479.98px) { .presentation__btn-play { font-size: 30px; padding: 5px 7px 0px 5px; } }

@media (min-width: 991.98px) { .presentation__btn-play:hover { color: #c7b299; } }

.presentation__title { font-family: 'Raleway'; font-size: 30px; font-weight: 500; color: #ffffff; margin: 0px 0px 25px 0px; }

@media (max-width: 767.98px) { .presentation__title { display: none; } }

.presentation__subtitle { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; max-width: 552px; margin: 0 auto 40px; font-size: 16px; font-weight: 400; line-height: 1.75; color: #ffffff; }

@media (max-width: 991.98px) { .presentation__subtitle { display: none; } }

.presentation__time { font-size: 14px; line-height: 1.71; color: #c7b299; }

/*•••••••••• SECTION-PRESENTATION •••••••••• */
/*•••••••••• SECTION-MOBILE •••••••••• */
.mobile__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 79px 0px 0px 0px; }

@media (max-width: 767.98px) { .mobile__body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 29px 0px 0px 0px; } }

.mobile__column:first-child { -ms-flex-item-align: end; align-self: flex-end; }

@media (max-width: 767.98px) { .mobile__column:first-child { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
  .mobile__column:last-child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.mobile__phone-in-hand { width: 100%; }

@media (max-width: 767.98px) { .mobile__phone-in-hand { margin: 30px 0px 0px 0px; } }

.mobile__phone-in-hand img { width: 100%; -o-object-fit: cover; object-fit: cover; }

.mobile__description { padding: 0px 20px 0px 30px; }

.mobile__description-row.title { font-family: 'Raleway'; font-size: 30px; font-weight: 600; text-align: left; color: #555555; }

.mobile__description-row.subtitle { margin: 40px 0; font-size: 16px; font-weight: 400; line-height: 1.75; text-align: left; color: #8c8c8c; max-width: 660px; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

.points__text { font-size: 16px; font-weight: 400; line-height: 1.5; text-align: left; color: #8c8c8c; }

.icon-circle-arrow { font-size: 20px; color: #c7b299; margin: 0px 29px 0px 50px; }

@media (max-width: 767.98px) { .icon-circle-arrow { margin: 0px 29px 0px 0px; } }

/*•••••••••• SECTION-MOBILE •••••••••• */
/*•••••••••• TIPS •••••••••• */
.tips { background: -webkit-gradient(linear, left bottom, left top, from(#211b19), to(#4e3427)); background: -webkit-linear-gradient(bottom, #211b19, #4e3427); background: -o-linear-gradient(bottom, #211b19, #4e3427); background: linear-gradient(to top, #211b19, #4e3427); }

.tips__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 49px 0 30px; text-align: center; cursor: default; }

.tips__clmn { position: relative; padding: 20px 10px 30px; }

.tips__clmn::after { content: ''; display: inline-block; position: absolute; background-color: #fff; bottom: 0; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 30px; height: 2px; }

.tips__icon { color: #c7b299; font-size: 60px; }

.tips__number { margin: 30px 0px 21px 0px; font-size: 48px; font-weight: 200; line-height: 0.75; color: #ffffff; }

.tips__text { font-size: 14px; font-weight: 400; line-height: 1.43; color: #c7b299; }

/*•••••••••• TIPS •••••••••• */
/*•••••••••• SECTION-RECENT-POSTS •••••••••• */
.recent-posts__body { padding: 80px 0; }

@media (max-width: 767.98px) { .recent-posts__body { padding: 40px 0; } }

.recent-posts__slider-container { text-align: center; }

.recent-posts__slider-wrapper { position: relative; padding: 0px 0px 40px 0px; }

.recent-posts__slider-item { border: solid 1px rgba(119, 119, 119, 0.2); }

@media (min-width: 991.98px) { .recent-posts__slider-item:hover .recent-posts__image img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
  .recent-posts__slider-item:hover .recent-posts__image::before { opacity: 0.8; }
  .recent-posts__slider-item:hover .recent-posts__description::before { opacity: 1; }
  .recent-posts__slider-item:hover .recent-posts__description-title { color: #c7b299; }
  .recent-posts__slider-item:hover .recent-posts__description-subtitle { color: #fff; }
  .recent-posts__slider-item:hover .calendar__num { background-color: #c7b299; }
  .recent-posts__slider-item:hover .calendar__date { background-color: #a48d72; } }

.recent-posts__image { width: 100%; position: relative; overflow: hidden; }

.recent-posts__image img { width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.recent-posts__image::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-color: #2f2f2f; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; z-index: 4; }

.recent-posts__calendar { position: absolute; z-index: 5; top: 20px; left: 20px; }

.recent-posts__description { padding: 33px; background-color: #f8f8f8; text-align: left; position: relative; }

.recent-posts__description::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background-color: #362f2d; z-index: 1; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.recent-posts__description-title { font-family: 'Raleway'; font-size: 20px; font-weight: 500; color: #555555; position: relative; z-index: 3; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.recent-posts__description-subtitle { font-size: 14px; font-weight: 400; line-height: 1.57; text-align: left; color: #8c8c8c; margin: 19px 0px 27px 0px; position: relative; z-index: 3; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.recent-posts__description-link { color: #c7b299; font-size: 14px; font-weight: 400; line-height: 1.43; padding: 0 15px 0 0; position: relative; z-index: 3; }

.recent-posts__description-link::after { content: ''; position: absolute; top: 4px; right: 0; display: inline-block; border-top: 5px solid transparent; border-left: 5px solid #c7b299; border-bottom: 5px solid transparent; }

.recent-posts__btn-prev { display: inline-block; margin: 0px 4px 0px 0px; font-size: 20px; color: #d1d1d1; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }

@media (min-width: 991.98px) { .recent-posts__btn-prev:hover { color: #c7b299; } }

.recent-posts__btn-next { display: inline-block; margin: 0px 0px 0px 4px; font-size: 20px; color: #d1d1d1; -webkit-transition: color 0.3s; -o-transition: color 0.3s; transition: color 0.3s; }

@media (min-width: 991.98px) { .recent-posts__btn-next:hover { color: #c7b299; } }

@media (min-width: 991.98px) { .recent-posts__btn-prev.icon-left.swiper-button-disabled:hover { color: #d1d1d1; } }

@media (min-width: 991.98px) { .recent-posts__btn-next.icon-right.swiper-button-disabled:hover { color: #d1d1d1; } }

.item-slider__pagination { opacity: 1; color: #ffffff; 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; }

.item-slider__pagination .swiper-pagination-bullet { width: 10px; height: 10px; opacity: 0.3; background-color: #ffffff; }

.item-slider__pagination .swiper-pagination-bullet-active { width: 15px; height: 15px; margin: 327px 10px 0; opacity: 1; border: solid 2px #d3c1ad; background-color: rgba(0, 0, 0, 0.3); }

.calendar { color: #fff; }

.calendar__num { display: block; background-color: #363636; font-size: 24px; font-weight: 300; line-height: 0.83; text-align: center; padding: 9px 11px; border-radius: 5px 5px 0 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.calendar__date { font-family: 'Roboto'; display: block; background-color: #252525; padding: 2px 11px; border-radius: 0 0 5px 5px; font-size: 12px; line-height: 1.67; text-align: center; color: #ffffff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

/*•••••••••• SECTION-RECENT-POSTS •••••••••• */
/*•••••••••• BRANDS •••••••••• */
.brands { position: relative; width: 100%; }

.brands img { width: 100%; -o-object-fit: cover; object-fit: cover; }

.brands::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(17, 17, 17, 0.7); }

.brands__body { position: absolute; width: 100%; z-index: 5; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -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; padding: 10px; }

.brands__item { margin: 0 45px; }

.brands__item:first-child { margin: 0px 45px 0px 0px; }

.brands__item:last-child { margin: 0px 0px 0px 45px; }

@media (max-width: 991.98px) { .brands__item { margin: 0 15px; }
  .brands__item:first-child { margin: 0px 15px 0px 0px; }
  .brands__item:last-child { margin: 0px 0px 0px 15px; } }

/*•••••••••• BRANDS •••••••••• */
/*•••••••••• SECTION-INFO •••••••••• */
.info { background-color: #191919; }

.info__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 80px 0px; color: #fff; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

@media (max-width: 1292px) { .info__body { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media (max-width: 767.98px) { .info__body { padding: 40px 0; } }

.info__body h4 { font-family: 'Raleway'; font-size: 24px; font-weight: bold; text-align: left; color: #ffffff; }

.info__column { max-width: 270px; font-size: 14px; font-weight: 400; color: #555555; }

@media (max-width: 1292px) { .info__column { margin: 0 30px; } }

.waxom { margin: -30px 0px 0px 0px; }

@media (max-width: 767.98px) { .waxom { margin: 0 30px; } }

.waxom__logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.waxom__icon { font-size: 60px; color: #fff; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (min-width: 991.98px) { .waxom__icon:hover { color: #c7b299; } }

.waxom__name { font-family: 'Raleway'; font-size: 34px; letter-spacing: -1.36px; color: #ffffff; }

.waxom__text { line-height: 1.71; text-align: left; margin: 30px 0; }

.waxom__link { line-height: 1.43; text-align: left; color: #d1d1d1; position: relative; padding: 0px 15px 0px 0px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.waxom__link::after { content: ''; position: absolute; top: 4px; right: 0; display: inline-block; border-top: 5px solid transparent; border-left: 5px solid #d1d1d1; border-bottom: 5px solid transparent; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (min-width: 991.98px) { .waxom__link:hover { color: #c7b299; }
  .waxom__link:hover::after { border-left: 5px solid #c7b299; } }

.rp { cursor: default; }

.rp__title { margin: 0px 0px 23px 0px; }

.rp__post { padding: 10px 0; position: relative; }

.rp__post::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #252525; }

.rp__post:last-child::after { display: none; }

@media (min-width: 991.98px) { .rp__post:hover .rp__post-date { color: #fff; }
  .rp__post:hover .rp__post-text { color: #c7b299; } }

.rp__post-date { font-size: 12px; line-height: 1.67; text-align: left; color: #363636; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.rp__post-text { line-height: 1.43; text-align: left; padding: 0px 0px 10px 0px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.twitter__post { padding: 20px 0; position: relative; }

.twitter__post::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #252525; }

.twitter__post:last-child::after { display: none; }

.twitter__text { line-height: 1.43; text-align: left; }

.twitter__link-word { color: #00bff3; }

.twitter__link { color: #959595; }

.twitter__time { font-size: 12px; font-weight: 400; line-height: 1.67; text-align: left; color: #363636; margin: 10px 0px 0px 0px; }

.dribble-widget__widgets { margin: 26px 0px 0px 0px; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; gap: 10px; }

.dribble-widget__image { width: 100%; overflow: hidden; }

.dribble-widget__image img { width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media (min-width: 991.98px) { .dribble-widget__image:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } }

/*•••••••••• SECTION-INFO •••••••••• */
