@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Font awesome";
  font-weight: 400;
  src: url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: "Font awesome regular";
  font-weight: 400;
  src: url("../fonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: "Font awesome";
  font-weight: 900;
  src: url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  src: url("../fonts/Ubuntu-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Ubuntu-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  src: url("../fonts/Ubuntu-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype"); }

html {
  font-size: 62.5%; }

.new-look {
  font-size: 1.6rem;
  font-family: Ubuntu;
  scrollbar-base-color: #fcc22c;
  scrollbar-track-color: white; }
  .new-look h1, .new-look h2, .new-look h3, .new-look h4, .new-look h5, .new-look h6, .new-look p, .new-look a {
    font-family: Ubuntu; }
  .new-look .h1 {
    font-size: 1.5em; }
    @media (min-width: 575px) {
      .new-look .h1 {
        font-size: 2em; } }
  .new-look .container {
    max-width: 1199px;
    margin: 0 auto;
    padding: 0 20px; }
  .new-look .__blue {
    color: #054b80; }
  .new-look .__red {
    color: #db343b; }
  .new-look .__yellow {
    color: #fcc22c; }
  .new-look ._shadow {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16); }
  .new-look ._shadow-bottom {
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.16); }
  .new-look .cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .new-look .contain {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  .new-look .bttn {
    padding: 20px 30px;
    border-radius: 70px;
    transition: all 0.3s ease-in-out; }
    .new-look .bttn.bttn-secondary {
      border: 1px solid rgba(0, 0, 0, 0.09);
      background-color: #f4f5f6;
      color: #054b80;
      text-decoration: none; }
      .new-look .bttn.bttn-secondary:hover {
        background-color: #054b80;
        color: white; }
  .new-look .fa, .new-look .fas, .new-look .far, .new-look .fal, .new-look .fad, .new-look .fab {
    font-family: "Font awesome"; }
  .new-look .arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black; }
  .new-look .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black; }
  .new-look .arrow-right {
    width: 0;
    height: 0;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .new-look .arrow-left {
    width: 0;
    height: 0;
    border-right: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fcc22c;
  opacity: 0.2; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fcc22c;
  opacity: 0.3; }

:root {
  scrollbar-color: #fcc22c !important;
  scrollbar-width: 10px !important; }

.new-look .header {
  background-color: #054b80; }

.new-look #search {
  padding: 200px 0 80px;
  position: relative;
  max-width: 850px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .new-look #search {
      padding-top: 160px; } }
  .new-look #search .main-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
    .new-look #search .main-logo img {
      max-width: 300px;
      height: auto;
      width: 100%; }
      @media (min-width: 575px) {
        .new-look #search .main-logo img {
          max-width: 400px !important; } }
  .new-look #search .main-heading {
    text-align: center; }
  .new-look #search .search-input {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 767px) {
      .new-look #search .search-input {
        flex-direction: row !important;
        align-items: flex-start; } }
    .new-look #search .search-input form {
      width: 100%;
      margin: auto;
      margin-bottom: 40px; }
      @media (min-width: 767px) {
        .new-look #search .search-input form {
          width: 75%; } }
      @media (min-width: 991px) {
        .new-look #search .search-input form {
          width: 80%; } }
      @media (min-width: 1199px) {
        .new-look #search .search-input form {
          width: 85%; } }
      .new-look #search .search-input form .main-part {
        width: 100%;
        display: flex; }
        .new-look #search .search-input form .main-part .input-wrap {
          position: relative;
          width: 70%; }
          .new-look #search .search-input form .main-part .input-wrap .input-logo {
            position: absolute;
            left: 20px;
            top: 10px; }
          .new-look #search .search-input form .main-part .input-wrap > input {
            width: -webkit-fill-available;
            width: -moz-available;
            width: fill-available;
            width: 100%;
            border-radius: 70px 0 0 70px;
            padding: 20px 30px 20px 60px;
            background-color: #f4f5f6;
            border: 1px solid #f4f5f6;
            color: #054b80;
            box-sizing: border-box; }
            .new-look #search .search-input form .main-part .input-wrap > input::-webkit-input-placeholder {
              /* Edge */
              color: rgba(21, 76, 128, 0.33); }
            .new-look #search .search-input form .main-part .input-wrap > input:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: rgba(21, 76, 128, 0.33); }
            .new-look #search .search-input form .main-part .input-wrap > input::placeholder {
              color: rgba(21, 76, 128, 0.33); }
            .new-look #search .search-input form .main-part .input-wrap > input:focus {
              background-color: #f4f5f6;
              border: 1px solid #f4f5f6;
              outline: none; }
          @media (min-width: 767px) {
            .new-look #search .search-input form .main-part .input-wrap {
              width: 80%; } }
        .new-look #search .search-input form .main-part input[type="submit"] {
          width: 30%;
          border-radius: 0px 70px 70px 0px;
          background-color: #85b94d;
          border: 1px solid #85b94d;
          color: white;
          cursor: pointer;
          box-sizing: border-box; }
          .new-look #search .search-input form .main-part input[type="submit"]:focus {
            outline: none; }
          .new-look #search .search-input form .main-part input[type="submit"]:hover {
            border: 1px solid #9ddb59;
            background-color: #9ddb59; }
          @media (min-width: 767px) {
            .new-look #search .search-input form .main-part input[type="submit"] {
              width: 20%; } }
      .new-look #search .search-input form .secondary-part .search-more {
        margin-top: 40px; }
        .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox {
          color: rgba(21, 76, 128, 0.27);
          padding-left: 60px;
          transition: all 0.3s ease-in-out;
          cursor: pointer; }
          .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox .bullet {
            margin: 0 20px 0 0;
            position: relative; }
            .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox .bullet:before {
              content: ' ';
              width: 15px;
              height: 15px;
              background-color: white;
              border: 1px solid white;
              border-radius: 50%;
              position: absolute;
              -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
              -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
              box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
              -webkit-transition: background-color 0.1s linear;
              -ms-transition: background-color 0.1s linear;
              transition: background-color 0.1s linear; }
            .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox .bullet:last-child {
              padding-right: 5px; }
          .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox:hover .bullet:nth-child(1):before {
            background-color: #054b80;
            border: 1px solid #054b80; }
          .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox:hover .bullet:nth-child(2):before {
            background-color: #db343b;
            border: 1px solid #db343b; }
          .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox:hover .bullet:nth-child(3):before {
            background-color: #fcc22c;
            border: 1px solid #fcc22c; }
          .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox.active {
            color: #054b80; }
            .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox.active .bullet:nth-child(1):before {
              background-color: #054b80;
              border: 1px solid #054b80; }
            .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox.active .bullet:nth-child(2):before {
              background-color: #db343b;
              border: 1px solid #db343b; }
            .new-look #search .search-input form .secondary-part .search-more .toogle-checkbox.active .bullet:nth-child(3):before {
              background-color: #fcc22c;
              border: 1px solid #fcc22c; }
      .new-look #search .search-input form .secondary-part .checkbox-container {
        border-radius: 20px;
        margin-top: 40px;
        display: none; }
        .new-look #search .search-input form .secondary-part .checkbox-container .close {
          text-align: right;
          padding: 20px 20px 0; }
          .new-look #search .search-input form .secondary-part .checkbox-container .close img {
            -webkit-transition: -webkit-transform .8s ease-in-out;
            transition: transform .8s ease-in-out; }
            .new-look #search .search-input form .secondary-part .checkbox-container .close img:hover {
              -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
        .new-look #search .search-input form .secondary-part .checkbox-container .search-part {
          padding: 10px 40px 0; }
          .new-look #search .search-input form .secondary-part .checkbox-container .search-part .search-heading {
            color: #054b80;
            font-size: 1.6rem;
            margin-bottom: 40px; }
          .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap {
            display: flex;
            margin-bottom: 40px;
            flex-direction: column; }
            @media (min-width: 575px) {
              .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap {
                flex-direction: row; } }
            .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group {
              flex: 1;
              cursor: pointer;
              display: flex;
              align-items: baseline;
              margin-right: 25px;
              position: relative;
              cursor: pointer;
              margin-bottom: 10px; }
              @media (min-width: 575px) {
                .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group {
                  margin-bottom: 0; } }
              .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group:hover label {
                font-weight: bold; }
              .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group input[type="checkbox"] {
                position: absolute;
                opacity: 0;
                height: 0;
                width: 0; }
                .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group input[type="checkbox"]:checked ~ .checkmark {
                  background: linear-gradient(0deg, #2bb412 0%, #57d841 100%);
                  border: 1px solid #2fb817; }
                  .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group input[type="checkbox"]:checked ~ .checkmark:after {
                    display: block; }
              .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 15px;
                width: 15px;
                border: 1px solid #ced0da;
                border-radius: 5px;
                background: #f3f5f9;
                background: linear-gradient(0deg, #f3f5f9 0%, #fefeff 100%); }
                .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group .checkmark:after {
                  content: "";
                  position: absolute;
                  display: none;
                  left: 5px;
                  top: 2px;
                  width: 3px;
                  height: 7px;
                  border: solid white;
                  border-width: 0 2px 2px 0;
                  -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
              .new-look #search .search-input form .secondary-part .checkbox-container .search-part .checkbox-wrap .checkbox-group label {
                padding-left: 25px;
                font-size: 1.4rem;
                color: #56585a;
                cursor: pointer;
                width: 100%;
                height: 100%; }
        .new-look #search .search-input form .secondary-part .checkbox-container .checkbox-footer {
          background-color: #f4f5f6;
          padding: 20px 40px;
          border-radius: 0 0 20px 20px; }
          .new-look #search .search-input form .secondary-part .checkbox-container .checkbox-footer .buttons {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .new-look #search .search-input form .secondary-part .checkbox-container .checkbox-footer .buttons a {
              flex: 1;
              text-decoration: none;
              color: black; }
              .new-look #search .search-input form .secondary-part .checkbox-container .checkbox-footer .buttons a:hover {
                color: #85b94d; }
          .new-look #search .search-input form .secondary-part .checkbox-container .checkbox-footer p {
            font-size: 1.4rem;
            color: #a1a5a8;
            text-align: center;
            margin-top: 20px; }
        .new-look #search .search-input form .secondary-part .checkbox-container.active {
          display: block; }
    .new-look #search .search-input .what-is-new {
      width: fit-content; }
  .new-look #search .search-whisper {
    background-color: white;
    border-radius: 20px;
    width: 100%;
    position: absolute;
    z-index: 7;
    margin-top: -140px;
    display: none; }
    @media (min-width: 767px) {
      .new-look #search .search-whisper {
        width: 75%;
        margin-top: -90px; } }
    @media (min-width: 991px) {
      .new-look #search .search-whisper {
        width: 80%; } }
    @media (min-width: 1199px) {
      .new-look #search .search-whisper {
        width: 85%; } }
    .new-look #search .search-whisper .results-with-icon ul {
      list-style: none;
      padding: 0; }
      .new-look #search .search-whisper .results-with-icon ul li {
        padding: 5px 0 5px 20px; }
        .new-look #search .search-whisper .results-with-icon ul li:hover a {
          color: #fcc22c; }
        .new-look #search .search-whisper .results-with-icon ul li a {
          text-decoration: none;
          color: #054b80; }
        .new-look #search .search-whisper .results-with-icon ul li svg {
          padding: 0 20px 0 0; }
          .new-look #search .search-whisper .results-with-icon ul li svg path {
            fill: #d6d6d6; }
        .new-look #search .search-whisper .results-with-icon ul li i {
          color: #d6d6d6;
          padding: 0 20px 0 0; }
    .new-look #search .search-whisper .results-with-image ul {
      list-style: none;
      padding: 0; }
      .new-look #search .search-whisper .results-with-image ul li {
        padding: 2px 0 2px 20px;
        display: flex;
        align-items: center; }
        .new-look #search .search-whisper .results-with-image ul li:hover a {
          color: #fcc22c; }
        .new-look #search .search-whisper .results-with-image ul li a {
          text-decoration: none;
          color: #054b80; }
        .new-look #search .search-whisper .results-with-image ul li .result-img {
          width: 50px;
          height: 40px;
          border-radius: 10px;
          margin-right: 20px; }
    .new-look #search .search-whisper .separator {
      padding: 0px 20px; }
      .new-look #search .search-whisper .separator p {
        color: #85b94d;
        position: relative;
        font-weight: bold;
        margin: 10px 0;
        height: 40px; }
        .new-look #search .search-whisper .separator p span {
          background-color: white;
          padding-right: 20px;
          position: absolute;
          left: 0;
          top: 10px;
          z-index: 2; }
        .new-look #search .search-whisper .separator p:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 40%;
          right: 0;
          height: 0.5em;
          border-top: 1px solid #d6d6d6;
          top: 20px; }
    .new-look #search .search-whisper .whisper-footer {
      padding: 20px;
      background-color: #054b80;
      border-radius: 0 0 20px 20px; }
      .new-look #search .search-whisper .whisper-footer .arrow-right {
        border-left-color: white;
        margin-right: 10px; }
      .new-look #search .search-whisper .whisper-footer a {
        display: flex;
        align-items: center;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold; }
        .new-look #search .search-whisper .whisper-footer a:hover {
          color: #fcc22c; }
          .new-look #search .search-whisper .whisper-footer a:hover .arrow-right {
            border-left-color: #fcc22c; }

