@font-face {
  font-family: "Azov";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ofont.ru_Azov.ttf") format("truetype");
}
html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: white;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
}

#sp-header {
  background-color: #070707;
  height: 5rem;
  /* ----------------------------------- */
}
#sp-header .logo {
  height: 5rem; /* override template.css */
}
#sp-header .logo-image {
  height: 4rem;
}
#sp-header .logo-image-phone {
  height: 3rem;
}
#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  line-height: 5rem;
  color: white;
}
#sp-header .sp-dropdown-inner {
  background-color: black;
  box-shadow: inset 0 0 1px 1px white;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: white;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #ff645a;
}

#section-0 {
  padding-top: 1rem;
  padding-bottom: 3.25rem;
  background-image: url(../section_2.svg);
  background-size: auto 1502px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
}
#section-0 .sppb-col-12 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
#section-0 .sppb-col-12:nth-child(3) {
  margin-top: 0;
}
#section-0 #box_3d__canvas {
  height: 420px;
  width: 400px;
  cursor: grab;
  /*box-shadow: 0 0 1px 1px black;*/
}
#section-0 .section-0-red-text {
  color: #ff645a;
  font-family: "Montserrat";
  font-size: 1.3rem;
  text-transform: uppercase;
  display: flex;
}
#section-0 .section-0-red-text .section-0-red-text-number {
  margin-right: 0.5rem;
}
#section-0 .section-0-red-text .section-0-red-text-content {
  flex: 1;
}
#section-0 .section-0-white-text {
  font-family: "Azov";
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  margin-top: 3rem;
}
#section-0 #section-0-white-text-1 {
  font-size: 1.1rem;
}
#section-0 #section-0-white-text-2 {
  font-family: "Azov";
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}
#section-0 #section-0-designs {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* this one is for js code */
}
#section-0 #section-0-designs .sppb-addon-single-image-container:not(:first-child) {
  margin-left: 1.5rem;
}
#section-0 #section-0-designs .sppb-addon-single-image-container:hover {
  background-color: #545454;
  box-shadow: 0 0 2px 2px #545454;
  cursor: pointer;
}
#section-0 #section-0-designs .sppb-addon-single-image-container img {
  max-height: 90px;
  width: auto;
}
#section-0 #section-0-designs .img-hovered {
  transition: all 0.2s;
  background-color: #545454;
  box-shadow: 0 0 2px 2px #545454;
  cursor: pointer;
}
#section-0 .sppb-row-container:nth-child(2) {
  height: 170px;
}
#section-0 #box-logo {
  width: 168px;
  height: 159px;
}

#section-3 {
  padding: 0 0 4rem 0;
  font-family: "Montserrat";
  background-image: url(../section_4.svg);
  background-size: 5407px auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 690px;
}

#section-3 #section-3-h2-wrapper h2 {
  margin: 10rem 0 4.5rem 0;
  font-style: normal;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 1;
  color: #000000;
}

#section-3 .section-3-columns-row-container {
  max-width: 1060px;
}

#section-3 .section-3-columns-row-container:nth-child(3) {
  margin-top: 4rem;
}

#section-3 .section-3-cols-wrapper .sppb-col-md-4 {
  display: flex;
  flex-direction: column;
  padding: 0 0.65rem;
}

#section-3 .section-3-cols-wrapper .img-link {
  height: 225px;
}

#section-3 .section-3-cols-wrapper img {
  max-height: 225px;
  width: auto;
  display: block;
}

#section-3 .section-3-cols-wrapper h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 2rem 0;
}

#section-3 .sppb-btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  text-transform: lowercase;
  margin-top: auto; /* pull button to the bottom, flex feature */
  font-family: "Inter";
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
}

#section-3 .button-coral {
  background-color: #ff645a;
}

#section-3 .button-coral:hover {
  background-color: #464646;
}

#section-3 .button-gray {
  background-color: #464646;
}

#section-3 .button-gray:hover {
  background-color: #ff645a;
}

#section-3 #section-3-big-triangle {
  margin-top: 12rem;
}

#section-3 #section-3-big-triangle #section-3-image-1-wrapper {
  position: relative;
  top: 51px;
  left: 61px;
}

#section-3 #section-3-big-triangle #section-3-image-2-wrapper {
  position: relative;
  left: 198px;
  top: 32px;
}

#section-3 #section-3-big-triangle #section-3-image-2-wrapper img:nth-child(2) {
  position: absolute;
  top: -48px;
  left: 80px;
  max-width: none;
}

#section-3 #section-3-big-triangle #section-3-big-separator {
  height: 174px;
}

#section-3 #section-3-big-triangle h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.5625rem;
  line-height: 3.4rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
  left: 30px;
}

#section-5 {
  padding-top: 3.5rem;
  padding-bottom: 5.6rem;
}

#section-5 .sppb-row-container {
  max-width: 1080px;
}

#section-5 h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 2.75rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 2.5rem;
}

#section-5 .sppb-col-md-4 {
  padding: 0;
}

#section-5 img {
  position: relative;
  left: -0.8rem;
}

#section-6 {
  padding: 4.5rem 0 8.5rem 0;
  background-color: #464646;
}

#section-6 h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.3rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 6rem;
}

#section-6 #section-6-cols-container {
  width: 60.3rem;
}

#section-6 #section-6-cols-container .sppb-row {
  justify-content: space-between;
}

