html {
  margin: 0 !important;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("../font/ElegantIcons.ttf") format("ttf"), url("../font/ElegantIcons.woff") format("woff");
}

.page-footer {
  position: relative;
  padding: 85px 15%;
  z-index: 1;
}

.page-footer .footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-footer .footer__background img {
  width: 100%;
  height: 100%;
}

.page-footer .form__input--left input {
  display: block;
  width: 100%;
}

.page-footer .form__input--left textarea {
  width: 100%;
  min-height: 106px;
}

.main-footer {
  background-color: #e1dfdd;
  padding: 16px 60px;
}

.main-footer .pull--right a {
  color: #11100f;
}

.main-footer .pull--right a:hover {
  color: #45b8e6;
}

.main-footer .pull--right a:not(:last-child) {
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-footer {
    background-color: #797775;
  }
  .page-footer .footer__background {
    display: none;
  }
  .page-footer .form__input--left {
    margin-right: 0;
    padding-bottom: 64px;
    border-bottom: 1px solid #e1dfdd;
  }
  .page-footer .form__input--right {
    padding-top: 64px;
  }
  .main-footer .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-footer .flex-column .pull--right {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .main-footer {
    padding: 24px 30px;
  }
}

.main__header {
  width: 100%;
  height: 100%;
  position: fixed;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
}

.main__header .main__header--container {
  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: 24px 30px;
}

.main__header .main__header--container .close {
  cursor: pointer;
  color: #797775;
}

.main__header .main__header--container .close:hover {
  color: #ff4136;
}

.main__header .drawer {
  width: 100%;
  height: 100%;
  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;
}

.main__header .drawer__nav li:not(:last-child) {
  margin-bottom: 30px;
}

.main__header .drawer__nav li a {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  color: #797775;
  cursor: pointer;
  text-align: center;
  display: block;
}

.main__header .drawer__nav li a:hover {
  color: #45b8e6;
}

.header {
  padding: 24px 60px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.header .logo .logo--left {
  width: 180px;
  height: 38px;
  margin-top: 4px;
}

.header .logo .logo--middle {
  width: 200px;
  height: 50px;
}

.header .logo .logo--right {
  width: 72px;
  height: 48px;
}

.header__nav #menu-nav-main-1 .menu-item .active {
  color: #45b8e6;
}

.header__nav a {
  color: #797775;
}

.header__nav a:not(:last-child) {
  margin-right: 32px;
}

.header__nav a:hover {
  color: #45b8e6;
}

.header .mobile-menu-container {
  display: none;
  cursor: pointer;
}

.header .mobile-menu-container div {
  width: 35px;
  height: 5px;
  background-color: #797775;
  margin: 6px 0;
}

@media only screen and (max-width: 992px) {
  .header .logo .logo--left {
    margin-right: 16px;
    width: 143px;
    height: 32px;
  }
  .header .logo .logo--middle {
    width: 146px;
    height: 42px;
  }
  .header .logo .logo--right {
    width: 54px;
    height: 39px;
  }
}

.is-active {
  display: block;
}

.main-home {
  position: relative;
  width: 100%;
  height: calc(100% - 96px);
  overflow: hidden;
  margin-top: 96px;
}

.main-home .section--home .logo .logo--left {
  width: 283px;
  height: 64px;
}

.main-home .section--home .logo .logo--middle {
  width: 290px;
  height: 74px;
}

.main-home .section--home .logo .logo--right {
  width: 96px;
  height: 64px;
}

.main-home .section__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  opacity: 1;
}

.main-home .section__content .section__text--container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  position: relative;
}

