@font-face {
  font-family: Raleway;
  src: url('./fonts/Raleway-SemiBold.otf');
}
@font-face {
  font-family: Raleway;
  src: url('./fonts/Raleway-ExtraBold.otf');
  font-weight: bold;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Raleway;
}
body textarea,
body input {
  font-family: Raleway;
}
body a {
  text-decoration: none;
}
body .container {
  margin: auto;
  max-width: 1290px;
  width: 100%;
}
body .button {
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
  background: linear-gradient(266.45deg, #1186AD 6.28%, #04ADE6 94.66%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 0 76px;
  cursor: pointer;
  color: white;
}
body .button:hover {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
}
body button.phone {
  background: none;
  border: 1px solid white;
  color: white;
  box-sizing: border-box;
  height: 30px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 30px;
  font-weight: 700;
  cursor: pointer;
  font-family: Gotham;
}
body button.phone:active,
body button.phone:focus {
  outline: 0;
}
body button.phone:hover {
  color: #32ccfe;
  background: rgba(255, 255, 255, 0.75);
}
body header .contact-line {
  background-color: #32ccfe;
  text-align: center;
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
}
body header .menu-line {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
body header .menu-line .logo-wrapper img {
  height: 40px;
  margin-top: 10px;
}
body header .menu-line nav {
  padding: 10px 0;
}
body header .menu-line nav a {
  margin: 0 25px;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  color: black;
  display: inline-block;
  text-align: center;
}
body header .menu-line nav a:last-of-type {
  margin-right: 0;
}
body header .menu-line nav a:hover {
  font-weight: 700;
}
body header .menu-line nav a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body .background {
  background: url('./images/background.jpg') no-repeat;
  background-position: top center;
  background-size: 1920px 500px;
  padding-top: 60px;
}
body .background .banner {
  height: 636px;
  background: #32ccfe url('./images/banner-angars.png');
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-size: 855px 547px;
  background-position: bottom right;
  padding: 117px 0 117px 70px;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .background .banner h1 {
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  margin: 0;
}
body .background .banner h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
body .background .banner h2 .phone-number {
  margin-left: 30px;
}
body .storage-options {
  margin-top: 70px;
  padding: 0 110px;
  display: flex;
}
body .storage-options .option:first-of-type {
  margin-right: 15px;
}
body .storage-options .option:last-of-type {
  margin-left: 15px;
}
body .storage-options .option .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
body .storage-options .option .image.small {
  background-image: url('./images/garage-small.jpg');
}
body .storage-options .option .image.big {
  background-image: url('./images/garage-big.jpg');
}
body .storage-options .option .description {
  background-color: #E0F7FF;
  padding: 30px;
}
body .storage-options .option .description h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
body .storage-options .option .description p {
  font-size: 18px;
  line-height: 24px;
  color: black;
  margin: 20px 0 0 0;
}
body .storage-options .option .description .link-wrapper {
  margin-top: 40px;
  text-align: center;
}
body .storage-options .option .description .link-wrapper .quote-link {
  color: white;
}
body .benefits h2 {
  text-align: center;
  margin: 70px 0 0 0;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
body .benefits .benefits-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
body .benefits .benefits-list li {
  display: block;
  width: 190px;
  height: 190px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  text-align: center;
}
body .benefits .benefits-list li .icon {
  margin-top: 43px;
  height: 50px;
}
body .benefits .benefits-list li .benefit-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
body .storage-description {
  display: flex;
  margin-top: 70px;
}
body .storage-description .description,
body .storage-description .image {
  width: 50%;
  box-sizing: border-box;
}
body .storage-description .description {
  padding-right: 30px;
}
body .storage-description .description h2 {
  margin: 45px 0 0 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
body .storage-description .description p {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
body .storage-description .description .contact-link {
  background: linear-gradient(266.45deg, #72B5E8 6.28%, #04ADE6 94.66%);
  margin-top: 50px;
}
body .storage-description .image {
  height: 396px;
  background: url('images/storage-pic.jpg') no-repeat center;
  background-size: cover;
}
body .storage-options-explained {
  margin-top: 70px;
  height: 595px;
  background: url('./images/machine.png') no-repeat;
  background-size: 193.5px 194px;
  background-position: 1% 333px;
}
body .storage-options-explained .bg-gradient {
  height: inherit;
  background: linear-gradient(257deg, #e0f7ff 41%, rgba(255, 255, 255, 0.7) 95%);
}
body .storage-options-explained .bg-garages {
  height: inherit;
  background: url('./images/garages.png') no-repeat top right;
  background-size: 339px 245px;
  padding-top: 50px;
  box-sizing: border-box;
}
body .storage-options-explained h2,
body .storage-options-explained p {
  text-align: center;
  margin: 0;
}
body .storage-options-explained h2 {
  font-size: 36px;
  line-height: 43px;
}
body .storage-options-explained p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}
body .storage-options-explained .garage-options {
  margin-top: 30px;
  display: flex;
}
body .storage-options-explained .garage-options .small,
body .storage-options-explained .garage-options .big {
  width: 50%;
  height: 244px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .storage-options-explained .garage-options .small {
  background-image: url('./images/small-storage-details.png');
}
body .storage-options-explained .garage-options .big {
  background-image: url('./images/big-storage-details.png');
}
body .storage-options-explained .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
body .reviews h2 {
  text-align: center;
  margin: 70px 0 0 0;
  font-size: 36px;
  line-height: 24px;
}
body .reviews .review-boxes {
  margin-top: 40px;
  display: flex;
  padding-left: 190px;
  padding-right: 190px;
  margin-bottom: 50px;
}
body .reviews .review-boxes .review-item {
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}
body .reviews .review-boxes .review-item .message-wrapper {
  background: #FAFAFA;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.1));
  color: #7C7C7C;
  font-size: 14px;
  line-height: 20px;
}
body .reviews .review-boxes .review-item .message-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #FAFAFA;
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: -16px;
}
body .reviews .review-boxes .review-item .message-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url('./images/google-logo.png') no-repeat;
  background-size: cover;
}
body .reviews .review-boxes .review-item .message-wrapper .quote-icon {
  font-size: 48px;
  line-height: inherit;
  font-weight: 600;
  font-family: 'ui-sans-serif';
  color: #aaa1a6;
}
body .reviews .review-boxes .review-item .message-wrapper .stars {
  color: #F2F21C;
  font-size: 24px;
  line-height: inherit;
  letter-spacing: 8px;
}
body .reviews .review-boxes .review-item .message-wrapper a {
  color: #3346D3;
  text-decoration: underline;
  cursor: pointer;
}
body .reviews .review-boxes .review-item .details {
  margin-top: 40px;
  display: flex;
}
body .reviews .review-boxes .review-item .details .avatar {
  display: block;
  width: 40px;
  height: 40px;
  background: url('./images/avatar.png') no-repeat;
  background-size: cover;
  margin-right: 24px;
}
body .reviews .review-boxes .review-item .details .reviewer {
  color: rgba(51, 70, 211);
  font-size: 14px;
  line-height: 14px;
}
body .reviews .review-boxes .review-item .details .date {
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
}
body .reviews .controls {
  margin-top: 50px;
  width: 200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
body .reviews .controls .arrow-left {
  background: url('./images/arrow-left.png') no-repeat;
}
body .reviews .controls .arrow-right {
  background: url('./images/arrow-right.png') no-repeat;
}
body .reviews .controls .arrow-left,
body .reviews .controls .arrow-right {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover;
  cursor: pointer;
  border-radius: 50%;
}
body .reviews .controls .arrow-left:hover,
body .reviews .controls .arrow-right:hover,
body .reviews .controls .arrow-left:active,
body .reviews .controls .arrow-right:active,
body .reviews .controls .arrow-left:focus,
body .reviews .controls .arrow-right:focus {
  box-shadow: 0px 2px 7px rgba(38, 114, 171, 0.5);
}
body .contacts h2 {
  text-align: center;
  margin: 70px 0 0 0;
  font-size: 36px;
  line-height: 24px;
}
body .contacts p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
body .contacts .map {
  margin-top: 40px;
  height: 570px;
}
body .contacts .info {
  display: flex;
  justify-content: space-between;
}
body .narrow-container {
  width: 950px;
  margin: auto;
}
body .info {
  margin-left: -15px;
  margin-right: -15px;
}
body .info .item {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 15px;
  text-align: center;
  height: 135px;
}
body .info .item .title {
  font-size: 14px;
  line-height: 14px;
  color: black;
}
body .info .item .details-wrapper {
  display: inline-block;
}
body .info .item .details-wrapper .details {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  margin-top: 21px;
  line-height: 24px;
  text-align: left;
}
body .info .item .details-wrapper .details .icon {
  width: 16px;
  margin-right: 17.5px;
}
body .info .item .details-wrapper .details .icon.location {
  background: url('./images/icon-location.png') no-repeat center 4px;
  background-size: 13.5px 16px;
}
body .info .item .details-wrapper .details .icon.phone {
  background: url('./images/icon-phone.png') no-repeat center 4px;
  background-size: 16px 16px;
}
body .info .item .details-wrapper .details .icon.email {
  background: url('./images/icon-email.png') no-repeat center 4px;
  background-size: 16px 14.5px;
}
body .form-wrapper {
  padding: 40px 50px 50px 50px;
  background-color: #E0F7FF;
  border-radius: 5px;
  margin-bottom: 50px;
}
body .form-wrapper h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
body .form-wrapper form {
  margin: 0;
}
body .form-wrapper form .columns-wrapper {
  display: flex;
  margin: 30px -15px 0 -15px;
}
body .form-wrapper form .columns-wrapper .form-column {
  width: 50%;
  padding: 0 15px;
}
body .form-wrapper form .columns-wrapper .form-column input,
body .form-wrapper form .columns-wrapper .form-column textarea {
  width: 100%;
  border: 0.25px solid #c6f1ff;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #ECFBFF;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}
body .form-wrapper form .columns-wrapper .form-column input:active,
body .form-wrapper form .columns-wrapper .form-column textarea:active,
body .form-wrapper form .columns-wrapper .form-column input:focus,
body .form-wrapper form .columns-wrapper .form-column textarea:focus {
  outline: none;
}
body .form-wrapper form .columns-wrapper .form-column input:focus,
body .form-wrapper form .columns-wrapper .form-column textarea:focus,
body .form-wrapper form .columns-wrapper .form-column input:not(:placeholder-shown),
body .form-wrapper form .columns-wrapper .form-column textarea:not(:placeholder-shown) {
  background-color: white;
  color: rgba(0, 0, 0, 0.5);
}
body .form-wrapper form .columns-wrapper .form-column input {
  display: block;
  height: 60px;
  margin-bottom: 20px;
}
body .form-wrapper form .columns-wrapper .form-column input:last-of-type {
  margin-bottom: 0;
}
body .form-wrapper form .columns-wrapper .form-column textarea {
  padding: 18px 30px;
  line-height: 18px;
  height: 140px;
  resize: none;
}
body .form-wrapper form .submit-wrapper {
  text-align: center;
  margin-top: 50px;
}
body .form-wrapper form .submit-wrapper .button {
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
}
body footer {
  background-color: #32ccfe;
  height: 124px;
  padding-top: 36px;
  box-sizing: border-box;
}
body footer .items-wrapper {
  display: flex;
}
body footer .items-wrapper .logo {
  background: url('./images/logo-footer.png') no-repeat;
  background-size: cover;
  height: 52px;
  width: 248px;
  display: block;
}
body footer .items-wrapper ul {
  list-style: none;
  margin: 0 0 0 70px;
  padding: 0;
  display: flex;
  line-height: 52px;
}
body footer .items-wrapper ul li {
  font-size: 18px;
  margin-left: 50px;
  cursor: pointer;
}
body footer .items-wrapper ul li a {
  color: white;
  text-align: center;
  display: inline-block;
}
body footer .items-wrapper ul li a:hover {
  font-weight: 700;
}
body footer .items-wrapper ul li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body footer .items-wrapper ul li:first-of-type {
  margin-left: 0;
}
body footer .items-wrapper .phone-wrapper {
  line-height: 52px;
  margin-left: auto;
}
body footer .items-wrapper .phone-wrapper .phone {
  display: inline-block;
  margin-left: 0;
  margin-top: 11px;
}
::placeholder {
  color: black;
  opacity: 0.3;
  /* Firefox */
}
