html, body {
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  font-style: normal;
  letter-spacing: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uppercase {
  text-transform: uppercase; }

.msg-error {
  color: #e82d45 !important; }

.msg-success {
  color: #8ec640 !important; }

.error.msg-error-input {
  outline: 1 !important;
  color: #e82d45 !important; }

.msg-success-input {
  outline: 1 !important;
  color: #87878B !important; }

.msg-error-input-border {
  border: 2px solid transparent !important; }

.msg-success-input-border {
  border-bottom-color: #87878B !important; }

.error .msg-error-input-border {
  border-color: #e82d45 !important; }

.padding-container {
  margin: 0 auto; }

@-webkit-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@-moz-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@-o-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-webkit-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-moz-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-o-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

.active {
  display: block !important;
  animation: scrollMenu 0.6s !important;
  -webkit-animation: scrollMenu 0.6s !important;
  -moz-animation: scrollMenu 0.6s !important;
  -o-animation: scrollMenu 0.6s !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important; }

.deactive {
  display: none !important;
  animation: hideMenu 0.3s !important;
  -webkit-animation: hideMenu 0.3s !important;
  -moz-animation: hideMenu 0.3s !important;
  -o-animation: hideMenu 0.3s !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important; }

.br {
  display: block; }

.rift-b {
  font-family: "rift", sans-serif;
  font-size: "";
  color: #000000;
  font-weight: 700;
  font-style: bold;
  letter-spacing: ""; }

.lato-r {
  font-family: "lato", sans-serif;
  font-size: "";
  color: #000000;
  font-weight: 400;
  font-style: normal;
  letter-spacing: ""; }

.lato-i {
  font-family: "lato", sans-serif;
  font-size: "";
  color: #000000;
  font-weight: 400;
  font-style: italic;
  letter-spacing: ""; }

.lato-sb {
  font-family: "lato", sans-serif;
  font-size: "";
  color: #000000;
  font-weight: 600;
  font-style: normal;
  letter-spacing: ""; }

.lato-b {
  font-family: "lato", sans-serif;
  font-size: "";
  color: #000000;
  font-weight: 700;
  font-style: bold;
  letter-spacing: ""; }

.header-internal-1 {
  font-size: 55px;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block; }

.header-internal-2 {
  font-size: 38px;
  line-height: 1.1em;
  margin-bottom: 18px;
  display: block; }

.header-internal-3 {
  font-size: 28px;
  display: block; }

.header-internal-4 {
  font-size: 24px;
  display: block; }

.label {
  line-height: 1.9em; }

html {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto; }

body {
  overflow-x: hidden; }
  body .section {
    margin-bottom: 85px; }
  body .tiles {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    position: relative; }
    body .tiles .middle-side {
      margin: 0 18px; }
  body .btn.btn-primary {
    width: 200px;
    height: 40px;
    border: "" solid "";
    border-radius: 20px;
    background: #000000;
    color: #FFFFFF;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transform: 0.2s ease all;
    transition: 0.2s ease all;
    display: block; }
    body .btn.btn-primary:hover {
      background: #1C2220;
      cursor: pointer; }
  body .btn.btn-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 50%;
    background: "";
    color: #000000;
    line-height: 40px;
    font-size: 8px;
    text-align: center;
    display: block;
    position: relative; }
    body .btn.btn-arrow::before {
      left: 50%;
      top: calc(50% + 2px);
      -webkit-transition: translate(-50%, -50%);
      -o-transition: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      -webkit-transition: 0.2s ease all;
      -o-transition: 0.2s ease all;
      -ms-transform: 0.2s ease all;
      transition: 0.2s ease all; }
    body .btn.btn-arrow:hover {
      cursor: pointer; }
  body .btn.icon-arrow-bottom:hover::before {
    margin-top: 3px; }
  body .btn.icon-arrow-up::before {
    margin-top: -1px; }
  body .btn.icon-arrow-up:hover::before {
    margin-top: -4px; }
  body #header #main-menu {
    height: 150px;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between; }
    body #header #main-menu .left-side {
      width: 35%; }
    body #header #main-menu .right-side {
      width: 65%;
      max-width: 610px; }
      body #header #main-menu .right-side .menu {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        justify-content: space-between; }
        body #header #main-menu .right-side .menu .active {
          font-weight: bold; }
    body #header #main-menu .hamburger {
      display: none; }
  body #header #main-container .block {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-betwee;
    -webkit-box-pack: space-betwee;
    -ms-flex-pack: space-betwee;
    justify-content: space-betwee;
    -webkit-align-items: flex-start;
    justify-content: space-betwee; }
    body #header #main-container .block .left-side {
      width: 350px;
      margin-top: 80px;
      position: relative;
      z-index: 4; }
      body #header #main-container .block .left-side .btn {
        margin-top: 40px;
        margin-bottom: 20px; }
    body #header #main-container .block .right-side {
      width: calc(100% - 350px);
      position: relative; }
      body #header #main-container .block .right-side .figure {
        width: 100%;
        height: 100%; }
        body #header #main-container .block .right-side .figure img {
          float: right;
          z-index: 2;
          position: relative; }
        body #header #main-container .block .right-side .figure::before {
          content: "";
          display: block;
          width: calc(100% + 70px);
          height: 86%;
          background: #EFEFEF;
          position: absolute;
          border-top-left-radius: 180px;
          border-bottom-left-radius: 180px;
          z-index: 1;
          bottom: -80px;
          left: -70px; }
        body #header #main-container .block .right-side .figure::after {
          content: "";
          display: block;
          width: 10000px;
          height: 86%;
          background: #EFEFEF;
          position: absolute;
          z-index: 1;
          bottom: -80px;
          right: -10000px; }
  body #who-we-are {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between; }
    body #who-we-are .left-side {
      width: 250px; }
    body #who-we-are .right-side {
      width: calc(100% - 300px);
      position: relative; }
      body #who-we-are .right-side .list-of-brands {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        justify-content: space-between;
        max-width: 860px;
        z-index: 2;
        position: relative;
        padding-left: 95px;
        background: #EFEFEF;
        height: 120px;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px; }
        body #who-we-are .right-side .list-of-brands li {
          opacity: .4;
          -webkit-transition: 0.2s ease all;
          -o-transition: 0.2s ease all;
          -ms-transform: 0.2s ease all;
          transition: 0.2s ease all; }
          body #who-we-are .right-side .list-of-brands li:hover {
            opacity: 1; }
          body #who-we-are .right-side .list-of-brands li.ohio {
            margin-right: 30px; }
          body #who-we-are .right-side .list-of-brands li.amphibis {
            margin: 0 30px; }
          body #who-we-are .right-side .list-of-brands li.xddesign {
            margin-left: 30px; }
      body #who-we-are .right-side:before {
        content: "";
        display: block;
        width: 100000px;
        height: 120px;
        background: #EFEFEF;
        position: absolute;
        z-index: 1;
        right: -100000px; }
  body #our-products .block-top {
    max-width: 780px;
    text-align: center;
    margin: 0 auto; }
  body #our-products .properties {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px; }
    body #our-products .properties > li {
      width: 33.33333%; }
      body #our-products .properties > li .figure {
        height: 250px; }
        body #our-products .properties > li .figure img {
          height: 100%;
          width: auto; }
      body #our-products .properties > li .header-internal-4 {
        margin: 30px 0;
        padding-left: 35px; }
      body #our-products .properties > li .about li {
        line-height: 50px;
        background: #F6F6F6;
        margin-bottom: 10px;
        color: #000000;
        position: relative; }
        body #our-products .properties > li .about li .icon-check {
          -webkit-transition: 0.2s ease all;
          -o-transition: 0.2s ease all;
          -ms-transform: 0.2s ease all;
          transition: 0.2s ease all; }
        body #our-products .properties > li .about li .label {
          -webkit-transition: 0.2s ease all;
          -o-transition: 0.2s ease all;
          -ms-transform: 0.2s ease all;
          transition: 0.2s ease all;
          padding-left: 17px; }
        body #our-products .properties > li .about li.even {
          background: #EFEFEF; }
      body #our-products .properties > li:first-child .about li::before, body #our-products .properties > li:first-child .about li::after, body #our-products .properties > li:last-child .about li::before, body #our-products .properties > li:last-child .about li::after {
        top: 0; }
      body #our-products .properties > li:first-child .about li.even::before, body #our-products .properties > li:first-child .about li.even::after, body #our-products .properties > li:last-child .about li.even::before, body #our-products .properties > li:last-child .about li.even::after {
        background: #EFEFEF; }
      body #our-products .properties > li:first-child .about li::before {
        content: "";
        display: block;
        width: 60px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        left: -60px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      body #our-products .properties > li:last-child .about li::after {
        content: "";
        display: block;
        width: 60px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        right: -60px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
  body #our-offer {
    width: 100%; }
    body #our-offer .block-top {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      justify-content: space-between;
      height: 176px;
      max-width: 1040px;
      background: #EFEFEF;
      padding-right: 100px;
      border-bottom-right-radius: 88px;
      border-top-right-radius: 88px;
      position: relative;
      margin-bottom: 80px;
      position: relative; }
      body #our-offer .block-top .header-internal-2 {
        margin-bottom: 0px; }
      body #our-offer .block-top .left-side > span {
        display: block; }
      body #our-offer .block-top .right-side {
        position: relative;
        z-index: 3; }
      body #our-offer .block-top::before {
        content: "";
        display: block;
        width: 100000px;
        height: 176px;
        background: #EFEFEF;
        position: absolute;
        left: -100000px; }
      body #our-offer .block-top::after {
        content: "";
        display: block;
        width: 310px;
        height: 100%;
        background: #EFEFEF;
        position: absolute;
        left: calc(50% - 60px);
        top: 50%;
        -webkit-transition: translate(-50%, -50%);
        -o-transition: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url("/img/marker.png");
        background-position: center;
        background-repeat: no-repeat; }
  body #personalization .block-top {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    justify-content: space-between; }
    body #personalization .block-top .left-side, body #personalization .block-top .right-side {
      width: 50%; }
    body #personalization .block-top .left-side .figure {
      position: relative; }
      body #personalization .block-top .left-side .figure img {
        z-index: 2;
        position: relative; }
      body #personalization .block-top .left-side .figure::before {
        content: "";
        display: block;
        width: calc(100% - 70px);
        height: 70%;
        background: #EFEFEF;
        position: absolute;
        border-top-right-radius: 240px;
        border-bottom-right-radius: 240px;
        z-index: 1;
        bottom: 11%; }
      body #personalization .block-top .left-side .figure::after {
        content: "";
        display: block;
        width: 100000px;
        height: 70%;
        background: #EFEFEF;
        position: absolute;
        z-index: 1;
        bottom: -80px;
        left: -100000px;
        bottom: 11%; }
    body #personalization .block-top .right-side {
      max-width: 540px; }
      body #personalization .block-top .right-side .label.heavy {
        margin-bottom: 10px;
        letter-spacing: .4em;
        color: #000000;
        display: block; }
      body #personalization .block-top .right-side .header-internal-2 {
        margin-bottom: 20px; }
      body #personalization .block-top .right-side .label.lato-b {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4em; }
      body #personalization .block-top .right-side .description {
        max-width: 450px; }
      body #personalization .block-top .right-side .list-of-mthods-container {
        margin-top: 25px;
        margin-bottom: 45px; }
        body #personalization .block-top .right-side .list-of-mthods-container > .label {
          font-size: 18px;
          color: #000000;
          margin-bottom: 18px;
          display: block; }
        body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods {
          display: -webkit-box;
          display: flex;
          display: -webkit-flex;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: center;
          justify-content: space-between; }
          body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods > li {
            padding: 0 30px;
            background: #F6F6F6;
            border-radius: 20px;
            line-height: 40px;
            color: #000000;
            height: 40px; }
            body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods > li .label {
              padding-left: 8px;
              font-size: 14px;
              font-weight: 700; }
            body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods > li [class^='icon-'] {
              font-size: 10px; }
  body #personalization .tiles {
    margin-top: 90px; }
  body #contact #form {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between;
    border: none;
    background: transparent;
    padding: 0; }
    body #contact #form .left-side, body #contact #form .right-side {
      width: 50%; }
    body #contact #form .left-side {
      max-width: 460px; }
      body #contact #form .left-side .label {
        margin-bottom: 38px;
        display: block; }
      body #contact #form .left-side .form-group {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        body #contact #form .left-side .form-group ::-webkit-input-placeholder {
          color: #A8A8A8; }
        body #contact #form .left-side .form-group :-ms-input-placeholder {
          color: #A8A8A8; }
        body #contact #form .left-side .form-group ::-ms-input-placeholder {
          color: #A8A8A8; }
        body #contact #form .left-side .form-group ::placeholder {
          color: #A8A8A8; }
        body #contact #form .left-side .form-group ::-webkit-input-placeholder {
          color: #A8A8A8; }
        body #contact #form .left-side .form-group input:not([type="checkbox"]), body #contact #form .left-side .form-group textarea {
          font-family: "lato";
          font-size: 13px;
          border: none;
          background-image: none;
          background-color: transparent;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 0 20px;
          -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
          border-radius: 24px;
          background-clip: padding-box; }
        body #contact #form .left-side .form-group label {
          width: calc(50% - 10px); }
          body #contact #form .left-side .form-group label input:not([type="checkbox"]) {
            width: 100%;
            height: 40px;
            border-radius: 20px; }
        body #contact #form .left-side .form-group label[for="message"] {
          width: 100%; }
          body #contact #form .left-side .form-group label[for="message"] textarea {
            width: 100%;
            min-height: 145px;
            border-radius: 30px;
            padding: 20px 20px;
            overflow: auto;
            outline: none;
            resize: none; }
      body #contact #form .left-side .form-group.form-100 .form-agreement {
        width: 100% !important; }
      body #contact #form .left-side .form-alert {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 10px; }
    body #contact #form .right-side {
      max-width: 500px; }
      body #contact #form .right-side .upload-image-parent {
        position: relative;
        height: 250px; }
        body #contact #form .right-side .upload-image-parent::before {
          content: "";
          display: block;
          width: 160px;
          height: 55px;
          background: white;
          position: absolute;
          left: 50%;
          top: -28px;
          -webkit-transition: translate(-50%, 0);
          -o-transition: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          content: '\e90b';
          font-family: "icomoon";
          z-index: 3;
          text-align: center;
          line-height: 55px;
          font-size: 50px;
          color: #707070; }
        body #contact #form .right-side .upload-image-parent .info-container {
          width: 100%;
          height: 100%;
          text-align: center;
          position: relative; }
          body #contact #form .right-side .upload-image-parent .info-container .header-internal-3 {
            padding-top: 50px;
            display: block; }
          body #contact #form .right-side .upload-image-parent .info-container .label {
            display: block;
            margin-top: 20px; }
          body #contact #form .right-side .upload-image-parent .info-container .btn {
            margin: 0 auto;
            margin-top: 25px; }
        body #contact #form .right-side .upload-image-parent .upload-image-container {
          width: 100%;
          height: 100%;
          border: 2px dashed #A8A8A8;
          border-radius: 20px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          body #contact #form .right-side .upload-image-parent .upload-image-container .dz-preview {
            width: 100%;
            margin: 0 auto;
            height: 100%;
            background: white;
            z-index: 4;
            text-align: center;
            border-radius: 20px; }
            body #contact #form .right-side .upload-image-parent .upload-image-container .dz-preview .dz-image {
              margin: 0 auto;
              margin-top: 40px; }
          body #contact #form .right-side .upload-image-parent .upload-image-container:hover {
            cursor: pointer; }
      body #contact #form .right-side .label {
        display: block;
        margin-top: 20px;
        color: #A8A8A8; }
  body #contact .icon-arrow-up {
    position: relative;
    left: calc(100% - 40px); }
  body #contact .dropzone .dz-preview .dz-progress .dz-upload {
    background: #32A336; }
  body #footer {
    background: #EFEFEF;
    position: relative;
    color: #95989A; }
    body #footer .block-top {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      justify-content: space-between;
      padding-top: 40px; }
      body #footer .block-top .left-side {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: space-betweeen;
        -webkit-box-pack: space-betweeen;
        -ms-flex-pack: space-betweeen;
        justify-content: space-betweeen;
        -webkit-align-items: flex-start;
        justify-content: space-betweeen;
        width: 60%; }
        body #footer .block-top .left-side .figure {
          width: 40%; }
        body #footer .block-top .left-side .more-info {
          display: -webkit-box;
          display: flex;
          display: -webkit-flex;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          -webkit-justify-content: space-betweeen;
          -webkit-box-pack: space-betweeen;
          -ms-flex-pack: space-betweeen;
          justify-content: space-betweeen;
          -webkit-align-items: flex-start;
          justify-content: space-betweeen;
          width: 60%; }
          body #footer .block-top .left-side .more-info .left-list, body #footer .block-top .left-side .more-info .right-list {
            width: 50%; }
            body #footer .block-top .left-side .more-info .left-list a, body #footer .block-top .left-side .more-info .right-list a {
              color: #95989A; }
      body #footer .block-top .right-side {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        justify-content: space-between;
        width: 120px;
        font-size: 20px; }
        body #footer .block-top .right-side li i {
          -webkit-transition: 0.2s ease all;
          -o-transition: 0.2s ease all;
          -ms-transform: 0.2s ease all;
          transition: 0.2s ease all;
          color: #95989A; }
        body #footer .block-top .right-side li:hover i {
          color: #000000; }
    body #footer .block-bottom {
      width: 100%;
      border-top: 1px solid #95989A;
      margin-top: 30px; }
      body #footer .block-bottom .label {
        height: 50px;
        line-height: 50px; }
    body #footer:before {
      content: "";
      display: block;
      width: 100000px;
      height: 100%;
      background: #EFEFEF;
      position: absolute;
      left: -100000px;
      top: 0; }
    body #footer:after {
      content: "";
      display: block;
      width: 100000px;
      height: 100%;
      background: #EFEFEF;
      position: absolute;
      right: -100000px;
      top: 0; }

