@font-face {
  font-family: "PPTelegraf";
  src: url("../fonts/PPTelegraf-Regular.otf");
  src: url("../fonts/PPTelegraf-Regular.otf?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Regular.otf") format("otf"), url("../fonts/PPTelegraf-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PPTelegraf";
  src: url("../fonts/PPTelegraf-UltraBold.otf");
  src: url("../fonts/PPTelegraf-UltraBold.otf?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraBold.otf") format("otf"), url("../fonts/PPTelegraf-UltraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PPTelegraf";
  src: url("../fonts/PPTelegraf-UltraLight.otf");
  src: url("../fonts/PPTelegraf-UltraLight.otf?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraLight.otf") format("otf"), url("../fonts/PPTelegraf-UltraLight.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.site-main {
  padding-top: 320px;
  width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .site-main {
    width: 100%;
    padding-top: 100px;
  }
}

#primary {
  padding: 0 10px;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

#sidebar {
  display: none;
}

.related-products {
  margin-bottom: 180px;
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .related-products {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.related-products-title {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 75px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .related-products-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.woocommerce-page div.product div.images {
  width: 546px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  height: 546px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 330px;
  }
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 14px;
  display: flex;
  margin: 14px -7px 0 -7px;
}
.woocommerce div.product div.images .flex-control-thumbs img {
  width: 126px;
  height: 126px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs img {
    width: 100%;
    height: auto;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: 25%;
  padding: 0 7px;
}

.woocommerce div.product:after {
  content: "";
  clear: both;
  display: block;
}

.woocommerce div.product .product_title {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 30px;
}

.woocommerce div.product p.price {
  margin-top: 18px;
  font-weight: 500;
  color: var(--clr-font-1);
}

.woocommerce div.product form.cart .variations th {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  height: 42px;
  background-color: #eee;
  border: none;
  outline: none;
  color: #2D2A26;
  font-size: 18px;
  padding-left: 18px;
  appearance: none;
  width: 240px;
  min-width: 240px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product form.cart .variations select {
    width: 100%;
    margin-right: 0;
  }
}

.woocommerce div.product form.cart div.quantity {
  display: none !important;
}

.woocommerce-variation-price {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
  }
}

.woocommerce div.product p.price ins {
  text-decoration: none;
  font-weight: 500;
}

.woocommerce.single-product .onsale {
  display: none;
}
.woocommerce.single-product .report-issue {
  padding-top: 36px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .report-issue {
    padding-left: 0;
    text-align: center;
  }
}
.woocommerce.single-product .report-issue i {
  margin-right: 16px;
  color: var(--clr-font-1);
  font-size: 24px;
  vertical-align: middle;
}
.woocommerce.single-product .report-issue span {
  color: #2D2A26;
  font-size: 18px;
  vertical-align: middle;
  margin-top: 20px;
}
.woocommerce.single-product .description-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 32px;
  width: 70%;
  color: #2D2A26;
}
.woocommerce.single-product .button.alt.single_add_to_cart_button {
  height: 60px;
  background-color: var(--clr-font-1);
  font-size: 25px;
  font-weight: 400;
  float: none;
}
.woocommerce.single-product .button.alt.single_add_to_cart_button:disabled {
  background-color: var(--clr-font-1) !important;
}
.woocommerce.single-product .button.alt.single_add_to_cart_button:hover {
  background-color: var(--clr-font-1) !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .button.alt.single_add_to_cart_button {
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce.single-product .quantity-control {
  display: flex;
  margin-bottom: 38px;
  font-size: 18px;
  color: #2D2A26;
}
.woocommerce.single-product .quantity-control > div:first-child {
  margin-right: 14px;
}
.woocommerce.single-product .quantity-control span {
  display: inline-block;
}
.woocommerce.single-product .quantity-control span:nth-child(2) {
  margin: 0 4px;
  user-select: none;
}
.woocommerce.single-product .quantity-control span:nth-child(1), .woocommerce.single-product .quantity-control span:nth-child(3) {
  user-select: none;
  cursor: pointer;
}
.woocommerce.single-product .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 32px;
  color: #2D2A26;
}
.woocommerce.single-product .woocommerce-product-details__short-description p:first-child {
  margin-top: 0;
}
.woocommerce.single-product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .product-categories {
  font-size: 18px;
}
.woocommerce.single-product .product-categories a {
  color: rgba(45, 42, 38, 0.5);
}
.woocommerce.single-product .woocommerce-tabs {
  display: none;
}
.woocommerce.single-product .woocommerce-breadcrumb {
  display: none;
}
.woocommerce.single-product .back-to-shop {
  text-align: right;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .back-to-shop {
    margin-top: 30px;
    text-align: left;
  }
}
.woocommerce.single-product .back-to-shop i {
  vertical-align: middle;
}
.woocommerce.single-product .back-to-shop span {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  margin-left: 14px;
}

.woocommerce button.button {
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .product-remove a {
  color: var(--clr-font-1) !important;
}
.woocommerce .woocommerce-cart-form .product-remove a:hover {
  background: var(--clr-font-1);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td a {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td a:hover {
  color: var(--clr-navlink-hover);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td bdi {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td .quantity input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
}
.woocommerce .woocommerce-cart-form .cart .button {
  border: none;
  outline: none;
  color: #fff;
  background: var(--clr-font-1);
}
.woocommerce .woocommerce-cart-form .cart .button:disabled {
  color: #fff !important;
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .cart .button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 12px 6px 8px !important;
  width: 150px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-cart-form .cart .actions .coupon .input-text + button {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  border: none;
  outline: none;
  color: #fff;
  background-color: var(--clr-font-1);
}
.woocommerce .woocommerce-checkout label {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-checkout input[type=text],
.woocommerce .woocommerce-checkout input[type=number],
.woocommerce .woocommerce-checkout input[type=email],
.woocommerce .woocommerce-checkout input[type=tel] {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  padding-left: 8px;
  padding-top: 2px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
}
.woocommerce .woocommerce-checkout textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 10px;
}
.woocommerce .woocommerce-checkout #place_order {
  border: none;
  outline: none;
  color: #fff;
  background-color: var(--clr-font-1);
}
.woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text {
  color: var(--clr-font-2);
}
.woocommerce a.button {
  border: none;
  outline: none;
  color: #fff;
  background: var(--clr-font-1);
  font-weight: 400;
}
.woocommerce a.button:disabled {
  color: #fff !important;
}
.woocommerce a.button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce .button {
  border: none;
  outline: none;
  color: #fff;
  background: var(--clr-font-1);
}
.woocommerce .button:disabled {
  color: #fff !important;
}
.woocommerce .button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce-message {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-message .button {
  margin-top: 20px !important;
  text-align: center;
}

.woocommerce .woocommerce-form-login #rememberme {
  height: 13px;
}
.woocommerce .woocommerce-form-login label {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-form-login input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  padding-left: 8px;
  padding-top: 2px;
}
.woocommerce .woocommerce-form-login button {
  border: none;
  outline: none;
  color: #fff;
  background-color: var(--clr-font-1);
}
.woocommerce .woocommerce-form-login button:disabled {
  color: #fff !important;
}
.woocommerce .woocommerce-form-login button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce .woocommerce-ResetPassword label {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-ResetPassword input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  padding-left: 8px;
  padding-top: 2px;
}
.woocommerce .woocommerce-ResetPassword button {
  border: none;
  outline: none;
  color: #fff;
  font-weight: 400;
  background-color: var(--clr-font-1);
}
.woocommerce .woocommerce-ResetPassword button:disabled {
  color: #fff !important;
}
.woocommerce .woocommerce-ResetPassword button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-content button, .woocommerce .woocommerce-MyAccount-content .button {
  border: none;
  outline: none;
  color: #fff;
  background-color: var(--clr-font-1);
}
.woocommerce .woocommerce-MyAccount-content button:disabled, .woocommerce .woocommerce-MyAccount-content .button:disabled {
  color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-content button:hover, .woocommerce .woocommerce-MyAccount-content .button:hover {
  background: var(--clr-font-1) !important;
  border: none;
  outline: none;
  color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-content label {
  color: var(--clr-font-2);
}
.woocommerce .woocommerce-MyAccount-content input {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  padding-left: 8px;
  padding-top: 2px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row em {
  padding-top: 10px;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

@media only screen and (min-width: 1024px) {
  .woocommerce-account {
    text-align: center;
  }
  .woocommerce-account .woocommerce-notices-wrapper {
    width: 500px;
    margin: auto;
  }
  .woocommerce-account .woocommerce-form-login {
    width: 500px;
    margin: auto !important;
  }
}

:root {
  --ff-os: "Open Sans", sans-serif;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-font-1: #346664;
  --clr-font-2: #27262D;
  --clr-navlink-hover: #FD5E62;
}

* {
  box-sizing: border-box;
  font-family: "PPTelegraf", sans-serif;
}

body {
  margin: 0;
  font-family: var(--ff-os);
  color: var(--clr-font-1);
}

a {
  text-decoration: none;
  color: var(--clr-font-1);
}
a:active, a:focus, a:visited {
  color: var(--clr-font-1);
}
a:hover {
  color: var(--clr-navlink-hover);
}

button {
  font-weight: 400;
}

section {
  margin-bottom: 220px;
}
@media only screen and (max-width: 1024px) {
  section {
    margin-bottom: 100px;
  }
}

.container {
  width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.container-md {
  width: 1360px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container-md {
    width: 100%;
    padding: 0 10px;
  }
}

.container-section {
  width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container-section {
    width: 100%;
    padding: 0 10px;
  }
}

.hamburger-menu {
  width: 25px;
}
.hamburger-menu span {
  border: 1px solid;
  border-color: var(--clr-font-1);
  margin-bottom: 5px;
  display: block;
  height: 2px;
  background: var(--clr-font-1);
}
.hamburger-menu span:nth-child(2n+2) {
  width: 15px;
}

.hamburger-menu-opened {
  width: 25px;
  height: 16px;
  position: relative;
  top: 35px;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger-menu-opened.opened-hamb span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger-menu-opened.opened-hamb span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger-menu-opened.opened-hamb span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger-menu-opened span {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  border: 1px solid;
  border-color: #fff;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-menu-opened span:nth-child(1) {
  top: 0px;
}
.hamburger-menu-opened span:nth-child(2) {
  top: 8px;
}
.hamburger-menu-opened span:nth-child(3) {
  top: 16px;
}

.row {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .row {
    display: block;
  }
}

#header {
  width: 100%;
  position: absolute;
  background: transparent;
  top: 0;
  padding: 3rem 0;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  #header {
    padding: 0;
  }
  #header .nav-main-mobile .row {
    justify-content: space-between;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

.logo {
  width: 80px;
}
@media only screen and (max-width: 1024px) {
  .logo {
    width: 40px;
  }
}

.nav-main {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .nav-main {
    display: none;
  }
}
.nav-main .icon {
  width: 15px;
  margin-right: 25px;
  cursor: pointer;
}
.nav-main ul {
  width: 100%;
  align-items: center;
  padding: 0;
}
.nav-main ul [data-cart-count] {
  position: relative;
}
.nav-main ul [data-cart-count]:after {
  position: absolute;
  right: -10px;
  top: -5px;
  min-width: 7px;
  min-height: 7px;
  padding: 5px;
  color: #fff;
  background-color: var(--clr-font-1);
  font-size: 10px;
  border-radius: 20px;
  content: attr(data-cart-count);
  line-height: 8px;
}
.nav-main ul [data-cart-count]:hover:after {
  background-color: var(--clr-navlink-hover);
}
.nav-main ul li {
  text-align: center;
  width: 20%;
  font-size: 30px;
  list-style: none;
  margin: 0.75rem 1rem;
  justify-content: end;
}
.nav-main ul li:first-child {
  text-align: left;
  margin-left: 0;
}
.nav-main ul li a {
  position: relative;
  color: var(--clr-font-1);
  text-decoration: none;
}
.nav-main ul li a:hover {
  color: var(--clr-navlink-hover);
}
.nav-main ul li a:active {
  color: var(--clr-navlink-hover);
}
.nav-main ul li a.nav-item-active {
  color: var(--clr-navlink-hover);
}
.nav-main ul li a.nav-some-left {
  left: -30px;
}
.nav-main ul li a.nav-some-right {
  right: -30px;
}

@media only screen and (min-width: 1024px) {
  .nav-main-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-main-mobile .ico_basket-cont {
    margin-right: 5px;
  }
}
.nav-main-mobile .row {
  display: flex;
}
.nav-main-mobile ul {
  padding-left: 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .nav-main-mobile ul {
    margin-top: 0;
  }
}
.nav-main-mobile ul [data-cart-count] {
  position: relative;
}
.nav-main-mobile ul [data-cart-count]:after {
  position: absolute;
  right: -10px;
  top: -5px;
  min-width: 5px;
  min-height: 5px;
  line-height: 5px;
  padding: 5px;
  color: #fff;
  background-color: var(--clr-font-1);
  font-size: 10px;
  border-radius: 20px;
  content: attr(data-cart-count);
  border: solid 1px var(--clr-font-1);
}
.nav-main-mobile ul li {
  text-align: center;
  width: 20%;
  font-size: 30px;
  list-style: none;
  margin: 0.75rem 1rem;
  justify-content: end;
}
.nav-main-mobile ul li:first-child {
  text-align: left;
  margin-left: 0;
}
.nav-main-mobile ul li .ico_phone-cont {
  left: -5px;
}
.nav-main-mobile ul li a {
  position: relative;
  color: var(--clr-font-1);
  text-decoration: none;
}
.nav-main-mobile ul li a:hover {
  color: var(--clr-navlink-hover);
}
.nav-main-mobile ul li a:active {
  color: var(--clr-navlink-hover);
}
.nav-main-mobile ul li a.nav-item-active {
  color: var(--clr-navlink-hover);
}
.nav-main-mobile ul li a.nav-some-left {
  left: -30px;
}
.nav-main-mobile ul li a.nav-some-right {
  right: -30px;
}
.nav-main-mobile .side-nav-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: -100vw;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background-color: var(--clr-font-1);
  box-shadow: 1px 0 5px rgba(var(--clr-font-1), 0.5), 1px 0 3px rgba(var(--clr-font-2), 0.7);
  transition: 0.5s left;
  color: #fff;
}
.nav-main-mobile .side-nav-panel a {
  color: #fff;
}
.nav-main-mobile .side-nav-panel .top-nav {
  margin: auto;
}
.nav-main-mobile .side-nav-panel .top-nav li {
  width: 100%;
  text-align: center;
  margin: 2rem auto;
}
.nav-main-mobile .side-nav-panel .top-nav li:first-child {
  margin: 2rem auto;
}
.nav-main-mobile .side-nav-panel .top-nav li a {
  right: 0;
  left: 0;
}
.nav-main-mobile .side-nav-panel .top-nav .logo {
  width: 80px;
  margin-top: -100%;
  margin-left: 10px;
  margin-bottom: 30px;
}
.nav-main-mobile .side-nav-panel .top-nav .social-icons {
  display: flex;
  justify-content: space-between;
}

.video-section {
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .video-section {
    height: 400px;
  }
}
.video-section .actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 100px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .video-section .actions {
    padding: 0 10px;
    margin-top: 250px;
    justify-content: center;
  }
}
.video-section .actions .social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .video-section .actions .social-icons {
    justify-content: end;
    display: none;
  }
}
.video-section .actions .social-icons a {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .video-section .actions .social-icons a {
    margin-bottom: 20px;
  }
}
.video-section .actions .social-icons a img:last-child {
  display: none;
}
.video-section .actions .social-icons a:hover > img:first-child {
  display: none;
}
.video-section .actions .social-icons a:hover > img:last-child {
  display: inline-block;
}
.video-section .actions .maak-calendar {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .video-section .actions .maak-calendar {
    display: flex;
    align-items: center;
  }
}
.video-section .actions .maak-calendar a {
  text-decoration: none;
  color: var(--clr-font-1);
}
.video-section .actions .maak-calendar a img:nth-child(2) {
  display: none;
}
.video-section .actions .maak-calendar a:hover img:nth-child(1) {
  display: none;
}
.video-section .actions .maak-calendar a:hover img:nth-child(2) {
  display: inline-block;
}
.video-section .actions .maak-calendar a:hover {
  color: var(--clr-navlink-hover);
}
.video-section .actions .maak-calendar p {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .video-section .actions .maak-calendar p {
    font-size: 16px;
  }
}
.video-section video {
  width: 100%;
  height: 900px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .video-section video {
    height: 400px;
  }
}
.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  background: #d9d9d9;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 1024px) {
  .video-section .overlay {
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .info-section .icon-col {
    text-align: center;
  }
}
.info-section .text-col {
  font-size: 22px;
  margin-left: 120px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .info-section .text-col {
    margin-left: 0;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
}
.info-section .text-col p {
  margin: 0;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .info-section .text-col p {
    line-height: 25px;
  }
  .info-section .text-col p br {
    display: none;
  }
}

.boywithglasses-section {
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .boywithglasses-section {
    margin-top: 0px;
  }
  .boywithglasses-section .rectangle {
    width: 90%;
  }
}
.boywithglasses-section .right-img {
  padding: 100px;
  right: 200px;
  top: 50px;
}
@media only screen and (max-width: 1024px) {
  .boywithglasses-section .right-img {
    padding: 50px 0;
    right: 0;
    top: -50px;
    left: 35px;
    padding-bottom: 20px;
  }
}
.boywithglasses-section .left-img {
  bottom: 100px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .boywithglasses-section .left-img {
    bottom: 0;
  }
}
.boywithglasses-section p {
  text-align: left;
  font-size: 22px;
  margin-left: 150px;
  color: var(--clr-font-1);
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .boywithglasses-section p {
    font-size: 20px;
    margin-left: 80px;
    line-height: 25px;
  }
}

.quote-section .left-img {
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .quote-section .left-img {
    display: flex;
    flex-direction: row-reverse;
  }
  .quote-section .left-img img {
    width: 40px;
    position: relative;
    left: 20px;
    top: -60px;
  }
  .quote-section .left-img p {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    text-align: left;
    top: -50px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .quote-section .left-img p {
    line-height: 25px;
  }
}
.quote-section .right-img {
  top: 100px;
  right: 200px;
}
@media only screen and (max-width: 1024px) {
  .quote-section .right-img {
    top: -100px;
    right: -75px;
  }
}
.quote-section p {
  font-weight: 400;
  font-size: 38px;
  text-align: left;
}

.rectangle {
  width: 720px;
  background: #EDEDED;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .rectangle {
    width: 80%;
  }
}

.shop-section .shop-title {
  text-align: center;
  font-size: 65px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-title {
    font-size: 40px;
  }
}
.shop-section .shop-title h3 {
  margin-bottom: 90px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-title h3 {
    margin: 30px 0;
  }
}
.shop-section .shop-box {
  padding: 135px 0 110px 0;
  border: 1px;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-box {
    padding: 30px 0 30px 0;
  }
}
.shop-section .shop-box-item-icon {
  display: flex;
  padding-bottom: 75px;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-box-item-icon {
    padding-bottom: 30px;
  }
}
.shop-section .shop-box-item-icon img {
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-box-item-icon img {
    height: 50px;
  }
}
.shop-section .shop-box-item-cat {
  display: flex;
  justify-content: center;
  font-size: 25px;
  color: var(--clr-navlink-hover);
  font-weight: 500;
}
.shop-section .shop-box-item-cat p {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-box-item-cat p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .inthepicture-section {
    margin-top: -50px;
  }
}
.inthepicture-section .products-title {
  text-align: center;
  font-size: 65px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .inthepicture-section .products-title {
    font-size: 40px;
  }
}
.inthepicture-section .products-title h3 {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .inthepicture-section .products-title h3 {
    margin: 30px 0;
  }
}

.products-item-box {
  display: flex;
  background: #EDEDED;
  padding: 0;
  height: 330px;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .products-item-box {
    height: auto;
  }
}
.products-item-box-thumb {
  width: 100%;
}
.products-item-box-thumb img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.products-item-name {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--clr-font-1);
}
@media only screen and (max-width: 1024px) {
  .products-item-name {
    margin-top: 5px;
    font-size: 20px;
  }
}
.products-item-name a {
  color: var(--clr-font-1);
  text-decoration: none;
}
.products-item-name a:hover {
  color: var(--clr-navlink-hover);
}
.products-item-desc {
  display: flex;
  justify-content: space-between;
}
.products-item-desc:last-child {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .products-item-desc:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .products-item-desc {
    font-size: 14px;
  }
}
.products-item-desc p:last-child {
  font-weight: 500;
}

#footer {
  margin-bottom: 60px;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer {
    margin-bottom: 0;
    font-size: 16px;
    background-color: #ededed;
    padding: 16px 0;
  }
}
#footer a {
  color: var(--clr-font-1);
  text-decoration: none;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  #footer a {
    line-height: 25px;
  }
}
#footer a:hover {
  color: var(--clr-navlink-hover);
}
#footer .footer-row {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-row {
    justify-content: space-around;
  }
}
#footer .footer-row-col {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  #footer .footer-row-col {
    text-align: center;
  }
  #footer .footer-row-col:last-child {
    display: none;
  }
}

.align-center {
  align-items: center;
}

.grid {
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.addBasket {
  padding: 0 10px;
  margin-right: 10px;
  background: var(--clr-font-1);
}
@media only screen and (max-width: 1024px) {
  .addBasket {
    padding: 0 7px;
    margin-right: 0;
  }
}
.addBasket img {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .addBasket img {
    width: 10px;
  }
}

.about-first-section {
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .about-first-section {
    margin-top: 100px;
  }
}
.about-first-section .left-img {
  text-align: left;
  padding: 150px 80px;
}
@media only screen and (max-width: 1024px) {
  .about-first-section .left-img {
    padding: 80px 40px;
  }
}
.about-first-section .left-img p {
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .about-first-section .left-img p {
    font-size: 18px;
    line-height: 25px;
  }
}
.about-first-section .right-img {
  top: 100px;
  right: 180px;
}
@media only screen and (max-width: 1024px) {
  .about-first-section .right-img {
    top: -70px;
    right: -75px;
  }
}

.about-second-section {
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .about-second-section {
    margin-top: -50px;
  }
}
.about-second-section .left-img {
  z-index: 10;
}
.about-second-section .right-img {
  font-size: 22px;
  top: 150px;
  padding: 100px 50px;
  right: 180px;
}
@media only screen and (max-width: 1024px) {
  .about-second-section .right-img {
    padding: 60px 50px;
    font-size: 18px;
    top: -70px;
    right: -75px;
  }
}
.about-second-section .right-img p {
  margin-left: 200px;
  font-weight: 400;
  text-align: left;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .about-second-section .right-img p {
    margin-left: 0;
    line-height: 25px;
  }
}

.about-third-section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .about-third-section {
    margin-top: -80px;
    margin-bottom: 80px;
  }
}
.about-third-section .icon {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .about-third-section .icon img {
    width: 80px;
  }
}
.about-third-section .text {
  font-size: 48px;
  font-weight: 400;
  margin-top: 34px;
}
@media only screen and (max-width: 1024px) {
  .about-third-section .text {
    font-size: 24px;
    margin-top: 0;
  }
}
.about-third-section .text p {
  margin: 0;
  line-height: 82px;
}
@media only screen and (max-width: 1024px) {
  .about-third-section .text p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .about-last-section {
    margin-bottom: 0;
  }
}
.about-last-section .left-img {
  text-align: left;
  padding: 150px 80px;
}
@media only screen and (max-width: 1024px) {
  .about-last-section .left-img {
    padding: 80px 40px;
  }
}
.about-last-section .left-img p {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  .about-last-section .left-img p {
    font-size: 18px;
    line-height: 25px;
  }
}
.about-last-section .right-img {
  top: 100px;
  right: 180px;
}
@media only screen and (max-width: 1024px) {
  .about-last-section .right-img {
    top: -70px;
    right: -75px;
  }
}

.contact-first-section {
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .contact-first-section {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.contact-first-section .left-img {
  text-align: left;
  padding: 100px 80px;
}
@media only screen and (max-width: 1024px) {
  .contact-first-section .left-img {
    padding: 60px 40px;
  }
}
.contact-first-section .left-img p {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}
@media only screen and (max-width: 1024px) {
  .contact-first-section .left-img p {
    font-size: 18px;
    line-height: 25px;
  }
}
.contact-first-section .right-img {
  top: 100px;
  right: 180px;
}
@media only screen and (max-width: 1024px) {
  .contact-first-section .right-img {
    top: -40px;
    right: -75px;
  }
}

.contact-map-section {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .contact-map-section {
    margin-bottom: 50px;
  }
}
.contact-map-section .mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 1250px;
}
.contact-map-section .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.shop-container {
  width: 1360px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .shop-container {
    width: 100%;
    padding: 0 10px;
  }
}
.shop-container .shop-products {
  width: 1025px;
}
@media only screen and (max-width: 1024px) {
  .shop-container .shop-products {
    width: 100%;
  }
}

.shop-section {
  margin-bottom: 120px;
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  .shop-section {
    margin-top: -100px;
  }
}
.shop-section .row {
  justify-content: space-between;
}
.shop-section a {
  color: var(--clr-font-1);
  text-decoration: none;
}
.shop-section a:hover {
  color: var(--clr-navlink-hover);
}
.shop-section a:active {
  color: var(--clr-navlink-hover);
}
.shop-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
}
.shop-section ul .active-cat {
  color: var(--clr-navlink-hover);
}
.shop-section ul .parent-cat {
  font-weight: 800;
  margin-bottom: 20px;
}
.shop-section ul .parent-cat .child-cats {
  padding-top: 20px;
  font-weight: 500;
}
.shop-section ul .parent-cat .child-cats-item {
  padding: 2px 0;
}
.shop-section .products-item {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .shop-section .products-item {
    margin-bottom: 0;
  }
}
.shop-section .products-item-box {
  display: flex;
  background: #EDEDED;
  padding: 0;
  height: 330px;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .shop-section .products-item-box {
    height: 180px;
  }
}
.shop-section .products-item-box-thumb {
  width: 100%;
}
.shop-section .products-item-box-thumb img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-section .products-item-name {
  margin-top: 20px;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--clr-font-1);
}
@media only screen and (max-width: 1024px) {
  .shop-section .products-item-name {
    margin-top: 10px;
    font-size: 18px;
  }
}
.shop-section .products-item-desc {
  display: flex;
  justify-content: space-between;
}
.shop-section .products-item-desc:last-child {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .shop-section .products-item-desc:last-child {
    margin-right: 0;
  }
}
.shop-section .shop-pagination {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-pagination {
    text-align: center;
    margin-top: 50px;
  }
}
.shop-section .shop-pagination .active {
  background: var(--clr-font-1);
  color: #fff;
}
.shop-section .shop-pagination .page-box {
  font-weight: 400;
  cursor: pointer;
  margin: 10px;
  border: 1px solid;
  padding: 14px 10px 10px;
  font-size: 30px;
  width: 60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .shop-section .shop-pagination .page-box {
    font-size: 18px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .shop-categories {
    display: none;
  }
}

.shop-categories-mobile {
  margin-top: 200px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .shop-categories-mobile {
    display: none;
  }
}
.shop-categories-mobile select {
  outline: none;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  color: var(--clr-font-2);
  position: relative;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  appearance: none;
}
.shop-categories-mobile select option {
  width: 100%;
}
.shop-categories-mobile select option:checked {
  color: var(--clr-navlink-hover);
}
.shop-categories-mobile select .parent-cat {
  font-weight: 500;
}
.shop-categories-mobile select .child-cats {
  padding-left: 10px;
}

.subscribe-section {
  background: #ededed;
  padding: 40px 0;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .subscribe-section {
    margin-bottom: 0;
    margin-top: -50px;
  }
}
.subscribe-section .subscribe-fields {
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .subscribe-section .subscribe-fields {
    text-align: center;
  }
}
.subscribe-section .subscribe-fields p {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .subscribe-section .subscribe-fields p {
    font-size: 22px;
  }
}
.subscribe-section .subscribe-fields .shop-subs-email {
  padding-left: 40px;
  margin-left: auto;
  border: none;
  outline: none;
  width: 530px;
  height: 60px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .subscribe-section .subscribe-fields .shop-subs-email {
    width: auto;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
  }
}
.subscribe-section .subscribe-fields .shop-subs-email-submit {
  border: none;
  outline: none;
  width: 200px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: var(--clr-font-1);
}
@media only screen and (max-width: 1024px) {
  .subscribe-section .subscribe-fields .shop-subs-email-submit {
    width: auto;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
}

.page-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 320px;
  padding-bottom: 100px;
}
.page-wrapper h1:first-child,
.page-wrapper h2:first-child,
.page-wrapper h3:first-child,
.page-wrapper h4:first-child,
.page-wrapper h5:first-child,
.page-wrapper h6:first-child,
.page-wrapper p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper {
    width: 100%;
    padding: 100px 10px 60px 10px;
  }
}

