/* Generated by less 3.11.1 */
@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat/montserrat-extralight.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat/montserrat-light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: montserrat;
  src: url(../fonts/Montserrat/montserrat-regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway/static/raleway-regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway/static/raleway-medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway/static/raleway-semibold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway/static/raleway-extrabold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto/roboto-regular.ttf);
  font-weight: 400;
  font-style: normal;
}
:root {
  --main-font-family: montserrat, sans-serif;
  --sub-font-family: raleway, sans-serif;
  --alternative-font-family: roboto, sans-serif;
  --mainfont-color: #8c8c8c;
  --subfont-color: #ffffff;
  --alternativefont-color: #555555;
  --accentuatedfont-color: #c7b299;
  --mainbg-color: #ffffff;
  --subbg-color: #fbfaf8;
  --gradientbg: linear-gradient(to right, #211b19, #4e3427);
  --footertopbg-color: #191919;
  --footerbottombg-color: #111111;
  --buttonbg-color: #998675;
  --noimgbg-color: rgba(17, 17, 17, 0.7);
  --hoverbg-color: #362f2d;
  --site-width: 1920px;
  --sitegrid-width: 1230px;
}
@keyframes rotation {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
.__active {
  background-color: var(--buttonbg-color, #998675) !important;
  color: var(--subfont-color, #ffffff) !important;
}
.ico-logo,
.ico-basket,
.ico-loupe {
  fill: var(--subfont-color, #ffffff);
}
.ico-design,
.ico-development,
.ico-customization,
.ico-marketing {
  fill: var(--alternativefont-color, #555555);
}
.ico-clients,
.ico-coffee,
.ico-posts,
.ico-likes,
.ico-launched {
  fill: var(--accentuatedfont-color, #c7b299);
}
.button-basket {
  background: none;
  border: none;
  margin: 0 19px 0 23px;
}
.button-basket:hover .ico-basket {
  fill: var(--accentuatedfont-color, accentuatedFont-color);
}
.button-basket:focus {
  outline: none;
}
.button-basket:focus .ico-basket {
  fill: var(--accentuatedfont-color, accentuatedFont-color);
}
.button-basket:active .ico-basket {
  fill: var(--mainfont-color, mainFont-color);
}
.button-search {
  display: none;
}
.button-get-started,
.button-purchase,
.button-load-more {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 23px;
  color: var(--subfont-color, #fbfaf8);
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: inset 0px -3px 0 0 #736357;
  background-color: var(--buttonbg-color, #998675);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 53px;
  box-sizing: border-box;
}
.button-get-started:hover,
.button-purchase:hover,
.button-load-more:hover {
  background-color: #736357;
}
.button-get-started:active,
.button-purchase:active,
.button-load-more:active {
  color: var(--mainfont-color, #8c8c8c);
  background-color: #736357;
}
.button-purchase,
.button-load-more {
  border: none;
}
.button-purchase:focus,
.button-load-more:focus {
  outline: none;
}
.button-play {
  background: none;
  border: none;
  margin: 10px 0px 39px 15px;
}
.top {
  background: var(--noimgbg-color, rgba(17, 17, 17, 0.7)) url(../img/header-bg.jpg) center no-repeat;
  background-blend-mode: hue;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 1024px;
  padding: 40px 0;
  box-sizing: border-box;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  padding-left: 30px;
  padding-right: 29px;
  box-sizing: border-box;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.logo_text {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 34px;
  letter-spacing: -1.36px;
  color: var(--subfont-color, #ffffff);
}
.hamburger-container {
  overflow: hidden;
}
#toggle {
  display: none;
}
.fake-toggle {
  display: none;
}
.navigation {
  display: flex;
  align-items: center;
}
.navigation_link {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  color: var(--subfont-color, #ffffff);
  text-decoration: none;
  text-transform: capitalize;
  margin: 0 29px 0 0;
}
.navigation_link:hover {
  color: var(--accentuatedfont-color, #c7b299);
}
.navigation_link:active {
  color: var(--mainfont-color, #8c8c8c);
}
.search {
  display: flex;
  align-items: center;
}
.search_field {
  width: 0;
  transition: width 1s;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 5px 0 0;
}
.search_field-svg-ico:hover .ico-loupe {
  fill: var(--accentuatedfont-color, #c7b299);
}
.search_field:focus {
  width: 100px;
  padding: 0 5px;
  transition: width 1s, padding 1s;
}
.search_field:focus + .search_field-svg-ico {
  display: none;
}
.search_field:focus ~ .search_button-svg-ico {
  display: block;
}
.search_button-svg-ico {
  display: none;
}
.search_button-svg-ico:hover .ico-loupe {
  fill: var(--accentuatedfont-color, #c7b299);
}
.search_button-svg-ico:active .ico-loupe {
  fill: var(--mainfont-color, #8c8c8c);
}
.slider {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--site-width, 1920px);
  width: 100%;
  padding: 0 150px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.slider_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}
.slider_sub-heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 36px;
  font-weight: 500;
  color: var(--subfont-color, #ffffff);
  display: block;
  margin: 0 0 7px 0;
}
.slider_main-heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 52px;
  font-weight: 800;
  color: var(--subfont-color, subFont-color);
  display: block;
  margin: 0 0 12px 0;
}
.slider_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--subfont-color, subFont-color);
  margin: 0 0 52px 0;
}
.slider_control {
  font-size: 40px;
  fill: #fff;
  opacity: 0.5;
  margin: 14px 0 0 0px;
}
.slider_control:hover {
  fill: #d3c1ad;
  opacity: 1;
}
.controls {
  opacity: 0.5;
  display: flex;
  align-items: center;
}
.controls_field {
  display: none;
}
.controls_fake-field {
  opacity: 0.5;
  background-color: #ffffff;
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.controls_fake-field:last-of-type {
  margin-right: 0;
}
.controls_fake-field:hover {
  opacity: 1;
}
.controls_field:checked + .controls_fake-field {
  background: transparent;
  opacity: 1;
  border: 2px solid #d3c1ad;
}
.things {
  display: flex;
  align-items: center;
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  padding: 80px 15px 73px 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.things_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 32px 0 0;
}
.things_box:last-child {
  margin-right: 0;
}
.things_box::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #f1eee9;
  margin: 30px 0 0 0;
}
.things_box:hover .ico-design,
.things_box:hover .ico-development,
.things_box:hover .ico-customization,
.things_box:hover .ico-marketing {
  fill: var(--accentuatedfont-color, #c7b299);
}
.things_box:hover .things_heading {
  color: var(--accentuatedfont-color, #c7b299);
}
.things_box:hover::after {
  background: var(--accentuatedfont-color, #c7b299);
}
.things_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--alternativefont-color, #555555);
  display: block;
  margin: 0;
  margin: 26px 0 0 0;
}
.things_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: var(--mainfont-color, #8c8c8c);
  text-align: center;
  margin: 15px 0 0 0;
}
.ideas {
  background-color: var(--subbg-color, #fbfaf8);
}
.waxom-is-realization {
  background-image: url(../img/browser-center.jpg), url(../img/browser-left.jpg), url(../img/browser-right.jpg);
  background-position: center bottom, left bottom, right bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  min-height: 700px;
  padding: 78px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.waxom-is-realization_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--alternativefont-color, #555555);
  display: block;
  margin: 0;
  text-align: center;
}
.waxom-is-realization_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--mainfont-color, #8c8c8c);
  max-width: 760px;
  text-align: center;
  margin: 16px 0 0 0;
}
.waxom-theme {
  background-image: var(--gradientbg, linear-gradient(to right, #211b19, #4e3427));
  padding: 47px 0;
}
.waxom-theme_content {
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
.waxom-theme_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 28px;
  color: var(--subfont-color, #ffffff);
  display: block;
}
.waxom-theme_heading__accentuated {
  color: var(--accentuatedfont-color, #c7b299);
}
.waxom-theme_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 18px;
  font-weight: 300;
  color: #615855;
  margin: 3px 0 0 0;
}
.our-projects {
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 78px 0;
}
.our-projects_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--alternativefont-color, #555555);
  display: block;
  margin: 0;
}
.our-projects_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--mainfont-color, #8c8c8c);
  text-align: center;
  max-width: 760px;
  margin: 16px 0 0 0;
}
.our-projects_list {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 33px 0 0 0;
}
.our-projects_link {
  background: none;
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: var(--mainfont-color, #8c8c8c);
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  display: block;
  padding: 5px 23px;
  margin: 0 10px 0 0;
}
.our-projects_link:last-child {
  margin-right: none;
}
.our-projects_link:hover {
  background-color: var(--buttonbg-color, #998675);
  color: var(--subfont-color, #ffffff);
}
.our-projects_link:active {
  background-color: var(--accentuatedfont-color, #c7b299);
}
.our-projects_link:focus {
  outline: none;
}
.projects {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 6px 0;
  padding: 0 0 0 32px;
}
.projects_box {
  margin: 0 30px 30px 0;
}
.projects_box:nth-child(3n) {
  margin-right: 0;
}
.projects_wrapper {
  position: relative;
}
.projects_img {
  background: var(--noimgbg-color, rgba(17, 17, 17, 0.7));
  display: block;
  width: 370px;
  height: 237px;
  transition: filter 1.2s ease-out;
}
.projects_link-chain,
.projects_link-loupe {
  font-size: 26px;
  text-decoration: none;
  color: var(--subfont-color, subFont-color);
  opacity: 0;
  display: block;
  position: absolute;
  transition: opacity 1.2s ease-out;
}
.projects_link-chain {
  top: 106px;
  left: 144px;
}
.projects_link-loupe {
  top: 106px;
  right: 144px;
}
.projects_link-chain:hover,
.projects_link-loupe:hover {
  color: var(--accentuatedfont-color, #c7b299);
}
.projects_link-chain:active,
.projects_link-loupe:active {
  color: var(--mainfont-color, #8c8c8c);
}
.projects_figcaption {
  background-color: #fbfaf8;
  padding: 27px 27px 25px;
  position: relative;
  transition: background-color 1.2s ease-out;
}
.projects_figcaption::after {
  content: "";
  display: block;
  border-bottom: 10px solid #fbfaf8;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -10px;
  left: 19px;
  transition: border-bottom 1.2s ease-out;
}
.projects_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--accentuatedfont-color, #c7b299);
  display: block;
  margin: 0;
  transition: color 1.2s ease-out;
}
.projects_label {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #d1d1d1;
  margin: 6px 0 0 0;
  transition: color 1.2s ease-out;
}
.projects_box:hover .projects_figcaption {
  background-color: var(--hoverbg-color, #362f2d);
}
.projects_box:hover .projects_figcaption::after {
  border-bottom: 10px solid var(--hoverbg-color, #362f2d);
}
.projects_box:hover .projects_heading {
  color: var(--subfont-color, #ffffff);
}
.projects_box:hover .projects_label {
  color: var(--accentuatedfont-color, #c7b299);
}
.projects_box:hover .projects_img {
  filter: brightness(0.3);
}
.projects_box:hover .projects_link-chain,
.projects_box:hover .projects_link-loupe {
  opacity: 1;
}
.video-presentation {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 705px;
}
.video-presentation_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--subfont-color, #ffffff);
  display: block;
}
.video-presentation_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--subfont-color, #ffffff);
  text-align: center;
  max-width: 560px;
  margin: 15px 0 0 0;
}
.video-presentation_timing {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  line-height: 24px;
  color: var(--accentuatedfont-color, #c7b299);
  display: block;
  margin: 30px 0 0 18px;
}
.video-presentation_bg-video {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.svg-button-play {
  animation: rotation 6s linear infinite;
}
.svg-button-play_bg {
  opacity: 0.2;
}
.svg-button-play_img {
  fill: #fff;
}
.svg-button-play:hover {
  animation: none;
}
.for-mobile {
  background-color: var(--subbg-color, #fbfaf8);
}
.for-mobile_wrapper {
  background: url(../img/i-phone-in-hand.png) no-repeat;
  background-position: 77px bottom;
  min-height: 695px;
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 40px 0 0px;
  box-sizing: border-box;
  margin: 0 auto;
}
.for-mobile_content {
  max-width: 660px;
}
.for-mobile_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--alternativefont-color, #555555);
  display: block;
  margin: 0;
}
.for-mobile_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--mainfont-color, #8c8c8c);
  margin: 27px 0 0 0;
}
.for-mobile_list {
  margin: 28px 0 0 0;
  padding-left: 50px;
}
.for-mobile_item {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: var(--mainfont-color, #8c8c8c);
  list-style-type: none;
  display: flex;
  align-items: center;
}
.for-mobile_item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accentuatedfont-color, #c7b299);
  color: #fff;
  width: 21px;
  height: 21px;
  padding: 0px 0px 0 2px;
  box-sizing: border-box;
  margin: 0 29px 0 0;
}
.statistic {
  background-image: linear-gradient(to right, #211b19, #4e3427);
  display: flex;
  justify-content: center;
  padding: 69px 0 59px 0;
}
.statistic_box {
  text-align: center;
  margin: 0 87px 0 0;
}
.statistic_box:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 25px auto 0;
}
.statistic_box:last-child {
  margin-right: 0;
}
.statistic_number {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 48px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
  color: var(--subfont-color, #ffffff);
  display: block;
  margin: 25px 0 0 0;
}
.statistic_text {
  display: block;
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: var(--accentuatedfont-color, #c7b299);
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.recent-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 78px 0;
}
.recent-posts_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--alternativefont-color, #555555);
  display: block;
  margin: 0;
}
.recent-posts_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: var(--mainfont-color, #8c8c8c);
  text-align: center;
  max-width: 760px;
  margin: 15px 0 0 0;
}
.carousel {
  margin: 35px 0 0 0;
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
}
.carousel_content {
  max-width: var(--sitegrid-width, 1230px);
  width: 100%;
  display: flex;
  justify-content: center;
}
.carousel_box {
  border: solid 1px #f8f8f8;
  max-width: 370px;
  padding: 0 0 27px 0;
  margin: 0 30px 0 0;
  position: relative;
  transition: background-color 1.2s ease-out;
}
.carousel_box:last-child {
  margin-right: 0;
}
.carousel_img {
  width: 370px;
  height: 220px;
  display: block;
  background: var(--noimgbg-color, rgba(17, 17, 17, 0.7));
  transition: filter 1.2s ease-out;
}
.carousel_heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: var(--mainfont-color, #8c8c8c);
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 27px 0 0 0;
  transition: color 1.2s ease-out;
}
.carousel_text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 30px;
  box-sizing: border-box;
  color: var(--mainfont-color, #8c8c8c);
  margin: 12px 0 0 0;
  transition: color 1.2s ease-out;
}
.carousel_link {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(--accentuatedfont-color, #c7b299);
  text-decoration: none;
  display: flex;
  align-items: baseline;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.carousel_link:after {
  content: "";
  display: block;
  border: 5px solid var(--accentuatedfont-color, #c7b299);
  border-right: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 0 0 0 9px;
}
.carousel_date {
  position: absolute;
  top: 20px;
  left: 20px;
}
.carousel_date-day,
.carousel_date-month {
  color: var(--subfont-color, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.carousel_date-day {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  background-color: #363636;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  height: 35px;
  transition: background-color 1.2s ease-out;
}
.carousel_date-month {
  font-family: var(--alternative-font-family, roboto, sans-serif);
  font-size: 12px;
  line-height: 20px;
  background-color: #252525;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 25px;
  transition: background-color 1.2s ease-out;
}
.carousel_box:hover {
  background-color: #362f2d;
}
.carousel_box:hover .carousel_heading {
  color: var(--accentuatedfont-color, #c7b299);
}
.carousel_box:hover .carousel_text {
  color: var(--subfont-color, #ffffff);
}
.carousel_box:hover .carousel_date .carousel_date-day {
  background-color: #c7b299;
}
.carousel_box:hover .carousel_date .carousel_date-month {
  background-color: #a48d72;
}
.carousel_box:hover .carousel_img {
  filter: brightness(0.3);
}
.carousel_controls {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.carousel_controls-left,
.carousel_controls-right {
  background: none;
  font-size: 14px;
  color: #d1d1d1;
  text-decoration: none;
  border: 2px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}
.carousel_controls-left:hover,
.carousel_controls-right:hover {
  color: var(--accentuatedfont-color, #c7b299);
  border-color: var(--accentuatedfont-color, #c7b299);
}
.carousel_controls-left:focus,
.carousel_controls-right:focus {
  outline: none;
}
.partners {
  background: var(--noimgbg-color, rgba(17, 17, 17, 0.7)) url(../img/partners-bg.jpg) center no-repeat;
  background-blend-mode: hue;
  background-size: cover;
  min-height: 489px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners_link {
  margin: 0 90px 0 0;
  transition: transform 0.75s, filter 0.75s;
}
.partners_link:last-child {
  margin-right: 0;
}
.partners_link:hover {
  transform: scale(1.25);
  filter: drop-shadow(2px 4px 6px black);
}
.footer-top {
  background-color: var(--footertopbg-color, #191919);
  padding: 80px 0 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.footer-top_waxom,
.footer-top_posts,
.footer-top_twitter,
.footer-top_widget {
  max-width: 270px;
}
.footer-top_posts,
.footer-top_twitter,
.footer-top_widget {
  margin: 0 0 0 30px;
  padding: 24px 0 0 0;
}
.footer-top_waxom-text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: var(--alternativefont-color, #555555);
  margin: 23px 0 0 0;
}
.footer-top_waxom-link {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  line-height: 20px;
  color: #d1d1d1;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  margin: 23px 0 0 0;
}
.footer-top_waxom-link::after {
  content: "";
  display: block;
  border: 5px solid #d1d1d1;
  border-right: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin: 0 0 0 9px;
}
.footer-top_waxom-link:hover {
  color: #fff;
}
.footer-top_waxom-link:hover::after {
  border-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.footer-top_posts-heading,
.footer-top_twitter-heading,
.footer-top_widget-heading {
  font-family: var(--sub-font-family, raleway, sans-serif);
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: var(--subFont-color, #ffffff);
  display: block;
  margin: 0;
}
.footer-top_posts-text,
.footer-top_twitter-text,
.footer-top_widget-text {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: var(--alternativefont-color, #555555);
}
.footer-top_posts-date,
.footer-top_twitter-time {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #363636;
}
.footer-top_posts-box {
  border-bottom: 1px solid #252525;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  margin: 14px 0 0 0;
}
.footer-top_posts-box:first-of-type {
  margin-top: 22px;
}
.footer-top_posts-box:last-child {
  border-bottom: none;
}
.footer-top_posts-text {
  margin: 3px 0 19px 0;
}
.footer-top_twitter-box {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #252525;
  box-sizing: border-box;
  margin: 13px 0 0 0;
}
.footer-top_twitter-box:first-of-type {
  margin-top: 20px;
}
.footer-top_twitter-box:last-child {
  border-bottom: none;
}
.footer-top_twitter-text {
  margin: 0;
}
.footer-top_twitter-text__accentuated {
  color: #00bff3;
}
.footer-top_twitter-text__link {
  color: #959595;
}
.footer-top_twitter-time {
  display: block;
  margin: 5px 0 19px 0;
}
.footer-top_widget-box {
  display: flex;
  flex-wrap: wrap;
  margin: 26px 0 0 0;
}
.footer-top_widget-link {
  display: flex;
  margin: 0 10px 10px 0;
}
.footer-top_widget-link:nth-child(2n) {
  margin-right: 0;
}
.footer-top_widget-img {
  width: 130px;
  height: 98px;
}
.footer-top_posts-box:hover .footer-top_posts-date,
.footer-top_twitter-box:hover .footer-top_twitter-time {
  color: var(--subfont-color, #ffffff);
}
.footer-top_posts-box:hover .footer-top_posts-text,
.footer-top_twitter-box:hover .footer-top_twitter-text {
  color: var(--accentuatedfont-color, #c7b299);
}
.footer-bottom {
  background-color: var(--footerbottombg-color, #111111);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 52px;
}
.footer-bottom_rights {
  margin: 0 449px 0 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  list-style-type: none;
}
.footer-bottom_rights-copyright {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: var(--alternativefont-color, #555555);
  margin: 0 12px 0 0;
}
.footer-bottom_rights-copyright__accentuated {
  color: #959595;
}
.footer-bottom_rights-link {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: var(--alternativefont-color, #555555);
  text-decoration: none;
  display: block;
  border-left: 1px solid #555555;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: inherit;
}
.footer-bottom_rights-link:hover {
  color: var(--accentuatedfont-color, #c7b299);
}
.footer-bottom_authors {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-bottom_authors__accentuated {
  color: #959595;
  text-decoration: none;
}
.footer-bottom_authors-item {
  font-family: var(--main-font-family, montserrat, sans-serif);
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: var(--alternativefont-color, #555555);
  border-left: 1px solid #555555;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: inherit;
}
.footer-bottom_authors-item:first-child {
  border-left: none;
  padding-left: 0;
}
@media only screen and (max-width: 1224px) {
  .button-basket {
    margin: 0px -10px 0 20px;
  }
  .top {
    min-height: 840px;
    padding: 30px 0;
  }
  .header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hamburger-container {
    width: 100%;
  }
  .navigation {
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .navigation_link {
    margin: 0;
  }
  .slider {
    padding: 0 10px;
    margin: 0;
  }
  .slider_control {
    margin: 0;
  }
  .things {
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
  }
  .things_box {
    margin: 0 0 32px 0;
  }
  .waxom-is-realization {
    padding: 50px 0 0 0;
  }
  .our-projects {
    padding: 56px 0;
  }
  .projects {
    justify-content: center;
    padding: 0;
    margin: 40px 0 14px 0;
  }
  .projects_box {
    margin: 0 10px 10px 0;
  }
  .projects_box:nth-child(3n) {
    margin-right: 14px;
  }
  .projects_box:nth-child(2n) {
    margin-right: 0;
  }
  .video-presentation {
    min-height: 560px;
  }
  .for-mobile_wrapper {
    background: none;
    min-height: 0;
    padding: 70px 20px;
  }
  .statistic {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .statistic_box {
    margin: 40px;
  }
  .statistic_box:last-child {
    margin-right: 40px;
  }
  .recent-posts {
    padding: 49px 0;
  }
  .carousel_content {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .carousel_box {
    margin: 0 0 20px 0;
  }
  .carousel_controls {
    margin: 15px 0 0 0;
  }
  .partners {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .partners_link {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  .footer-top {
    flex-wrap: wrap;
    padding: 50px 0 25px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom_rights {
    margin: 0 0 12px 0;
  }
  .footer-bottom_rights-copyright {
    text-align: center;
  }
  .footer-bottom_authors-item {
    text-align: center;
  }
}
@media only screen and (max-width: 667px) {
  .button-basket {
    width: 100px;
    height: 50px;
    margin: 0;
  }
  .button-get-started {
    margin: 0 0 10px 0;
  }
  .button-load-more {
    margin: 10px 0 0 0;
  }
  .button-purchase {
    text-align: center;
  }
  .top {
    min-height: 720px;
  }
  .header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .header .logo {
    position: absolute;
  }
  .navigation {
    display: flex;
    flex-direction: column;
    height: 0;
    width: 100%;
    transition: height 0.7s, margin 0.7s;
  }
  .navigation_link {
    text-align: center;
    width: 100%;
  }
  .fake-toggle {
    font-size: 24px;
    color: var(--subfont-color, #ffffff);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #toggle:checked ~ .navigation {
    height: 300px;
    margin: 30px 0 0 0;
  }
  .hamburger-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    margin: 15px 0 0 0;
  }
  .search {
    margin: 0 0 10px 0;
  }
  .search_field {
    width: 100px;
  }
  .search_field-svg-ico {
    display: none;
  }
  .search_button-svg-ico {
    display: block;
  }
  .slider_sub-heading {
    font-size: 26px;
  }
  .slider_main-heading {
    font-size: 32px;
  }
  .slider_control {
    display: none;
  }
  .things {
    padding: 25px 0;
  }
  .waxom-is-realization {
    background: none;
    min-height: 0;
    padding: 40px 5px;
  }
  .waxom-is-realization_heading {
    font-size: 20px;
  }
  .waxom-is-realization_text {
    font-size: 14px;
  }
  .waxom-theme {
    padding: 20px 0;
  }
  .waxom-theme_content {
    padding: 0 5px;
  }
  .waxom-theme_heading {
    font-size: 18px;
  }
  .waxom-theme_text {
    font-size: 14px;
  }
  .our-projects {
    padding: 25px 0 40px;
  }
  .our-projects_heading {
    font-size: 20px;
  }
  .our-projects_text {
    font-size: 14px;
  }
  .our-projects_list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-projects_link {
    margin: 0 10px 10px 0;
  }
  .our-projects_projects {
    margin: 20px 0 0 0;
  }
  .projects_box {
    margin: 0 0 10px 0 !important;
  }
  .projects_img {
    width: 100%;
    height: auto;
  }
  .projects_link-chain {
    left: 40%;
  }
  .projects_link-loupe {
    right: 40%;
  }
  .video-presentation {
    min-height: 0;
    padding: 20px 0 50px;
    box-sizing: border-box;
  }
  .video-presentation_heading {
    font-size: 20px;
  }
  .video-presentation_text {
    font-size: 14px;
  }
  .for-mobile_wrapper {
    padding: 30px 5px;
  }
  .for-mobile_heading {
    font-size: 20px;
    text-align: center;
  }
  .for-mobile_text {
    font-size: 14px;
    text-align: center;
  }
  .for-mobile_list {
    padding-left: 25px;
  }
  .for-mobile_item {
    font-size: 14px;
  }
  .statistic {
    flex-direction: column;
    padding: 0;
  }
  .recent-posts_heading {
    font-size: 20px;
  }
  .recent-posts_text {
    font-size: 14px;
  }
  .carousel_img {
    width: 100%;
    height: auto;
  }
  .partners {
    padding: 30px 0;
  }
  .partners_link {
    width: 100%;
    margin: 30px 0;
  }
  .footer-top_posts,
  .footer-top_twitter,
  .footer-top_widget {
    margin: 0;
  }
  .footer-bottom_rights {
    flex-direction: column;
  }
  .footer-bottom_rights-copyright {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .footer-bottom_rights-item {
    margin: 0 0 5px 0;
  }
  .footer-bottom_rights-link {
    font-size: 12px;
    border-left: none;
    padding: 0;
  }
  .footer-bottom_authors {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 6px 0 0;
  }
  .footer-bottom_authors-item {
    font-size: 12px;
    border-left: none;
    padding: 0;
    margin: 0px 0 5px 0;
  }
  .footer-bottom_authors-item:last-child {
    margin-bottom: 0;
  }
}