@media screen and (min-width: 1280px) {
  .padding-container {
    width: 1040px; }
  .tiles {
    width: calc(100% + 240px);
    left: -120px; }
    .tiles .tile img {
      border-radius: 30px !important; } }

@media screen and (max-width: 1279px) {
  .padding-container {
    width: calc(100% - 120px); }
  .tiles {
    width: calc(100% + 120px);
    left: -60px; } }

@media screen and (max-width: 1100px) {
  body #header #main-container .block .left-side {
    margin-top: 0; }
  body #who-we-are .right-side .list-of-brands {
    padding-left: 40px; }
    body #who-we-are .right-side .list-of-brands li {
      text-align: center; }
    body #who-we-are .right-side .list-of-brands img {
      text-align: center; }
  body #our-products .properties {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #our-products .properties > li {
      width: 500px;
      margin: 0 auto; }
      body #our-products .properties > li .figure {
        text-align: center; }
      body #our-products .properties > li .header-internal-4 {
        padding: 0;
        text-align: center; }
      body #our-products .properties > li .about li {
        position: relative; }
        body #our-products .properties > li .about li::before {
          content: "";
          display: block;
          width: 20px;
          height: 50px;
          background: #F6F6F6;
          position: absolute;
          left: -20px;
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px;
          top: 0; }
        body #our-products .properties > li .about li::after {
          content: "";
          display: block;
          width: 20px;
          height: 50px;
          background: #F6F6F6;
          position: absolute;
          right: -20px;
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          top: 0; }
        body #our-products .properties > li .about li.even::after, body #our-products .properties > li .about li.even::before {
          background: #EFEFEF; }
      body #our-products .properties > li:first-child .about li::before {
        content: "";
        display: block;
        width: 30px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        left: -30px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      body #our-products .properties > li:last-child .about li::after {
        content: "";
        display: block;
        width: 30px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        right: -30px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
  body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #personalization .block-top .right-side .list-of-mthods-container #list-of-methods li {
      width: calc(50% - 5px);
      float: left;
      margin-bottom: 10px; }
  body #contact #form {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #contact #form .left-side, body #contact #form .right-side {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
    body #contact #form .right-side {
      margin-top: 60px; }
    body #contact #form .left-side .btn {
      margin: 0 auto; }
  body #footer .block-top .left-side {
    width: calc(100% - 120px); }
  body #footer .block-top .right-side {
    width: 120px; } }

