body {
  background-color: #181818;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

.visible {
  display: block !important;
}

.noBg {
  background: none !important;
}

.opacity100 {
  opacity: 1 !important;
}

.hidden {
  display: none !important;
}

.noTransition {
  transition: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

.srOnly:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#scrollToTopButton {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 48px;
  right: 48px;
  display: none;
  border: 0;
  outline: none;
  background: transparent url('/public/img/scroll2top-icon.svg') no-repeat center;
  background-size: 60px 60px;
}

.sectionTitle {
  font-weight: 700;
  font-size: 52px;
  line-height: 68px;
}

.redSpot {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  display: none;
}

.redSpot.desktop {
  display: initial;
}
.redSpot.tablet,
.redSpot.mobile {
  display: none;
}

/* Header */
header {
  width: 100%;
  padding: 40px 9.7% 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(24, 24, 24, 0);
  position: fixed;
  z-index: 10;
}

header.bgVisible {
  background-color: rgb(24, 24, 24, 1);
}

#mainLogoTitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  flex: 0 0 172px;
  overflow: hidden;
  display: none;
}

#mainLogoTitleText {
  width: 172px;
}

#mainLogoTitleStub {
  width: 172px;
  flex: 0 0 172px;
  display: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navLink {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 2px;
  margin-top: 2px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.navLink:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

.navLink .redSpot {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.navLink:active {
  border-bottom-color: #ffffff;
}

.navLink:not(:first-child) {
  margin-left: 110px;
}

#langSelector {
  cursor: pointer;
  position: relative;
}

#langMenuIcon {
  margin-left: 10px;
}

#langSelector.langSelectorOpen #langMenuIcon {
  transform: scaleY(-1);
}

#otherLangList {
  display: none;
  position: absolute;
  padding: 13px 20px;
  top: 30px;
  left: -20px;
}

.currentLangItem,
.otherLangItem {
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}

.currentLangItem:focus-visible,
.otherLangItem:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

#langSelector.langSelectorOpen #otherLangList {
  display: block;
}

header.bgVisible #otherLangList {
  background-color: #181818;
}

.otherLangItem {
  border-bottom: 1px solid transparent;
}

#mobileMenuIcon {
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  z-index: 12;
  display: none;
}

#mobileMenu {
  padding: 75px 38px;
  background: rgba(24, 24, 24, 0.89);
  box-shadow: 6px 13px 158px 59px rgba(255, 7, 58, 0.06);
  backdrop-filter: blur(21px);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.mobileMenuLink {
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 22px;
  line-height: 29px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 0 0 4px;
  border-bottom: 1px solid transparent;
  align-self: self-start;
}

.mobileMenuLink:not(:first-child) {
  margin-top: 22px;
}

.mobileMenuLink:active {
  border-bottom-color: #ff073a;
}

/* Intro */
#introSection {
  position: relative;
  padding-top: 516px;
}

.mainTitle {
  max-width: 1014px;
  font-weight: 700;
  font-size: 132px;
  line-height: 158px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

.jobTitle {
  margin-top: 50px;
  font-weight: 300;
  font-size: 58px;
  line-height: 75px;
  display: block;
  text-align: center;
}

/* About */
#aboutSection {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 327px;
  padding-left: 7.6%;
  padding-right: 9.7%;
}

#kyryllOleynikovImgWrap {
  min-width: 387px;
  flex: 0 1 575px;
  position: relative;
  pointer-events: none;
}

#kyryllOleynikovImg {
  display: block;
  width: 100%;
  height: auto;
}

#aboutMeText {
  margin-top: 14px;
  margin-left: 3.8%;
  max-width: 560px;
  font-size: 18px;
  line-height: 27px;
}

/* Services */
#servicesSection {
  position: relative;
  margin-top: 66px;
  padding-left: 9.7%;
  padding-right: 13.9%;
}

#servicesList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  margin-top: 60px;
}

.servicesListItem:nth-child(odd) {
  border-right: 2px solid #ffffff;
  padding-right: 58px;
}

.servicesListItem:nth-child(even) {
  padding-left: 40px;
}

.servicesItemTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}

.servicesItemText {
  margin-top: 22px;
  font-size: 18px;
  line-height: 27px;
}

#servicesPrice {
  margin-top: 60px;
  font-size: 18px;
  line-height: 27px;
}

/* Portfolio */
#portfolioSection {
  position: relative;
  margin-top: 120px;
  padding: 0 9.7%;
}

#trackList {
  margin: 60px auto 0;
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 40px;
}

.trackItem {
  background-color: #181818;
  padding: 38px;
  box-shadow: 2px 4px 14px 15px rgba(255, 7, 58, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trackMainRow {
  display: flex;
}

.trackPlaybackCtrl {
  width: 60px;
  height: 60px;
  border: 0;
  outline: none;
  background-color: transparent;
  background-image: url('/public/img/play.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.trackPlaybackCtrl:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

.trackPlaybackCtrl.playing {
  background-image: url('/public/img/pause.svg');
}

.trackInfo {
  margin-left: 18px;
}

.trackArtist {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

.trackTitle {
  font-size: 18px;
  line-height: 27px;
  margin-top: 4px;
}

.trackSecondaryRow {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trackJob {
  color: #ff073a;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.trackStreamingLink {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ff073a;
  padding-bottom: 2px;
  font-style: normal;
  white-space: nowrap;
}

/* Contact form from portfolio */
#contactFromPortfolioSection {
  position: relative;
  margin-top: 120px;
  padding: 0 9.7%;
}

.contactForm {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.inputWrap {
  position: relative;
}

.inputAsterisk {
  font-size: 18px;
  line-height: 18px;
  color: #686868;
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
  margin-bottom: 20px;
  width: 560px;
  height: 60px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  outline: none;
}

.iti__country-name {
  color: #181818;
}

input[type='tel'] {
  padding-left: 62px !important;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder {
  color: #686868;
}

input[type='text'].invalid,
input[type='email'].invalid {
  border: 2px solid #ff073a;
}

input[type='text'].invalid::placeholder,
input[type='email'].invalid::placeholder,
input[type='text'].invalid + .inputAsterisk,
input[type='email'].invalid + .inputAsterisk {
  color: #ff073a;
}

.iti__flag-container {
  color: #181818;
  left: 12px !important;
}

.iti {
  margin-bottom: 20px;
}

.iti__arrow {
  border-top-color: #686868;
}

.iti__arrow--up {
  border-bottom-color: #686868;
}

.contactFormSubmit {
  margin-top: 6px;
  padding: 18px 49px;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  border: 0;
  background-color: #ff073a;
  transition: background-color 7ms linear, color 7ms linear;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.contactFormSubmit:not(.disabled):active {
  padding: 16px 47px;
  border: 2px solid #ff073a;
}

.contactFormSubmit:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}

.contactFormSubmit:not(.disabled):hover {
  background-color: #ffffff;
  color: #ff073a;
  box-shadow: 1px 3px 14px 0 #ff073a26;
}

.contactFormSubmit.disabled {
  background-color: #686868;
  cursor: initial;
}

/* Reviews */
#reviewsSection {
  position: relative;
  margin-top: 120px;
  padding: 0 9.7%;
}

#reviewsList {
  margin-top: 40px;
}

.reviewsItem {
  display: flex;
  margin-top: 20px;
}

.reviewsItemText {
  flex: 0 0 68%;
  padding: 40px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  line-height: 27px;
  margin-right: 40px;
}

.reviewsItemAuthor {
  display: flex;
  margin: 0 auto;
}

.reviewsItemAuthorPhoto {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 28px;
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.reviewsItemAuthorPhotoImg {
  width: 100%;
  height: 100%;
  display: block;
}

.reviewsItemAuthorName {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}

.reviewsItemAuthorProject {
  margin-top: 8px;
  font-size: 16px;
  line-height: 21px;
}

/* Gear */
#gearSection {
  position: relative;
  margin-top: 120px;
  padding: 0 9.7%;
}

#gearList {
  display: flex;
  justify-content: space-between;
}

.gearListColumn {
  flex: 0 1 44%;
}

.gearCategory {
  font-size: 18px;
  line-height: 27px;
  margin-top: 40px;
}

.gearCategoryList {
  margin-top: 22px;
  padding-inline-start: 24px;
}

.gearCategoryListItem {
  text-indent: 4px;
}

.gearCategoryListItem:not(:first-child) {
  margin-top: 8px;
}

/* Footer */
footer {
  padding: 120px 9.7% 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contactEmail {
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ff073a;
  padding-bottom: 2px;
  font-style: normal;
}

#contactSocials {
  margin-top: 38px;
  display: flex;
  align-items: center;
}

.contactSocialsIcon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.contactSocialsIconImg {
  height: 200%;
  width: 200%;
  vertical-align: middle;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.contactSocialsIcon .redSpot {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 7ms linear;
}

.contactSocialsIcon:not(:first-child) {
  margin-left: 38px;
}

/* Progress bar */
#progressBar {
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 100ms ease-in;
}

#progressBarMeter {
  display: block;
  height: 100%;
  background-color: #ff073a;
  position: relative;
  overflow: hidden;
  width: 0;
}

/* Submit Success modal */
.modalOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(24, 24, 24, 0.9);
  box-shadow: 6px 13px 158px 59px rgba(255, 7, 58, 0.06);
}

#submitSuccessModal {
  width: 680px;
  padding: 136px 80px 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #181818;
  font-size: 18px;
  line-height: 27px;
}

#submitSuccessModalClose {
  position: absolute;
  top: 42px;
  right: 42px;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}

/* Hover states */
.navLink:hover {
  border-bottom-color: #ff073a;
}
.navLink:hover .redSpot.desktop {
  opacity: 1;
}
.trackItem:hover {
  box-shadow: 2px 4px 15px 17px rgba(255, 7, 58, 0.1);
}
.contactSocialsIcon:hover .redSpot.desktop {
  opacity: 1;
}
.contactEmail:hover {
  border-bottom-color: #ffffff;
}
.trackStreamingLink:hover {
  border-bottom-color: #ffffff;
}
.trackPlaybackCtrl.playing:hover {
  background-image: url('/public/img/pauseHover.svg');
}
.trackPlaybackCtrl:hover {
  background-image: url('/public/img/playHover.svg');
}
.otherLangItem:hover {
  border-bottom-color: #ff073a;
}

/* Media queries 1200px */
@media (max-width: 1200px) {
  .navLink:not(:first-child) {
    margin-left: 60px;
  }
}

@media (max-width: 968px) {
  .redSpot.desktop,
  .redSpot.mobile {
    display: none;
  }
  .redSpot.tablet {
    display: initial;
  }
  header {
    padding-right: 39px;
    padding-left: 39px;
    background-color: rgb(24, 24, 24, 1);
  }
  header #otherLangList {
    background-color: #181818;
  }
  .navLink:not(:first-child) {
    margin-left: 40px;
  }
  #introSection {
    padding-top: 415px;
  }
  .mainTitle {
    font-size: 92px;
    line-height: 107px;
    top: 181px;
    word-spacing: 9999rem;
  }
  .mainTitle + .mainTitle {
    /* Undo last assignment */
    word-spacing: unset;
  }
  .jobTitle {
    margin-top: 0;
  }
  #aboutSection {
    flex-direction: column;
    margin-top: 88px;
    padding-left: 41px;
    padding-right: 39px;
  }
  #kyryllOleynikovImgWrap {
    max-width: 387px;
    transform: rotate(9.71deg);
    align-self: center;
    margin-left: 8%;
  }
  #aboutMeText {
    max-width: initial;
    margin-top: -60px;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .sectionTitle {
    font-size: 48px;
    line-height: 62px;
  }
  #servicesSection {
    padding-left: 41px;
    padding-right: 39px;
  }
  #servicesList {
    margin-top: 40px;
    row-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .servicesListItem:nth-child(even) {
    padding-left: 0;
  }
  .servicesListItem:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }
  .servicesListItem {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 30px;
  }
  .servicesItemTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .servicesItemText {
    font-size: 16px;
    line-height: 24px;
  }
  #servicesPrice {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  #portfolioSection {
    margin-top: 80px;
    padding-left: 41px;
    padding-right: 39px;
  }
  #trackList {
    margin-top: 50px;
  }
  .trackItem {
    padding: 22px;
    box-shadow: 2px 4px 10px 6px rgba(255, 7, 58, 0.08);
  }
  .trackItem:hover {
    box-shadow: 2px 4px 11px 8px rgba(255, 7, 58, 0.1);
  }
  .trackPlaybackCtrl {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .trackArtist {
    font-size: 16px;
    line-height: 21px;
  }
  .trackTitle {
    font-size: 16px;
    line-height: 24px;
  }
  .trackJob {
    font-size: 12px;
    line-height: 16px;
  }
  .trackStreamingLink {
    font-size: 12px;
    line-height: 16px;
  }
  #contactFromPortfolioSection {
    margin-top: 80px;
    padding-left: 41px;
    padding-right: 39px;
  }
  .contactForm {
    margin-top: 40px;
  }
  input[type='text'], input[type='email'], input[type='tel'] {
    width: 450px;
    height: 55px;
    font-size: 14px;
    line-height: 18px;
  }
  .contactFormSubmit {
    font-size: 16px;
    line-height: 20px;
  }
  #reviewsSection {
    margin-top: 80px;
    padding-left: 41px;
    padding-right: 39px;
  }
  .reviewsItemText {
    font-size: 16px;
    line-height: 24px;
    margin-right: 28px;
    padding: 20px 0;
  }
  .reviewsItemAuthor {
    margin-top: 22px;
  }
  .reviewsItemAuthorName {
    font-size: 20px;
    line-height: 24px;
  }
  .reviewsItemAuthorProject {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .reviewsItemAuthorPhoto {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-right: 14px;
  }
  #gearSection {
    margin-top: 80px;
    padding-left: 41px;
    padding-right: 39px;
  }
  #gearList {
    margin-top: 12px;
  }
  .gearCategory {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  footer {
    padding: 40px 39px 42px 41px;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  address {
    margin-top: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactEmail {
    font-size: 16px;
    line-height: 24px;
  }
  #contactSocials {
    margin-top: 30px;
  }
  .contactSocialsIcon:not(:first-child) {
    margin-left: 28px;
  }
  #scrollToTopButton {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
  }
  #submitSuccessModal {
    width: 600px;
    font-size: 16px;
    line-height: 24px;
    padding: 122px 88px 123px;
  }
  #progressBar {
    height: 2px;
  }
}

/* Media queries 600px */
@media (max-width: 600px) {
  .redSpot.desktop,
  .redSpot.tablet {
    display: none;
  }
  .redSpot.mobile {
    display: initial;
  }
  header {
    padding: 20px 16px 18px;
  }
  nav {
    display: none;
  }
  #langSelector {
    font-size: 14px;
    line-height: 18px;
  }
  #langMenuIcon {
    margin-left: 4px;
  }
  #mobileMenuIcon {
    display: block;
  }
  #introSection {
    padding-top: 226px;
  }
  .mainTitle {
    font-size: 44px;
    line-height: 51px;
    top: 108px;
  }
  .jobTitle {
    font-size: 24px;
    line-height: 31px;
  }
  .sectionTitle {
    font-size: 34px;
    line-height: 44px;
  }
  #aboutSection {
    padding-right: 16px;
    padding-left: 16px;
    overflow: hidden;
  }
  #kyryllOleynikovImgWrap {
    max-width: 261px;
    margin-left: 15%;
  }
  #aboutMeText {
    font-size: 14px;
    line-height: 21px;
    margin-top: -60px;
  }
  #servicesSection {
    margin-top: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }
  #servicesList {
    margin-top: 20px;
    row-gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }
  .servicesListItem {
    padding-bottom: 0;
    border-bottom: none;
  }
  .servicesItemTitle {
    font-size: 16px;
    line-height: 21px;
  }
  .servicesItemText {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }
  #servicesPrice {
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
  }
  #portfolioSection {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  #trackList {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .trackItem {
    padding: 14px 16px;
    box-shadow: 0 0 5px 4px rgba(255, 7, 58, 0.18);
  }
  .trackItem:hover {
    box-shadow: 0 0 5px 4px rgba(255, 7, 58, 0.18);
  }
  .trackPlaybackCtrl {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-top: 6px;
  }
  .trackInfo {
    margin-left: 11px;
  }
  .trackArtist {
    font-size: 14px;
    line-height: 18px;
  }
  .trackTitle {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
  }
  .trackSecondaryRow {
    margin-top: 12px;
  }
  .trackJob {
    font-size: 11px;
    line-height: 14px;
  }
  .trackStreamingLink {
    font-size: 11px;
    line-height: 14px;
  }
  #contactFromPortfolioSection {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  #likedSectionTitle {
    font-size: 18px;
    line-height: 25px;
  }
  #likedSectionTitle [data-tkey='liked1'] {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  #likedSectionTitle [data-tkey='liked2'] {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
  }
  .contactForm {
    margin-top: 20px;
  }
  .inputWrap, .iti {
    width: 100%;
  }
  .iti {
    margin-bottom: 14px;
  }
  input[type='text'], input[type='email'], input[type='tel'] {
    max-width: initial;
    width: 100%;
    height: 42px;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 14px;
  }
  .contactFormSubmit {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }
  #reviewsSection {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  #reviewsList {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .reviewsItem {
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 20px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    gap: 16px;
  }
  .reviewsItemAuthor {
    margin: 0;
  }
  .reviewsItemAuthorPhoto {
    width: 63px;
    height: 63px;
    flex: 0 0 63px;
    margin-right: 16px;
  }
  .reviewsItemAuthorName {
    font-size: 18px;
    line-height: 22px;
    word-spacing: 9999rem;
  }
  .reviewsItemAuthorName + .reviewsItemAuthorName {
    /* Undo last assignment */
    word-spacing: unset;
  }

  .reviewsItemAuthorProject {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
  }
  .reviewsItemText {
    margin-right: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    line-height: 21px;
  }
  #gearSection {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 48px;
  }
  #gearList {
    margin-top: 0;
    flex-direction: column;
  }
  .gearCategory {
    margin-top: 22px;
    font-size: 14px;
    line-height: 21px;
  }
  .gearCategoryList {
    margin-top: 12px;
  }
  footer {
    padding: 52px 16px 32px;
    flex-direction: column;
  }
  address {
    margin-top: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .contactEmail {
    font-size: 14px;
    line-height: 18px;
  }
  #contactSocials {
    margin-top: 0;
  }
  .contactSocialsIcon:not(:first-child) {
    margin-left: 18px;
  }
  footer .contactForm {
    width: 100%;
  }
  #submitSuccessModal {
    width: 320px;
    font-size: 14px;
    line-height: 21px;
    padding: 70px 43px;
  }
  #submitSuccessModalClose {
    top: 22px;
    right: 16px;
  }
  #submitSuccessModalCloseSvg {
    width: 24px;
    height: 24px;
  }
}