.ico_phone-cont img.icon {
  width: 22px;
}

.ico_profile-cont img.icon {
  width: 20px;
}

.ico_basket-cont img.icon {
  width: 26px;
}

.header-icons a img:last-child {
  display: none;
}
.header-icons a:hover > img:last-child {
  display: inline-block;
}
.header-icons a:hover > img:first-child {
  display: none;
}

.rsp-msg {
  text-align: right;
  margin-top: 0;
  padding-bottom: 20px;
}

.loadergf {
  display: none;
  width: 30px;
}

.error {
  color: #c90000;
}

.success {
  color: darkgreen;
}

.warning {
  color: #00467F;
}

.calendly-embed {
  width: 100%;
  height: 830px;
  border: none;
  background-color: #fff;
}

#map {
  height: 400px;
}

.open-hours {
  font-size: 26px;
  line-height: 36px;
}
@media only screen and (max-width: 1024px) {
  .open-hours {
    font-size: 18px;
  }
}

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

.shop-container { width: 100%; margin: auto; max-width: 1360px; }

.home .quote-section .row > div:first-child { min-width: 50%; }
.home .quote-section .row > div:last-child { width: 100%; margin-left: -100px; margin-top: 100px; }
.home .rectangle { width: 100%; }
.home .quote-section .right-img { top: unset; right: unset; }


.home .boywithglasses-section .row > div:last-child { margin-left: -200px; margin-top: 150px; }
.home .boywithglasses-section .row > div { width: 100%; }
.home .boywithglasses-section .left-img { bottom: unset; }
.home .boywithglasses-section .right-img { right: unset; top: unset; }

.video-section { margin-bottom: 0px; }

@media all and (max-width: 1024px){
	
	.home .quote-section .row > div:last-child, .home .boywithglasses-section .row > div:last-child { margin: 0; }
	.home .boywithglasses-section .rectangle { width: 100%; }
	.home .boywithglasses-section .right-img { left: 0; }
	.video-section { height: 330px; }
	
}

@media all and (max-width: 767px){
	.inthepicture-section .products, .shop-section .products { grid-template-columns: repeat(2, 1fr); }
}