@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  font-family: 'Inter', sans-serif;
  color: #292a2b;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

html {
  font-size: 16.2px;
}

@media screen and (max-width: 1620px) {
  html {
    font-size: 16.2px;
  }
}

body {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h1 {
  font-weight: 800;
  font-size: 72px;
  /*line-height: 82px;*/
  /*font-size: 4.5rem;*/
  line-height: 1.14em;
  /*5.1rem;*/
  /*font-size: 88px;*/
  /*line-height: 101.02px;*/
}

.h2 {
  font-weight: 800;
  font-size: 57px;
  line-height: 1.22em;
  /*54px;*/
}

.h3 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.24em;
  /*42px;*/
}

.button {
  font-weight: bold;
  font-size: 20px;
}

.button:active,
.button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.label {
  font-weight: bold;
  font-size: 26px;
  /*line-height:32px;*/
  /*font-size: 1.6rem;*/
  line-height: 1.23em;
}

.label_extra {
  font-weight: 800;
  font-size: 26px;
  /*font-size:1.6rem;*/
  line-height: 1.24em;
  /*32px;*/
}

.body_l {
  font-size: 26px;
  /*font-size:1.6rem;*/
  line-height: 1.24em;
  /*32px;*/
}

.body {
  font-size: 20px;
  /*font-size:1.2rem;*/
  line-height: 1.3em;
  /*26px;*/
}

.body_s {
  font-size: 20px;
  line-height: 1.25em;
  /*20px;*/
}

#work_process .h3 {
  margin-bottom: 10px;
}

.btn {
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary {
  color: white;
  background: #0f2348;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-primary:disabled {
  background: #b5b5b5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-large {
  min-width: 140px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*color: #0f2348;*/
  background-color: #4B95FF;
}

a {
  text-decoration: none;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table tr {
  border-bottom: 1px solid #ddd;
}

.table td {
  padding: 15px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

#menu {
  width: 100%;
  /*width: 92rem;*/
  position: fixed;
  z-index: 9;
  padding-top: 5px;
  /*padding-right: 50px;*/
  top: 0;
}

.mobile-block {display: none;}

#menu .menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  grid-column: 3 / 13;
  text-align: right;
}
#menu.home-menu .menu_list {grid-column: 3 / 11;}

#menu .menu_list ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}

.menu,
.menu_list {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25em;
  /*20px;*/
  -ms-flex-item-align: center;
      align-self: center;
}

.menu_list .scroll {
  border-bottom: 3px solid;
  border-color: transparent;
}

.menu_list .scroll:hover {
  border-color: white;
}

.cb .menu .scroll:hover {
  border-color: black;
}

#menu .logo {
  grid-column: 1 / 1;
  min-width: 190px;
}

#menu .logo img {
  max-width: 190px;
}

#menu .menu {
  grid-column: 7 / span 1;
  min-width: 80px;
}

#menu .menu + .menu {
  grid-column: 8 / span 1;
}

#menu .menu + .menu + .menu {
  grid-column: 9 / span 1;
}

#menu .menu + .menu + .menu + .menu {
  grid-column: 10 / span 1;
}

#menu .menu.contus {
  grid-column: 11 / -1 !important;
  text-align: right;
}

.block_padding {
  padding: 60px 0;
}

.head {
  min-height: 700px;
  color: white;
}

.head h2 {
  font-size: 44px;
}

.head h3 {
  font-size: 26px;
}

.head h1 {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
}

.head a {
  font-size: 26px;
  color: white;
  margin-top: 40px;
  display: block;
  text-decoration: underline;
}

.head .head__image {
  position: absolute;
  right: -100px;
  bottom: -256px;
  width: 50% !important;
  z-index: 1;
}

.head .head__image_logo {
  position: absolute;
  width: 58% !important;
  top: -27px;
  z-index: 2;
}

.head__left_top {
  margin-top: 90px;
}

.head__left_bottom {
  position: absolute;
  bottom: 95px;
  z-index: 3;
}

.lashoestring {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5281), to(#D62F5C));
  background-image: linear-gradient(180deg, #FF5281 0%, #D62F5C 100%);
  overflow: hidden;
}

.lashoestring .head {
  position: relative;
  top: -100px;
}

.lashoestring .head h2 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 400;
}

.grid__page {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  display: grid;
}

.grid__page_left {
  grid-column: 2 / 9;
}

.grid__page_right {
  position: relative;
  grid-column: 10 / -1;
}

.grid__page_10 {
  grid-column: 2 / 12;
}

.grid__page_in_bottom {
  position: absolute;
  bottom: 300px;
}

.single__images_grid {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  display: grid;
}

.single__images_grid img {
  width: 100%;
  margin-bottom: -4px;
}

.single__images_grid_8 {
  grid-column: 1 / 8;
}

.single__images_grid_9 {
  grid-column: 1 / 9;
}

.single__images_grid_3 {
  grid-column: 9 / -1;
}

.single__images_grid_4 {
  grid-column: 8 / -1;
}

.single__images_grid_6 {
  grid-column: 1 / 7;
}

.single__images_grid_6_12 {
  grid-column: 7 / -1;
}

.single__images_grid_12 {
  grid-column: 1 / -1;
}

.single__images_grid_text {
  color: #878787;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 40px;
}

.single .grid__page_right p {
  font-size: 16px;
}

.delimetr {
  margin-top: 50px;
  display: block;
}

.delimetr-30 {
  margin-top: 30px;
  display: block;
}

.single h3 {
  font-size: 26px;
  font-weight: bolder;
  padding-bottom: 25px;
}

.single ol {
  list-style-type: none;
  counter-reset: num;
}

.single ol.start_2 {
  counter-reset: num 1;
}

.single ol li {
  font-size: 20px;
  margin-bottom: 35px;
  position: relative;
}

.single ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -27px;
  width: 28px;
  height: 28px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.single__images_desktop_page {
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d6d6d6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  background: #d6d6d6;
}

.single__images_desktop_page_text {
  padding: 5px 100px;
  background-color: white;
  margin-top: 5px;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 5px;
  letter-spacing: -0.4px;
  line-height: 1;
}

.single__images_desktop_page_text img {
  max-width: 100%;
}

.single__images_mobile_page {
  padding-left: 33px;
}

.single__images_mobile_page .single__images_mobile_box {
  border: 15px solid #d6d6d6;
  border-radius: 40px;
}

.single p {
  font-size: 20px;
  padding-bottom: 37px;
}

.video__block {
  position: relative;
}

.video__block.home_video .play_button img {
  left: 115px;
  right: auto;
  top: auto;
  bottom: 60px;
  width: 200px;
}

.video__block .video__block_capture_main {
  position: absolute;
  top: 60px;
  left: 115px;
  max-width: 600px;
  color: #0f2348;
}

.video__block .video__block_capture_main h3 {
  padding-top: 70px;
  font-size: 33px;
}

.video__block .video__block_capture_main h4 {
  padding-top: 65px;
  font-size: 27px;
  font-weight: 500;
}

#Result {
  padding-top: 25px;
}

#parallax-box {
  padding-bottom: 76px;
}

.video__block video {
  width: 100%;
}

video:focus,
video:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.play_button {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.play_button img {
  position: absolute;
  margin: auto;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
}

/**
writeMessage

*/

.writeMessage {
  background-color: #DEECFF;
  text-align: center;
  position: relative;
  z-index: 1;
}

.writeMessage .btn {
  font-size: 20px;
}

.writeMessage h2 {
  color: #292A2B;
  font-size: 36px;
  font-weight: bold;
}

.writeMessage h3 {
  color: #292A2B;
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 400;
}

.margin_left_50 {
  margin-left: 50px;
}

.projects__list .grid_item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects__list .slick-track,
.projects__list .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__list .projects__link {
  display: block;
  height: 100%;
  outline: none;
  padding: 20px;
}

.projects__list .slick-prev {
  left: -5px;
}

.projects__list .slick-next {
  right: -5px;
}

.projects__list .slick-next,
.projects__list .slick-prev {
  z-index: 1;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3.5rem;
}

.partners__list .grid_item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}

.partners__list .grid_item img {
  width: 100%;
}

.projects__item {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  padding-right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  height: 100%;
}

.projects__item.ls {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5281), to(#D62F5C));
  background-image: linear-gradient(180deg, #FF5281 0%, #D62F5C 100%);
}

.projects__item.ls .project__logo {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  top: -84px;
  position: absolute;
  max-width: 110%;
}

.projects__item.ls .project__text {
  top: 56px;
  position: relative;
}

.projects__item_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projects__item_inner .project_right {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bizcen .projects__item_inner {
  grid-template-columns: 2fr 1fr;
}

.grid_item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.grid_item:hover .projects__item_inner .project_right {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project__logo {
  margin-bottom: 20px;
}

.project__logo img {
  max-width: 100%;
}

.colliers .project__logo img {
  max-width: 110px;
}

.project__text {
  color: white;
}

.project__text .big {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.project__text .small {
  font-size: 16px;
  line-height: 22px;
}

.project_right img {
  position: absolute;
  max-width: 165px;
}

.colliers {
  background-image: linear-gradient(111deg, #3AA2E2 2%, #15467E 86%);
}

.etam {
  background-image: linear-gradient(111deg, #7B7876 2%, #D1C0AA 86%);
}

.banckg {
  background: #FF671B;
}

.banckg .project__left {
  margin-right: -50px;
}

.bizcen {
  background: linear-gradient(159.49deg, #fd9b3e 10%, #e8629e 35%);
}

.bizcen .project__text .small {
  font-size: 15px;
}

.bizcen .project_right img {
  right: -55px;
  -webkit-transform: translate(0, 42px);
          transform: translate(0, 42px);
}

.etam .project__logo {
  -webkit-filter: invert(100%) brightness(120%);
          filter: invert(100%) brightness(120%);
}

.etam .card-img {
  -webkit-transform: translate(40px, -23px) scale(0.7);
          transform: translate(40px, -23px) scale(0.7);
}

.colliers .card-img {
  -webkit-transform: translate(-6%, -25%) scale(0.5);
          transform: translate(-6%, -25%) scale(0.5);
}

#page,
.page-header {
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

.grid_cont {
  max-width: 1520px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  /*20px*/
  margin-right: auto;
  margin-left: auto;
}

.grid_cont_3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid_md_center_box {
  grid-column: 3/11;
}

.grid_3_8 {
  grid-column: 2/8;
}

.grid_9_11 {
  grid-column: 9/12;
}

.email_underline {
  display: inline-block !important;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 400;
  color: #292a2b;
}

.email_underline:hover {
  color: #0f2348;
  border-bottom: 1px solid #0f2348;
}

.form-control {
  color: #292A2B;
  border-radius: 9px;
  height: 65px;
  width: 100%;
  border: 1.3px solid #C3DCFF;
  padding: 10px;
  font-size: 26px;
}

.form-control.error {
  border: 1px solid red;
}

.form-control.succes {
  border: 1px solid #0f2348;
}

.messageSend p {
  font-size: 20px;
  margin-bottom: 20px;
}

.messageSend h3 {
  font-size: 34px;
  margin-bottom: 15px;
}

.messageSend a {
  font-size: 16px;
  color: black;
  border-bottom: 1px dashed #B2BDCC;
}

.input_group__check {
  position: absolute;
  right: 30px;
  width: 25px;
  top: 20px;
}

.delete__file {
  cursor: pointer;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.delete__file:hover {
  text-shadow: 0px 1px 2px #0f2348;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p.error {
  padding-left: 15px;
  padding-top: 5px;
  color: #F00B0B;
  font-size: 16px;
}

.textarea {
  height: 260px;
}

.input_group {
  position: relative;
}

.form-control__helper {
  position: absolute;
  left: 15px;
  top: 20px;
  color: #292A2B;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control__helper.hidden {
  display: none;
}

.form-control__helper.active {
  top: 10px;
  color: #B4B4B4;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 10px;
}

.form-control:focus,
.form-control:active {
  outline: none !important;
  -webkit-box-shadow: 0 0 5px rgba(55, 116, 204, 0.3) !important;
          box-shadow: 0 0 5px rgba(55, 116, 204, 0.3) !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: 0 0 5px rgba(55, 116, 204, 0.3) !important;
          box-shadow: 0 0 5px rgba(55, 116, 204, 0.3) !important;
}

/**
custom file
 */

.textarea_group {
  position: relative;
}

.custom-file input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

.custom-file .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px dashed #C3DCFF;
  display: block;
  padding: 10px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
  font-weight: 300;
  background-color: white;
  border-left: 1.3px solid #C3DCFF;
  border-bottom: 1.3px solid #C3DCFF;
  border-right: 1.3px solid #C3DCFF;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.custom-file .label i {
  display: inline-block;
  font-size: 29px;
}

.custom-file .label i,
.custom-file .label .title {
  color: black;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}

.custom-file .label .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.1px;
  vertical-align: top;
  color: #292A2B !important;
}

.custom-file .label:hover i,
.custom-file .label:hover .title {
  color: #000;
}

/**
end custom file
 */

/**
custom checkbox
 */

/* Base for label styling */

form [type="checkbox"]:not(:checked),
form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */

form [type="checkbox"]:not(:checked) + label:before,
form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #C3DCFF;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */

form [type="checkbox"]:not(:checked) + label:after,
form [type="checkbox"]:checked + label:after {
  content: '\2713   ';
  position: absolute;
  top: -1px;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #0f2348;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #0f2348;
}

/* hover style just for information */

label:hover:before {
  border: 2px solid #4778d9 !important;
}

/**
end checkbox
 */

#first_img {
  max-height: 98vh;
}

#first_img {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#first_img video,
#first_img img {
  width: 100%;
}

#first_img .helping {
  grid-column: 2 / span 7;
  white-space: nowrap;
}

#first_img .small_slogan {
  grid-column: 2 / span 7;
  white-space: nowrap;
}

#first_img .small_slogan .ico_link {
  width: 25px !important;
  margin-right: 10px;
  position: relative;
  top: 11px;
  color: white;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

#menu a {
  text-decoration: none;
  /*color: #000;*/
  white-space: nowrap;
  display: block;
}

#menu a.btn-large {
  text-align: center;
}

.phone-call {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.phone-call img {
  width: 22px;
  -webkit-filter: none !important;
          filter: none !important;
}

.cb {
  background: white;
  color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cb .phone-call {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cb a {
  color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cb .contus a {
  color: #FFF !important;
}

.in_top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.in_top img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.in_top a {
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.centering {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 7%;
  grid-column: 2 / span 8;
}

.small_slogan {
  font-weight: normal;
}

.see_button {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  padding-right: 23px;
  border-radius: 40px;
  color: #0f2348;
  border: 1px solid #DEECFF;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.see_button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #DEECFF;
}

#projects-menu {
  margin: 0 auto;
  margin-top: 50px;
}

#see-projects {
  grid-column: 1/1;
  /*min-width: 170px;*/
}

#etam-project {
  grid-column: 3/3;
  /*min-width: 130px;*/
  text-align: center;
}

#etam-project img {
  height: 48px;
  margin-top: -4px;
}

#banckg-project {
  grid-column: 5/5;
  /*min-width: 200px;*/
  text-align: left;
}

#banckg-project img {
  margin-top: -6px;
  height: 53px;
}

