/* magra-regular - latin */
@font-face {
  font-family: 'Magra';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/magra-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/magra-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* magra-700 - latin */
@font-face {
  font-family: 'Magra';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/magra-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/magra-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* red-hat-text-regular - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/red-hat-text-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/red-hat-text-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* red-hat-text-500 - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/red-hat-text-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/red-hat-text-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* aleo-regular - latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/aleo-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* aleo-italic - latin */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/aleo-v11-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-v11-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* aleo-700 - latin */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/aleo-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* aleo-700italic - latin */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/aleo-v11-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-v11-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*HTML*/

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: 'Aleo';
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #0d606f;
}

body._lock {
  overflow: hidden;
}

@media (max-width: 600px) {
  p {
    font-size: 9px;
    line-height: 11px;
  }
}

header, main, footer {
  max-width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

footer {
  overflow: visible;
}

@media (max-width: 600px) {
  footer {
    overflow: visible;
  }
}

#garret-parker-mobile {
  display: none;
}

@media (max-width: 600px) {
  header, main, footer {
    max-width: 600px;
    min-width: 320px;
  }
  #garret-parker {
    display: none;
  }
  #garret-parker-mobile {
    display: inline;
    width: 100%;
    height: 251px;
  }
}

h2 {
  text-align: center;
  font-family: 'Red Hat Text';
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #f2785c;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  h2 {
    font-size: 14px;
    line-height: 18.5px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

button:hover, button:focus, button:before {
  background-color: #137e91;
  transition: 0.5s;
}

/*HEADER*/

.header-wrapper {
  height: 90px;
  background-color: rgba(242, 120, 92, 0.7);
  box-shadow: 0px 4px 4px rgba(13, 96, 111, 0.5);
  color: #ffffff;
}

@media (max-width: 600px) {
  .header-wrapper {
    height: 75px;
    background-color: transparent;
    box-shadow: none;
    background: linear-gradient(180deg, #0D606F 0%, rgba(13, 96, 111, 0) 85%);
  }
}

.body-background {
  position: absolute;
  z-index: -1;
}

.header-container {
  display: flex;
  margin-left: 120px;
  margin-bottom: 34px;
  padding-top: 25px;
  align-items: flex-end;
  flex-wrap: nowrap;
}

@media (max-width: 600px) {
  .header-container {
    margin-left: 16px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 43px;
    justify-content: space-between;
  }
}

.header-logo {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  transition: 0.5s;
}

.header-logo:hover, .header-logo:focus, .header-logo:after {
  opacity: 0.75;
  color: #d1cccc;
  transition: 0.5s;
}

.header-logo-img {
  padding-right: 6px;
}

@media (max-width: 600px) {
  .header-logo-img {
    padding-right: 0;
  }
}

.header-logo-text {
  font-family: 'Magra';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  /*line-height: 39px;*/
  white-space: nowrap;
}

@media (max-width: 600px) {
  .header-logo-text {
    display: none
  }
}

.header-nav {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

@media (max-width: 600px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  min-width: max-content;
  margin-left: 158px;
}

.header-nav-item {
  display: inline-block;
  padding-right: 42px;
  white-space: nowrap;
}

.header-nav-item:last-child {
  padding-right: 196px;
}

.header-nav-link {
  transition: 0.5s;
}

.header-nav-link:hover, .header-nav-link:focus, .header-nav-link:before {
  opacity: 0.75;
  color: #d1cccc;
  transition: 0.5s;
}

.header-container-button {
  display: flex;
  position: relative;
  margin-bottom: -10px;
}

@media (max-width: 600px) {
  .header-container-button {
    display: none;
  }
}

.header-button {
  width: 103px;
  height: 41px;
  border: none;
  border-radius: 10px;
  background-color: #0d606f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 3px rgba(13, 96, 111, 0.16);
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: inherit;
  transition: 0.5s;
}

/*BURGER*/

.header-burger {
  display: none;
}

@media (max-width: 600px) {
  .header-burger {
    display: block;
  }
}

.header-burger-menu {
  display: none;
}

.header-burgen-hiden-click {
  display: none;
}

@media (max-width: 600px) {
  .header-burger-menu {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 165px;
    height: 250px;
    background-color: #f2785c;
    box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
    border-radius: 10px;
    transform: translate(100%, 0px);
    transition: all 0.5s ease 0s;
    overflow: auto;
  }

  .header-burger-menu-nav-close {
    display: block;
    margin-top: 15.5px;
    margin-left: 15.5px;
    margin-bottom: 13.5px;
  }
  .header-burger-menu-nav-link {
    text-align: right;
    margin-right: 15px;
    font-family: 'Red Hat Text';
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .header-burger-menu._active {
    transform: translate(0px, 0px);
  }
  .header-burgen-hiden-click._active {
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
  }
}

/* Test media focus
@media (max-width: 600px) {
  .header-logo-img, .header-burger {
    transition: 0.5s;
  }
}

@media (max-width: 600px) {
  .header-logo-img:hover, .header-logo-img:focus, .header-logo-img:after,
  .header-burger:hover, .header-burger-img:focus, .header-burger:after {
    opacity: 0.75;
    color: #d1cccc;
    transition: 0.5s;
  } 
}
*/

/*SECTION PREVIEW*/

.section-preview {
  height: 675px;
}

@media (max-width: 600px) {
  .section-preview {
    height: auto;
  }
}

.preview-container {
  margin-right: 428px;
  padding-top: 32px;
  margin-left: 120px;
  color: #ffffff;
}

@media (max-width: 600px) {
  .preview-container {
    padding-top: 0;
    margin-top: 67px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preview-header {
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
}

.preview-text {
  padding-top: 32px;
  padding-bottom: 46px;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 600px) {
  .preview-header, .preview-text {
    display: none;
  }
}

.preview-search {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

input[class="preview-search-text"]::placeholder, .preview-search-text {
  text-indent: 41px;
  font-size: 24px;
  font-style: italic;
  line-height: 29px;
  color: #f2785c;
}

@media (max-width: 600px) {
  input[class="preview-search-text"]::placeholder, .preview-search-text {
    font-weight: 400;
    text-indent: 16.5px;
    font-size: 14px;
    font-style: italic;
    line-height: 16.8px;
  }
}

.preview-search-text {
  width: 100%;
  height: 95px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

@media (max-width: 600px) {
  .preview-search-text {
    width: 100%;
    height: 48px;
  }
}

.preview-search-text:focus {
  background: rgba(255, 255, 255, 0.925);
  transition: 0.5s;
}

.preview-button{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 228px;
  height: 59px;
  border: none;
  border-radius: 10px;
  background: #0d606f;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
  font-family: 'Red Hat Text';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .preview-button{
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 92px;
    height: 30px;
    font-size: 11px;
    line-height: 15px;
  }
}

/*SECTION STEPS*/

.section-steps-header {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .section-steps-header {
    padding-top: 81px;
    padding-bottom: 20px;
  }
}

.section-steps-wrapper{
  margin-right: 132px;
  display: flex;
  margin-left: 131px;
  flex-wrap: nowrap;
}

@media (max-width: 600px) {
  .section-steps-wrapper{
    margin-left: 15px;
    margin-right: 15px;
    justify-content: space-between;
  }
}

.section-steps-frame-container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.section-steps-frame-text {

}

@media (max-width: 600px) {
  .section-steps-frame-text {
    display: none;
  }
}

.section-steps-text-container {
  display: none;
}

@media (max-width: 600px) {
  .section-steps-text-container {
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    justify-content: space-between;
  }
}

.section-steps-text-mobile {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

.section-steps-text-mobile:first-child {
  text-align: left;
  margin-right: 31px;
}

.section-steps-text-mobile:nth-child(2) {
  width: 111px;
  white-space: nowrap;
}

.section-steps-text-mobile:last-child {
  text-align: right;
}

.section-steps-frame-container:first-child {
  margin-right: 231px;
}

.section-steps-frame-container:last-child {
  margin-left: 160px;
}

@media (max-width: 600px) {
  .section-steps-frame-container:first-child {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .section-steps-frame-container:last-child {
    margin-left: 0;
  }
}

.section-steps-frame-block {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  background-color: #f2785c;
  border-radius: 16px;
}

@media (max-width: 600px) {
  .section-steps-frame-block {
    width: 70px;
    height: 70px;
    margin-bottom: 19px;
  }
}

.section-steps-frame-block-img-bike {
  margin-top: 28px;
  margin-left: 25px;
}

@media (max-width: 600px) {
  .section-steps-frame-block-img-bike {
    width: 35px;
    height: 31.5px;
    margin-top: 19px;
    margin-left: 18px;
  }
}

.section-steps-frame-block-img-calc {
  margin-top: 24px;
  margin-left: 24px;
}

@media (max-width: 600px) {
  .section-steps-frame-block-img-calc {
    width: 35px;
    height: 35px;
    margin-top: 18px;
    margin-left: 18px;
  }
}

.section-steps-frame-block-img-airplane {
  margin-top: 28px;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .section-steps-frame-block-img-airplane {
    width: 40px;
    height: 30px;
    margin-top: 20px;
    margin-left: 15px;
  }
}

/*SECTION DESTINATIONS*/

.section-destinations-header {
  padding-top: 97px;
  padding-bottom: 46px;
}

@media (max-width: 600px) {
  .section-destinations-header {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}

.section-destinations-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

/*CAROUSEL*/
.carousel-wrapper {
  display: inherit;
}
.carousel {
  display: inherit;
  /*margin-*/left: -540px;
  position: relative;
  transition: all ease 2s;
}
@media (max-width: 600px) {
  .carousel {
    /*margin-*/left: 0;
  }
}

/*CAROUSEL END*/

@media (max-width: 600px) {
  .section-destinations-wrapper {
    width: 100%;
    margin: 0 15px;
  }
}

.section-destinations-container {
  position: relative;
  padding-right: 60px;
}

@media (max-width: 600px) {
  .section-destinations-container {
    padding-right: 0;
    margin-right: 15px;
  }
}

.section-destinations-img-mobile {
  display: none;
}

.section-destinations-img {
  display: block;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .section-destinations-img {
    display: none;
  }
}

@media (max-width: 600px) {
  .section-destinations-img-mobile {
    display: block;
    border-radius: 16px;
    transition: 1s;
  }
  #destination-img-hidden {
    display: none;
  }
}

.section-destinations-text {
  position: absolute;
  bottom: 40px;
  left: 15px;
  text-transform: uppercase;
  font-family: 'Red Hat Text';
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 600px) {
  .section-destinations-text {
    top: 8px;
    font-size: 20px;
    line-height: 26px;
  }
}

.section-destinations-points-container {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 681px;
  margin-top: 24px;
}

@media (max-width: 600px) {
  .section-destinations-points-container {
    position: relative;
    margin-left: 177px;
    margin-top: -20px;
    z-index: 1;
  }
}

.section-destinations-point {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: rgba(242, 120, 92, 0.5);
  border-radius: 50%;
}
.section-destinations-point.target {
  background: #f2785c;
}

.section-destinations-point.target-mobile {
  background: #f2785c;
}

@media (max-width: 600px) {
  .section-destinations-point {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    background: rgba(242, 120, 92, 0.5);
    pointer-events: none;
  }
}
.section-destinations-arrow-container {
  display: none;
}

@media (max-width: 600px) {
  .section-destinations-arrow-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 368px;
    margin-left: 11px;
    margin-top: -122px;
    z-index: 2;
  }
}
.arrow-carousel {
  margin: 15px;
  transition: 0.5s;
}
.arrow-carousel:active {
  opacity: 0;
  transition: 0.5s;
}

.scalex {
  /*opacity: 0.5;*/
  transform: scaleX(-1);
  }

  @media (max-width: 600px) {
    .destinations-button-mobile {
      margin-top: 77.5px;
    }
  }

.destinations-button {
  position: relative;
  padding: 0;
  margin-top: 40px;
  margin-left: 607px;
  width: 228px;
  height: 59px;
  background: #0d606f;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  border: none;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .destinations-button {
    margin-top: 10px;
    margin-left: 149px;
    width: 92px;
    height: 30px;
  }
}

.destinations-button:last-child {
  margin-left: 608px;
  margin-bottom: 41px;
}

@media (max-width: 600px) {
  .destinations-button:last-child {
    margin-left: 149px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  #stories-button {
    margin-bottom: 13px;
  }
}

.destinations-button-img {
  position: absolute;
  left: 33.5px;
  top: 18.25px;
}

@media (max-width: 600px) {
  .destinations-button-img {
    width: 10px;
    height: 10px;
    left: 12px;
    top: 10px;
  }
}

.destinations-button-text {
  position: absolute;
  left: 81px;
  top: 13.5px;
  font-family: 'Red Hat Text';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

@media (max-width: 600px) {
  .destinations-button-text {
    left: 28px;
    top: 7.5px;
    font-size: 11px;
    line-height: 15px;
  }
}

/*SECTION STORIES*/

.section-stories-header {
  padding-top: 80px;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
  .section-stories-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section-stories-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 120px;
  padding-right: 125px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 600px) {
  .section-stories-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-stories-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .section-stories-container {
    margin-top: 15px;
  }
}

.section-stories-container:first-child {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .section-stories-container:first-child {
    margin-top: 10px;
  }
}

.section-stories-img {
  display: block;
  margin-right: 40px;
  filter: drop-shadow(0px 4px 4px #0D606F);
  border-radius: 16px;
}

@media (max-width: 600px) {
  .section-stories-img {
    display: none;
  }
}

.section-stories-img-mobile {
  display: none;
}

@media (max-width: 600px) {
  .section-stories-img-mobile {
    display: block;
    width: 155px;
    height: 130px;
    margin-right: 10px;
    filter: drop-shadow(0px 4px 4px #0D606F);
    border-radius: 16px;
  }
}

.section-stories-text {
  text-align: left;
  margin-top: 5px;
}

.section-stories-text-header {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .section-stories-text-header {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}

.section-stories-text-desc {

}

@media (max-width: 600px) {
  .section-stories-text-desc {
    display: none;
  }
}

.section-stories-text-mobile {
  display: none;
}

@media (max-width: 600px) {
  .section-stories-text-mobile {
    display: block;
  }
}

.section-stories-text-link {
  font-weight: 700;
  text-decoration: underline;
  transition: 0.5s;
}

.section-stories-text-link:hover, .section-stories-text-link:focus, .section-stories-text-link:before {
  opacity: 0.6;
  transition: 0.5s;
  color: #137e91;
}

.section-stories-form {
  background: rgba(255, 255, 255, 0.7);
}

/* FOOTER */

.footer-wrapper {
  position: relative;
  height: 61px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .footer-wrapper {
    height: 65px;
  }
}

.body-background-down {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 600px) {
  .body-background-down {
    display: none;
  }
}

.body-background-down-mobile {
  display: none;
}

@media (max-width: 600px) {
  .body-background-down-mobile {
    display: inline;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 693px;
  }
}

.footer-github-container {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .footer-github-container {
    display: none;
  }
}

.footer-social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.footer-social-item {
  display: inline-block;
  padding-right: 20px;
  transition: 0.5s;
}

@media (max-width: 600px) {
  .footer-social-item {
    padding-right: 21px;
  }
}

.footer-social-item:last-child {
  padding-right: 0;
}

.footer-social-item:hover, .footer-social-item:focus, .footer-social-item:before {
  opacity: 0.6;
  transition: 0.5s;
}

.footer-rss-img {
  width: 75px;
  height: 30px;
}

.footer-social-container {
  justify-content: space-between;
  margin-right: 121px;
  margin-left: 328px;
  margin-top: 14px;
}

@media (max-width: 600px) {
  .footer-social-container {
    margin-right: 120px;
    margin-left: 129px;
    margin-top: 15px;
  }
}

.footer-text {
  margin-top: 21px;
  margin-left: 329px;
  font-family: 'Red Hat Text';
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}

@media (max-width: 600px){
  .footer-text {
    display: none;
  }
}

/* POPUP */

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000091;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.popup.open .popup-content {
  transform: translate(0px, 0);
  opacity: 1;
}
.popup-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 650px;
  height: 660px;
  background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 25px 45px 23px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}
.popup-content.active {
  height: 436px;
}

@media (max-width: 600px) {
  .popup-content {
    padding: 15px 10px;
  }
}

.popup-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.popup-title.lock {
  display: none;
}
.popup-title-create {
  display: none;
}
.popup-title-create.active {
  display: block;
}

@media (max-width: 600px) {
  .popup-title {
    font-size: 24px;
    line-height: 20px;
  }
}
.popup-container-forhiden {
  width: 100%;
}
.popup-container-forhiden.lock {
  display: none;
}

.popup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 0 0 20px;
  background: #1877F2;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  border: none;
  transition: 0.5s;
}
.popup-button-google{
  margin: 0;
  background: #FFFFFF;
}
.popup-button-text {
  font-family: 'Red Hat Text';
  font-size: 20px;
  line-height: 26px;
  margin-left: 16px;
}
.popup-button-whitecol {
  color: #FFFFFF;
}
.popup-button-google:hover, .popup-button-google:focus, .popup-button-google:active {
  background: #1876f215;
  transition: 0.5s;
}
.popup-button-fb:hover, .popup-button-fb:focus, .popup-button-fb:active {
  background: #125dc0;
  transition: 0.5s;
}
.separator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  margin: 30px 0 10px;
}
.separator-line {
  width: 100%;
  border: 1px solid rgba(13, 96, 111, 0.5);
}

#separator-line-id.active {
  margin-top: 26px;
}

.separator-text {
  margin: 0 9px;
}
.popup-input-container {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
}
.popup-input-text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
.popup-input-container-pas {
  margin-top: 20px;
}
.popup-input {
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  font-size: 20px;
  line-height: 26px;
  transition: 0.5s;
}
.popup-input:focus, .popup-input:active {
  background: #b1b1b11a;
  transition: 0.5s;
}
.popup-button-signin {
  margin-top: 25px;
  margin-bottom: 0;
  color: #FFFFFF;
  background: #0D606F;
}
.signin-span {
  margin-left: 0;
}

#popup-button-text-signin.lock {
  display: none;
}
#popup-button-text-signup {
  display: none;
}
#popup-button-text-signup.active {
  display: inline;
}
#popup-forhiden.lock {
  display: none;
}

.popup-links-text {
  margin-top: 10px;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  transition: 0.5s;
}
.popup-links-text:hover, .popup-links-text:focus, .popup-links-text::before {
  opacity: 0.6;
  transition: 0.5s;
  color: #137e91;
}
.popup-links-text-register {
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(13, 96, 111, 0.5);
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}
.popup-links-text-back {
  margin-top: 0;
  color: #0D606F;
}
#popup-links-text-register-forhiden.lock {
  display: none;
}

#popup-links-text-login {
  display: none;
}
#popup-links-text-login.active {
  display: block;
}