.new-look .hp-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 710px;
  margin: -40px auto 0; }
  .new-look .hp-boxes .box-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 66px;
    margin-bottom: 80px;
    text-decoration: none; }
    @media (min-width: 767px) {
      .new-look .hp-boxes .box-wrap {
        width: 124px; } }
    .new-look .hp-boxes .box-wrap:hover .border._yellow {
      border: 1px solid #fcc22c;
      background-color: #fcc22c; }
    .new-look .hp-boxes .box-wrap:hover .border._red {
      border: 1px solid #db343b;
      background-color: #db343b; }
    .new-look .hp-boxes .box-wrap:hover .border._blue {
      border: 1px solid #054b80;
      background-color: #054b80; }
    .new-look .hp-boxes .box-wrap:hover svg {
      fill: white !important; }
    .new-look .hp-boxes .box-wrap .border {
      position: absolute;
      width: 50px;
      border-radius: 13px;
      transform: rotate(45deg);
      margin-top: -65px;
      left: calc(50% - 29px);
      top: 65px;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 767px) {
        .new-look .hp-boxes .box-wrap .border {
          width: 104px;
          border-radius: 20px;
          left: calc(50% - 53px); } }
      .new-look .hp-boxes .box-wrap .border._yellow {
        border: 1px solid #fcc22c; }
      .new-look .hp-boxes .box-wrap .border._red {
        border: 1px solid #db343b; }
      .new-look .hp-boxes .box-wrap .border._blue {
        border: 1px solid #054b80; }
      .new-look .hp-boxes .box-wrap .border:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
    .new-look .hp-boxes .box-wrap svg {
      width: 50px;
      height: auto;
      position: absolute;
      left: calc(50% - 29px);
      top: 2px;
      z-index: 5; }
      @media (min-width: 767px) {
        .new-look .hp-boxes .box-wrap svg {
          top: 5px;
          width: 100%;
          max-width: 105px;
          left: calc(50% - 53px); } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .new-look .hp-boxes .box-wrap svg {
          margin-top: -40px; } }
      .new-look .hp-boxes .box-wrap svg._yellow {
        fill: #fcc22c; }
      .new-look .hp-boxes .box-wrap svg._red {
        fill: #db343b; }
      .new-look .hp-boxes .box-wrap svg._blue {
        fill: #054b80; }
    .new-look .hp-boxes .box-wrap p {
      color: #054b80;
      padding-top: 140px;
      display: none; }
      @media (min-width: 767px) {
        .new-look .hp-boxes .box-wrap p {
          display: block; } }

.new-look .hp-about {
  text-align: center; }
  .new-look .hp-about p {
    font-weight: lighter;
    color: #054b80; }
  .new-look .hp-about a:hover svg g polygon:last-child {
    fill: #db343b; }

.new-look .hp-projects {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0; }
  .new-look .hp-projects .project {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 575px) {
      .new-look .hp-projects .project {
        width: 48%;
        margin-bottom: 0;
        margin: 1%; } }
    @media (min-width: 991px) {
      .new-look .hp-projects .project {
        width: 30%;
        margin: 1%; } }
    .new-look .hp-projects .project:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .new-look .hp-projects .project:hover .bgr {
      transform: scale(1.1); }
    .new-look .hp-projects .project:hover .blue-bgr:after {
      background-color: rgba(219, 52, 59, 0.7); }
    .new-look .hp-projects .project .bgr {
      height: 100%;
      width: 100%;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .new-look .hp-projects .project .blue-bgr:after {
      content: ' ';
      position: absolute;
      bottom: -70px;
      left: -40px;
      width: 100%;
      height: 80%;
      background-color: rgba(4, 75, 128, 0.7);
      border-radius: 40px;
      transform: rotate(-10deg); }
      @media (min-width: 767px) {
        .new-look .hp-projects .project .blue-bgr:after {
          width: 80%;
          height: 60%; } }
    .new-look .hp-projects .project .title {
      margin: 40px;
      font-size: 2.5rem;
      font-weight: bold;
      position: absolute;
      z-index: 3;
      max-width: 50%;
      color: white;
      bottom: 0;
      left: 0; }

.new-look {
  /* Loaded */
  /* JavaScript Turned Off */
  /* Errors, warnings and success toasts */ }
  .new-look #loader-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000; }
  .new-look #loader {
    opacity: 0;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001; }
  .new-look #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  .new-look #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
  .new-look #loader-wrapper .loader-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */ }
  .new-look.loading #loader {
    opacity: 1; }
  .new-look.loading #loader-wrapper {
    visibility: visible; }
  .new-look .no-js #loader-wrapper {
    display: none; }
  .new-look .error-box-container {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 99999999;
    padding-left: 12.5%;
    padding-right: 12.5%;
    box-sizing: border-box; }
    .new-look .error-box-container .error-box-inner {
      padding: 10px; }
  .new-look .alert-success {
    background: rgba(0, 204, 102, 0.95) !important; }
  .new-look .alert-info {
    background: rgba(51, 153, 255, 0.95) !important; }
  .new-look .alert-warning {
    background: rgba(255, 255, 153, 0.95) !important; }
  .new-look .alert-danger {
    background: rgba(255, 80, 80, 0.95) !important; }
  .new-look .alert-dismissible {
    padding-right: 3.85rem; }
  .new-look .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    background: transparent;
    border: none;
    margin-top: 1rem;
    cursor: pointer; }
  .new-look .alert {
    position: relative;
    padding: 1.5rem 1.25rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem; }
    .new-look .alert ul {
      padding: 0;
      margin: 7px 0 0 40px; }
      .new-look .alert ul li {
        font-size: .9em; }
  .new-look .invalid-feedback {
    display: block;
    margin-bottom: 15px;
    color: red; }

.new-look .header {
  width: 100%;
  font-family: Ubuntu;
  position: fixed;
  top: 0;
  z-index: 1995; }
  .new-look .header .container {
    max-width: 1199px;
    margin: 0 auto;
    padding: 0 20px; }
    .new-look .header .container .__header_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column-reverse; }
      @media (min-width: 575px) {
        .new-look .header .container .__header_wrap {
          flex-direction: row; } }
      .new-look .header .container .__header_wrap .navbar {
        width: 100%;
        height: 45px;
        height: 80px; }
        @media (min-width: 575px) {
          .new-look .header .container .__header_wrap .navbar {
            width: 35%;
            height: 80px; } }
        @media (min-width: 767px) {
          .new-look .header .container .__header_wrap .navbar {
            width: 50%; } }
        @media (min-width: 1199px) {
          .new-look .header .container .__header_wrap .navbar {
            width: 70%; } }
        .new-look .header .container .__header_wrap .navbar .navigation-swiper {
          width: 100%;
          height: 80px;
          position: relative; }
          .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-wrapper .swiper-slide {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-wrapper .swiper-slide a {
              color: white;
              font-family: Ubuntu;
              text-transform: uppercase;
              font-size: 14px;
              text-align: center;
              text-decoration: none;
              -webkit-transition: color 0.3s;
              -moz-transition: color 0.3s;
              transition: color 0.3s;
              position: relative; }
              .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-wrapper .swiper-slide a.home {
                font-size: 22px; }
              .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-wrapper .swiper-slide a:hover {
                color: #fcc22c; }
          .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-button-prev {
            background-image: url("/new-web/assets/img/arrow-left.png");
            left: 0; }
          .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-button-next {
            background-image: url("/new-web/assets/img/arrow-right.png");
            right: 0; }
          .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-button-prev, .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-button-next {
            height: 17px;
            width: 11px;
            position: absolute;
            background-size: auto;
            top: calc(50% + 13px);
            background-color: #054b80; }
          .new-look .header .container .__header_wrap .navbar .navigation-swiper .swiper-button-disabled {
            display: none; }
      .new-look .header .container .__header_wrap .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        width: 100%;
        position: relative; }
        @media (min-width: 575px) {
          .new-look .header .container .__header_wrap .wrap {
            width: 55%; } }
        @media (min-width: 767px) {
          .new-look .header .container .__header_wrap .wrap {
            justify-content: flex-end; } }
        @media (min-width: 1199px) {
          .new-look .header .container .__header_wrap .wrap {
            width: 30%; } }
        .new-look .header .container .__header_wrap .wrap .nav-cart {
          margin-right: 30px; }
          .new-look .header .container .__header_wrap .wrap .nav-cart a {
            text-decoration: none;
            position: relative; }
            .new-look .header .container .__header_wrap .wrap .nav-cart a .cart-number {
              color: white;
              text-decoration: none;
              height: 20px;
              width: 20px;
              border: 2px solid #fcc22c;
              border-radius: 50%;
              position: absolute;
              display: flex;
              justify-content: center;
              align-items: center;
              top: -2px;
              right: -25px; }
          .new-look .header .container .__header_wrap .wrap .nav-cart:hover svg {
            fill: white; }
          .new-look .header .container .__header_wrap .wrap .nav-cart:hover .cart-number {
            border: 2px solid white; }
          .new-look .header .container .__header_wrap .wrap .nav-cart svg {
            width: 26px;
            fill: #fcc22c; }
          @media (min-width: 767px) {
            .new-look .header .container .__header_wrap .wrap .nav-cart {
              margin-right: 100px; } }
          @media only screen and (max-width: 400px) {
            .new-look .header .container .__header_wrap .wrap .nav-cart {
              width: 20%; } }
        .new-look .header .container .__header_wrap .wrap .nav-user {
          display: flex;
          align-items: center;
          border: 1px solid white;
          border-radius: 70px; }
          .new-look .header .container .__header_wrap .wrap .nav-user a {
            text-decoration: none;
            padding: 10px 5px; }
            .new-look .header .container .__header_wrap .wrap .nav-user a:first-child {
              padding-left: 15px; }
            .new-look .header .container .__header_wrap .wrap .nav-user a:last-child {
              padding-right: 15px; }
          .new-look .header .container .__header_wrap .wrap .nav-user:hover {
            border: 1px solid #fcc22c; }
          .new-look .header .container .__header_wrap .wrap .nav-user.hovered {
            border: 1px solid #fcc22c; }
          .new-look .header .container .__header_wrap .wrap .nav-user img {
            height: 20px;
            width: auto; }
          .new-look .header .container .__header_wrap .wrap .nav-user .__name {
            margin: 0 10px;
            color: white;
            font-size: 14px; }
          .new-look .header .container .__header_wrap .wrap .nav-user .__user-data {
            margin-right: 10px;
            color: white; }
            .new-look .header .container .__header_wrap .wrap .nav-user .__user-data .__credits-amount {
              font-weight: bold;
              font-size: 12px; }
            .new-look .header .container .__header_wrap .wrap .nav-user .__user-data .__money-amount {
              font-size: 11px; }
        .new-look .header .container .__header_wrap .wrap .hamburger-menu {
          display: none;
          position: absolute;
          top: 72px;
          right: 0;
          height: calc(100vh - 160px);
          width: 300px;
          z-index: 9999999999;
          padding: 18px 0 0 50px;
          overflow-y: auto;
          max-width: 300px;
          scrollbar-color: #fcc22c white;
          /* thumb and track color */
          scrollbar-width: thin; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrapper {
            background-color: #f4f5f6;
            border-radius: 20px;
            overflow: hidden; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .arrow {
            right: calc(50% - 44px);
            position: absolute;
            top: -16px; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .arrow .arrow-up {
              border-left: 16px solid transparent;
              border-right: 16px solid transparent;
              border-bottom: 16px solid #f4f5f6; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .close {
            text-align: right;
            padding: 10px 20px; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .close img {
              -webkit-transition: -webkit-transform .8s ease-in-out;
              transition: transform .8s ease-in-out; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .close img:hover {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .info-text {
            padding: 20px; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tabs {
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tabs .tab {
              flex: 1;
              text-align: center;
              padding: 20px;
              color: #054b80;
              text-decoration: underline; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tabs .tab:hover {
                font-weight: bold; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tabs .tab.tab-active {
                font-weight: bold; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body {
            display: none; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body.active {
              display: block; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form {
              padding: 20px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="text"], .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="email"], .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="password"], .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="submit"] {
                width: 200px;
                background-color: white;
                border-radius: 70px;
                border: 1px solid white;
                outline: none;
                color: #054b80;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin: 0 0 10px 0;
                padding: 15px 20px;
                width: 100%; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="submit"] {
                border: 1px solid #85b94d;
                background-color: #85b94d;
                color: white;
                cursor: pointer; }
                .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form input[type="submit"]:hover {
                  background-color: #9ddb59;
                  border: 1px solid #9ddb59; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form a {
                color: black;
                text-decoration: none; }
                .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form a:hover {
                  text-decoration: underline; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form .form-group {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px 0 20px;
                position: relative; }
                .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form .form-group .wrap-radio {
                  flex: 1;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form .form-group .wrap-radio .radio-group > label {
                    margin-left: 10px;
                    cursor: pointer; }
                  .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form .form-group .wrap-radio .radio-group > input[type="radio"] {
                    margin-left: 10px; }
                  .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .tab-content .tab-body form .form-group .wrap-radio #gender-error {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 35px; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .forms .error {
            color: red;
            margin-bottom: 15px;
            text-align: center; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu {
            margin: 0;
            list-style: none;
            padding: 0; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li {
              border-top: 1px solid #eaebec;
              cursor: pointer;
              position: relative; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li a {
                padding: 10px 20px;
                color: black;
                display: flex;
                text-decoration: none;
                justify-content: space-between;
                align-items: center; }
                .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li a.active {
                  font-weight: bold; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li:hover > a {
                font-weight: bold; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li.has-submenu ul {
                list-style: none;
                padding: 0;
                display: none; }
                .new-look .header .container .__header_wrap .wrap .hamburger-menu .menu-wrap .menu li.has-submenu ul > li {
                  background-color: white; }
          .new-look .header .container .__header_wrap .wrap .hamburger-menu .socials {
            background-color: #054b80;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0; }
            .new-look .header .container .__header_wrap .wrap .hamburger-menu .socials a {
              margin: 0 10px;
              font-size: 2rem; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .socials a svg path {
                fill: white; }
              .new-look .header .container .__header_wrap .wrap .hamburger-menu .socials a:hover svg path {
                fill: #fcc22c; }
        .new-look .header .container .__header_wrap .wrap .notify-wrapper {
          position: absolute;
          top: 60px;
          right: 0;
          z-index: 999999999;
          padding: 30px 5px 0 50px;
          overflow: auto;
          font-size: 1.4rem;
          height: calc(100vh - 160px);
          max-width: 300px;
          pointer-events: none; }
          .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify {
            border-radius: 20px;
            margin-bottom: 5px;
            position: relative;
            pointer-events: all; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify:first-child:before {
              content: ' ';
              width: 0;
              height: 0;
              border-left: 16px solid transparent;
              border-right: 16px solid transparent;
              border-bottom: 16px solid black;
              position: absolute;
              top: -16px;
              left: calc(50% - 16px); }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .notify-header {
              display: flex;
              padding: 10px 20px 0;
              justify-content: space-between;
              align-items: center; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .notify-header .close {
                text-decoration: none;
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .notify-header .close:hover {
                  -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .notify-header .h4 {
                text-transform: uppercase;
                margin: 10px 0; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .content {
              padding: 0 20px 20px; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links {
              text-align: center;
              padding: 15px 20px; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links p {
                margin: 0; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links a {
                text-decoration: none; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links:last-child {
                border-radius: 0 0 20px 20px; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._white {
                background-color: white;
                color: #56585a; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._white a {
                  color: #054b80;
                  font-weight: bold; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._white a:hover {
                    color: #fcc22c; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._blue {
                background-color: #054b80;
                color: white; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._blue a {
                  color: white;
                  font-weight: bold; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify .links._blue a:hover {
                    color: #fcc22c; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._yellow {
              background-color: #fcc22c; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._yellow:before {
                border-bottom: 16px solid #fcc22c; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._yellow .notify-header {
                color: white; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._yellow .notify-header a {
                  color: white; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._yellow .notify-header a svg path {
                    fill: white; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red {
              background-color: #db343b; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red:before {
                border-bottom: 16px solid #db343b; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red .notify-header {
                color: white; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red .notify-header a {
                  color: white; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red .notify-header a svg path {
                    fill: white; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._red .content p {
                color: white; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue {
              background-color: #054b80; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue:before {
                border-bottom: 16px solid #054b80; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue .notify-header {
                color: white; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue .notify-header a {
                  color: white; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue .notify-header a svg path {
                    fill: white; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._blue .content p {
                color: white; }
            .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green {
              background-color: #85b94d; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green:before {
                border-bottom: 16px solid #85b94d; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green .notify-header {
                color: white; }
                .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green .notify-header a {
                  color: white; }
                  .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green .notify-header a svg path {
                    fill: white; }
              .new-look .header .container .__header_wrap .wrap .notify-wrapper .notify._green .content p {
                color: white; }

.footer {
  background-color: white; }
  .footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }
    @media (min-width: 767px) {
      .footer .content {
        flex-direction: row; } }
    .footer .content img {
      height: 40px;
      padding: 20px; }
    .footer .content .copyright {
      color: #054b80; }