#collers-project {
  grid-column: 7/7;
  text-align: center;
}

#collers-project img {
  height: 48px;
  margin-top: -12px;
}

#biz-cen-project {
  grid-column: 9/9;
  text-align: center;
}

#biz-cen-project img {
  margin-top: 4px;
  height: 30px;
}

#lavish-project {
  grid-column: 11/11;
  text-align: left;
}

#lavish-project img {
  width: 224px;
  margin-top: -102px;
}

/*.lorem_logo{
    font-size:27px;
    color:black;
    text-decoration:none;
    white-space: nowrap;
}

.lorem_logo img {

}*/

.part-title {
  margin-top: 116px;
  margin-bottom: 63px;
  text-align: center;
}

.part-title_nm_top {
  margin-top: 0;
}

.col2-1 {
  grid-column: 1 / span 6;
  text-align: center;
  /*margin-left: 15px;*/
}

.col2-1 img {
  width: 65%;
}

.col2-1 video {
  width: 65%;
}

.col2-2 {
  grid-column: 7/ span 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.label_extra {
  padding-bottom: 15px;
}

img.php {
  height: 3rem;
  display: inline-block;
}

img.mysql {
  height: 4rem;
  display: inline-block;
}

img.css {
  height: 4rem;
  margin-right: 0;
  display: inline-block;
}

img.html {
  height: 4rem;
  margin-right: 0;
  display: inline-block;
}

img.js {
  height: 4rem;
  display: inline-block;
}

img.opencv {
  width: 4rem;
  display: inline-block;
}

img.shopify {
  height: 2rem;
  display: inline-block;
}

img.tensorflow {
  height: 2rem;
  display: inline-block;
}

img.jquery {
  height: 2rem;
  display: inline-block;
}

img.opencart {
  height: 2rem;
  display: inline-block;
}

/* projects */

#projects {
  height: 114rem;
}

/*#projects .project-card:hover {*/

/*height: calc(height + 1rem);*/

/*height: 38rem;*/

/*transform: translate(-0.5rem, -0.5rem);*/

/*}*/

.card-title {
  color: #FFF;
  position: relative;
}

.card-description {
  color: #FFF;
  position: relative;
}

#colliers-project-card {
  grid-column: 1 / 9;
  background-image: linear-gradient(111deg, #3AA2E2 2%, #15467E 86%);
  border-radius: 30px;
  height: 37rem;
  overflow: hidden;
  padding: 6rem;
  position: relative;
}

.project-card {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-card_inner {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card-img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-card:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.project-card:hover#biz-cen-project-card .card-img {
  -webkit-transform: translate(2%, 54%) scale(1.07);
          transform: translate(2%, 54%) scale(1.07);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-card:hover .card-img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*#colliers-project-card:hover {*/

/*    height: 38rem;*/

/*    width: 62rem;*/

/*    transform: translate(-0.5rem, -0.5rem);*/

/*    padding: 6.5rem;*/

/*}*/

/*#colliers-project-card:hover .card-img {*/

/*    transform: scale(1.1);*/

/*}*/

#colliers-project-card .card-logo {
  position: relative;
  width: 18rem;
}

#colliers-project-card .card-title {
  top: 3rem;
}

#colliers-project-card .card-description {
  top: 5rem;
  width: 18rem;
}

#colliers-project-card .card-img {
  float: right;
  margin-top: -18rem;
  height: 35rem;
  position: relative;
}

#lavish-project-card {
  grid-column: 9 / -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5281), to(#D62F5C));
  background-image: linear-gradient(180deg, #FF5281 0%, #D62F5C 100%);
  border-radius: 30px;
  height: 75.5rem;
  position: relative;
  padding: 6rem 4rem;
  /*border: 1px solid white;*/
  overflow: hidden;
}

#lavish-project-card .card-logo {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 28rem;
  position: relative;
  top: -168px;
  max-width: 100%;
}

#lavish-project-card .card-description {
  top: -9rem;
}

#scrollToForm {
  text-align: center !important;
}

#lavish-project-card .card-title {
  top: -7rem;
}

#lavish-project-card .card-img {
  position: relative;
  left: 4rem;
  top: 2rem;
  height: 36rem;
}

#biz-cen-project-card {
  grid-column: 1 / 5;
  background-image: linear-gradient(139deg, #FD9B3E 0%, #F0629A 23%, #965FC6 100%);
  border-radius: 30px;
  height: 75.5rem;
  top: -37rem;
  position: relative;
  padding: 6rem 4rem;
}

.biz-cen_card-img {
  width: 100%;
  -webkit-transform: translate(2%, 54%) scale(1);
          transform: translate(2%, 54%) scale(1);
}

/*#biz-cen-project-card:hover {*/

/*    height: 76rem;*/

/*    width: 36rem;*/

/*    transform: translate(-0.5rem, -0.5rem);*/

/*    padding: 6.5rem;*/

/*}*/

#biz-cen-project-card .card-logo {
  -webkit-filter: invert(100%) brightness(120%);
          filter: invert(100%) brightness(120%);
  width: 15rem;
  position: relative;
}

#biz-cen-project-card .card-description {
  top: 2rem;
}

#banckg-project-card {
  grid-column: 5 / 9;
  background: #FF671B;
  border-radius: 30px;
  height: 37rem;
  top: -37rem;
  position: relative;
  padding: 6rem 4rem;
  overflow: hidden;
}

#banckg-project-card .card-description {
  top: 2rem;
}

#banckg-project-card .card-img {
  left: 16rem;
  position: absolute;
  top: 18.4rem;
  height: 19rem;
}

#etam-project-card {
  grid-column: 5 / -1;
  background-image: linear-gradient(111deg, #7B7876 2%, #D1C0AA 86%);
  border-radius: 30px;
  height: 37rem;
  position: relative;
  top: -74rem;
  padding: 6rem;
  overflow: hidden;
}

/*#etam-project-card:hover {*/

/*    height: 38rem;*/

/*    width: 62rem;*/

/*    transform: translate(-0.5rem, -0.5rem);*/

/*    padding: 6.5rem;*/

/*}*/

/*#etam-project-card:hover .card-img {*/

/*    transform: scale(1.1);*/

/*}*/

#etam-project-card .card-logo {
  -webkit-filter: invert(100%) brightness(120%);
          filter: invert(100%) brightness(120%);
  width: 20rem;
  position: relative;
}

#etam-project-card .card-title {
  top: 4rem;
}

#etam-project-card .card-description {
  top: 5rem;
}

#etam-project-card .card-img {
  height: 34rem;
  float: right;
  margin-top: -17rem;
}

/* Review */

#reviews {
  /*height: 22rem;*/
  grid-column: 3 / 11;
}

#reviews .face {
  float: left;
  width: 6rem;
  margin-right: 1rem;
}

#reviews .body_s {
  font-weight: bold;
}

#reviews div.body {
  margin-top: 2rem;
  /*height: 15rem;*/
  /*overflow-y: scroll;*/
}

#reviews .slick-list {
  margin-bottom: 2rem;
}

#prevReview {
  grid-column: 1 / 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#prevReview img {
  width: 2rem;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

#prevReview img:hover {
  -webkit-filter: none;
          filter: none;
}

#nextReview {
  grid-column: 11 / -1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}

#nextReview img {
  width: 2rem;
  display: inline-block;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

#nextReview img:hover {
  -webkit-filter: none;
          filter: none;
}

#reviews .slick-dots li {
  width: 5rem;
  background: #E8E8E8;
  border-radius: 3px;
  height: 0.35rem;
}

#reviews .slick-dots li:hover {
  background: #DEECFF;
}

#reviews .slick-dots li button {
  display: none;
}

#reviews .slick-dots li.slick-active {
  background: #0f2348;
}

/* WORK PROCESS */

#work_process .process {
  display: inline-block;
  text-align: center;
  width: 115px;
  height: 115px;
  background: #DEECFF;
  border-radius: 50%;
  line-height: 143px;
}

#work_process .process img {
  max-height: 50px;
  display: inline-block;
}

.work_process__img {
  text-align: center;
  margin-bottom: -40px;
  position: relative;
  z-index: -1;
}

.work_process__img.work_process__line:after {
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 2px;
  top: 48%;
  background-size: 20px 1px;
  left: 73%;
  background-image: -webkit-gradient(linear, left top, right top, from(#DEECFF), color-stop(75%, #DEECFF), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #DEECFF, #DEECFF 75%, transparent 75%, transparent 100%);
}

#work_process .row1 .contact-analize {
  grid-column: 1/4;
}

.contact-analize .h3 {
  padding-bottom: 5px;
  letter-spacing: 0px;
}

#work_process .row1 .propoasal {
  grid-column: 4/7;
}

#work_process .row1 .start-project {
  grid-column: 7/10;
}

#work_process .row1 .support {
  grid-column: 10/-1;
}

#work_process .process-line1 {
  background: #DEECFF;
  grid-column: 3/5;
  height: 0.2rem;
  margin-top: 4rem;
}

#work_process .process-line2 {
  background: #DEECFF;
  grid-column: 6/8;
  height: 0.2rem;
  margin-top: 4rem;
}

#work_process .process-line3 {
  background: #DEECFF;
  grid-column: 9/11;
  height: 0.2rem;
  margin-top: 4rem;
}

#work_process .row2 {
  margin-top: -2.5vw;
}

#work_process .row2 .body_s {
  width: 15rem;
}

#work_process .contact-analize {
  grid-column: 1/4;
}

#work_process .propoasal {
  grid-column: 4/7;
}

#work_process .start-project {
  grid-column: 7/10;
}

#work_process .support {
  grid-column: 10/-1;
}

/* about company */

#about-company {
  margin-top: -2rem;
}

#about-company .projects {
  grid-column: 2/4;
}

#about-company .big-num {
  font-size: 10rem;
  font-weight: 800;
  color: #DEECFF;
}

#about-company .projects .body {
  margin-top: -3.5rem;
  padding-left: 4rem;
}

#about-company .years {
  grid-column: 2/6;
}

#about-company .years .body {
  margin-top: -3.5rem;
  padding-left: 4rem;
}

#about-company .about {
  grid-column: 4/10;
  margin-top: 2rem;
  text-align: center;
}

#about-company .persons {
  margin-top: 5rem;
}

#about-company .person1 {
  grid-column: 1/4;
}

#about-company .person2 {
  grid-column: 4/7;
  margin-top: -2rem;
}

#about-company .person3 {
  grid-column: 7/10;
}

#about-company .person4 {
  grid-column: 10/-1;
  margin-top: -2rem;
}

#about-company .photo {
  width: 15rem;
}

/* contact us */

#contact-us {
  background: #DEECFF;
  padding-top: 60px;
  /*margin-top: 100px;*/
}

.contact-us textarea {
  padding-top: 15px;
  font-family: 'Inter var', sans-serif !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contact-us .pb-50 {
  padding-bottom: 50px;
}

.contact-us_right {
  line-height: 1.5;
}

.contact-us_right b {
  color: #292a2b;
  font-size: 20px;
  padding-bottom: 5px;
  display: block;
}

.contact-us_right p {
  padding-bottom: 24px;
}

.contact-us_right small {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

.contact-us_right span {
  font-size: 16px;
  display: block;
}

.contact-us_right a {
  display: inline-block;
}

a img.f {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 16px;
  margin-bottom: 2.5px;
  margin-right: 0.3rem;
}

a img.f:hover {
  -webkit-filter: none;
  filter: none;
}

a img.in {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 16px;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}

a img.in:hover {
  -webkit-filter: none;
  filter: none;
}

a img.insta {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 22px;
  margin-right: 0.1rem;
  margin-bottom: -1.5px;
}

a img.insta:hover {
  -webkit-filter: none;
  filter: none;
}

a img.tw {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 24px;
  margin-right: 0.1rem;
  margin-bottom: -2.5px;
}

a img.tw:hover {
  -webkit-filter: none;
  filter: none;
}



/* footer */

#footer {
  text-align: center;
  padding: 3rem;
  background: #DEECFF;
}

.white #footer {
  background: white;
}

#footer a {
  display: inline-block;
}
/*
#footer .f {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  height: 16px;
}

#footer .f:hover {
  -webkit-filter: none;
          filter: none;
}

#footer .in {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  height: 16px;
  margin-bottom: 0.2rem;
}

#footer .in:hover {
  -webkit-filter: none;
          filter: none;
}

#footer .insta {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 16px;
  margin-bottom: 0.2rem;
}

#footer .insta:hover {
  -webkit-filter: none;
  filter: none;
}

#footer .tw {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  height: 16px;
  margin-bottom: 0.2rem;
}

#footer .tw:hover {
  -webkit-filter: none;
  filter: none;
}
*/
#footer .body {
  margin-top: 1rem;
}

.col-md-6 {
  grid-column: 10/-1;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal .close {
  position: absolute;
  right: 8px;
  top: 0px;
  color: #020202;
  background-color: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.modal .close:active,
.modal .close:focus {
  outline: none !important;
}

.modal .close:hover {
  color: #4B95FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-dialog {
  position: relative;
  pointer-events: none;
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 15px;
}

.modal-content {
  position: relative;
  padding: 30px;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  overflow-y: auto;
  height: 100%;
}

.hidden-md {
  display: none;
}

.phone-call {
  margin-top: 9px;
  grid-column: 12 /-1;
}

.cb .phone-call img {
  -webkit-filter: invert(100%) brightness(120%);
          filter: invert(100%) brightness(120%);
}

.privacy_policy {
  font-size: 16px;
}

.privacy_policy.error {
  color: #F00B0B;
}

.privacy_policy.error:before {
  border: 2px solid #F00B0B !important;
}

.privacy_policy a {
  color: black;
  border-bottom: 1px solid #949494;
}

.preloader_wrapp {
  position: absolute;
  background: #ffffff6b;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.relative {
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  color: #0f2348 !important;
}

.slick_gal img {
  width: 100%;
}

.slick_gal .slick-dots li.slick-active button:before {
  background-color: #7f7f7f;
}

.slick_gal .slick-dots li button:before {
  content: "";
  height: 8px;
  border-radius: 50%;
  width: 8px;
  background-color: transparent;
  border: 1px solid #7f7f7f;
}

.slick_gal .slick-dots {
  bottom: 15px;
}

.lashoestring-page .single__images_desktop_page img {
  width: 100%;
  margin-bottom: -5px;
}

.lashoestring-page .page-header {
  padding: 0;
}

.lashoestring-page .slick-dots li {
  width: 5px;
  height: 5px;
}

.footer__wrapper {
  border-top: 2px solid #c4dcff;
  padding-top: 20px;
}

.footer__wrapper .footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
}

.footer__wrapper .left {
  text-align: left;
}

.footer__wrapper .right {
  text-align: right;
}

/*
.footer__wrapper .f {
  padding-right: 15px;
}
*/

.technology {
  padding-top: 15px;
}

.technology img {
  max-height: 40px;
  max-width: 130px;
  padding: 2px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.technology .w-30 {
  width: 30px;
}

.technology .w-40 {
  width: 40px;
}

.file-listing .preview {
  max-width: 50px;
  padding-right: 10px;
}

.dragging__file {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 55px;
  text-align: center;
  padding-top: 14px;
  background-color: #fce77c;
  z-index: 1;
  font-size: 22px;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.dragging__file.visible {
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.padding-0 {
  padding: 0 !important;
}

.loaderBg {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}

@-webkit-keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.loader {
  --size: 10rem;
  z-index: 99999;
  position: fixed;
  top: 50%;
  margin-top: -81px;
  margin-left: -81px;
  left: 50%;
  height: 162px;
  width: 162px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loader > .circle {
  --duration: 2s;
  position: absolute;
  height: inherit;
  width: inherit;
  background: #0f2348;
  border-radius: 50%;
  -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
  animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
}

.loader > .circle:nth-of-type(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.loader > .circle:nth-of-type(2) {
  -webkit-animation-delay: calc(var(--duration) / -3);
  animation-delay: calc(var(--duration) / -3);
}

.loader > .circle:nth-of-type(3) {
  -webkit-animation-delay: calc(var(--duration) / -6);
  animation-delay: calc(var(--duration) / -6);
}

.hide-loader {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**
    POPUP COOCKIE-ALERT WINDOW
 */

#coo-popup {
  position: fixed;
  bottom: 10px;
  left: 2.5%;
  right: 2.5%;
  -webkit-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  width: 100%;
  height: 86px;
  z-index: 999;
  overflow: auto;
}

#coo-popup.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#coo-popup .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  max-width: 505px;
  height: 100%;
  padding: 13px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  background: #142346;
  border-radius: 30px;
  margin: 0 auto;
}

#coo-popup .popup p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: #FFFFFF;
}

.coo-close {
  background: #FFFFFF;
  border-radius: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 47px;
  color: #142346;
  padding: 0 33px;
  cursor: pointer;
}

.coo-close:hover {
  color: #fff;
}

.logo-text {
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  line-height: 82px;
  color: #FFFFFF;
}

.logo-text_helvetica {
  font-family: Helvetica;
}

@media (max-width: 525px) {
  #coo-popup {
    height: auto;
    width: 95%;
  }

  #coo-popup .popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  #coo-popup .popup p {
    margin-bottom: 15px;
  }

  .logo-text {
    font-size: 65px;
  }
}

.drawer-list {
  position: fixed;
  z-index: 9;
  right: 0;
  top: -50px;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  /* ie workaround */
  -ms-transform: translatey(-100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  -webkit-transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease, -webkit-transform 450ms ease;
  background-color: white;
  background-color: white;
}

@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translatex(130vw);
          transform: translatex(130vw);
  /* ie workaround */
  -ms-transform: translatex(-130vw);
}

.drawer-list li:last-child {
  margin-bottom: 2em;
}

.drawer-list li a {
  text-decoration: none;
  color: #2D2D2D;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: calc(24px - .5vw);
}

@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: .5rem;
  }
}