#section-6 #section-6-cols-container .sppb-col-lg-3 {
  flex: 0 0 10.7rem;
  padding: 0; /* override sppagebuilder.css */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#section-6 #section-6-cols-container .sppb-col-lg-3:not(:first-child):before {
  content: "";
  background: url("../section_6_arrow.svg");
  width: 76px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: 2rem;
  left: -5.2rem;
}

#section-6 .section-6-number {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.75rem;
  align-self: start;
  color: #FFFFFF;
  margin-bottom: 0.3rem;
}

#section-6 #section-6-cols-container img:nth-child(2) {
  margin-bottom: 2.8rem;
  height: 125px;
}

#section-6 #section-6-cols-container #section-6-box-2-add {
  position: absolute;
  left: -27px;
  top: 67px;
}

#section-6 #section-6-cols-container #section-6-box-3-add {
  position: absolute;
  top: -43px;
  right: -12px;
}

#section-6 #section-6-cols-container .section-6-btn {
  width: 100%; /* for flex in .sppb-col-md-3 and for second item with bigger image */
  border: 2px solid #FFFFFF;
  font-family: "Montserrat";
  padding: 1rem 0;
  color: #FFFFFF;
  text-align: center;
}

#section-6 .section-6-btn strong {
  font-style: normal;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.65rem;
  position: relative;
  top: 1px;
}

#section-6 .section-6-btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
}

#section-7 {
  padding-top: 55px;
  padding-right: 0px;
  padding-bottom: 28px;
  padding-left: 0px;
  margin: 0;
  background-color: #F1F1F1;
}

#section-7 .sppb-section-title .sppb-title-heading {
  font-size: 30px;
  line-height: 37px;
  color: #303030;
  margin-top: 28px;
  margin-bottom: -25px;
  font-family: "Montserrat";
  font-weight: 500;
}

#section-7 {
  background-color: #F1F1F1;
  padding: 4.5rem 0 3.5rem 0;
  font-family: "Montserrat";
  font-style: normal;
}

#section-7 h2 {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 2rem;
}

#section-7 a {
  font-weight: 600;
  border: 2px solid #303030;
  background-color: transparent;
  color: #303030;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 10px 38px 10px 38px;
  text-transform: uppercase;
}

#sp-footer {
  background-color: #303030;
}

/* ----------------------------------------- */
.sppb-btn {
  white-space: nowrap;
}

.smartshop-cart__message__wrapper::before {
  border-bottom: 10px solid #23db67;
}

.text-dark-blue {
  color: #0C4F5C;
}

.text-black {
  color: black;
}

/* ----------------------------------------- */
@media (max-width: 574px) {
  #section-3 #section-3-h2-wrapper h2 {
    padding: 0 1rem;
    text-align: center;
  }
  #section-3 .section-3-cols-wrapper .sppb-col-md-4 {
    margin-bottom: 4rem;
    padding: 0 1rem;
  }
  #section-3 {
    padding-bottom: 0;
    background-position: 50% 71%;
  }
  #section-3 .section-3-columns-row-container:nth-child(3) {
    margin-top: 0;
  }
  #section-3 #section-3-big-triangle #section-3-image-1-wrapper {
    top: 2.8rem;
    left: 0;
  }
  #section-3 #section-3-big-triangle .sppb-col-md-6:first-child {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  #section-3 #section-3-big-triangle #section-3-image-2-wrapper {
    left: -1rem;
    top: 14rem;
  }
  #section-3 #section-3-big-triangle .sppb-col-md-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-content: center;
  }
  #section-3 #section-3-big-triangle #section-3-big-separator {
    height: 300px;
  }
  #section-3 #section-3-big-triangle {
    max-height: initial;
    height: 88rem;
  }
  #section-3 #section-3-big-triangle .sppb-col-md-12:last-child {
    background-color: #ff645a;
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
  #section-3 #section-3-big-triangle h2 {
    position: initial;
    left: 0;
  }
  #section-5 h2 {
    text-align: center;
  }
  #section-5 .sppb-col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section-6 h2 {
    font-size: 2rem;
  }
  #section-6 #section-6-cols-container {
    width: 100%;
  }
  #section-6 #section-6-cols-container .sppb-col-lg-3 {
    flex: 1 1 100%;
    padding: 1rem;
  }
  #section-6 #section-6-cols-container #section-6-box-2-add {
    left: calc(50% - 111px);
    top: 83px;
  }
  #section-6 #section-6-cols-container #section-6-box-3-add {
    left: calc(50% - 65px);
    top: -18px;
  }
}
@media (min-width: 576px) {
  #section-0 .section-0-red-text {
    align-self: start;
  }
  #section-0 #section-0-white-text-2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  #section-0 .section-0-red-text {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1200px) {
  #section-0 {
    background-size: auto 751px;
  }
  #section-0 .sppb-col-12 {
    margin: 0;
  }
  #section-0 .sppb-col-12:nth-child(1) {
    align-items: start;
  }
  #section-0 .sppb-col-12:nth-child(3) {
    padding: 0 0 0 4.5rem;
  }
  #section-0 .section-0-red-text {
    margin-left: 0;
  }
  #section-0 #section-0-red-text-2 {
    align-self: center;
  }
  #section-0 .sppb-row-container:nth-child(2) {
    height: 170px;
  }
}

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