@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=date] {
  position: relative;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

ul {
  list-style: none;
}

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

input,
button {
  font: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: rgb(73, 80, 87);
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Etelka";
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  color: #495057;
}
@media (min-width: 992px) {
  body {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}

.noScroll {
  overflow-y: hidden;
}

.hidden {
  display: none;
}

.unvisible {
  opacity: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: 2;
  transition: 0.38s ease-in-out;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 1;
  transition: 0.38s ease-in-out;
}
.preloader img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.preloader > div {
  width: 150px;
  position: relative;
  height: 150px;
}
.preloader > div > div {
  top: -150px;
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: white;
  z-index: 2;
  animation-duration: 2s;
  animation-name: slidein;
  animation-iteration-count: 1;
}
@keyframes slidein {
  from {
    top: 0px;
  }
  to {
    top: -150px;
  }
}
section {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  section {
    margin-bottom: calc(0.0851293103 * 100vw + -39.4482758621px);
  }
}
@media (min-width: 1920px) {
  section {
    margin-bottom: 124px;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: 0.38s ease-in-out;
  width: 100%;
  font-family: "Etelka" !important;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  -o-object-fit: contain;
  position: relative;
  z-index: 31;
  transition: 0.38s ease-in-out;
  object-fit: contain;
}
.header__logoWrapper {
  transition: 0.38s ease-in-out;
  width: 66px;
  height: 72px;
}
@media (min-width: 992px) {
  .header__logoWrapper {
    width: calc(0.0280172414 * 100vw + 38.2068965517px);
  }
}
@media (min-width: 1920px) {
  .header__logoWrapper {
    width: 92px;
  }
}
@media (min-width: 992px) {
  .header__logoWrapper {
    height: calc(0.0301724138 * 100vw + 42.0689655172px);
  }
}
@media (min-width: 1920px) {
  .header__logoWrapper {
    height: 100px;
  }
}
.header__logoWrapper--scroll {
  width: 50px;
  height: 50px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (min-width: 992px) {
  .header__nav {
    gap: calc(0.0646551724 * 100vw + -24.1379310345px);
  }
}
@media (min-width: 1920px) {
  .header__nav {
    gap: 100px;
  }
}
.header__nav a {
  font-family: "Etelka";
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 24px;
  transition: 0.38s ease-in-out;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .header__nav a {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__nav a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .header__nav a {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__nav a {
    line-height: 24px;
  }
}
.header__nav a:hover {
  color: rgb(5, 45, 111);
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .header__socials {
    gap: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .header__socials {
    gap: 50px;
  }
}
.header__socials div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__socials div {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__socials div {
    font-size: 20px;
  }
}
.header__socials div:hover {
  color: rgb(5, 45, 111);
}
.header__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}
@media (min-width: 992px) {
  .header__phones {
    gap: calc(0.0021551724 * 100vw + 0.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__phones {
    gap: 5px;
  }
}
.header__phones a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 20px;
  transition: 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .header__phones a {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__phones a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .header__phones a {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .header__phones a {
    line-height: 24px;
  }
}
.header__phones a:hover {
  color: rgb(5, 45, 111);
}
.header__menu {
  display: none;
}
.header .burger {
  display: none;
}
.header--scroll {
  background-color: rgb(255, 255, 255);
}
.header--scroll * {
  color: rgb(34, 34, 34) !important;
}
.header--scroll .header__logo--scroll {
  display: block;
}
.header--scroll .header__logo--noscroll {
  display: none;
}
.header--scroll .burger span {
  background-color: rgb(34, 34, 34);
}
.header--scroll .burger::before, .header--scroll .burger::after {
  background-color: rgb(34, 34, 34);
}

@media (max-width: 992px) {
  .header__phones, .header__nav, .header__socials {
    display: none;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(34, 34, 34);
    width: 100%;
    position: absolute;
    top: -1000px;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    transition: 0.6s ease-in-out;
    padding-bottom: 24px;
    padding-top: 147px;
  }
  .header__menu > * {
    opacity: 0;
    transition: 0.38s ease-in-out;
  }
  .header__menu--active {
    top: 0px;
    transition: 0.6s ease-in-out;
  }
  .header__menu--active .header__nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 76px;
  }
  .header__menu--active .header__nav a {
    font-weight: 400;
    font-size: 30px;
    color: rgb(34, 34, 34);
  }
  .header__menu--active .header__phones {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .header__menu--active .header__phones a {
    color: rgb(34, 34, 34);
  }
  .header__menu--active .header__socials {
    display: flex;
    gap: 50px;
  }
  .header__menu--active .header__socials a div {
    color: rgb(34, 34, 34);
    font-size: 20px;
  }
  .header__menu--opacity > * {
    opacity: 1;
    transition: 0.38s ease-in-out;
  }
  .header .burger {
    display: block;
    width: 32px;
    height: 28px;
    z-index: 31;
    cursor: pointer;
    transition: right 0.38s ease-in-out;
  }
  .header .burger span {
    width: 100%;
    height: 2px;
    background-color: #EFEFEF;
    display: block;
    transition: all 0.38s ease-in-out;
  }
  .header .burger span:after, .header .burger span:before {
    content: "";
    width: 100%;
    background-color: #EFEFEF;
    display: block;
    transition: all 0.38s ease-in-out;
    height: 2px;
  }
  .header .burger span:before {
    transform: translateY(12px);
  }
  .header .burger span:after {
    transform: translateY(24px);
    margin-top: -2px;
  }
  .header .burger--active {
    width: 32px;
  }
  .header .burger--active span {
    transform: rotateZ(45deg) translateY(13px);
    margin-top: 10px;
    margin-left: 10px;
    background-color: rgb(34, 34, 34);
  }
  .header .burger--active span:before {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .header .burger--active span:after {
    transform: rotateZ(90deg) translateY(0);
    background-color: rgb(34, 34, 34);
    display: block;
  }
  .header--scroll span {
    background-color: rgb(34, 34, 34) !important;
  }
  .header--scroll span::before, .header--scroll span::after {
    background-color: rgb(34, 34, 34) !important;
  }
}
.hero {
  position: relative;
  overflow-x: hidden;
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .swiper-slide img {
  transform: scale(1.05);
  transition: 5s ease-in-out;
}
.hero .swiper-slide-animation img {
  transform: scale(1);
}
.hero__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.hero__wrapper {
  color: rgb(255, 255, 255);
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 52%;
}
@media (min-width: 992px) {
  .hero__wrapper {
    padding-bottom: calc(0.09375 * 100vw + -53px);
  }
}
@media (min-width: 1920px) {
  .hero__wrapper {
    padding-bottom: 127px;
  }
}
.hero__line {
  height: 2px;
  background-color: rgb(131, 178, 255);
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .hero__line {
    margin-bottom: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .hero__line {
    margin-bottom: 50px;
  }
}
.hero__title {
  font-family: "Etelka";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: calc(0.0215517241 * 100vw + 6.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .hero__title {
    line-height: calc(0.025862069 * 100vw + 7.3448275862px);
  }
}
@media (min-width: 1920px) {
  .hero__title {
    line-height: 57px;
  }
}
@media (min-width: 992px) {
  .hero__title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .hero__title {
    margin-bottom: 20px;
  }
}
.hero__subtitle {
  font-family: "Etelka";
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .hero__subtitle {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .hero__subtitle {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .hero__subtitle {
    line-height: calc(0.0107758621 * 100vw + 17.3103448276px);
  }
}
@media (min-width: 1920px) {
  .hero__subtitle {
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .hero__subtitle {
    margin-bottom: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .hero__subtitle {
    margin-bottom: 50px;
  }
}
.hero__btn {
  font-family: "Etelka";
  background-color: rgb(5, 45, 111);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  display: flex !important;
  transition: 0.38s ease-in-out;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  gap: 15px;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 1%, 100% 0%, 85% 100%, 0% 100%);
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .hero__btn {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .hero__btn {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .hero__btn {
    padding-top: calc(0 * 100vw + 17px);
  }
}
@media (min-width: 1920px) {
  .hero__btn {
    padding-top: 17px;
  }
}
@media (min-width: 992px) {
  .hero__btn {
    padding-bottom: calc(0 * 100vw + 17px);
  }
}
@media (min-width: 1920px) {
  .hero__btn {
    padding-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .hero__btn {
    padding-left: calc(0 * 100vw + 30px);
  }
}
@media (min-width: 1920px) {
  .hero__btn {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .hero__btn {
    padding-right: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hero__btn {
    padding-right: 70px;
  }
}
.hero__btn:hover {
  background-color: rgba(26, 49, 108, 0.75);
}
.hero__btn p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .hero__btn p {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hero__btn p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hero__btn p {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hero__btn p {
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .hero__wrapper {
    width: 100%;
  }
}
.advantages__list {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media (min-width: 992px) {
  .advantages__list {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .advantages__list {
    gap: 20px;
  }
}
.advantages__num {
  color: #052D6F;
  font-family: Sans-serif;
  font-size: 60px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  font-size: 50px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .advantages__num {
    font-size: calc(0.0107758621 * 100vw + 39.3103448276px);
  }
}
@media (min-width: 1920px) {
  .advantages__num {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .advantages__num {
    margin-bottom: calc(0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .advantages__num {
    margin-bottom: 10px;
  }
}
.advantages__text {
  color: #26292C;
  font-family: Sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .advantages__text {
    font-size: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .advantages__text {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .advantages__text {
    margin-bottom: calc(0.005387931 * 100vw + 2.6551724138px);
  }
}
@media (min-width: 1920px) {
  .advantages__text {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 992px) {
  .advantages__list {
    display: grid;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .advantages__item:nth-child(2) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .advantages__item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .advantages__num {
    font-size: 45px;
  }
  .advantages__text {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .advantages__num {
    margin-bottom: 0;
  }
  .advantages__text {
    margin-bottom: 6px;
  }
  .advantages__item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(5, 45, 111, 0.0705882353);
  }
  .advantages__item:nth-child(2) {
    grid-row: auto;
    grid-column: auto;
  }
  .advantages__item:nth-child(3) {
    grid-row: auto;
    grid-column: auto;
  }
}
.process {
  background-color: #26292C;
  background-image: url("https://cpravo.spaceapp-dev.com/wp-content/uploads/2021/11/Бора-4.jpg");
  background-position: top right;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .process {
    padding-top: calc(0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .process {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .process {
    padding-bottom: calc(0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .process {
    padding-bottom: 100px;
  }
}
.process__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.process__item {
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #303235;
  transition: 0.38s ease-in-out;
  padding: 20px;
  height: 230px;
}
@media (min-width: 992px) {
  .process__item {
    padding: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .process__item {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .process__item {
    height: calc(0.0646551724 * 100vw + 165.8620689655px);
  }
}
@media (min-width: 1920px) {
  .process__item {
    height: 290px;
  }
}
.process__item:hover {
  background-color: #262A2D;
}
.process__item--single {
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.process__item--single:hover {
  background-color: transparent;
}
.process__item--single .process__item-name {
  color: #FFFFFF;
  font-family: Sans-serif;
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  font-size: 28px;
}
@media (min-width: 992px) {
  .process__item--single .process__item-name {
    font-size: calc(0.0129310345 * 100vw + 15.1724137931px);
  }
}
@media (min-width: 1920px) {
  .process__item--single .process__item-name {
    font-size: 40px;
  }
}
.process__item-btn {
  font-family: Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.3px;
  fill: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  transition: 0.38s ease-in-out;
  background-color: #052D6F;
  border-radius: 0px 0px 0px 0px;
  padding: 18px 110px 18px 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 44px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 44px) 100%, 0% 100%);
}
.process__item-btn:hover {
  color: #313E48;
  background-color: #E8E8E8;
}
.process__item-name {
  color: #FFFFFF;
  font-family: Sans-serif;
  font-size: 28px;
  font-weight: 100;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: 0.5px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .process__item-name {
    font-size: calc(0.0043103448 * 100vw + 19.724137931px);
  }
}
@media (min-width: 1920px) {
  .process__item-name {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .process__list {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 15px;
  }
  .process__item--single {
    grid-row: 1/2;
    grid-column: 1/3;
    height: auto;
    margin-bottom: 20px;
  }
  .process__item-btn {
    padding: 12px 73px 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .process__item {
    height: 195px;
  }
  .process__item--single {
    height: auto;
  }
  .process__item-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .process {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .process__list {
    grid-template-columns: 1fr;
  }
  .process__item--single {
    grid-column: 1/2;
    margin-bottom: 10px;
  }
}
.footer {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0px 20px 0px;
  background-color: #262A2D;
}
.footer__box {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__box-oferta {
  color: rgba(255, 255, 255, 0.6117647059);
  font-family: "Museo Sans", Sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: 0.2px;
}
.footer__box-policy {
  color: rgba(255, 255, 255, 0.6117647059);
  font-family: "Museo Sans", Sans-serif;
  font-size: 15px;
  font-weight: 100;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
  .footer__box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer__box-oferta {
    font-size: 13px;
  }
  .footer__box-policy {
    font-size: 13px;
  }
}
.modal {
  max-width: 800px;
  width: 100%;
  background-color: #262A2D;
  display: none;
  font-family: Sans-serif;
  padding: 20px;
}
@media (min-width: 992px) {
  .modal {
    padding: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal {
    padding: 25px;
  }
}
.modal__title {
  font-size: 40px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.modal__input {
  background-color: rgb(51, 51, 51);
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.modal__checkbox {
  margin-bottom: 15px;
}
.modal__checkbox label {
  color: #FFFFFF;
}
.modal__checkbox label a {
  transition: 0.38s ease-in-out;
  color: #ffffff;
}
.modal__btn {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  transition: 0.38s ease-in-out;
}
.modal__btn:hover {
  background-color: #052D6F;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 28px;
  }
}
@font-face {
  font-family: "Etelka";
  src: local("Etelka"), url("../fonts/Etelka/EtelkaWideLightPro.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Etelka";
  src: local("Etelka"), url("../fonts/Etelka/EtelkaWideMediumPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Etelka";
  src: local("Etelka"), url("../fonts/Etelka/EtelkaWideTextPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: local("Etelka"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container__main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
  list-style: none;
}

.gallery {
  cursor: pointer;
}
.gallery img {
  cursor: pointer;
}
.gallery:focus-visible {
  outline: unset;
}/*# sourceMappingURL=style.css.map */