.main-home .section__content .section__background--container .background__circle {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.main-home .section__content .section__background--container .isInit {
  opacity: 1;
}

.main-home .section__content .section__background--container span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-home .section--productCategories {
  z-index: 100;
  padding-top: 12px;
}

.main-home .section--productCategories .section__content--wrapper {
  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;
}

.main-home .section--productCategories .section__content--wrapper div {
  z-index: 100;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper {
  width: 360px;
  height: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100;
  margin-bottom: 24px;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-names {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-names span {
  display: inline-block;
  opacity: 0;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-top {
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-top span {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-right {
  right: -25%;
  bottom: 25%;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-right span {
  -webkit-transform: translate3d(-120%, 0, 0);
          transform: translate3d(-120%, 0, 0);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-left {
  left: -25%;
  bottom: 25%;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper ul .circular__ui-left span {
  -webkit-transform: translate3d(120%, 0, 0);
          transform: translate3d(120%, 0, 0);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-path--background circle {
  stroke-dasharray: 1358;
  stroke-dashoffset: 1308;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-path--fill circle {
  stroke-dasharray: 1358;
  stroke-dashoffset: 1358;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-wrapper .circle-dot {
  cursor: pointer;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-wrapper .circle-dot .circle-outside {
  fill: none;
  stroke: #797775;
  stroke-width: 1px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-wrapper .circle-dot .circle-center {
  fill: #797775;
  stroke: none;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-wrapper .circle-dot .activeDot-outside {
  stroke: #ffffff !important;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper svg .circle-wrapper .circle-dot .activeDot-center {
  fill: #ffffff !important;
  opacity: 1 !important;
}

.main-home .section--productCategories .section__content--wrapper div .circular__ui-wrapper .content__button {
  position: absolute;
  bottom: -30%;
}

.main-home .productCategories--mobile {
  padding: 0;
  display: none;
}

.main-home .productCategories--mobile .productCategories--grid {
  position: relative;
  z-index: 10;
}

.main-home .productCategories--mobile .productCategories--grid .productCategories--item {
  padding: 64px 80px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.main-home .productCategories--mobile .productCategories--grid .slick-prev,
.main-home .productCategories--mobile .productCategories--grid .slick-next {
  display: none !important;
}

.main-home .productCategories--mobile .productCategories--grid .slick-dots li.slick-active button:before {
  width: 20px;
  left: 0px;
}

.main-home .productCategories--mobile .productCategories--grid .slick-dots {
  bottom: 16px;
}

.main-home .productCategories--mobile .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-home .section__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.main-home .section__background .section__background--container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-home .section__background .section__background--container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: none;
}

.main-home .section__background .section__background--container .activeBackground {
  display: block;
  opacity: 1;
}

.main-home .section__content-cricle {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 1;
}

.main-home .section__content-cricle .section__text--container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-home .section__content-cricle .section__text--container .section__text-wrapper {
  margin-top: -75px;
  display: none;
  z-index: 24;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  width: 300px;
}

.main-home .section__content-cricle .section__text--container .isInit {
  display: block;
}

.main-home .section--productAdvantages h3,
.main-home .section--contact h3 {
  height: 96px;
}

.main-home .section--productAdvantages input,
.main-home .section--productAdvantages textarea,
.main-home .section--contact input,
.main-home .section--contact textarea {
  width: 100%;
}

.main-home .section--productAdvantages .main-footer,
.main-home .section--contact .main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 101;
}

.main-home .section--productAdvantages {
  padding-left: 64px;
}

.main-home .section--productAdvantages .section__text--container {
  width: 80%;
}

.main-home .section--contact .section__text--container {
  bottom: 56px;
}

.main-home .section--contact .section__text--container p {
  height: 48px;
}

.main-home .section--contact .section__text--container .content__button a {
  margin: 0 0;
}

.main-home .aside-home {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 60px;
  top: 0px;
  z-index: 100;
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-home .aside-home .aside__nav {
  width: 62%;
}

.main-home .aside-home .aside__nav .nav__list .nav__item {
  position: relative;
  left: 0px;
  top: 0px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main-home .aside-home .aside__nav .nav__list .nav__item .nav__item--wapper:hover .nav__item--marker {
  width: 40px;
  opacity: 1;
}

.main-home .aside-home .aside__nav .nav__list .nav__item .nav__item--wapper .nav__item--marker {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #ffffff;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.main-home .aside-home .aside__nav .nav__list .nav__item .nav__item--wapper .activeNamePage {
  display: block !important;
}

.main-home .aside-home .aside__nav .nav__list .nav__item .nav__item--wapper .nav__item--namePage {
  display: none;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.main-home .roll {
  position: fixed;
  right: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 12%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82%;
  z-index: 100;
  width: 100px;
}

.main-home .roll .roll__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-home .roll .roll__nav span {
  padding-top: 20px;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  letter-spacing: 10px;
  margin-top: -10px;
  cursor: context-menu;
}

.main-home .roll .roll__nav .roll-up__icon {
  margin-bottom: 20px;
}

.main-home .roll .roll__nav svg {
  cursor: pointer;
}

.main-home .roll .roll__nav svg .arrow--disiable {
  fill: #797775;
}

.main-home .roll .roll__nav svg,
.main-home .roll .roll__nav span {
  display: block;
}

.main-home .slideDown {
  -webkit-animation: 1s ease-out forwards slideDown;
          animation: 1s ease-out forwards slideDown;
}

.main-home .slideUp {
  -webkit-animation: 1s ease-out forwards slideUp;
          animation: 1s ease-out forwards slideUp;
  z-index: 100;
}

.main-home .hide {
  display: none !important;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  1% {
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  1% {
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0px, 0px);
            transform: translate3d(0, 0px, 0px);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0px, 0px);
            transform: translate3d(0, 0px, 0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 992px) {
  .main-home .section--home .logo .logo--left {
    margin-top: 5px;
    width: 240px;
    height: 54px;
  }
  .main-home .section--home .logo .logo--middle {
    width: 230px;
    height: 68px;
  }
  .main-home .section--home .logo .logo--right {
    width: 76px;
    height: 54px;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper {
    width: 360px;
    height: 360px;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-right {
    right: -30%;
    bottom: 25%;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-left {
    left: -30%;
    bottom: 25%;
  }
  .main-home .section--productAdvantages h2,
  .main-home .section--contact h2 {
    margin-bottom: 16px;
  }
  .main-home .section--productAdvantages h3,
  .main-home .section--contact h3 {
    height: auto;
  }
  .main-home .section--productAdvantages .block-content,
  .main-home .section--contact .block-content {
    text-align: center;
  }
  .main-home .section--productAdvantages .block-content .mb16,
  .main-home .section--contact .block-content .mb16 {
    margin-bottom: 8px;
  }
  .main-home .section--productAdvantages .block-content .mt32,
  .main-home .section--contact .block-content .mt32 {
    margin-top: 0;
  }
  .main-home .section--productAdvantages .block-content {
    margin-bottom: 16px;
  }
  .main-home .section--productAdvantages .icon-svg {
    display: none;
  }
  .main-home .section--contact .section__text--container .block-content {
    padding-bottom: 64px;
  }
  .main-home .section--contact .section__text--container .block-content p {
    height: auto;
  }
  .main-home .section--contact .section__text--container .block-content:not(:last-child) {
    border-bottom: 1px solid #e1dfdd;
  }
  .main-home .section--contact .section__text--container .block-content:last-child {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .main-home .section--contact .content__button {
    margin-top: 32px;
  }
  .main-home .section--contact .content__button a {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
  .header .mobile-menu-container {
    display: block;
  }
  .main-home {
    overflow: scroll;
  }
  .main-home .section__content {
    display: block !important;
    position: relative;
    height: auto;
    padding: 64px 0;
  }
  .main-home .section__content-cricle {
    display: none !important;
  }
  .main-home .section--home .logo .logo--left {
    margin-top: 5px;
    width: 200px;
    height: 40px;
  }
  .main-home .section--home .logo .logo--middle {
    width: 200px;
    height: 52px;
  }
  .main-home .section--home .logo .logo--right {
    width: 58px;
    height: 45px;
  }
  .main-home .section--productCategories {
    display: none !important;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper {
    width: 320px;
    height: 360px;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-right {
    right: -30%;
    bottom: 25%;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-left {
    left: -30%;
    bottom: 25%;
  }
  .main-home .productCategories--mobile {
    display: block !important;
    padding: 0;
  }
  .main-home .section--contact {
    padding-top: 64px;
    padding-bottom: 128px;
  }
  .main-home .section--contact .section__text--container {
    padding: 0 80px;
    text-align: center;
  }
  .main-home .section--contact .section__text--container .form__input--left {
    padding-bottom: 64px;
    border-bottom: 1px solid #f2f2f2f2;
    margin-right: 0;
    width: 100%;
  }
  .main-home .section--contact .section__text--container .form__input--left .wpcf7-form {
    margin-right: 0;
  }
  .main-home .section--contact .section__text--container .form__input--left .btn {
    width: 100%;
  }
  .main-home .section--contact .section__text--container .form__input--right {
    width: 100%;
    padding-top: 64px;
  }
  .main-home .section--contact .section__text--container .form__input--right h4 {
    margin-bottom: 24px;
  }
  .main-home .section--contact .section__text--container .form__input--left h4,
  .main-home .section--contact .section__text--container .form__input--left p,
  .main-home .section--contact .section__text--container .form__input--right h4,
  .main-home .section--contact .section__text--container .form__input--right p {
    text-align: center;
  }
  .main-home .aside-home,
  .main-home .roll {
    display: none !important;
  }
}

@media only screen and (max-height: 550px) {
  .section--productCategories .section__content--wrapper div .circular__ui-wrapper {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 576px) {
  .main__header,
  .header {
    padding: 24px 30px;
  }
  .main__header .logo .logo--left,
  .header .logo .logo--left {
    width: 100px;
    height: 26px;
    margin-right: 16px;
  }
  .main__header .logo .logo--middle,
  .header .logo .logo--middle {
    width: 90px;
    height: 36px;
  }
  .main__header .logo .logo--right,
  .header .logo .logo--right {
    margin-top: 4px;
    width: 50px;
    height: 28px;
  }
  .main-home .section--home {
    padding: 64px 20px;
  }
  .main-home .section--home .logo .logo--left {
    width: 168px;
    height: 38px;
    margin-right: 16px;
  }
  .main-home .section--home .logo .logo--middle {
    width: 172px;
    height: 50px;
  }
  .main-home .section--home .logo .logo--right {
    margin-top: 5px;
    width: 80px;
    height: 38px;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper {
    width: 260px;
    height: 300px;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-right {
    right: -40%;
    bottom: 25%;
  }
  .main-home .section--productCategories .section__content--wrapper .circular__ui-wrapper ul .circular__ui-left {
    left: -40%;
    bottom: 25%;
  }
  .main-home .section--contact {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .main-home .section--contact .section__text--container {
    padding: 0 48px;
  }
  .main-home .section--contact .main-footer {
    position: relative;
    margin-top: 64px;
  }
  .main-home .section--contact .main-footer .pull--left p {
    font-size: 10px;
  }
  .main-home .section--contact .main-footer .pull--right a {
    font-size: 14px;
  }
  .main-home .productCategories--mobile .productCategories--grid {
    position: relative;
    z-index: 10;
  }
  .main-home .productCategories--mobile .productCategories--grid .productCategories--item {
    padding: 32px 48px;
  }
}

.main-about {
  background-color: #f8f9fa;
  padding-top: 80px;
}

.main-about .main-container {
  padding: 0 60px;
}

.main-about .main-container .flex-row-reverse .image-wrapper {
  margin-right: 0px;
}

.main-about .main-container .flex-row-reverse .content-text {
  margin-right: 40px;
}

.main-about .main-container .section-block {
  padding-top: 80px;
}

.main-about .main-container .section-block .content--center {
  width: 70%;
  margin: 0 auto;
}

.main-about .main-container .section-block .map-about {
  width: 100%;
  height: 400px;
  background-color: grey;
}

.main-about .main-container .section-block .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-about .main-container .section-head .image-wrapper-head {
  padding: 0px 8%;
  position: relative;
}

.main-about .main-container .section-head .image-wrapper-head .image__text {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-about .main-container .section-relationships .relationships-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 40px;
}

.main-about .main-container .section-relationships .relationships-grid .relationship-item {
  background-color: #ffffff;
  height: 260px;
  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;
}

.main-about .main-container .section-relationships .relationships-grid .relationship-item p {
  color: #d8d8d8;
}

.main-about .main-container .section-portraits {
  padding: 0 8%;
}

.main-about .main-container .section-portraits .portraits-content:not(:last-child) {
  margin-bottom: 56px;
}

.main-about .main-container .section-portraits .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-about .main-container .section-portraits .portraits-grid .portrait-image-container {
  text-align: center;
}

.main-about .main-container .section-portraits .portraits-grid .portrait-image-container img {
  width: 240px;
  height: 240px;
}

@media only screen and (max-width: 1440px) {
  .main-about .main-container .section-relationships .relationships-grid .relationship-item {
    height: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-about .main-container .section-relationships .relationships-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .main-about .main-container .section-portraits .portraits-grid .portrait-image-container img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .main-about .main-container .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-about .main-container .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-about .main-container .flex-column .image-wrapper {
    margin-bottom: 24px;
  }
  .main-about .main-container .flex-column .content-text {
    text-align: left;
  }
  .main-about .main-container .section-relationships .relationships-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .main-about .main-container .section-portraits .portraits-grid .portrait-image-container img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .main-about .main-container .section-head .image-wrapper-head {
    padding: 0px 2%;
  }
  .main-about .main-container .section-block .map-about {
    height: 300px;
  }
  .main-about .main-container .section-block .content--center {
    width: 80%;
    margin: 0 auto;
  }
  .main-about .main-container .section-portraits .portraits-grid .portrait-image-container img {
    width: 220px;
    height: 220px;
  }
}

@media only screen and (max-width: 576px) {
  .main-about .main-container {
    padding: 0 30px;
  }
  .main-about .main-container .section-relationships .relationships-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .main-about .main-container .section-relationships .relationships-grid .relationship-item {
    width: 300px;
    height: 200px;
  }
}

.main-product {
  background-color: #f8f9fa;
}

.main-product .main-container {
  padding: 0px 60px;
}

.main-product .main-container .section-material {
  padding-top: 80px;
}

.main-product .main-container .section-material:first-child {
  margin-top: 96px;
}

.main-product .main-container .section-material .title-product {
  margin-bottom: 40px;
}

.main-product .main-container .section-material .product__image {
  margin: 0 auto;
}

.main-product .main-container .section-material .product__image img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .main-product .main-container .section-material .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-product .main-container .section-material .flex-column .product__image {
    margin-bottom: 16px;
  }
  .main-product .main-container .section-material .flex-column .product__detail {
    margin-right: 0;
    text-align: center;
  }
  .main-product .main-container .section-material .flex-column .product__detail .detail--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-product .main-container .section-material .flex-column .product__detail .detail--wrapper .product__detail--left,
  .main-product .main-container .section-material .flex-column .product__detail .detail--wrapper .product__detail--right {
    width: 50%;
  }
  .main-product .main-container .section-material .flex-column .product__detail {
    text-align: center;
    padding-top: 8px 16;
  }
}

@media only screen and (max-width: 576px) {
  .main-product .main-container {
    padding: 0 30px;
  }
}

.main-contact {
  background-color: #f8f9fa;
}

.main-contact .section-office {
  margin-top: 96px;
  padding: 80px 60px;
}

.main-contact .section-office .flex-space-between {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-contact .section-office .map {
  height: 250px;
}

@media only screen and (max-width: 992px) {
  .main-contact .section-office .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contact .section-office .flex-column .firgos-office {
    margin-bottom: 64px;
  }
  .main-contact .section-office .flex-column .name-office {
    font-weight: 700;
  }
}

@media only screen and (max-width: 576px) {
  .main-contact .section-office .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contact .section-office .flex-column .map {
    height: 200px;
  }
  .main-contact .section-office .flex-column .firgos-office {
    margin-bottom: 64px;
  }
  .main-contact .section-office .flex-column .name-office {
    font-weight: 700;
  }
}

.loader {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #252525;
  position: fixed;
  top: 0;
  opacity: 0.8;
  z-index: 9999;
}

.loader .lds-roller {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 40%;
  left: 50%;
}

.loader .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

.loader .lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  margin: -3px 0 0 -3px;
}

.loader .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.loader .lds-roller div:nth-child(1)::after {
  top: 50px;
  left: 50px;
}

.loader .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.loader .lds-roller div:nth-child(2)::after {
  top: 54px;
  left: 45px;
}

.loader .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.loader .lds-roller div:nth-child(3)::after {
  top: 57px;
  left: 39px;
}

.loader .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.loader .lds-roller div:nth-child(4)::after {
  top: 58px;
  left: 32px;
}

.loader .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.loader .lds-roller div:nth-child(5)::after {
  top: 57px;
  left: 25px;
}

.loader .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.loader .lds-roller div:nth-child(6)::after {
  top: 54px;
  left: 19px;
}

.loader .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.loader .lds-roller div:nth-child(7)::after {
  top: 50px;
  left: 14px;
}

.loader .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.loader .lds-roller div:nth-child(8)::after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */