@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: 400;
    font-display: swap; 
    src: url("../fonts/MargemRounded-Regular.ttf") format("truetype"); 
}
@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: 500;
    font-display: swap; 
    src: url("../fonts/MargemRounded-Medium.ttf") format("truetype"); 
}
@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: bold;
    font-display: swap; 
    src: url("../fonts/MargemRounded-Bold.ttf") format("truetype"); 
}
@font-face {
    font-family: "M PLUS Rounded 1c";
    font-style: normal;
    font-weight: 900;
    font-display: swap; 
    src: url("../fonts/MargemRounded-Black.ttf") format("truetype"); 
}
* {
    margin: 0;
    padding: 0;
    font-family: 'M PLUS Rounded 1c', HelveticaNeueCyr, Helvetica, Arial, Verdana, sans-serif;
    box-sizing: border-box;
}
 
li {
    list-style: none;
}
a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button,button:active, button:hover, button:focus, input:active, input:hover, input:focus{
    outline: none !important;
    outline-offset: 0;
    box-shadow: none;
}
input {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
  }
input[type="button"] {
    box-shadow: none;
	border-radius: 0;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}
html {
    position: relative;
}
body {
    font-weight: 400;
    width: 100%;
    margin: 0;
    background-color: #ECF0F3;
    box-sizing: border-box;
    overflow-x: hidden;
}
input {
    outline: none;
    border: none;
    
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    z-index: 9999;
}

/* loader */

  
  .dots-load {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    filter: url(#goo);
  }
  
  .dot-load {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .dot-load:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #DF9A15;
    position: absolute;
    left: 50%;
    transform: translateY(0) rotate(0deg);
    margin-left: -17.5px;
    margin-top: -17.5px;
  }
  @-webkit-keyframes dot-move {
    0% {
      transform: translateY(0);
    }
    18%, 22% {
      transform: translateY(-70px);
    }
    40%, 100% {
      transform: translateY(0);
    }
  }
  @keyframes dot-move {
    0% {
      transform: translateY(0);
    }
    18%, 22% {
      transform: translateY(-70px);
    }
    40%, 100% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes dot-colors {
    0% {
      background-color: #DF9A15;
    }
    25% {
      background-color: #FF3E62;
    }
    50% {
      background-color: #4D9EF6;
    }
    75% {
      background-color: #1FC07D;
    }
    100% {
      background-color: #DF9A15;
    }
  }
  @keyframes dot-colors {
    0% {
      background-color: #DF9A15;
    }
    25% {
      background-color: #FF3E62;
    }
    50% {
      background-color: #4D9EF6;
    }
    75% {
      background-color: #1FC07D;
    }
    100% {
      background-color: #DF9A15;
    }
  }
  .dot-load:nth-child(5):before {
    z-index: 100;
    width: 45.5px;
    height: 45.5px;
    margin-left: -22.75px;
    margin-top: -22.75px;
    -webkit-animation: dot-colors 4s ease infinite;
            animation: dot-colors 4s ease infinite;
  }
  @-webkit-keyframes dot-rotate-1 {
    0% {
      transform: rotate(-105deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  @keyframes dot-rotate-1 {
    0% {
      transform: rotate(-105deg);
    }
    100% {
      transform: rotate(270deg);
    }
  }
  .dot-load:nth-child(1) {
    -webkit-animation: dot-rotate-1 4s 0s linear infinite;
            animation: dot-rotate-1 4s 0s linear infinite;
  }
  .dot-load:nth-child(1):before {
    background-color: #FF3E62;
    -webkit-animation: dot-move 4s 0s ease infinite;
            animation: dot-move 4s 0s ease infinite;
  }
  @-webkit-keyframes dot-rotate-2 {
    0% {
      transform: rotate(165deg);
    }
    100% {
      transform: rotate(540deg);
    }
  }
  @keyframes dot-rotate-2 {
    0% {
      transform: rotate(165deg);
    }
    100% {
      transform: rotate(540deg);
    }
  }
  .dot-load:nth-child(2) {
    -webkit-animation: dot-rotate-2 4s 1s linear infinite;
            animation: dot-rotate-2 4s 1s linear infinite;
  }
  .dot-load:nth-child(2):before {
    background-color: #4D9EF6;
    -webkit-animation: dot-move 4s 1s ease infinite;
            animation: dot-move 4s 1s ease infinite;
  }
  @-webkit-keyframes dot-rotate-3 {
    0% {
      transform: rotate(435deg);
    }
    100% {
      transform: rotate(810deg);
    }
  }
  @keyframes dot-rotate-3 {
    0% {
      transform: rotate(435deg);
    }
    100% {
      transform: rotate(810deg);
    }
  }
  .dot-load:nth-child(3) {
    -webkit-animation: dot-rotate-3 4s 2s linear infinite;
            animation: dot-rotate-3 4s 2s linear infinite;
  }
  .dot-load:nth-child(3):before {
    background-color: #1FC07D;
    -webkit-animation: dot-move 4s 2s ease infinite;
            animation: dot-move 4s 2s ease infinite;
  }
  @-webkit-keyframes dot-rotate-4 {
    0% {
      transform: rotate(705deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  @keyframes dot-rotate-4 {
    0% {
      transform: rotate(705deg);
    }
    100% {
      transform: rotate(1080deg);
    }
  }
  .dot-load:nth-child(4) {
    -webkit-animation: dot-rotate-4 4s 3s linear infinite;
            animation: dot-rotate-4 4s 3s linear infinite;
  }
  .dot-load:nth-child(4):before {
    background-color: #DF9A15;
    -webkit-animation: dot-move 4s 3s ease infinite;
            animation: dot-move 4s 3s ease infinite;
  }

/* end loader*/
.container-top {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 37px;
    margin-bottom: 432px;
}
.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    transition: .3s ease .3s;
}
.popup-container.active {
    opacity: 1;
    pointer-events: auto;
    transition: .3s ease;
}
.popup-container .popup-wrapp {
    width: 447px;
    height: 488px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    box-shadow: 0px 10px 24px rgba(21, 33, 47, 0.4);
    border-radius: 44px;
    background: url('../img/popup.jpg') no-repeat;
    background-size: contain;
    opacity: 0;
}
.popup-container.active .popup-wrapp{
    opacity: 1;
    transition: .3s ease .3s;
}
.popup-container .popup-wrapp .close-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.popup-container .popup-wrapp .close-row a {
    width: 24px;
    height: 24px;
    background: url('../img/close-popup.svg') no-repeat 0 0;
    background-size: 24px 24px;
}
.popup-container .popup-wrapp form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-container .popup-wrapp form h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.popup-container .popup-wrapp form input {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    display: block;
    width: 367px;
    background: none;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.popup-container .popup-wrapp form input.error {
    border-color: #FF3E62;
}
.popup-container .popup-wrapp form .form_button_popup {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    width: 367px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 32px;
    padding: 0 23px;
    background-image: url('../img/send.svg');
    background-repeat: no-repeat;
    background-size: 23px 18px;
    background-position: right 25px center;
    border: 0;
    cursor: pointer;
} 
header {
    margin-bottom: 118px;
    margin-top: 30px;
}
header.margin {
    margin-bottom: 46px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul {
    display: flex;
    align-items: center;
}
.menu ul li {
    margin-right: 50px;
}
.menu ul li:last-child {
    margin-right: 0;
}
.menu ul li a {
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    color: #FFFFFF;
}
.menu.black ul li a {
    color: #373A4A;
}
.menu.black ul li a.active, .menu ul li a.active {
    font-weight: bold;
}
.menu ul li a::after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.menu.black ul li a::after {
    background-color: #373A4A;
}
.menu.black ul li a:hover:after, .menu ul li a:hover:after, .menu.black ul li a.active::after, .menu ul li a.active::after  {
    width: 100%;
}
.hire-us a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 105px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4D9EF6;
    border-radius: 62px;
}
#cookie_notification {
    position: fixed;
    width: 485px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -120px;
    padding: 0 20px;
    background: url('../img/cookie_background.png') no-repeat 0 0;
    background-size: 485px 57px;
    z-index: 9;
    opacity: 0;
    transition: .3s ease;
}
#cookie_notification.show {
    opacity: 1;
    transition: .3s ease;
    bottom: 0;
}
#cookie_notification p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 308px;
    margin: 0 13px;
}
#cookie_notification .button.cookie_accept {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    width: 74px;
    height: 32px;
    border: none;
    background: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
}
#success {
    position: fixed;
    width: 485px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -120px;
    padding: 0px 16px;
    background: #FFFFFF;
    z-index: 10;
    opacity: 0;
    border-radius: 30px 30px 0 0;
    transition: .3s ease;
}
#success.show {
    opacity: 1;
    bottom: 0;
    transition: .3s ease;
}
#success p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4D9EF6;
    margin-left: 10px;
}
#success div {
    display: flex;
    align-items: center;
}
#success a {
    width: 74px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4D9EF6;
    border-radius: 50px;
}
.banner-background {
    position: absolute;
    top: -308.11px;
    width: 1633px;
    margin: 0 auto;
    right: 0;
    left: -453.78px;
}

.container.banner-container {
    display: flex;
    justify-content: space-between;
}
.elips-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.elips-container.main .elips1 {
    width: 112px;
    height: 112px;
    background: url('../img/main-page/ellipse-1.png') no-repeat 0 0;
    background-size: 112px 112px;
    position: absolute;
    right: 339px;
}
.elips-container.main .elips2 {
    width: 372px;
    height: 372px;
    background: url('../img/main-page/ellipse-2.png') no-repeat 0 0;
    background-size: 372px 372px;
    position: absolute;
    right: 350px;
    z-index: 3;
}
.elips-container.recent-elips .elips1 {
    width: 41px;
    height: 41px;
    background: url('../img/main-page/ellipse-3.png') no-repeat 0 0;
    background-size: 41px 41px;
    position: absolute;
    right: 776px;
}
.elips-container.recent-elips .elips2 {
    width: 107px;
    height: 107px;
    background: url('../img/main-page/ellipse-4.png') no-repeat 0 0;
    background-size: 107px 107px;
    position: absolute;
    left: 433px;
}
.main .elips1 {
    top: 154px;
}
.main .elips2 {
    top: 625px;
}
.recent-elips .elips1 {
    top: -98px;
}
.recent-elips .elips2 {
    top: 126px;
    animation: mainelips4 ease-in-out 6s infinite alternate;
}
@keyframes mainelips4 {
    0% { transform: translate(0 , 0); }
    100% { transform: translate(-40px, -40px); }
}

.service .elips3 {
    top: 2427.81px;
}
.service .elips4 {
    top: 3504.81px;
}
.elips-container.about .elips1 {
    width: 45px;
    height: 44px;
    background: url('../img/about/ellipse-1.png') no-repeat 0 0;
    background-size: 45px 44px;
    position: absolute;
    right: 460px;
    top: -66px;
}
.elips-container.about .elips2 {
    width: 173px;
    height: 170px;
    background: url('../img/about/ellipse-2.png') no-repeat 0 0;
    background-size: 173px 170px;
    position: absolute;
    right: 245px;
    top: -58px;
}
.elips-container.about .elips3 {
    width: 25px;
    height: 24px;
    background: url('../img/about/ellipse-3.png') no-repeat 0 0;
    background-size: 25px 24px;
    position: absolute;
    right: 202px;
    top: -3px;
}

.blob-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.blob1 {
    width: 990.58px;
    height: 569.93px;
    background: url('../img/main-page/blob-1.png') no-repeat 0 0;
    background-size: 990.58px 569.93px;
    position: absolute;
    transform: rotate(-134.95deg);
    left: 0;
    right: -576px;
    margin: 0 auto;
}
.blob2 {
    width: 1119.33px;
    height: 683.26px;
    background: url('../img/main-page/blob-2.png') no-repeat 0 0;
    background-size: 1119.33px 683.26px;
    position: absolute;
    transform: rotate(-28.73deg);
    left: 0;
    right: -142px;
    margin: 0 auto;
}

.blob-container.recent-blob .blob1 {
    top: 1051px;
    animation: mainblob1 ease-in-out 6s infinite alternate;
}

@keyframes mainblob1 {
    0% { transform: rotate(-134.95deg); }
    100% { transform: rotate(-144.95deg); }
}
.blob-container.recent-blob .blob2 {
    top: 259px;
    animation: mainblob2 ease-in-out 6s infinite alternate;
}
@keyframes mainblob2 {
    0% { transform: rotate(-28.73deg); }
    100% { transform: rotate(-35.95deg); }
}





.banner .left-column.banner-section {
    max-width: 580px;
    width: 100%;
}
.left-column.banner-section h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.left-column.banner-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 40px;
    max-width: 504px;
    width: 100%;
}
.left-column.banner-section a.in-touch {
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    width: 307px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background: #FFFFFF;
    border-radius: 93px;
    position: relative;
}

.left-column.banner-section a.in-touch::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../img/arrow/arrow-button.png') no-repeat 0 0;
    background-size: 24px 24px;
    right: 30px;
}


.banner .right-column.banner-section {
    max-width: 361px;
    width: 100%;
    padding-top: 121px;
}
.right-column.banner-section h3 {
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #373A4A;
    margin-bottom: 30px;
}
.right-column.banner-section .line-border {
    width: 132px;
    height: 4px;
    background: #373A4A;
    opacity: 0.5;
    margin-bottom: 30px;
}
.right-column.banner-section p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #373A4A;
    margin-bottom: 30px;
}
.right-column.banner-section .float-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-column.banner-section .float-left span {
    font-weight: 500;
    font-size: 16px;
}
.right-column.banner-section .float-left p {
    font-style: italic;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
}

.recent {
    margin-bottom: 160px;
    position: relative;
}
.container.recent-container .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 53px;
}
.container.recent-container .title-section h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 80%;
    display: flex;
    align-items: center;
    color: #373A4A;
}
.container.recent-container .title-section a {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 176px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    background: #4D9EF6;
    border-radius: 62px;
    transition: .3s ease;
}
.container.recent-container .title-section a::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../img/arrow/white-arrow.png') no-repeat 0 0;
    background-size: 21px 21px;
    right: 25px;
}
.container.recent-container .item-project {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}
.container.recent-container .item-project .left-column {
    width: 369px;
    margin-right: 20px;
}
.recent-container .left-column h5 {
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #373A4A;
    margin-bottom: 50px;
}
.recent-container .left-column .tags {
    display: flex;
}
.recent-container .left-column .tags .tag {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 20px;
}
.recent-container .left-column .tags .orange-tag {
    color: #DF9A15;
}
.recent-container .left-column .tags .blue-tag {
    color: #4D9EF6;
}
.recent-container .left-column .tags .rose-tag {
    color: #FF3E62;
}
.recent-container .left-column .tags .green-tag {
    color: #00C45B;
}
.container.recent-container .item-project .right-column {
    width: 753px;
    height: 724px;
}
.container.recent-container .img-project.first-project img {
    display: block;
    width: 100%;
    height: 100%;
}
.container.recent-container .img-project.second-project {
    margin-bottom: 35px;
}
.container.recent-container .img-project.second-project img {
    display: block;
    width: 100%;
    height: 100%;
}
.recent-container .left-column p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #373A4A;
    margin-bottom: 20px;
}
.recent-container .left-column .recet-read {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 162px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    background: #4D9EF6;
    border-radius: 62px;
}
.recent-container .left-column .recet-read::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../img/arrow/white-arrow.png') no-repeat 0 0;
    background-size: 21px 21px;
    right: 25px;
}
.recent-container .left-column .recet-read.yellow {
    background: #DF9A15;
}
.recent-container .left-column .recet-read.red {
    background: #FF3E62;
}
.get-work {
    margin-top: 200px;
}
.get-work .container.get-work-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background: url('../img/main-page/get-work.png') no-repeat 0 0;
    background-size: contain;
    background-position: center;
}
.container.get-work-container h4 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 56px;
}
.container.get-work-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.get-work-container a {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 364px;
    height: 40px;
    background: #FFFFFF;
    padding: 0 25px;
    border-radius: 62px;
}
.container.get-work-container a::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/arrow/arrow-button.png") no-repeat 0 0;
    background-size: 24px 24px;
    right: 25px;
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 789px;
    position: relative;
    margin-top: 150px;
    background: url('../img/footer-background.png') no-repeat 0 0;
    background-position: center;
}
.container.footer-container {
    padding-top: 223px;
    padding-bottom: 90px;
}
.container.footer-container .form-container {
    display: flex;
    justify-content: flex-end;
}
.container.footer-container .form-container .form-how {
    width: 537px;
    display: flex;
    justify-content: flex-end;
}
.form-how h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.form-container input {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: block;
    width: 367px;
    background: none;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 40px;
    padding-bottom: 8px;
}
.form-container input.error {
    border-color: #FF3E62;
}
.form-container .form_button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    width: 367px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    background-image: url("../img/send.svg");
    background-repeat: no-repeat;
    background-size: 18.29px 14px;
    background-position: right 25px center;
    border-radius: 32px;
    padding: 0 20px;
    border: 0;
    margin-top: 40px;
    cursor: pointer;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FF3E62;
    width: 100%;
    margin: 0 auto;
    height: 67px;
    position: relative;
}


.checkbox-animate {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    width: 339px;
}
.checkbox-animate label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.checkbox-animate .desc-checkbox {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    width: 299px;
}
.checkbox-animate label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.input-check {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #E2E2E2;
    position: relative;
    top: 6px;
    margin-right: 7px;
    transition: 0.4s;
}

.input-check::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 5px;
    border-bottom: 4px solid #373A4A;
    border-left: 4px solid #373A4A;
    transform: scale(0) rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 5px;
    transition: 0.4s;
}

.checkbox-animate label input:checked ~ .input-check {
    background-color: #fff;
    border-color: #fff;
    animation-name: input-animate;
    animation-duration: 0.7s;
}

.checkbox-animate label input:checked ~ .input-check::before {
    transform: scale(1) rotate(-45deg);
    animation-name: input-check;
    animation-duration: 0.2s;
    animation-delay: 0.3s;
}

@keyframes input-animate {
    0% {
        transform: scale(1);
    }
    40%{
        transform: scale(1.3,0.7);
    }
    55% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.2,0.8);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.1,0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes input-check {
    0% {
        transform: scale(0) rotate(-45deg);
    }
    100% {
        transform: scale(1) rotate(-45deg);
    }
}
.container.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container.bottom-footer p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}
.container.bottom-footer .social-footer {
    display: flex;
    align-items: center;
}
.container.bottom-footer .social-footer a {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}
.container.bottom-footer .social-footer .facebook {
    background: url('../img/facebook.svg') no-repeat 0 0;
    margin-right: 20px;
}
.container.bottom-footer .social-footer .instagram{
    background: url('../img/instagram.svg') no-repeat 0 0;
}
.title-pages {
    margin-bottom: 100px;
}
.container.title-pages-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-pages h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 80%;
}
.title-pages p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
    margin-left: 80px;
    width: 478px;
}
.title-pages.yellow h1 {
    color: #DF9A15;
}
.title-pages.rose h1 {
    color: #FF3E62;
}
.title-pages.blue h1 {
    color: #4D9EF6;
}
.card-services {
    height: 350px;
    background-size: contain;
    border-radius: 28px;
    padding: 50px 50px 53px 50px;
    margin-bottom: 20px;
}
.card-services h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
.card-services p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 630px;
}
.card-services p:last-child {
    margin-bottom: 0;
}
.item-services {
    margin-bottom: 250px;
}
.card-services.first-card {
    background: url('../img/services/fitst-card.png') no-repeat 0 0;
}
.card-services.second-card {
    background: url('../img/services/second-card.png') no-repeat 0 0;
}
.card-services.third-card {
    background: url('../img/services/third-card.png') no-repeat 0 0;
}
.card-services.fourth-card {
    background: url('../img/services/fourth-card.png') no-repeat 0 0;
}
.card-services.five-card {
    background: url('../img/services/five-card.png') no-repeat 0 0;
}

.card-project {
    display: flex;
    align-items: center;
    height: 497px;
    padding: 20px 50px;
    background-size: contain;
    margin-bottom: 20px;
}
.card-project .left {
    width: 365px;
}
.card-project .left h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.card-project .left .tags-project {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.card-project .left .tags-project span {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 10px;
}
.card-project .left p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.card-project .left a {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4D9EF6;
    width: 173px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    background: #FFFFFF;
    border-radius: 62px;
}
.card-project .left a::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../img/arrow/blue-arrow.svg') no-repeat 0 0;
    background-size: 21px 21px;
    right: 25px;
}
.card-project.first-card {
    background: url('../img/project/first-project.png') no-repeat 0 0;  
}
.card-project.second-card{
    background: url('../img/project/second-project.png') no-repeat 0 0; 
}
.card-project.third-card{
    background: url('../img/project/third-project.png') no-repeat 0 0; 
}
.card-project.four-card{
    background: url('../img/project/four-project.png') no-repeat 0 0; 
}
.card-project.five-card{
    background: url('../img/project/five-project.png') no-repeat 0 0; 
}
.work-progress {
    background: url('../img/about/background.png') no-repeat 0 0;
    background-position: center top;
    background-size: 1440px 1059px;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 28px;
}
.container.item-project-container .top-title {
    width: 609px;
    margin-bottom: 100px;
}
.container.item-project-container .top-title h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.item-project-container .top-title p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}
.container.item-project-container .block-process {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.block-process .item-process {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 366px;
    margin-right: 20px;
    margin-bottom: 70px;
}
.block-process .item-process:nth-child(3), .block-process .item-process:nth-child(6) {
    margin-right: 0;
}
.block-process .item-process p {
    font-style: normal;
    font-weight: bold;
    font-weight: 900;
    font-size: 32px;
    line-height: 130%;
    color: #FFFFFF;
}
.block-process .item-process span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}
.accordeon-list {
    padding-top: 80px;
    margin-top: 180px;
}
.get-work-container.get-about h4 {
    width: 700px;
}
.get-work.about-work {
    margin-top: 160px;
}
.get-work-container.get-about p {
    width: 670px;
}


/*      list item       */

.flex-item {
    display: flex;
    justify-content: center;
}


.transition, ul li i:before, ul li i:after, p {
    transition: all 0.25s ease-in-out;
  }
  
  /* .flipIn, ul li, h1 {
    animation: flipdown 0.5s ease both;
  } */
  
  .no-select, h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .accordeon-list h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 85%;
    color: #373A4A;
    text-align: center;
    margin-bottom: 100px;
  }
  
  .flex-item h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    color: #373A4A;
    display: block;
    margin: 0;
    cursor: pointer;
    width: 592px;
  }
  
  .flex-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 20px;
    z-index: 2;
  }
  
  .flex-item ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    width: 676px;
  }
  .flex-item ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D2D6E7;
    padding-top: 30px;
  }
  .flex-item ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .flex-item ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .flex-item ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .flex-item ul li i {
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
    background: url('../img/about/arrow.svg') no-repeat 0 0;
    background-size: 24px 24px;
    transform: rotateX(-180deg);
  }
  /* .flex-item ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
  }
  .flex-item ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .flex-item ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  } */
  .flex-item ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }
  .flex-item ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .flex-item ul li input[type=checkbox]:checked ~ i{
    transform: rotate(0deg);
  }
  
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }

.container.contact-pages-container h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80%;
    color: #373A4A;
    margin-bottom: 60px;
}
.container.contact-pages-container h1 span {
    font-size: 45px;
}
.container.contact-pages-container .info {
    margin-bottom: 40px;
}
.container.contact-pages-container .info a {
    font-weight: 800;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #373A4A;
}
.container.contact-pages-container .info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #373A4A;
    width: 320px;
}
.container.contact-pages-container .social {
    margin-top: 70px;
}
.container.contact-pages-container .social p {
    font-weight: 800;
    font-size: 32px;
    line-height: 150%;
    color: #373A4A;
    margin-bottom: 32px;
}
.container.contact-pages-container .social .list-social {
    display: flex;
    align-items: center;
}
.container.contact-pages-container .social .list-social .social{
    width: 60px;
    height: 60px;
    margin-top: 0;
}
.container.contact-pages-container .social .list-social .facebook {
    background: url('../img/contact/facebook.svg') no-repeat 0 0;
    background-size: 60px 60px;
}
.container.contact-pages-container .social .list-social .instagram {
    background: url('../img/contact/Instagram.svg') no-repeat 0 0;
    background-size: 60px 60px;
    margin-left: 20px;
}
.container.banner-page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container.banner-page-container .left {
    width: 490px;
}
.container.banner-page-container .left h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.banner-page-container .right {
    width: 597px;
}
.container.banner-page-container .tags {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.container.banner-page-container .tags span {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 10px;
}
.container.banner-page-container .tags span:last-child {
    margin-right: 0;
}
.container.banner-page-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.container.banner-page-container .buttons-group {
    display: flex;
    align-items: center;
}
.container.banner-page-container .buttons-group .google {
    width: 203px;
    height: 56px;
    background: url('../img/project-page/rise/google.jpg') no-repeat 0 0;
    background-size: 203px 56px;
    border-radius: 8px;
}
.container.banner-page-container .buttons-group .apple {
    width: 203px;
    height: 56px;
    background: url('../img/project-page/rise/apple.jpg') no-repeat 0 0;
    background-size: 203px 56px;
    border-radius: 8px;
    margin-left: 21px;
}
.blob-container.rise .blob1 {
    width: 1532px;
    height: 944px;
    background: url('../img/project-page/rise/blob-1.png') no-repeat 0 0;
    background-size: 1532px 944px;
    position: absolute;
    transform: rotate(-2.6deg);
    top: 45.38px;
    right: 0;
    left: -153px;
    margin: 0 auto;
    animation: riseblob2 ease-in-out 6s infinite alternate;
}
@keyframes riseblob2 {
    0% { transform: rotate(-2.6deg); }
    100% { transform: rotate(-10.95deg); }
}
.blob-container.contact .blob1 {
    width: 1165px;
    height: 770px;
    background: url('../img/main-page/blob-1.png') no-repeat 0 0;
    background-size: contain;
    position: absolute;
    transform: rotate(-20deg);
    top: 200px;
    left: 0;
    right: -942px;
    margin: 0 auto;
    animation: contactblob1 ease-in-out 6s infinite alternate;
}

@keyframes contactblob1 {
    0% { transform: rotate(-20.95deg); }
    100% { transform: rotate(-15.95deg); }
}
.chellenge-column {
    margin-top: 152px;
    margin-bottom: 144px;
}
.container.chellenge-column-container {
    display: flex;
    flex-direction: column;
    
}
.container.chellenge-column-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #373A4A;
    margin-bottom: 20px;
}
.container.chellenge-column-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #373A4A;
    width: 755px;
}
.research-project {
    padding-top: 163px;
    padding-bottom: 133px;
    background: url('../img/project-page/rise/background-research.png') no-repeat 0 0;
    background-size: 1440px 800px;
    background-position: center;
    margin-bottom: 95px;
}
.container.research-project-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container.research-project-container .left {
    width: 510px;
}
.container.research-project-container .right {
    width: 570px;
}
.container.research-project-container .right h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.research-project-container .right p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}
.flex-case {
    margin-bottom: 260px;
    padding-top: 200px;
    position: relative;
}
.flex-case.stryve {
    margin-bottom: 113px;
}
.container.flex-case-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
.rise-flex-case .container.flex-case-container .text-block, .rise-flex-case .container.flex-case-container.item2 .text-block {
    width: 574px;
}
.container.flex-case-container.stryve-case .text-block {
    max-width: 553px;
    width: 100%;
}
.flex-case.stryve .container.flex-case-container.stryve-case .img-block {
    max-width: 536px;
    width: 100%;
}
.container.flex-case-container .text-block h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #373A4A;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    position: relative;
}
.container.flex-case-container .text-block p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #373A4A;
}
.container.flex-case-container .img-block {
    width: 523px;
}
.container.flex-case-container .img-block img, .container.flex-case-container .text-block img  {
    display: flex;
    width: 100%;
}
.title-lates .container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 80%;
    display: flex;
    align-items: center;
    color: #373A4A;
    margin-bottom: 60px;
}
.elips-container.rise .elips1 {
    width: 311px;
    height: 311px;
    background: url('../img/project-page/rise/circle-1.png') no-repeat 0 0;
    background-size: 311px 311px;
    position: absolute;
    right: 521px;
    top: -189px;
}
.elips-container.rise .elips2 {
    width: 552px;
    height: 552px;
    background: url('../img/project-page/rise/circle-2.png') no-repeat 0 0;
    background-size: 552px 552px;
    position: absolute;
    right: -233px;
    top: 1193px;
}
.blob-container.rise-section .blob1 {
    width: 1444px;
    height: 1444px;
    background: url("../img/project-page/rise/blob-section-1.png") no-repeat 0 0;
    background-size: 1444px 1444px;
    position: absolute;
    bottom: -271px;
    left: 0;
    right: -355px;
    margin: 0 auto;
    transform: rotate(0deg);
    animation: secriseblob1 ease-in-out 6s infinite alternate;
}
@keyframes secriseblob1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-10deg); }
}
.banner-page.stryve-banner {
    background: url('../img/project-page/stryve/banner.png') no-repeat 0 0;
    background-size: 1440px 664px;
    background-position: center;
    padding-top: 152px;
    padding-bottom: 152px;
}
.container.banner-page-container.stryve p {
    margin-bottom: 70px;
}
.container.banner-page-container .buttons-group.stryve .google {
    width: 202px;
    height: 56px;
    background: url('../img/project-page/stryve/google.jpg') no-repeat 0 0;
    background-size: 202px 56px;
    border-radius: 8px;
}
.container.banner-page-container .buttons-group.stryve .apple {
    width: 202px;
    height: 56px;
    background: url('../img/project-page/stryve/apple.jpg') no-repeat 0 0;
    background-size: 202px 56px;
    border-radius: 8px;
}
.chellenge-row {
    margin-top: 170px;
    margin-bottom: 130px;
}
.container.chellenge-row-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container.chellenge-row-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    color: #373A4A;
}
.container.chellenge-row-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #373A4A;
    width: 572px;
    margin-left: 90px;
}
.flex-case.stryve {
    padding-top: 0;
    position: relative;
}
.blob-container.process .blob1 {
    width: 846px;
    height: 461px;
    background: url('../img/project-page/stryve/process-blod.png') no-repeat 0 0;
    background-size: 846px 461px;
    position: absolute;
    top: 77px;
    right: 0;
    left: 762px;
    margin: 0 auto;
    transform: rotate(-19.71deg);
    animation: stryveblob1 ease-in-out 4s infinite alternate;
}
@keyframes stryveblob1 {
    0% { transform: rotate(-19.71deg); }
    100% { transform: rotate(-28deg); }
}
.elips-container.process .elips1 {
    width: 136px;
    height: 136px;
    background: url('../img/project-page/stryve/circle1.png') no-repeat 0 0;
    background-size: 136px 136px;
    position: absolute;
    top: -87px;
    right: -290px;
    left: 0;
    margin: 0 auto;
}
section.step {
    margin-top: 211px;
    margin-bottom: 223px;
    position: relative;
}
.container.step-container {
    display: flex;
    justify-content: space-between;
}
.container.step-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    color: #FFFFFF;
}
.container.step-container p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #373A4A;
    width: 576px;
}
.blob-container.step .blob1 {
    width: 766px;
    height: 418px;
    background: url('../img/project-page/stryve/block-step.png') no-repeat 0 0;
    background-size: 766px 418px;
    position: absolute;
    top: -170px;
    left: -1152px;
    right: 0;
    margin: 0 auto;
    transform: rotate(0);
}
.page-banner-container {
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1440px;
    width: 100%;
    display: flex;
    margin-bottom: 48px;
}
.page-banner-container img {
    width: 100%;
    border-radius: 40px;
}
section.result {
    background: url('../img/project-page/stryve/background-result.png') no-repeat 0 0;
    background-size: 1440px 336px;
    background-position: center;
    margin-bottom: 120px;
}
.container.result-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    
}
.container.result-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.container.result-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    width: 820px;
}
.banner-page.mbari-banner {
    display: flex;
    height: 680px;
    background: url("../img/project-page/mbari/banner.png") no-repeat 0 0;
    background-size: 1440px 680px;
    background-position: center;
    border-radius: 40px;
}
.container.banner-page-container.mbari .left {
    width: 580px;
}
.container.banner-page-container.mbari h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.flex-case-container.case-mbari .img-block {
    width: 498px;
}
.container.flex-case-container.case-mbari .text-block {
    width: 579px;
}
.chellenge-row.mbari-row {
    margin-top: 220px;
}
.chellenge-row .container.chellenge-column-container p {
    width: 1000px;
}
.elips-container.mbari-chalange {
    width: 1160px;
}
.elips-container.mbari-chalange .elips1 {
    width: 181px;
    height: 181px;
    background: url('../img/project-page/mbari/ellipse-1.png') no-repeat 0 0;
    background-size: 181px 181px;
    position: absolute;
    left: -45px;
    top: -107px;
}
.elips-container.mbari-research {
    width: 100%;
}
.elips-container.mbari-research-container .elips1 {
    width: 320px;
    height: 320px;
    background: url('../img/project-page/mbari/ellipse_1.png') no-repeat 0 0;
    background-size: 320px 320px;
    position: absolute;
    left: -167px;
    right: 0;
    top: -50px;
}
.elips-container.mbari-research .elips1 {
    width: 190px;
    height: 190px;
    background: url('../img/project-page/mbari/ellipse1.png') no-repeat 0 0;
    background-size: 190px 190px;
    position: absolute;
    left: 232px;
    top: -118px;
}
/* .elips-container.mbari-research .elips3 {
    width: 28px;
    height: 28px;
    background: url('../img/project-page/mbari/ellipse3.png') no-repeat 0 0;
    background-size: 28px 28px;
    position: absolute;
    left: 194px;
    top: -174px;
}
.elips-container.mbari-research .elips4 {
    width: 190px;
    height: 190px;
    background: url('../img/project-page/mbari/ellipse4.png') no-repeat 0 0;
    background-size: 190px 190px;
    position: absolute;
    left: 215px;
    top: -99px;
} */
.flex-case.mbari {
    margin-bottom: 200px;
}
.lesson {
    margin-bottom: 140px;
}
.lesson .container.lesson-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    color: #373A4A;
    margin-bottom: 67px;
}
.lesson .container.lesson-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
    width: 1000px;
}
.img-mbari-mob {
    display: none;
}
.lesson.ui {
    margin-top: 125px;
    position: relative;
}
.banner-text {
    margin-bottom: 141px;
}
.page-banner-container.mbari-page-banner {
    background: url('../img/project-page/mbari/background1.png') no-repeat 0 0;
    background-size: contain;
    height: 100%;
}
.container.banner-text-container .item-text {
    display: flex;
    justify-content: space-between;
}
.container.banner-text-container .item-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
}
.container.banner-text-container .item-text p:nth-child(1) {
    margin-left: 131px;
}
.container.banner-text-container .item-text p:nth-child(2) {
    margin-right: 30px;
}
.container.banner-text-container .item-text p:nth-child(3) {
    margin-right: 94px;
}
.banner-column {
    margin-bottom: 107px;
    position: relative;
}
.banner-column .item-column {
    display: flex;
    justify-content: space-between;
}
.banner-column .item-column .column {
    width: 490px;
}
.banner-column .item-column .column.right {
    margin-top: 117px;
}
.banner-column .item-column .column h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    color: #373A4A;
    margin-bottom: 20px;
}
.banner-column .item-column .column p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
}
.container-notfound {
    width: 467px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.container-notfound .img-notfound {
    background: url('../img/notfound.png') no-repeat 0 0;
    background-size: 380px 146px;
    width: 380px;
    height: 146px;
    margin-bottom: 41px;
}
.container-notfound h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #373A4A;
    margin-bottom: 10px;
}
.container-notfound p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #373A4A;
    opacity: 0.7;
    margin-bottom: 40px;
}
.container-notfound a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 259px;
    height: 37px;
    background:#4D9EF6;
    border-radius: 62px;
}
.slider {
    margin-top: 291px;
    margin-bottom: 244px;
    position: relative;
}
.blob-container.slider-blob .blob1 {
    width: 362.7px;
    height: 239.72px;
    background: url("../img/main-page/blob-slider.png") no-repeat 0 0;
    background-size: contain;
    transform: rotate(0);
    top: -150px;
    right: 0;
    left: -389px;
    animation: sliderblob ease-in-out 6s infinite alternate;
}
@keyframes sliderblob {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(10deg); }
}
.slider h4 {
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #373A4A;
    margin-bottom: 120px;
}
.slide h5 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
    color: #373A4A;
    margin-bottom: 20px;
}
.slide {
    margin: 0 100px;
    max-width: 574px !important;
}
.slide p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #373A4A;
    margin-bottom: 40px;
}
.slide .name {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    text-transform: uppercase;
    color: #DF9A15;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.slide .position {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    text-align: right;
    color: #373A4A;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.slick-dots {
    bottom: -120px !important;
}
.slick-dots li {
    width: 60px !important;
    height: 4px !important;
    background: #DF9A15 !important;
    opacity: 0.2;
    transition: .3s ease;
    animation: none;
}
.slick-dots li.slick-active {
    opacity: 1;
    transition: .3s ease;
}
.mob-menu {
    display: none;
}
.hire-us {
    display: flex;
}
.logo-mob {
    display: none;
}
.desc-logo {
    display: flex;
}
.open {
    display: none;
}
.recet-read-mob {
    display: none;
}
.blob-container.eshake-banner-blob .blob1 {
    width: 611.74px;
    height: 943.54px;
    background: url('../img/project-page/eshake/blob1.png') no-repeat 0 0;
    transform: rotate(-121.95deg);
    right: -435px;
    top: 117px;
    animation: shakeblob1 ease-in-out 6s infinite alternate;
}
@keyframes shakeblob1 {
    0% { transform: rotate(-121.95deg); }
    100% { transform: rotate(-112.95deg); }
}

.container.banner-page-container.eshake-container .left {
    width: 405px;
}
.container.banner-page-container.eshake-container .right {
    max-width: 753px;
    width: 100%;
}
.container.banner-page-container.eshake-container .right img {
    display: block;
    width: 100%;
}
.container.banner-page-container.eshake-container .left img {
    display: block;
    margin-bottom: 20px;
}
.container.banner-page-container.eshake-container .tags span, .container.banner-page-container.eshake-container p {
    color: #373A4A;
    margin-bottom: 0;
}
.challenge-column.eshake-chalange {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background: #373A4A;
    border-radius: 40px;
    margin-top: 130px;
    margin-bottom: 100px;
    padding: 60px;
}
.container.challenge-column-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.container.challenge-column-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 753px;
    width: 100%;
}
.container.flex-case-container.item2 .text-block {
    max-width: 733px;
    width: 100%;
}
.flex-case.stryve .container.flex-case-container.item2 .text-block,.flex-case.stryve .container.flex-case-container.item1 .text-block {
    max-width: 560px;
    width: 100%;
}
.container.flex-case-container.item2 .text-block p {
    margin-bottom: 60px;
}
.flex-case.stryve .container.flex-case-container.item2 .img-block, .flex-case.stryve .container.flex-case-container .img-block {
    max-width: 613px;
    width: 100%;
}
.container.flex-case-container.item2 .img-block {
    max-width: 367px;
    width: 100%;
}
.blob-container.eshake-section .blob1 {
    top: 1574px;
    right: 0;
    left: -472px;
    background: url('../img/project-page/eshake/blob2.png') no-repeat 0 0;
    background-size: contain;
    width: 627.79px;
    height: 1026.26px;
    transform: rotate(-71.49deg);
    animation: shakeblob2 ease-in-out 4s infinite alternate;
}
@keyframes shakeblob2 {
    0% { transform: rotate(-71.49deg); }
    100% { transform: rotate(-84deg); }
}
.elips-container.eshake .elips1 {
    width: 194.59px;
    height: 194.59px;
    background: url('../img/project-page/eshake/elips1.png') no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 417px;
    top: 763px;
}
.elips-container.eshake .elips2 {
    width: 627.79px;
    height: 627.79px;
    background: url('../img/project-page/eshake/elips2.png') no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: -120px;
    top: 989px;
}
.flex-case.eshake-flex-case {
    padding-top: 0;
}
.flex-case.eshake-flex-case .text-block p {
    max-width: 580px;
}
.flex-case.eshake-flex-case .text-block h3 {
    max-width: 250px;
}
.flex-case.eshake-flex-case .container.flex-case-container .img-block {
    max-width: 527px;
    width: 100%;
}
.flex-case.eshake-flex-case .container.flex-case-container .text-block {
    max-width: 527px;
    width: 100%;
}
.flex-case.eshake-flex-case .container.flex-case-container.item2 .img-block {
    max-width: 367px;
    width: 100%;
}
.flex-case.eshake-flex-case .container.flex-case-container.item2 .text-block {
    max-width: 733px;
    width: 100%;
}
.blob-container.hunter .blob1 {
    width: 821px;
    height: 821px;
    background: url("../img/project-page/hunter/blob1.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 97px;
    right: 0px;
    left: -795px;
    margin: 0 auto;
}
.chellenge-column.hunter-challenge {
    margin-top: 240px;
    margin-bottom: 40px;
}
.hunter-challenge .container.chellenge-column-container h3 {
    margin-bottom: 20px;
}
.hunter-challenge .container.chellenge-column-container p {
    width: 1012px;
}
.card-img .container.card-img-container {
    display: flex;
    justify-content: space-between;
}
.card-img .container.card-img-container .left {
    margin-right: 20px;
}
.flex-case.hunter-flex-case {
    padding-top: 120px;
}
.flex-case.hunter-flex-case .container.flex-case-container.item1 {
    margin-bottom: 30px;
}
.hunter-flex-case .container.flex-case-container .img-block {
    max-width: 600px;
    width: 100%;
}
.hunter-flex-case .container.flex-case-container .text-block {
    max-width: 487px;
}
.hunter-flex-case .container.flex-case-container.item2 .text-block {
    margin-right: 53px;
}

.hunter-flex-case .container.flex-case-container h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.hunter-flex-case .container.flex-case-container p {
    font-size: 16px;
}
.hunter-flex-case .container.flex-case-container.item1 .img-block {
    margin-right: 60px;
}
.hunter-flex-case .container.flex-case-container p.m-item {
    margin-bottom: 70px;
}
.elips-container.hunter .elips1 {
    width: 476px;
    height: 476px;
    background: url("../img/project-page/hunter/circle-1.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -67px;
}
.elips-container.hunter .elips2 {
    width: 171px;
    height: 171px;
    background: url("../img/project-page/hunter/circle-2.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 448px;
    top: -15px;
}
.elips-container.hunter .elips3 {
    width: 246px;
    height: 246px;
    background: url("../img/project-page/hunter/circle-3.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 478px;
    top: 367px;
}
.blob-container.hunter-section .blob1 {
    width: 926.71px;
    height: 565.68px;
    background: url('../img/project-page/hunter/blob-1.png') no-repeat 0 0;
    background-size: contain;
    transform: rotate(-113.88deg);
    top: 1058px;
    animation: hunterblob1 ease-in-out 6s infinite alternate;
}
@keyframes hunterblob1 {
    0% { transform: rotate(-113.88deg); }
    100% { transform: rotate(-103.88deg); }
}
.overview {
    position: relative;
    margin-top: 100px;
    margin-bottom: 70px;
}
.overview h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    color: #373A4A;
    margin-bottom: 30px;
}
.blob-container.hunter-overview .blob1 {
    width: 1337px;
    height: 1155px;
    background: url('../img/project-page/hunter/blob-over.png') no-repeat 0 0;
    background-size: contain;
    transform: rotate(0);
    top: -121px;
    left: 233px;
    right: unset;
    animation: overviewblob1 ease-in-out 6s infinite alternate;
}
@keyframes overviewblob1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(12deg); }
}
.mbari-result {
    margin-top: 270px;
    margin-bottom: 451px;
    position: relative;
}
.mbari-result .container.mbari-result-container {
    display: flex;
    justify-content: flex-end;
}
.mbari-result .container.mbari-result-container div {
    width: 570px;
}
.mbari-result .container.mbari-result-container h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 90%;
    letter-spacing: -0.01em;
    color: #373A4A;
    margin-bottom: 20px;
}
.mbari-result .container.mbari-result-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
}
.blob-container.mbari-result-blob .blob1 {
    width: 954.27px;
    height: 664.41px;
    top: -200px;
    right: 0;
    left: -1200px;
    background: url('../img/project-page/mbari/blob1.png') no-repeat 0 0;
    background-size: contain;
    transform: rotate(0);
    animation: resblob1 ease-in-out 6s infinite alternate;
}
@keyframes resblob1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(12deg); }
}
.elips-container.mbari-result-elips .elips1-result {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -6px;
    left: 140px;
    background: url('../img/project-page/mbari/ellipse-res.png') no-repeat 0 0;
    background-size: contain;
    animation: resellipse ease-in-out 6s infinite alternate;
}
@keyframes resellipse {
    0% { transform: translate(0 , 0); }
    100% { transform: translate(-40px, 40px); }
}

.elips-container.banner-column-container .elips1{
    position: absolute;
    width: 120px;
    height: 120px;
    top: -20px;
    left: -120px;
    right: 0;
    background: url('../img/project-page/mbari/ellipse1-ban.png') no-repeat 0 0;
    background-size: contain;
}
.elips-container.banner-column-container .elips2{
    position: absolute;
    width: 597px;
    height: 597px;
    top: -80px;
    right: -362px;
    background: url('../img/project-page/mbari/ellipse2-ban.png') no-repeat 0 0;
    background-size: contain;
}
.elips-container.ui-container .elips1{
    position: absolute;
    width: 231px;
    height: 154px;
    top: -98px;
    left: 320px;
    background: url('../img/project-page/mbari/ellipse1-ui.png') no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 480px) {
    /* header {
        display: none;
    } */
    body {
        overflow-x: hidden;
        position: relative;
    }
    .wrapp {
        overflow-x: hidden;
        position: relative;
    }
    header {
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 90px;
    }
    section {
        width: 100%;
        padding: 0 16px;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }
    .elips-container.recent-elips .elips2 {
        background: none;
        display: none;
    }
    .menu {
        display: none;
    }
    .hire-us {
        display: none;
    }
    .banner-background {
        display: none;
    }
    .logo-mob {
        display: flex;
    }
    .header-container {
        padding: 0 16px;
    }
    .open {
        display: flex;
        width: 24px;
        height: 24px;
        background: url('../img/open.svg') no-repeat 0 0;
        background-size: 24px 24px;
    }
    .mob-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('../img/menu-background.jpg') no-repeat 0 0;
        background-size: cover;
        z-index: 999;
        left: 700px;
        transition: .3s ease;
    }
    .mob-menu.active {
        transition: .3s ease;
        left: 0;
    }
    .mob-menu .head-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 16px 0;
    }
    .mob-menu .list-mob-menu {
        width: 188px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 82px 0 48px;
    }
    .mob-menu .list-mob-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list-mob-menu .mob-social {
        display: flex;
        align-items: center;
    }
    .list-mob-menu .mob-social .mob-facebook {
        background: url('../img/mob-facebook.svg') no-repeat 0 0;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    .list-mob-menu .mob-social .mob-instagram {
        background: url('../img/mob-instagram.svg') no-repeat 0 0;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
    }
    .mob-menu .list-mob-menu ul a {
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        line-height: 33px;
        display: flex;
        justify-content: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #FFFFFF;
        opacity: 0.6;
        margin-bottom: 40px;
    }
    .mob-menu .list-mob-menu ul a.active {
        opacity: 1;
        border-bottom: 2px solid #FFFFFF;
    }
    .mob-menu .close-menu {
        width: 24px;
        height: 24px;
        background: url('../img/close.svg') no-repeat 0 0;
        background-size: 24px 24px;
    }

    .container-top {
        background: url('../img/main-page/main-mob.png') no-repeat 0 0;
        background-size: contain;
        width: 100%;
        max-width: 100%;
        height: 1484px;
        background-position: 0px 50px;
        padding-bottom: 0;
        margin-bottom: 237px;
    }
    .container.banner-container {
        display: flex;
        flex-direction: column;
    }
    .banner .right-column.banner-section {
        margin-top: 376px;
    }
    .right-column.banner-section h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .right-column.banner-section p {
        font-size: 24px;
    }
    .left-column.banner-section h1 {
        font-size: 37px;
    }
    .left-column.banner-section p {
        font-size: 16px;
    }
    .left-column.banner-section a {
        width: 100%;
    }
    

   







    .container.title-pages-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .title-pages.blue h1 {
        font-size: 59px;
        color: #373A4A;
        margin-bottom: 20px;
    }
    .title-pages p {
        width: 100%;
        margin-left: 0;
    }






    .title-pages {
        margin-bottom: 0;
    }

    .work-progress {
        background: none;
        padding-top: 71px;
        padding-bottom: 100px;
    }
    .container.item-project-container.about {
        background: url('../img/about/background-mob.png') no-repeat 0 0;
        background-size: cover;
        background-position: center;
        padding: 56px 16px;
        border-radius: 28px;
    }
    .container.item-project-container .top-title {
        width: 100%;
        margin-bottom: 100px;
    }
    .container.item-project-container .top-title h2 {
        font-size: 50px;
    }

    .container.item-project-container .top-title p {
        font-size: 16px;
    }
    .block-process .item-process {
        width: 100%;
        margin-right: 0;
    }
    .block-process .item-process p {
        font-size: 24px;
        line-height: 160%;
    }
    .block-process .item-process span {
        font-size: 16px;
    }
    .get-work.about-work {
        margin-top: 0;
    }
    .get-work .container.get-work-container {
        padding-left: 0;
    }
    .get-work-container.get-about h4 {
        width: 100%;
        font-size: 55px;
    }
    .get-work-container.get-about p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .container.get-work-container a {
        width: 100%;
    }
    .accordeon-list h3 {
        font-size: 50px;
        margin-bottom: 64px;
        text-align: left;
    }
    .flex-item {
        flex-direction: column;
    }
    .flex-item ul {
        width: 100%;
    }
    .flex-item h4 {
        width: 272px;
        font-size: 24px;
    }
    .flex-item p {
        font-size: 16px;
    }
    .title-pages.rose h1 {
        color: #373A4A;
    }
    .title-pages h1 {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .item-prject {
        margin-top: 65px;
        margin-bottom: 84px;
    }
    .card-project .left a {
        font-size: 14px;
        color: #373A4A;
        height: 40px;
        padding: 0 22px;
        background: #FFFFFF;
    }
    .card-project .left a::after {
        background: url('../img/arrow/arrow-button.png') no-repeat 0 0;
    }
    .container.contact-pages-container h1 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .container.contact-pages-container h1 span {
        font-size: 29px;
    }
    .container.contact-pages-container .info a {
        font-size: 24px;
    }
    .container.contact-pages-container .info {
        margin-bottom: 36px;
    }
    .container.contact-pages-container .social {
        margin-top: 100px;
    }
    .contact-pages {
        margin-bottom: 116px;
    }
    .blob-container.contact .blob1 {
        width: 400px;
        height: 806.73px;
        background: url('../img/contact/mob-blob1.png') no-repeat 0 0;
        background-size: contain;
        position: absolute;
        transform: rotate(0deg);
        animation: none;
        top: 100px;
        left: -16px;
        right: 0px;
        margin: 0 auto;
    }




    .title-pages.yellow h1 {
        color: #373A4A;
    }

    .item-services {
        margin-top: 130px;
    }

    .card-services {
        height: auto;
        padding: 0;
        margin-bottom: 84px;
    }

    .card-services.first-card {
        background: none;
    }

    .card-services h4 {
        height: 217px;
        display: flex;
        align-items: flex-end;
        
    }

    .card-services h4 {
        font-size: 40px;
        max-height: 217px;
        padding: 0 16px 16px;
        margin-bottom: 24px;
    }

    .card-services.first-card h4 {
        background: url('../img/services/first-card-mob.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card-services.second-card {
        background: none;
    }

    .card-services.second-card h4 {
        background: url('../img/services/second-card-mob.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card-services.third-card {
        background: none;
    }

    .card-services.third-card h4 {
        background: url('../img/services/third-card-mob.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card-services.fourth-card {
        background: none;
    }

    .card-services.fourth-card h4 {
        background: url('../img/services/fourth-card-mob.png') no-repeat 0 0;
        background-size: 100% 100%;
    }

    .card-services.five-card {
        background: none;
    }

    .card-services.five-card h4 {
        background: url('../img/services/five-card-mob.png') no-repeat 0 0;
        background-size: 100% 100%;
    }
    .card-services p {
        font-size: 16px;
        line-height: 150%;
        color: #373A4A;
        width: 100%;
    }
    .blob-container.services .blob1 {
        display: none;
    }
    .blob-container.services .blob2 {
        display: none;
    }





    .container.rise-container {
        display: flex;
        flex-direction: column;
    }
    .container.banner-page-container .left {
        width: 100%;
        margin-bottom: 63px;
    }
    .container.banner-page-container .left h1 {
        font-size: 60px;
        letter-spacing: -0.02em;
        max-width: 343px;
        width: 100%;
    }
    .container.banner-page-container .tags span {
        font-size: 12px;
    }
    .container.banner-page-container .buttons-group .google {
        max-width: 163px;
        height: 45px;
        width: 100%;
        background: url('../img/project-page/rise/google-mob.png') no-repeat 0 0;
        background-size: 163px 45px;
    }
    .container.banner-page-container .buttons-group .apple {
        max-width: 163px;
        width: 100%;
        height: 45px;
        background: url('../img/project-page/rise/apple-mob.png') no-repeat 0 0;
        background-size: 163px 45px;
    }
    .container.banner-page-container .right {
        width: 100%;
    }
    .container.banner-page-container .right .img-banner img {
        width: 100%;
    }
    .blob-container.rise .blob1 {
        top: 68.38px;
        left: -250px;
        width: 735px;
        height: 735px;
        background: url('../img/project-page/rise/circle-mob.png') no-repeat 0 0;
        animation: none;
    }
    .container.banner-page-container p {
        font-size: 14px;
        line-height: 160%;
    }
    .chellenge-column {
        margin-top: 77px;
        margin-bottom: 0;
    }
    .container.chellenge-column-container h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .container.chellenge-column-container p {
        font-size: 14px;
        width: 100%;
    }
    .container.research-project-container {
        flex-direction: column-reverse;
    }
    .container.research-project-container .left {
        width: 100%;
    }
    .container.research-project-container .left img {
        width: 100%;
    }
    .container.research-project-container .right {
        width: 100%;
    }
    .container.research-project-container .right h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .container.research-project-container .right p {
        font-size: 16px;
    }
    .flex-case {
        padding-top: 0;
    }
    .container.flex-case-container {
        flex-direction: column-reverse;
    }
    .container.flex-case-container.process {
        flex-direction: column;
    }
    .container.flex-case-container .text-block {
        width: 100%;
        margin-bottom: 44px;
    }
    .container.flex-case-container .text-block h3 {
        font-size: 50px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .rise-flex-case .container.flex-case-container .text-block, .rise-flex-case .container.flex-case-container.item2 .text-block {
        width: 100%;
    }
    .container.flex-case-container .text-block p {
        font-size: 14px;
    }
    .container.flex-case-container .img-block {
        width: 100%;
        max-width: 100%;
    }
    .container.flex-case-container.item2 .img-block {
        max-width: 100%;
    }
    .container.flex-case-container.item2 {
        flex-direction: column;
    }
    .container.flex-case-container.item3 {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .container.flex-case-container.item3 .text-block h3 {
        max-width: 100%;
    }
    .container.flex-case-container.item5 {
        flex-direction: column;
        margin-top: 90px;
    }
    .container.flex-case-container.item6 {
        flex-direction: column;
    }
    .container.flex-case-container.item5 img {
        margin-left: -16px;
    }
    .elips-container.rise .elips1 {
        right: -6px;
        top: 241px;
    }
    .elips-container.rise .elips2 {
        background: none;
        display: none;
    }
    .blob-container.rise-section .blob1 {
        background: url('../img/project-page/rise/blob-section-1-mob.png') no-repeat 0 0;
        width: 803.54px;
        height: 437.07px;
        transform: rotate(135deg);
        bottom: 21px;
        right: unset;
        left: -70px;
        animation: none;
    }
    .container.flex-case-container.item2.process .text-block {
        margin-bottom: 20px;
    }
    .container.flex-case-container.item2.process .text-block p {
        margin-bottom: 0;
    }
    
    .research-project {
        padding-top: 73px;
        padding-bottom: 126px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .container.research-project-container .right p {
        margin-bottom: 40px;
    }
    .container.flex-case-container.item4 {
        flex-direction: column-reverse;
    }
    .flex-case {
        margin-bottom: 211px;
    }
    .flex-case.rise-flex-case {
        margin-bottom: 120px;
    }
    .title-lates {
        padding: 0 16px;
    }
    .title-lates .container h3 {
        font-size: 50px;
        line-height: 90%;
        margin-bottom: 30px;
    }
    .card-project {
        width: 100%;
        height: 444px;
        padding: 30px 16px;
        border-radius: 40px;
    }
    .card-project .left {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .card-project .left h4 {
        font-size: 32px;
    }
    .card-project .left a {
        width: 100%;
    }
    .card-project.first-card {
        background: url('../img/project/project-mob1.png') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.second-card {
        background: url('../img/project/project-mob2.png') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.third-card {
        background: url('../img/project/project-mob3.png') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.four-card {
        background: url('../img/project/project-mob4.png') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.five-card {
        background: url('../img/project/project-mob5.png') no-repeat 0 0;
        background-size: cover;
    }
    .card-project .left p {
        display: none;
    }
    .card-project .left .tags-project {
        display: none;
    }
    footer {
        height: 1094px;
        margin-top: 30px;
        overflow: hidden;
        background: url('../img/footer-mob.png') no-repeat;
    }
    .desc-footer {
        display: none;
    }
    .mob-footer {
        display: block;
        height: 100%;
    }
    .container.footer-container {
        padding: 0 16px;
        padding-top: 272px;
    }
    .form-how h3 {
        font-size: 50px;
    }
    .container.footer-container .form-container .form-how {
        width: 100%;
        justify-content: center;
    }
    .form-container input {
        width: 100%;
    }
    .form-container .form_button {
        width: 100%;
    }
    .bottom-footer {
        width: 100%;
        background: none;
        height: auto;
    }
    .container.bottom-footer {
        flex-wrap: wrap;
        padding: 0 16px;
        margin-bottom: 30px;
    }
    .logo-footer {
        width: 100%;
        margin-bottom: 20px;
    }
    .container.bottom-footer p {
        font-size: 11px;
        opacity: 1;
        text-align: left;
        width: 131px;
    }
    .container.bottom-footer .social-footer .facebook {
        margin-right: 20px;
    }
    .banner-page.stryve-banner {
        background: url('../img/project-page/stryve/mob-banner.png') no-repeat 0 0;
        background-size: cover;
        background-position: center;
        padding: 41px 16px 452px 16px;
    }
    .container.banner-page-container .buttons-group {
        justify-content: space-between;
    }
    .container.banner-page-container .buttons-group.stryve .google {
        max-width: 163px;
        width: 100%;
        height: 45px;
        background-size: cover;
    }
    .container.banner-page-container .buttons-group.stryve .apple {
        max-width: 163px;
        width: 100%;
        height: 45px;
        background-size: cover;
        margin-left: 9px;
    }
    .chellenge-row {
        margin-top: 100px;
        mix-blend-mode: 100px;
    }
    .container.chellenge-row-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .container.chellenge-row-container h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .container.chellenge-row-container p {
        width: 100%;
    }
    .container.step-container {
        flex-direction: column;
    }
    .container.step-container h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .container.step-container p {
        width: 100%;
        font-size: 14px;
    }
    .blob-container.step .blob1 {
        width: 303.04px;
        height: 147.23px;
        background: url('../img/project-page/stryve/mob-blob-step.png') no-repeat 0 0;
        transform: rotate(8deg);
        background-size: contain;
        top: -52px;
        left: -86px;
    }
    .flex-case.stryve {
        margin-bottom: 50px;
    }
    .container.flex-case-container.item1 .img-block img {
        width: calc(100% + 36px);
        margin-left: -16px;
    }
    .container.flex-case-container.item2 .img-block img {
        width: calc(100% + 36px);
        margin-left: -16px;
    }
    .elips-container.process .elips1 {
        background: none;
        display: none;
    }
    section.step {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .container.flex-case-container.stryve-case .text-block {
        width: 100%;
    }
    .container.flex-case-container.stryve-case .img-block {
        width: 100%;
    }
    .stryve-page-banner {
        padding: 0;
    }
    .page-banner-container img {
        border-radius: 0;
    }
    .container.result-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 0;
    }
    .container.result-container h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .container.result-container p {
        width: 100%;
        font-size: 14px;
    }

    .banner-page.mbari-banner {
        background: url('../img/project-page/mbari/mob-banner.png') no-repeat 0 0;
        background-size: cover;
        background-position: center;
        padding: 41px 16px 263px 16px;
        height: 100%;
    }
    .container.banner-page-container.mbari h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .container.banner-page-container.mbari .left h1 {
        font-size: 40px;
    }
    .container.banner-page-container.mbari p {
        font-size: 16px;
    }
    .chellenge-row.mbari-row {
        margin-top: 158px;
    }
    .container.flex-case-container.case-mbari .img-block {
        width: 100%;
    }
    .container.flex-case-container.case-mbari .text-block {
        width: 100%;
    }
    .chellenge-row .container.chellenge-column-container p {
        width: 100%;
    }
    .lesson .container.lesson-container h3 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .lesson .container.lesson-container p {
        width: 100%;
    }
    .page-banner-container.mbari-page-banner {
        width: 100%;
    }
    .flex-case.mbari {
        margin-bottom: 80px;
    }
    .section-banner-page-mbari {
        padding: 0;
    }
    .stryve-page-banner .page-banner-container {
        margin-bottom: 100px;
    }
    .page-banner-container.mbari-page-banner img {
        width: 100%;
        display: block;
    }
    .container.banner-text-container .item-text{
        display: none;
    }
    .container.banner-text-container img {
        display: block;
        width: 100%;
    }
    .page-banner-container {
        width: 100%;
        max-width: 100%;
    }
    section.mbari-section-banner {
        padding: 0;
    }
    .lesson.ui {
        margin-top: 80px;
        margin-bottom: 42px;
    }
    .slick-dots li {
        width: 50px !important;
    }
    .slide {
        width: 100% !important;
        margin: 0;
    }
    .slide p {
        font-size: 18px;
    }
    .banner {
        margin-top: 161px;
    }
    .elips-container.main .elips1 {
        width: 293px;
        height: 641px;
        background: url("../img/main-page/mob-ellips-1.png") no-repeat 0 0;
        background-size: 293px 641px;
        right: unset;
        left: 0;
        top: 863.29px;
    }
    .elips-container.main .elips2 {
        top: 1900px;
        display: none;
    }
    .elips-container.main .elips4 {
        display: none;
    }
    .blob-container.recent-blob .blob1 {
        background: none;
        display: none;
    }
    .blob-container.recent-blob .blob2 {
        background: none;
        display: none;
    }
    .container.recent-container .title-section a {
        display: none;
    }
    .container.recent-container .title-section h3 {
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        line-height: 85%;
        color: #FFFFFF;
        padding-top: 83px;
    }
    .container.recent-container .title-section {
        margin-bottom: 110px;
        padding: 0 16px;
    }
    .container.recent-container .item-project .left-column {
        width: 100%;
        margin-right: 0;
        padding: 0 16px;
    }
    .container.recent-container .item-project .right-column {
        width: 100%;
    }
    .recent-container .left-column h5 {  
        font-size: 45px;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        margin-bottom: 20px; 
    }
    .recent-container .left-column p {
        font-size: 16px;
        color: #FFFFFF; 
    }
    .recent-container .left-column .recet-read {
        display: none;
    }
    .container.recent-container .img-project.first-project {
        background: url("../img/main-page/mob-first-project.png") no-repeat 0 0;
        background-size: 100% 100%;
        max-height: 399px;
        height: 100%;
    }
    .container.recent-container .item-project {
        flex-direction: column;
        margin-bottom: 240px;
    }
    .container.recent-container .img-project.second-project {
        background: url("../img/main-page/mob-second-project.png") no-repeat 0 0;
        background-size: 100% 100%;
        max-height: 437px;
        height: 100%;
    }
    section.recent {
        margin-top: 92px;
        background: url('../img/main-page/background-recent.png') no-repeat 0 0;
        background-size: 480px 2045px;
        height: 2045px;
        padding: 0;
        margin-bottom: 0px;
    }
    .container.recent-container .item-project .right-column {
        height: 400px;
    }
    .container-read-recent {
        padding: 0 16px;
    }
    .recet-read-mob {
        display: flex;
        position: relative;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #373A4A;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 22px;
        background: #fff;
        border-radius: 32px;
    }
    .recet-read-mob::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: url("../img/arrow/arrow-button.png") no-repeat 0 0;
        background-size: 24px 24px;
        right: 45px;
    }
    .get-work {
        margin-top: 0px;
        background: url('../img/main-page/mob-get-work.png') no-repeat 0 0;
        background-size: cover;
        height: 312px;
    }
    .container.get-work-container h4 {
        font-size: 50px;
        max-width: 243px;
        width: 100%;
        margin-bottom: 40px;
    }
    .slick-initialized .slick-slide {
        margin: 0 !important;
    }
    .get-work .container.get-work-container {
        background: none;
    }
    .container.get-work-container p {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 20px;
    }
    .slider {
        margin-top: 100px;
    }
    .slider h4 {
        font-size: 50px;
        text-align: left;
        letter-spacing: unset;
        margin-bottom: 60px;
    }
    .blob-container.process .blob1 {
        background: none;
        display: none;
    }
    .container.banner-page-container.eshake-container {
        flex-direction: column;
    }
    .container.banner-page-container.eshake-container .left {
        width: 100%;
    }
    .container.banner-page-container.eshake-container .right img {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
    .blob-container.eshake-banner-blob .blob1 {
        background: none;
        display: none;
    }
    .challenge-column.eshake-chalange {
        max-width: 100%;
        margin-top: 50px;
        margin-bottom: 100px;
        padding: 40px 16px;
        border-radius: 0;
    }
    .challenge-column.eshake-chalange .container.challenge-column-container h3 {
        margin-bottom: 10px;
    }
    .challenge-column.eshake-chalange .container.challenge-column-container p {
        font-size: 14px;
    }
    .eshake-flex-case .container.flex-case-container.item2 {
        margin-bottom: 50px;
    }
    .eshake-flex-case .container.flex-case-container.item2 .img-block {
        display: none;
    }
    .elips-container.eshake .elips2 {
        background: url('../img/project-page/eshake/elips2-mob.png') no-repeat 0 0;
        width: 182px;
        height: 182px;
        left: -65px;
        top: 940px;
        right: unset;
    }
    .elips-container.eshake .elips1 {
        background: url('../img/project-page/eshake/elips1-mob.png') no-repeat 0 0;
        width: 37px;
        height: 37px;
        top: 940px;
        right: unset;
        left: 230px;
    }
    .blob-container.eshake-section .blob1 {
        background: url('../img/project-page/eshake/blob1-mob.png') no-repeat 0 0;
        background-size: contain;
        width: 346.18px;
        height: 598.47px;
        top: 1777px;
        animation: none;
        right: unset;
        left: 100px;
        transform: rotate(53.28deg);
    }
    .flex-case.eshake-flex-case {
        margin-bottom: 100px;
    }
    .blob-container.hunter .blob1 {
        width: 480px;
        height: 735px;
        background: url('../img/project-page/hunter/blob1-mob.png');
        background-size: contain;
        transform: rotate(0);
        top: 96px;
        left: -64px;
        right: unset;
    }
    .flex-case.hunter-flex-case {
        padding-top: 0;
        margin-top: 40px;
    }
    .container.banner-page-container.hunter-container {
        flex-direction: column;
    }
    .container.banner-page-container.hunter-container .left {
        margin-bottom: 0px;
        margin-top: 80px;
    }
    .container.banner-page-container.hunter-container p {
        margin-bottom: 0;
    }
    .container.banner-page-container.hunter-container .right img {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .chellenge-column.hunter-challenge {
        margin-top: 70px;
    }
    .card-img .container.card-img-container {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .card-img .container.card-img-container .left {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .card-img .container.card-img-container img {
        width: 100%;
        display: block;
    }
    .hunter-flex-case .container.flex-case-container .text-block {
        max-width: 100%;
    }
    .hunter-flex-case .container.flex-case-container.item1 .img-block {
        margin-right: 0;
    }
    .hunter-flex-case .container.flex-case-container.item1 p.m-item {
        margin-bottom: 70px;
    }
    .hunter-flex-case .container.flex-case-container.item2 .text-block {
        margin-right: 0;
    }
    .elips-container.hunter .elips1 {
        width: 131.59px;
        height: 131.59px;
        background: url('../img/project-page/hunter/mob-circle-1.png') no-repeat 0 0;
        background-size: contain;
        left: 54px;
        top: 377px;
    }
    .elips-container.hunter .elips2 {
        width: 328px;
        height: 328px;
        background: url('../img/project-page/hunter/mob-circle-2.png') no-repeat 0 0;
        background-size: contain;
        right: -112px;
        left: unset;
        top: 448px;
    }
    .elips-container.hunter .elips3 {
        width: 279px;
        height: 279px;
        background: url('../img/project-page/hunter/mob-circle-3.png') no-repeat 0 0;
        background-size: contain;
        right: 24px;
        left: unset;
        top: 1583px;
    }
    .blob-container.hunter-section .blob1 {
        background: none;
        display: none;
    }
    .blob-container.hunter-overview .blob1 {
        background: none;
        display: none;
    }
    .flex-case.hunter-flex-case {
        margin-bottom: 50px;
    }
    section.overview {
        padding: 0;
        margin-top: 0;
        margin-bottom: 100px;
    }
    .flex-case.hunter-flex-case .container.flex-case-container.item2 {
        margin-bottom: 0;
    }
    .overview h3 {
        font-size: 40px;
        color: #373A4A;
        margin-bottom: 30px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .overview img {
        width: 100%;
        margin-right: -16px;
        display: block;
    }
    .hunter-flex-case .container.flex-case-container p, .hunter-flex-case .container.flex-case-container.item2 .text-block p{
        margin-bottom: 0;
    }
    .hunter-flex-case .container.flex-case-container p.m-item, .hunter-flex-case .container.flex-case-container.item2 .text-block p {
        margin-bottom: 40px;
    }
    .container.banner-text-container .img-mbari {
        display: none;
    }
    .img-mbari-mob {
        display: block;
    }
    .banner-column .item-column .column {
        width: 100%;
    }
    .container.banner-text-container.mbari .item-column{
        flex-direction: column;
    }
    .elips-container.mbari-chalange .elips1 {
        top: -53px;
        left: -16px;
        width: 123px;
        height: 123px;
        background-size: 123px 123px;
    }
    .elips-container.mbari-research-container .elips1 {
        background: unset;
        display: none;
    }
    .elips-container.mbari-research .elips1 {
        top: -36px;
        left: 128px;
        width: 101px;
        height: 101px;
        background-size: 101px 101px;
    }
    .elips-container.mbari-research {
        display: flex;
        flex-direction: column-reverse;
    }
    .banner-text {
        margin-bottom: 80px;
    }
    .banner-column .item-column .column h4 {
        font-size: 50px;
        margin-bottom: 84px;
    }
    .banner-column .item-column .column.right h4 {
        margin-bottom: 18px;
    }
    .mbari-result {
        margin-top: 70px;
        margin-bottom: 100px;
    }
    section.mbari-section-banner {
        position: relative;
        z-index: 2;
    }
    .blob-container.mbari-result-blob .blob1 {
        width: 368.73px;
        height: 220.13px;
        background: url('../img/project-page/mbari/blob1-mob.png') no-repeat 0 0;
        background-size: contain;
        top: -166px;
        left: unset;
        right: -68px;
        transform: rotate(150deg);
        animation: none;
    }
    .elips-container.mbari-result-elips .elips1-result {
        width: 55.31px;
        height: 55.31px;
        top: 6px;
        left: unset;
        right: 92px;
        animation: none;
    }
    .elips-container.ui-container .elips1 {
        width: 148px;
        height: 99px;
        top: -21px;
        left: unset;
        right: 15px;
        background: url("../img/project-page/mbari/ellipse1-ui-mob.png") no-repeat 0 0;
        background-size: contain;
    }
    .elips-container.banner-column-container .elips1 {
        width: 133px;
        height: 176px;
        top: -7px;
        right: -12px;
        left: unset;
        background: url("../img/project-page/mbari/ellipse1-ban-mob.png") no-repeat 0 0;
        background-size: contain;
    }
    .elips-container.banner-column-container .elips2 {
        width: 292px;
        height: 388px;
        top: 600px;
        right: -130px;
        background: url("../img/project-page/mbari/ellipse2-ban-mob.png") no-repeat 0 0;
        background-size: contain;
    }
    .container.banner-page-container.stryve p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .container.chellenge-row-container p {
        margin-left: 0;
    }
    .container.step-container h3 {
        margin-bottom: 60px;
    }
    .blob-container.slider-blob .blob1 {
        width: 163px;
        height: 248px;
        background: url('../img/main-page/ellipse1.png') no-repeat 0 0;
        background-size: contain;
        top: -67px;
        left: unset;
        right: 0;
        animation: none;
    }
    .hunter-challenge .container.chellenge-column-container p {
        width: 100%;
    }
    #cookie_notification {
        width: 100%;
        background: #4D9EF6;
        border-radius: 28px 28px 0px 0px;
    }
    #cookie_notification p {
        font-size: 10px;
        line-height: 130%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        width: 207px;
    }
    #cookie_notification p br {
        display: none;
    }
    #success {
        position: fixed;
        width: 100%;
        height: 59px;
    }
    .popup-container .popup-wrapp {
        width: 343px;
        height: 484px;
        background: url('../img/popup-mob.png') no-repeat 0 0;
        background-size: contain;
        padding: 20px 16px;
    }
    .popup-container .popup-wrapp form {
        align-items: flex-start;
        padding: 0 16px;
    }
    .popup-container .popup-wrapp form input {
        width: 100%;
    }
    .popup-container .popup-wrapp form .form_button_popup {
        width: 100%;
    }
}