.drawer-list li a:hover {
  cursor: pointer;
  background-color: #fafafa;
  background-color: rgba(244, 244, 244, 0.5);
}

input.hamburger {
  display: none;
}

input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
  top: 0;
}

input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger:checked ~ label > i {
  background-color: transparent !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked ~ label close {
  color: #2D2D2D;
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

.cb #show-menu #menu-m hr {
  background-color: #000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cb i {
  background-color: #2D2D2D !important;
}

.cb i:before,
.cb i:after {
  background-color: #2D2D2D !important;
}

label.hamburger {
  display: none;
  z-index: 9999;
  margin-top: 9px;
  position: relative;
  height: 25px;
  width: 17px;
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: .8em;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: width .25s .35s, color .45s .35s;
  transition: width .25s .35s, color .45s .35s;
}

label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}

label.hamburger text open {
  color: #2D2D2D;
  width: 100%;
}

label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  background-color: white;
  pointer-events: auto;
}

label.hamburger > i:before,
label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  background-color: white;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  padding-left: 8px;
}

label.hamburger > i:before {
  -webkit-transform: translate(-50%, -9px);
          transform: translate(-50%, -9px);
}

label.hamburger > i:after {
  -webkit-transform: translate(-50%, 9px);
          transform: translate(-50%, 9px);
}

/**
    SCROLLBAR STYLE FOR IE
*/

#show-menu {
  position: absolute;
  left: 3%;
}

#show-menu.sticky {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}

#show-menu svg {
  display: none;
}

#show-menu #menu-m {
  display: none;
  width: 32px;
  height: 53px;
  margin-top: -6px;
  position: relative;
  padding: 0;
  opacity: 1;
}

#show-menu #menu-m hr {
  width: 100%;
  border: none;
  height: 3px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform .5s, background-color .5s;
  -webkit-transition: background-color .5s, -webkit-transform .5s;
  transition: background-color .5s, -webkit-transform .5s;
  transition: transform .5s, background-color .5s;
  transition: transform .5s, background-color .5s, -webkit-transform .5s;
  background-color: white;
}

#show-menu #menu-m hr:first-child {
  top: 20px;
}

#show-menu #menu-m hr:last-child {
  bottom: 14px;
}

#show-menu > div {
  display: none;
}

.menu-active #menu-m hr {
  border-bottom: 1px solid #000;
  background-color: #000 !important;
}

.menu-active #menu-m hr:first-child {
  -webkit-transform: rotate(45deg) translate(11px, 0);
          transform: rotate(45deg) translate(11px, 0);
}

.menu-active #menu-m hr:last-child {
  -webkit-transform: rotate(-45deg) translate(11px, 0);
          transform: rotate(-45deg) translate(11px, 0);
}

.loaded_hiding {
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 0;
}

.loaded {
  display: none;
}

.drawer-list__logo {
  position: absolute;
  width: 100%;
  top: 7px;
  text-align: center;
}

.drawer-list__logo img {
  max-width: 200px;
}

