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

html {
  height: 100%;
  /* sticky footer */
}

body {
  height: 100%;
  /* sticky footer */
  display: flex;
  /* sticky footer */
  flex-direction: column;
  /* sticky footer */
  font-family: 'PT Sans', sans-serif;
  color: #31405B;
}

body > * {
  flex-shrink: 0;
  /* sticky footer */
}

input {
  font-family: 'PT Sans', sans-serif;
}

label {
  cursor: pointer;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.inner-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.none {
  display: none;
}

.bgcolor {
  background-color: #F2F8F6;
}

.main-header {
  font-size: 54px;
  color: #31405B;
  line-height: 1.3;
}

.inner-page.article {
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .inner-page.article {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .inner-page.article {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .inner-page.article {
    padding-bottom: 40px;
  }
}

.row-article-page {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .row-article-page {
    flex-direction: column-reverse;
    row-gap: 45px;
    width: 570px;
  }
}
@media (max-width: 599px) {
  .row-article-page {
    width: 100%;
    row-gap: 30px;
  }
}

.article-page-nav {
  width: 270px;
  flex-shrink: 0;
  flex-grow: 0;
  /* Mobile */
}
@media (max-width: 899px) {
  .article-page-nav {
    width: 100%;
  }
}

.article-page-nav-title {
  margin-bottom: 34px;
  font-size: 28px;
  color: #31405B;
  text-align: left;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .article-page-nav-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .article-page-nav-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.article-page-nav-list {
  font-size: 20px;
  border-top: 1px solid #D6D9D8;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-nav-list {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .article-page-nav-list {
    font-size: 16px;
  }
}

.article-page-nav-list li {
  border-bottom: 1px solid #D6D9D8;
}

.article-page-nav-list a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #138ECE;
  text-decoration: none;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-nav-list a {
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .article-page-nav-list a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 60px;
  }
}

.article-page-nav-list a.active {
  font-weight: bold;
  color: #E04E4E;
}

.article-page-nav-list a:hover {
  text-decoration: underline;
}

.inner-page.contacts {
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .inner-page.contacts {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .inner-page.contacts {
    padding-bottom: 40px;
  }
}

.contact-header {
  margin-bottom: 40px;
  /* Mobile */
}
@media (max-width: 899px) {
  .contact-header {
    margin-bottom: 30px;
  }
}

.main-header.contacts {
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .main-header.contacts {
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .main-header.contacts {
    font-size: 28px;
    line-height: 1;
  }
}

.contact-row {
  display: flex;
  align-items: flex-start;
  column-gap: 69px;
  /* Tablet */
}
@media (max-width: 1199px) {
  .contact-row {
    flex-direction: column;
    row-gap: 40px;
  }
}

.contact-info {
  width: 470px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .contact-info {
    width: 100%;
    flex-direction: row;
    column-gap: 30px;
  }
}
@media (max-width: 899px) {
  .contact-info {
    flex-direction: column;
  }
}

.contact-block-title {
  margin-bottom: 20px;
  color: #31405B;
  font-size: 28px;
  font-weight: bold;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .contact-block-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .contact-block-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.contact-block-body {
  font-size: 20px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .contact-block-body {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .contact-block-body {
    font-size: 16px;
  }
}

.contact-block-map {
  width: 100%;
  height: 345px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .contact-block-map {
    width: 420px;
    height: 310px;
  }
}
@media (max-width: 899px) {
  .contact-block-map {
    width: 570px;
  }
}
@media (max-width: 599px) {
  .contact-block-map {
    width: 100%;
    height: 157px;
  }
}

.contact-list {
  line-height: 1.6;
}

.contact-list li:not(:last-child) {
  margin-bottom: 15px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .contact-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.contact-list a {
  color: #138ECE;
  text-decoration: none;
}

.contact-list-icon {
  padding-left: 39px;
  position: relative;
}

.contact-list-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
}

.contact-list-icon.phone::before {
  background-image: url("./../img/icons/phone.svg");
}

.contact-list-icon.mail::before {
  background-image: url("./../img/icons/mail.svg");
}

.contact-list-icon.address::before {
  background-image: url("./../img/icons/map-pin.svg");
}

.inner-page.tours {
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .inner-page.tours {
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .inner-page.tours {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.inner-page-tours-header {
  margin-bottom: 60px;
  text-align: center;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .inner-page-tours-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 599px) {
  .inner-page-tours-header {
    margin-bottom: 30px;
  }
}

.main-header.tours {
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .main-header.tours {
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .main-header.tours {
    font-size: 28px;
    line-height: 1;
  }
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .cards-wrapper {
    row-gap: 20px;
  }
}

.cards-row {
  display: flex;
  column-gap: 30px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .cards-row {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 599px) {
  .cards-row {
    row-gap: 20px;
  }
}

.cards-column {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .cards-column {
    row-gap: 20px;
  }
}

.button {
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  background-color: #0AC883;
  box-shadow: 0px 8px 20px rgba(24, 219, 148, 0.35);
  border-radius: 50px;
  border: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: #35e8a6f8;
}
.button:active {
  position: relative;
  top: 1px;
  background-color: #0AC883;
}

.header {
  position: relative;
  height: 800px;
  padding-top: 50px;
  background-color: #265847;
  background-image: url("./../img/header/header-bg.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #265847;
  background-image: url("./../img/header/header-small-bg.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  /* Mobile */
}
@media (max-width: 899px) {
  .header-inner {
    height: 80px;
  }
}

.header-inner .logo {
  /* Mobile */
}
@media (max-width: 899px) {
  .header-inner .logo {
    font-size: 30px;
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1170px;
}

.header-nav {
  color: #fff;
  font-size: 22px;
}

.header-nav-button {
  display: none;
}

.header-nav-list {
  display: flex;
}

.header-nav-list-item:not(:last-child) {
  margin-right: 50px;
}

.header-nav-link {
  color: #fff;
  text-decoration: none;
}
.header-nav-link:hover {
  text-decoration: underline;
}

.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1170px;
  text-align: center;
}

.header-title {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.header-content p {
  font-size: 24px;
}

.header-scroll {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding-bottom: 34px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.header-scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background-image: url("../img/header/arrow-down.svg");
}

.logo {
  font-family: 'Lobster', cursive;
  font-weight: normal;
  font-size: 40px;
}

.main {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.main-row:last-child {
  margin-bottom: 0;
}

.main-row:nth-child(even) {
  flex-direction: row-reverse;
}

.main-content {
  width: 470px;
}

.main-content-header {
  margin-bottom: 20px;
}

.main-content-text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.6;
  color: #31405B;
}

.main-content-text a {
  color: #138ECE;
}

.main-content-text p {
  margin-top: 0;
  margin-bottom: 15px;
}

.main-img {
  width: 570px;
}

.footer {
  margin-top: auto;
  /* sticky footer */
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #265847;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-widgets-wrapper {
  display: flex;
  padding-top: 10px;
}

.footer-copyright {
  width: 270px;
}

.footer-copyright p {
  font-size: 16px;
  line-height: 1.64;
}

.footer-widget {
  font-size: 18px;
}

.footer-widget-info {
  width: 170px;
}

.footer-widget-services,
.footer-widget-contacts {
  width: 270px;
}

.footer .logo {
  margin-bottom: 28px;
}

.footer-widget + .footer-widget {
  margin-left: 30px;
}

.footer-widget-title {
  margin-bottom: 30px;
  font-size: 24px;
}

.footer-widget-list {
  font-size: 18px;
}

.footer-widget-list li:not(:last-child) {
  margin-bottom: 15px;
}

.card-link-wrapper {
  color: #fff;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}

.card-link-wrapper:hover {
  opacity: 0.9;
}

.card {
  width: 570px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .card {
    width: 420px;
  }
}
@media (max-width: 899px) {
  .card {
    width: 570px;
  }
}
@media (max-width: 599px) {
  .card {
    width: 290px;
  }
}

.card.bigger {
  width: 670px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .card.bigger {
    width: 495px;
  }
}
@media (max-width: 899px) {
  .card.bigger {
    width: 570px;
  }
}
@media (max-width: 599px) {
  .card.bigger {
    width: 290px;
  }
}

.card.small {
  width: 470px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .card.small {
    width: 345px;
  }
}
@media (max-width: 899px) {
  .card.small {
    width: 570px;
  }
}
@media (max-width: 599px) {
  .card.small {
    width: 290px;
  }
}

.card-title-wrapper {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 80px;
  background-color: #A6A6A6;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .card-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
  }
}
@media (max-width: 899px) {
  .card-title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 599px) {
  .card-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
  }
}

.card.extreme-color .card-title-wrapper {
  background-color: #C1B19B;
}

.card.adventures-color .card-title-wrapper {
  background-color: #66B0BE;
}

.card.tracking-color .card-title-wrapper {
  background-color: #876F56;
}

.card.jungle-color .card-title-wrapper {
  background-color: #27695E;
}

.card-title {
  font-size: 28px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .card-title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .card-title {
    font-size: 20px;
  }
}

.article-page-article {
  width: 770px;
  flex-shrink: 0;
  flex-grow: 0;
  color: #31405B;
  font-size: 20px;
  line-height: 1.6;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .article-page-article {
    width: 570px;
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .article-page-article {
    width: 100%;
    font-size: 16px;
  }
}

.article-page-article a {
  color: #138ECE;
}

.article-page-article h1,
.article-page-article h2,
.article-page-article h3,
.article-page-article h4 {
  margin-bottom: 15px;
}

.article-page-article h2,
.article-page-article h3,
.article-page-article h4 {
  /* Mobile XS */
}
@media (max-width: 599px) {
  .article-page-article h2,
  .article-page-article h3,
  .article-page-article h4 {
    line-height: 1;
  }
}

.article-page-article h1 {
  margin-top: -6px;
  margin-bottom: 40px;
  font-size: 54px;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-article h1 {
    margin-bottom: 22px;
    font-size: 50px;
  }
}
@media (max-width: 899px) {
  .article-page-article h1 {
    font-size: 42px;
  }
}
@media (max-width: 599px) {
  .article-page-article h1 {
    margin-bottom: 15px;
    font-size: 28px;
  }
}

.article-page-article h2 {
  margin-top: 27px;
  font-size: 32px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-article h2 {
    margin-top: 23px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .article-page-article h2 {
    margin-bottom: 15px;
  }
}

.article-page-article h3 {
  margin-top: 25px;
  font-size: 26px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-article h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .article-page-article h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.article-page-article h4 {
  margin-top: 25px;
  font-size: 22px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .article-page-article h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .article-page-article h4 {
    margin-top: 28px;
    margin-bottom: 20px;
  }
}

.article-page-article p {
  margin-bottom: 15px;
}

.article-page-article img {
  margin-top: 40px;
  margin-bottom: 40px;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .article-page-article img {
    margin-top: 31px;
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .article-page-article img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.article-page-article > *:last-child {
  margin-bottom: 0;
}

.form {
  padding: 40px;
  width: 630px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(211, 211, 211, 0.25);
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .form {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .form {
    padding: 30px;
  }
}
@media (max-width: 599px) {
  .form {
    padding: 20px 15px 30px;
  }
}

.form-title {
  margin-bottom: 20px;
  font-size: 28px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .form-title {
    font-size: 24px;
  }
}

.form-group {
  margin-bottom: 30px;
  font-size: 18px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .form-group {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.form-group:last-of-type {
  margin-bottom: 35px;
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .form-group:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .form-group:last-of-type {
    margin-bottom: 20px;
  }
}

.form-group-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .form-group-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.form-group-row {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .form-group-row {
    flex-direction: column;
  }
}

.form-group-row:last-child {
  margin-bottom: 0;
}

.form-group-row > .input + .input {
  margin-left: 10px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .form-group-row > .input + .input {
    margin-left: 0;
  }
}

.input {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  background: #EEEEEE;
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  font-size: 18px;
  color: #31405B;
}

.input:not(:last-child) {
  /* Mobile XS */
}
@media (max-width: 599px) {
  .input:not(:last-child) {
    margin-bottom: 10px;
  }
}

.input::placeholder {
  color: rgba(49, 64, 91, 0.5);
}

.radio-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .radio-row {
    margin-bottom: 10px;
  }
}

.radio-row:last-child {
  margin-bottom: 0;
}

.real-radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  appearance: none;
}

.real-radio:focus + .custom-radio {
  box-shadow: 0 0 2px #333;
}

.custom-radio {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  background: #EEEEEE;
  border: 1px solid #C0C0C0;
  border-radius: 50%;
}

.custom-radio::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #2AB698;
  border-radius: 50%;
  transition: transform 0.2s ease-in;
}

.real-radio:checked + .custom-radio::before {
  transform: translate(-50%, -50%) scale(1);
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.checkbox-row:last-child {
  margin-bottom: 0;
}

.real-checkbox {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  appearance: none;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  flex-shrink: 0;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background: #EEEEEE;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
}

.custom-checkbox::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in;
}

.real-checkbox:checked + .custom-checkbox::before {
  transform: translate(-50%, -50%) scale(1);
}

.real-checkbox:focus + .custom-checkbox {
  box-shadow: 0 0 2px #333;
}

@media (max-width: 1199px) {
  .container {
    width: 900px;
  }

  .header {
    height: 591px;
  }

  .header-top {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-content {
    width: 900px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-nav-button {
    display: block;
    background: transparent;
    border: none;
  }

  .header-nav-list {
    display: none;
  }

  .header-title {
    font-size: 52px;
  }

  .header-scroll {
    font-size: 0;
  }

  /* Main */
  .main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-row {
    margin-bottom: 80px;
  }

  .main-content {
    width: 420px;
  }

  .main-header {
    font-size: 50px;
    line-height: 1;
  }

  .main-content-text {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .main-img {
    width: 420px;
  }

  /* Footer */
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget-info {
    width: 195px;
  }

  .footer-widget-services {
    display: none;
  }

  .footer-copyright {
    width: 195px;
  }

  .footer-copyright .logo {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .footer-copyright p {
    font-size: 14px;
  }

  .footer-widget-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .container {
    width: 100%;
  }

  .header-top {
    width: 100%;
  }

  .header-content {
    width: 100%;
  }

  .header-title {
    font-size: 42px;
  }

  .header-content p {
    font-size: 20px;
  }

  /* Main */
  .main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content {
    width: auto;
  }

  .main-row {
    margin-bottom: 60px;
    flex-direction: row-reverse;
  }

  .main-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .main-header {
    font-size: 42px;
  }

  .main-content-text {
    font-size: 16px;
  }

  .button {
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 46px;
  }

  .main-img {
    flex-shrink: 0;
    width: 170px;
    margin-right: 30px;
  }

  .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Footer */
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-copyright {
    order: 1;
    width: auto;
  }

  .footer-widgets-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
  }

  .footer-widget + .footer-widget {
    margin-left: 0;
  }

  .footer-widgets-wrapper > * {
    width: calc(50% - 15px);
  }
}
@media (max-width: 599px) {
  .container {
    width: 320px;
  }

  .header-top {
    width: 100%;
  }

  .header-content {
    width: 100%;
  }

  .logo {
    font-size: 30px;
  }

  .header-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .header-content p {
    font-size: 18px;
  }

  /* Main */
  .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main .container {
    width: 100%;
  }

  .main-header {
    font-size: 34px;
  }

  .main-row {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  .main-row:nth-child(even) {
    flex-direction: column-reverse;
  }

  .main-img {
    width: auto;
    height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* Footer */
  .footer {
    text-align: center;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-widgets-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-widget-services {
    display: block;
  }

  .footer-widget:not(:last-child) {
    margin-bottom: 40px;
  }

  .footer-widget + .footer-widget {
    margin-left: 0;
  }

  .footer-widgets-wrapper > * {
    width: 100%;
  }

  .footer-copyright .logo {
    margin-bottom: 10px;
  }

  .footer-widget-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-widget-list {
    font-size: 16px;
  }

  .footer-widget-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-widget-contacts .footer-widget-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