@media screen and (max-width: 979px) {
  .padding-container {
    width: calc(100% - 60px); }
  .tiles {
    width: calc(100% + 60px);
    left: -30px; } }

@media screen and (max-width: 767px) {
  .padding-container {
    width: calc(100% - 40px); }
  body .tiles {
    width: calc(100% + 40px);
    left: -20px; }
    body .tiles .middle-side {
      margin: 0 10px; }
  body .header-internal-1 {
    font-size: 35px;
    line-height: 1em; }
  body .header-internal-2 {
    font-size: 28px;
    line-height: 1em; }
  body .header-internal-3 {
    font-size: 22px; }
  body .header-internal-4 {
    font-size: 18px; }
  body #header #main-menu {
    height: 70px;
    position: relative;
    margin-bottom: 40px; }
    body #header #main-menu .left-side {
      width: 120px; }
    body #header #main-menu .right-side {
      -webkit-transition: 0.1s ease-in-out all;
      -o-transition: 0.1s ease-in-out all;
      -ms-transform: 0.1s ease-in-out all;
      transition: 0.1s ease-in-out all;
      display: block;
      left: calc(100% + 20px);
      position: absolute;
      top: 0;
      background: #000000;
      width: calc(100% + 40px);
      max-width: calc(100% + 40px);
      height: 350px;
      z-index: 5; }
      body #header #main-menu .right-side .menu {
        display: block;
        height: 100%;
        position: relative; }
        body #header #main-menu .right-side .menu li {
          -webkit-transition: 0.2s ease all;
          -o-transition: 0.2s ease all;
          -ms-transform: 0.2s ease all;
          transition: 0.2s ease all;
          display: block;
          width: 100%;
          height: 70px;
          line-height: 70px;
          font-size: 20px;
          padding: 0 20px; }
          body #header #main-menu .right-side .menu li a {
            display: block;
            width: 100%;
            hieght: 100%;
            color: #FFFFFF; }
          body #header #main-menu .right-side .menu li:hover {
            background: #606060; }
    body #header #main-menu .hamburger.is-active ~ .right-side {
      left: -20px; }
    body #header #main-menu .hamburger {
      display: block;
      position: relative;
      z-index: 6;
      padding: 0; }
      body #header #main-menu .hamburger .hamburger-inner {
        background: #000000; }
        body #header #main-menu .hamburger .hamburger-inner::before, body #header #main-menu .hamburger .hamburger-inner::after {
          background: #000000; }
      body #header #main-menu .hamburger.is-active .hamburger-inner::before, body #header #main-menu .hamburger.is-active .hamburger-inner::after {
        background: #FFFFFF; }
      body #header #main-menu .hamburger.is-active .hamburger-inner {
        background: transparent; }
  body #header #main-container .block .left-side {
    width: 250px; }
  body #header #main-container .block .right-side {
    width: calc(100% - 250px); }
    body #header #main-container .block .right-side .figure::before, body #header #main-container .block .right-side .figure::after {
      bottom: -30px; }
  body #who-we-are {
    display: block; }
    body #who-we-are .left-side {
      text-align: center;
      margin: 0 auto; }
    body #who-we-are .right-side {
      margin-top: 40px;
      width: 100%; }
      body #who-we-are .right-side .list-of-brands {
        height: 80px;
        padding-left: 40px; }
        body #who-we-are .right-side .list-of-brands li {
          text-align: center; }
        body #who-we-are .right-side .list-of-brands img {
          width: 80%; }
      body #who-we-are .right-side::before {
        height: 100%; }
  body #our-products .properties {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #our-products .properties > li {
      width: 500px; }
      body #our-products .properties > li .about li {
        position: relative; }
        body #our-products .properties > li .about li::before {
          content: "";
          display: block;
          width: 20px;
          height: 50px;
          background: #F6F6F6;
          position: absolute;
          left: -20px;
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px;
          top: 0; }
        body #our-products .properties > li .about li::after {
          content: "";
          display: block;
          width: 20px;
          height: 50px;
          background: #F6F6F6;
          position: absolute;
          right: -20px;
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          top: 0; }
        body #our-products .properties > li .about li.even::after, body #our-products .properties > li .about li.even::before {
          background: #EFEFEF; }
      body #our-products .properties > li:first-child .about li::before {
        content: "";
        display: block;
        width: 20px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        left: -20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
      body #our-products .properties > li:last-child .about li::after {
        content: "";
        display: block;
        width: 20px;
        height: 50px;
        background: #F6F6F6;
        position: absolute;
        right: -20px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
  body #our-offer {
    width: 100%; }
    body #our-offer .block-top {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      justify-content: space-between;
      height: 150px;
      max-width: 100%;
      padding-right: 30px; }
      body #our-offer .block-top::before {
        content: "";
        display: block;
        width: 100000px;
        height: 150px;
        background: #EFEFEF;
        position: absolute; }
  body #footer .block-top {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #footer .block-top .left-side {
      display: block;
      width: 100%; }
      body #footer .block-top .left-side .figure {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        display: block; }
      body #footer .block-top .left-side .more-info {
        margin: 0 auto; }
        body #footer .block-top .left-side .more-info li {
          text-align: center; }
        body #footer .block-top .left-side .more-info a {
          display: block;
          width: 100%; }
    body #footer .block-top .right-side {
      width: 120px;
      margin: 0 auto;
      margin-top: 30px; }
  body #footer .block-bottom {
    text-align: center; } }