.sk-rotating-plane {
  width: 4em;
  height: 4em;
  margin: auto;
  background-color: #337ab7;
  -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
          animation: sk-rotating-plane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotating-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotating-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-double-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #337ab7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
          animation: sk-double-bounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce-2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-wave {
  width: 6em;
  height: 4em;
  margin: auto;
  text-align: center;
  font-size: 1em;
}

.sk-wave .sk-rect {
  background-color: #337ab7;
  height: 100%;
  width: .5em;
  display: inline-block;
  -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
          animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect-1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.sk-wave .sk-rect-2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-wave .sk-rect-3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-wave .sk-rect-4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-wave .sk-rect-5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-wave-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.sk-wandering-cubes {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-wandering-cubes .sk-cube {
  background-color: #337ab7;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
          animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube-2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

@-webkit-keyframes sk-wandering-cubes {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(2em) rotate(-90deg) scale(0.5);
            transform: translateX(2em) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(2em) translateY(2em) rotate(-179deg);
            transform: translateX(2em) translateY(2em) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(2em) translateY(2em) rotate(-180deg);
            transform: translateX(2em) translateY(2em) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes sk-wandering-cubes {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(2em) rotate(-90deg) scale(0.5);
            transform: translateX(2em) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(2em) translateY(2em) rotate(-179deg);
            transform: translateX(2em) translateY(2em) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(2em) translateY(2em) rotate(-180deg);
            transform: translateX(2em) translateY(2em) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.sk-spinner-pulse {
  width: 4em;
  height: 4em;
  margin: auto;
  background-color: #337ab7;
  border-radius: 100%;
  -webkit-animation: sk-spinner-pulse 1.0s infinite ease-in-out;
          animation: sk-spinner-pulse 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-spinner-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-spinner-pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.sk-chasing-dots {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-animation: sk-chasing-dots-rotate 2s infinite linear;
          animation: sk-chasing-dots-rotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 2em;
  height: 2em;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #337ab7;
  border-radius: 100%;
  -webkit-animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
          animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot-2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-three-bounce {
  width: 8em;
  margin: auto;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 2em;
  height: 2em;
  background-color: #337ab7;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-bounce .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #337ab7;
  border-radius: 100%;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
          animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-cube-grid {
  width: 4em;
  height: 4em;
  margin: auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #337ab7;
  float: left;
  -webkit-animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
          animation: sk-cube-grid-scale-delay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube-3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube-4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube-5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube-6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube-7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sk-cube-grid .sk-cube-8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube-9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes sk-cube-grid-scale-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cube-grid-scale-delay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.sk-fading-circle {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #337ab7;
  border-radius: 100%;
  -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
          animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle-2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle-3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle-4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle-5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle-6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle-7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle-8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle-9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle-10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle-11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle-12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle-3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.sk-folding-cube {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  -webkit-animation: sk-folding-cube-angle 2.4s infinite linear both;
          animation: sk-folding-cube-angle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube-2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube-3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube-4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube-2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube-3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube-4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-folding-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-folding-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .project_right img {
    right: 0;
    -webkit-transform: translate(0, 67px);
            transform: translate(0, 67px);
  }
}

@media screen and (max-width: 1560px) {
  .video__block .video__block_capture_main {
    top: 30px;
  }

  .video__block .video__block_capture_main h3 {
    padding-top: 50px;
  }

  .video__block .video__block_capture_main h4 {
    padding-top: 45px;
  }

  .video__block.home_video .play_button img {
    bottom: 30px;
  }
}

@media screen and (max-width: 1350px) {
  .video__block .video__block_capture_main {
    max-width: 519px;
  }

  .video__block .video__block_capture_main h3 {
    padding-top: 30px;
    font-size: 25px;
  }

  .video__block .video__block_capture_main h4 {
    padding-top: 35px;
    font-size: 22px;
  }

  .video__block.home_video .play_button img {
    width: 150px;
  }
}

@media screen and (max-width: 1280px) {
  .video__block.home_video .play_button img {
    width: 100px;
  }

  .h1 {
    font-size: 62px;
  }

  .label {
    font-size: 24px;
  }

  .h2 {
    font-size: 44px;
  }

  #work_process .h3 {
    font-size: 26px;
  }

  .body_s {
    font-size: 16px;
    line-height: 1.25em;
    /*20px;*/
  }
}

@media screen and (max-width: 1024px) {
  .video__block .video__block_capture_main {
    max-width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
  }

  .video__block.home_video .play_button img {
    left: 20px;
    bottom: 20px;
  }

  .h1 {
    font-size: 42px;
  }

  .h2 {
    font-size: 34px;
  }

  .h3 {
    font-size: 30px;
  }

  .button {
    font-size: 20px;
  }

  .label {
    font-size: 20px;
  }

  .label_extra {
    font-size: 24px;
  }

  .body_l {
    font-size: 24px;
  }

  .body {
    font-size: 18px;
  }

  .body_s {
    font-size: 14px;
  }

  #etam-project img {
    height: 30px;
    margin-top: -4px;
  }

  #banckg-project img {
    margin-top: -1px;
    height: 24px;
  }

  #collers-project img {
    height: 37px;
    margin-top: -9px;
  }

  #biz-cen-project img {
    margin-top: 4px;
    height: 16px;
  }

  #lavish-project img {
    width: 152px;
    margin-top: -74px;
  }
}

@media screen and (max-width: 768px) {
  /*	mobile */

  .mobile-block {display: block;}
  .desktop-block{display: none;}

  #projects-menu .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu.menu-active #scrollToForm {
    color: #fff !important;
    background: #0f2348 !important;;
  }
  .cb#menu {
    min-height: 52px;
    padding: 0;
    padding-bottom: 1px;
    display: flex;
    align-items: center;
  }
  .in_top#menu label[for="hamburger"] {
    display: flex;
    align-items: flex-end;
  }
  .cb#menu>.container, .cb#menu>.container label[for="hamburger"] {
    display: flex;
    align-items: center;
  }
  #show-menu {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #menu-m {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cb .logo {
    display: none;
  }

  #show-menu #menu-m {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #menu.cb .phone-call {
    margin: 0;
  }
  #menu.cb .phone-call > a {
    display: flex;
    align-items: center;
  }

  #contact-us {
    padding-top: 45px;
  }

  #contact-us .part-title {
    margin-top: 0;
  }

  .menu_list {
    display: none;
  }

  .grid__page_10 {
    grid-column: 1 / -1;
  }

  .footer__grid_item > .left, .footer__grid_item > .right {
    text-align: center;
  }

  .video__block.home_video .video__block_capture_main {
    top: 10px;
    left: 10px;
    max-width: 100%;
    display: none;
  }

  .video__block.home_video .video__block_capture_main h3 {
    display: none;
  }

  .video__block.home_video .video__block_capture_main h4 {
    padding-top: 10px;
    font-size: 16px;
  }

  .video__block.home_video .video__block_capture_main img {
    width: 40px;
    height: 40px;
  }

  .video__block.home_video .play_button img {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: 10px;
  }

  #about-company .photo {
    max-width: 100%;
  }

  #first_img .page-header {
    bottom: 30px;
    top: auto;
  }

  #app {
    overflow-x: hidden;
  }

  .partners__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
  }

  .partners__list .grid_item img {
    width: 100% !important;
    height: auto !important;
    padding: 15px;
    top: 0 !important;
  }

  #first_img .small_slogan {
    white-space: normal;
    grid-column: 1 / span 12;
  }

  #first_img .helping {
    white-space: normal;
    grid-column: 1 / span 12;
  }

  #first_img video {
    width: 100%;
    width: auto;
  }

  #first_img.home_page video {
    max-width: 142vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  #first_img {
    overflow: hidden;
    height: 80vh;
  }

  .colliers .card-img {
    -webkit-transform: translate(-6%, -14%) scale(0.5);
            transform: translate(-6%, -14%) scale(0.5);
  }

  .lashoestring .single__images_grid_9 {
    display: none;
  }

  .lashoestring .single__images_grid_3 {
    grid-column: 1 / -1;
  }

  .lashoestring .single__images_mobile_page {
    padding-left: 0;
  }

  .lashoestring .head {
    top: 100px;
  }

  .lashoestring .head__image_logo {
    top: -190px;
    width: 100% !important;
  }

  .lashoestring h1 {
    word-break: break-word;
  }

  .lashoestring .head__left_bottom {
    position: static;
  }

  .lashoestring .head__left_bottom h2 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 35px;
  }

  .lashoestring .head__left_bottom h3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
  }

  .lashoestring .head__left_bottom a {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    margin-top: 0;
  }

  .lashoestring .head__right img {
    max-width: 100%;
  }

  .single ol h3 {
    margin-left: 0;
  }

  .single ol li {
    margin-left: 27px;
  }

  .single__images_grid_8,
  .single__images_grid_4,
  .single__images_grid_6 {
    grid-column: 1/-1;
  }

  .hidden-xs {
    display: none;
  }

  .projects__list {
    display: block;
  }

  .projects__list .grid_item {
    margin-bottom: 20px;
  }

  .projects__list .project__text .small {
    font-size: 16px;
  }

  .hidden-md {
    display: block;
  }

  .grid__page_right {
    display: none;
  }

  .grid__page_left {
    grid-column: 1 / -1;
  }

  label.hamburger {
    display: block;
  }

  .menu {
    display: none;
  }

  .drawer-list {
    grid-column: 1 / 2;
  }

  #menu .logo {
    grid-column: 2/12;
    text-align: center;
  }

  #menu .logo.logo_img {
    max-width: 165px;
    vertical-align: middle;
  }

  .banckg .project__text {
    width: 64%;
  }

  .banckg .card-img {
    -webkit-transform: translate(-19%, 28%) scale(1);
            transform: translate(-19%, 28%) scale(1);
  }

  .writeMessage h2 {
    font-size: 30px;
  }

  .writeMessage h3 {
    font-weight: 400;
  }

  .grid_cont .label_extra {
    margin-top: 0;
  }

  .grid_cont .col2-1,
  .grid_cont .col2-2,
  .grid_cont .col-mobile {
    grid-column: 1 / -1 !important;
    margin-left: 0 !important;
  }

  #projects-menu a {
    display: block;
    text-align: center;
  }

  #projects-menu img {
    display: inline-block;
  }

  #about-company .person1,
  #about-company .person3 {
    margin-bottom: 30px;
    grid-column: 1/7;
  }

  #about-company .person2,
  #about-company .person4 {
    margin-bottom: 30px;
    grid-column: 7/-1;
  }

  #about-company .years {
    grid-column: 1/-1;
    grid-row: 3 / 3;
  }

  #about-company .projects {
    grid-column: 1/7;
    grid-row: 3 / 3;
    margin-bottom: 40px;
  }

  #about-company .big-num {
    margin-bottom: -38px;
    font-size: 106px;
  }

  #about-company .projects .body {
    padding-left: 55px;
    font-size: 14px;
  }

  #about-company .years .body {
    padding-left: 55px;
    font-size: 14px;
  }

  .grid_3_8 {
    grid-column: 1/-1;
  }

  .grid_9_11 {
    grid-column: 1/-1;
  }

  .btn-large {
    width: 100%;
    height: 58px;
    font-size: 20px;
    font-weight: bold;
  }

  .contact-us_right {
    padding-top: 30px;
  }

  #prevReview,
  #nextReview {
    display: none !important;
  }

  #reviews {
    grid-column: 1 / -1;
  }

  #projects {
    height: auto;
  }

  #projects img {
    max-width: 100%;
  }

  #projects.grid_cont {
    display: block;
  }

  #projects .project-card {
    position: static;
    height: 290px;
    margin-bottom: 15px;
    padding: 20px;
  }

  #projects .project-card .card-title {
    font-size: 20px;
  }

  #projects .project-card .card-description {
    font-size: 16px;
  }

  #about-company .about {
    grid-column: 1 / -1;
  }

  #colliers-project-card .card-img {
    height: 302px;
    margin-top: -144px;
    margin-right: -30px;
  }

  #colliers-project-card .card-title {
    top: 1rem;
  }

  #colliers-project-card .card-logo {
    width: 50%;
  }

  #colliers-project-card .card-description {
    top: 2rem;
  }

  #lavish-project-card .card-logo {
    width: 100%;
    top: -135px;
  }

  #lavish-project-card .card-description {
    top: -133px;
  }

  #lavish-project-card .card-description {
    top: -130px;
  }

  #lavish-project-card .card-title {
    top: -110px !important;
  }

  .project-card_inner {
    position: relative;
  }

  #lavish-project-card .card-img {
    position: absolute;
    right: -20px;
    bottom: -35px;
    top: auto;
    left: auto;
    width: 143px;
    height: auto;
  }

  #banckg-project-card .card-img {
    left: auto;
    right: -28px;
    top: 53px;
    height: 230px;
  }

  #banckg-project-card .card-description {
    width: 73%;
  }

  #etam-project-card .card-img {
    height: 287px;
    float: right;
    margin-top: -97px;
  }

  #etam-project-card .card-logo {
    width: 50%;
  }

  .lashoestring-page video {
    height: 200px;
  }

  .lashoestring-page .single__images_grid_9 {
    display: none;
  }

  .lashoestring-page .single__images_grid_3 {
    grid-column: 1 / -1;
  }

  .lashoestring-page .single__images_mobile_page {
    padding-left: 0;
  }

  .lashoestring-page .head {
    top: 100px;
    min-height: 500px;
  }

  .lashoestring-page .head__image_logo {
    top: -190px;
    width: 100% !important;
    left: 0;
    padding: 10px;
  }

  #page,
  .page-header {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .part-title {
    margin-top: 75px;
    margin-bottom: 15px;
  }

  .parallax-box {
    margin-bottom: 30px;
  }

  .single__images_desktop_page .single__images_desktop_page_text {
    padding: 2px 50px;
    line-height: 1.3;
  }

  .footer__wrapper .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__wrapper .left {
    /*text-align: center;*/
  }

  #services_list_2 .col-mobile {
    margin-bottom: 60px;
  }

  #services_list_2 .col-mobile.last {
    margin-bottom: 0;
  }

  #biz-cen-project-card .card-logo {
    width: 12rem;
  }

  #biz-cen-project-card .card-description {
    width: 66%;
  }
}

@media (max-width: 560px) {
  #app .etam-page #first_img video,
  #app .etam-page #first_img img {
    top: -118px;
    max-width: 188px;
    left: -50%;
    right: -50%;
    margin: auto;
  }

  .grid_cont .label_extra {
    margin-top: 0 !important;
  }

  .colliers .card-img {
    -webkit-transform: translate(-5%, -12%) scale(0.7);
            transform: translate(-5%, -12%) scale(0.7);
  }

  .etam .card-img {
    -webkit-transform: translate(0, -3%) scale(0.7);
            transform: translate(0, -3%) scale(0.7);
  }

  .banckg .card-img {
    -webkit-transform: translate(2%, 40%) scale(1);
            transform: translate(2%, 40%) scale(1);
  }

  .banckg .project__text {
    width: 100%;
  }

  .footer__wrapper .footer__grid {
    display: block;
  }
}

img.lozad {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img.fade {
  opacity: 1;
}

