@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  font-variant-ligatures: none;
}

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

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

.f-jcsb {
  display: flex;
  justify-content: space-between;
}

.f-center {
  display: flex;
  align-items: center;
}

.f-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-justify-center {
  display: flex;
  justify-content: center;
}

.members-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  background: #000;
  color: #fff;
  font-family: "Unbounded", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Unbounded", sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Unbounded", sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: "Unbounded", sans-serif;
}

.container {
  width: 1150px;
  margin: 0 auto;
  padding: 0px 15px;
}

section {
  padding: 80px 0px;
}

.section-content {
  max-width: 528px;
  width: 100%;
}
.section-content__up {
  margin-bottom: 36px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  color: #001AFF;
}
.section-content__item {
  margin-bottom: 60px;
}
.section-content__item:last-child {
  margin-bottom: 0;
}
.section-content__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
.section-content__text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-content__btn {
  margin-top: 36px;
  padding: 24px 60px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  color: #fff;
  border-radius: 60px;
  border: 1px solid #FFF;
}
.section-content__btn:hover {
  background: #fff;
  color: #001AFF;
}

.header {
  padding: 40px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-more {
  width: 100%;
}
.header-toggle {
  display: none;
}
.header-menu {
  gap: 24px;
}
.header-menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}
.header-menu__link:hover {
  color: #001AFF;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main {
  padding: 0;
  background: url("../img//main-bg.jpg") no-repeat center center/cover;
  position: relative;
}
.main .container {
  height: 672px;
}
.main-content {
  max-width: 807px;
  width: 100%;
  text-align: center;
}
.main-content__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  text-transform: uppercase;
}
.main-content__text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.main-content__btn {
  padding: 24.5px 60px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 60px;
  background: linear-gradient(0deg, #001AFF 0%, #001AFF 100%), #FFF;
}
.main-content__scroll {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #001AFF;
  margin-top: 80px;
}
.main-content__scroll svg {
  display: block;
}

.info_white {
  background: #fff;
  color: #000;
}
.info_white .section-content__btn {
  color: #000;
  border-color: #000;
}
.info_white .section-content__btn:hover {
  background: #000;
  color: #001AFF;
}
.info-image {
  width: 560px;
}
.info-image img {
  display: block;
  width: 100%;
}

.more {
  padding: 160px 0px;
  background: #001AFF;
}
.more-logo img {
  display: block;
}
.more-text {
  margin-top: 40px;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  text-transform: uppercase;
}

.credits {
  padding: 40px 0px;
}
.credits-logo {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.credits-social {
  margin-top: 24px;
  gap: 12px;
}
.credits-social__link {
  opacity: 0.3;
}
.credits-social__link svg {
  display: block;
}
.credits-social__link:hover {
  opacity: 1;
}
.credits-wrapper {
  margin-top: 24px;
}
.credits-menu {
  gap: 20px;
}
.credits-menu__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}
.credits-menu__link:hover {
  color: #001AFF;
}
.credits-politic {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
}

.advantages {
  background: #fff;
  color: #000;
}
.advantages .section-content__title {
  text-align: center;
  font-size: 60px;
}
.advantages-list {
  gap: 20px;
  margin-top: 48px;
}
.advantages-list__icon img {
  display: block;
}
.advantages-list__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-top: 24px;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
.advantages-list__text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.advantages-btn {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  font-size: 14px;
  font-style: normal;
  color: #000;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  padding: 20px 60px;
  border-radius: 60px;
  border: 1px solid #000;
}
.advantages-btn:hover {
  background: #000;
  color: #001AFF;
}

.services {
  background: transparent;
  color: #fff;
}
.services .advantages-list {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 0;
}
.services .advantages-list__item {
  width: 32.5%;
}
.services .advantages-list__title {
  min-height: 60px;
  font-size: 22px;
}
.services .advantages-list__price {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-top: 24px;
}
.services .advantages-btn {
  border-color: #fff;
  color: #fff;
}

.members-list {
  flex-wrap: wrap;
  gap: 48px 0px;
}
.members-list__item {
  width: 360px;
}
.members-list__image {
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.members-list__content {
  margin-top: 24px;
}
.members-list__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
.members-list__rank {
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: normal;
}
.members-list__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-top: 24px;
  line-height: normal;
}
.members-btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 48px;
  padding: 24px 60px;
  color: #fff;
  border-radius: 60px;
  border: 1px solid #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
.members-btn:hover {
  background: #fff;
  color: #000;
}

.gallery-list {
  gap: 32px 0px;
  flex-wrap: wrap;
}
.gallery-list__item {
  width: 49%;
}
.gallery-list__image {
  width: 100%;
}
.gallery-list__image img {
  width: 100%;
  display: block;
}

.contacts {
  padding-top: 180px;
  padding-bottom: 180px;
}
.contacts .section-content__title {
  font-size: 60px;
  text-align: center;
}
.contacts-wrapper {
  margin-top: 110px;
}
.contacts-address {
  margin-top: 50px;
}
.contacts-address__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.contacts-address__phone {
  margin-top: 46px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.contacts-form {
  width: 416px;
}
.contacts-form__item {
  margin-bottom: 16px;
}
.contacts-form__item input, .contacts-form__item textarea {
  display: block;
  width: 100%;
  padding: 15.5px 30px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}
.contacts-form__item input:focus, .contacts-form__item textarea:focus {
  color: #fff;
  border-color: #fff;
}
.contacts-form__item textarea {
  height: 150px;
}
.contacts-form__item:last-child {
  margin-bottom: 0;
}
.contacts-form__btn {
  width: 100%;
  background: #001AFF;
  padding: 24.5px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  border-radius: 60px;
  color: #fff;
}

.content {
  padding-top: 140px;
  padding-bottom: 80px;
}
.content .section-content__title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
.content-block {
  margin-top: 140px;
}
.content-block h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.content-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}/*# sourceMappingURL=main.css.map */