@media screen and (max-width: 599px) {
  body .section {
    margin-bottom: 35px; }
  body .header-internal-1 {
    font-size: 28px; }
  body .header-internal-2 {
    font-size: 23px; }
  body .header-internal-3 {
    font-size: 19px; }
  body .header-internal-4 {
    font-size: 17px; }
  body #header #main-menu .hamburger {
    display: block;
    position: relative; }
    body #header #main-menu .hamburger .hamburger-inner {
      background: #000000; }
      body #header #main-menu .hamburger .hamburger-inner::before, body #header #main-menu .hamburger .hamburger-inner::after {
        background: #000000; }
  body #header #main-container .block .left-side {
    width: 90%; }
  body #header #main-container .block .right-side {
    width: calc(90%); }
    body #header #main-container .block .right-side .figure::before, body #header #main-container .block .right-side .figure::after {
      bottom: -30px; }
  body #our-products .properties {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body #our-products .properties > li {
      width: calc(100% - 40px); }
      body #our-products .properties > li .header-internal-4 {
        margin: 10px 0; }
  body #our-offer {
    width: 100%; }
    body #our-offer .block-top {
      height: 150px;
      max-width: 100%;
      padding-right: 30px;
      display: block; }
      body #our-offer .block-top .left-side {
        padding: 20px 0; }
      body #our-offer .block-top::before {
        content: "";
        display: block;
        width: 100000px;
        height: 100%;
        background: #EFEFEF;
        position: absolute; }
  body #personalization .block-top .left-side, body #personalization .block-top .right-side {
    width: 100%; }
  body #personalization .block-top .right-side {
    text-align: center; }
    body #personalization .block-top .right-side .description {
      margin: 0 auto; }
    body #personalization .block-top .right-side .btn {
      margin: 0 auto; }
  body #personalization .block-top .left-side {
    width: 70%;
    margin-top: 40px; }
  body #contact #form .left-side .form-group {
    display: block;
    margin-bottom: 0; }
    body #contact #form .left-side .form-group input:not([type="checkbox"]) {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      body #contact #form .left-side .form-group input:not([type="checkbox"]):first-child {
        margin-bottom: 20px; }
    body #contact #form .left-side .form-group textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  body #footer .block-top .left-side .more-info {
    width: 300px; } }

