body {
  margin: 0;
  background: #1D4369;
  color: #26507B;
  font-family: 'Roboto', sans-serif;
  font-size: 20px
}
html, body {
  /*overflow-x: hidden;*/
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none
}
.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FDFEFB;
  border-radius: 3px
}
.navbar__wrap {
  text-align: center;
}
.navbar__wrap img {
  max-width: 100%
}
.header-content__wrap {
  display: flex;
align-items: center;
margin: 0 94px;
padding: 50px;
justify-content: space-between;
}
.header-logo {
  max-width: 300px;
padding: 10px 0;
}
.header-logo img {
  max-width: 100%
}
.buttons {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-left: 20px
}
.buttons .btn {
  font-size: 28px;
  font-weight: bold;
  padding: 27px 47px;
  margin: 0 25px
}
.btn-register {
  background: #9EE91C;

}
.btn-login {
  background: #2189CF
}
.buttons svg:nth-child(4) {
  transform: rotate(180deg);
}
.contacts {
  margin-left: 20px
}
.contacts-header {
  font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 5px;
    color: #FDFEFB
}
.contacts-phone a {
  font-size: 34px;
color: #FDFEFB;
font-weight: 800;
white-space: nowrap;
}
.main {
  margin: 0 94px;
  background: #E9EEF2;
  padding-top: 30px
}
.main__inner {
  background: #fff;
  margin: 0 30px;
}
.main-img__content {
  max-width: 50%;
padding: 40px 120px 50px;
}
.main-img {
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%),url('../img/main-img.jpg');
  background-size: cover;

}
.main-title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px
}
.btn-open {
  font-size: 28px;
  font-weight: bold;
  padding: 18px 47px;
  background: #9EE91C;
  display: block;
  max-width: fit-content
}
.main-content {
  display: flex;
padding: 50px 7%;
justify-content: space-between;
}
.main-content__left {
  flex: 0 1 50%
}
.content-block-title {
  font-size: 32px;
text-transform: uppercase;
font-weight: 600;
margin-top: 0
}
.content-block {
  margin-bottom: 50px
}
.content-block p {
  line-height: 30px
}
.btn-content-register {
  background: #7DAA2F;
    padding: 18px 49px;
    margin-top: 20px;
    display: block;
    max-width: fit-content;
    font-weight: 600
}
.content-img img {
  max-width: 100%
}
.content-notice {
  background: rgb(158, 233, 28, .2);
border-radius: 5px;
padding: 40px 50px 40px 20px;
display: flex;
align-items: center;
margin-top: 50px;
margin-bottom: 10vh;
}
.content-notice svg {
  flex: 1 0 auto;
    margin-right: 20px;
}
.content-notice p {
  color: #2d3033;
    line-height: 30px;
    margin: 0;
}
.floating {
  background: #e9eef2;
    padding: 40px 50px;
    position: sticky;
    top: 30px
}
.floating-title {
  margin-top: 0;
font-size: 28px;
text-transform: uppercase;
}
.floating .btn {
  display: block;
text-align: center;
padding: 27px 0;
font-weight: 600;
font-size: 28px;
margin-bottom: 20px;
}
.floating .btn-register {

}
.main-content__right {
  flex: 0 1 40%
}
.floating__wrap {
  position: relative;
  height: 350vh
}

@media (min-width: 1920px) {
  .main {
    max-width: 1740px;
    margin: 0 auto;
  }
  .header-content__wrap {
    max-width: 1740px;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .buttons .btn {
    font-size: 22px
  }
  .contacts-header {
    font-size: 16px
  }
  .contacts-phone a {
    font-size: 26px
  }
  .floating-title {
    font-size: 19px
  }
}
@media (max-width: 1250px) {
  .header-content__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .navbar__wrap {
    display: none
  }
  .main {
    margin: 0 15px
  }
  .header-content__wrap {
    margin: 0 15px;
    padding: 30px 0
  }
  .header-logo {
    max-width: 55%;
  }
  .buttons {
    flex-wrap: wrap;
    flex: 0 1 auto;
    margin-left: 0
  }
  .buttons .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }
  .buttons svg {
    display: none
  }
  .contacts {
    margin-left: 0;
    text-align: center;
  }
  .main-content {
    flex-wrap: wrap;
  }
  .main-content__left {
    flex-basis: 100%;

  }
  .main__inner {
    margin: 0
  }
  .main-content__right {
    flex-basis: 100%
  }
  .main-img__content {
    max-width: 100%;
    padding: 30px
  }
  .main-title {
    font-size: 24px
  }
  .header-content__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-open {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    padding: 12px 0
  }
  .content-block-title {
    font-size: 24px
  }
  .content-block p {
    font-size: 16px;
    line-height: 1.3;
  }
  .content-notice {
    flex-wrap: wrap;
    padding: 20px
  }
  .content-notice svg {
    margin-right: 0
  }
  .content-notice p {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
    text-align: center;
  }
  .btn-content-register {
    max-width: 100%;
    text-align: center;
    padding: 12px 0
  }
  .floating__wrap {
    height: unset
  }
  .floating {
    padding-left: 15px;
    padding-right: 15px;
    top: unset;
    bottom: 0
  }
  .floating-title {
    font-size: 17px;
    text-align: center;
  }
  .floating .btn {
    font-size: 18px;
    padding: 18px 0
  }
}