@media screen and (max-width: 500px) {
  body #header .br {
    display: inline-block; }
  body #header #main-menu .hamburger {
    display: block;
    position: relative; }
    body #header #main-menu .hamburger .hamburger-inner {
      background: #000000; }
      body #header #main-menu .hamburger .hamburger-inner::before, body #header #main-menu .hamburger .hamburger-inner::after {
        background: #000000; }
  body #header #main-container .block .left-side {
    width: 100% !important;
    text-align: center; }
    body #header #main-container .block .left-side .btn {
      margin-top: 70px !important;
      margin: 0 auto; }
  body #header #main-container .block .right-side {
    width: 100%;
    margin-top: 20px; }
    body #header #main-container .block .right-side .figure img {
      float: none !important; }
    body #header #main-container .block .right-side .figure::before, body #header #main-container .block .right-side .figure::after {
      bottom: -30px; }
  body #who-we-are .left-side {
    display: block;
    width: 100% !important;
    text-align: center; }
    body #who-we-are .left-side .br {
      display: inline; }
  body #who-we-are .right-side .list-of-brands li.ohio {
    margin-right: 10px; }
  body #who-we-are .right-side .list-of-brands li.amphibis {
    margin: 0 10px; }
  body #who-we-are .right-side .list-of-brands li.xddesign {
    margin-left: 10px; }
  body #our-products .properties .about .label {
    font-size: 11px;
    padding-left: 8px !important; }
  body #our-products .properties .icon-check {
    font-size: 10px !important; }
  body #personalization .block-top .right-side .list-of-mthods-container {
    margin-top: 15px;
    margin-bottom: 25px; }
  body #personalization .tiles {
    margin-top: 60px; }
  body #our-offer .block-top {
    height: 200px; }
    body #our-offer .block-top .left-side .header-internal-2 {
      margin-bottom: 20px; }
  body #contact .br {
    display: inline; } }

/*only for FF*/
@-moz-document url-prefix() {}/*only for safari*/
/*only for chrome*/
/*only for IE 10+*/
