@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
:root {
  --index: calc(1vw + 1vh);
  --font-size: 16px;
  --line-height: 19px;
  --item-width: 325px;
  --burger-color: black;
  --burger-color-active: white;
  --container-width: 1530px;
  --container-padding: 0px;
  --font-default: "Rubik", sans-serif;
  --transition: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --transition2: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition3: cubic-bezier(0.715, -0.235, 0.120, 1.300);
  --bg-body: #F4F4F4;
  --color-body: #00193d;
  --color-text: #00193d;
}
@media screen and (max-width: 480px) {
  :root {
    --item-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 0px;
  }
}

/* responsive */
@font-face {
  font-family: "Tahoma Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Tahoma-Bold.woff") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

input,
a {
  outline: none !important;
  color: var(--color-text);
}

button,
input,
textarea {
  font-family: var(--font-default);
}

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-decoration {
  display: none;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

input:focus {
  outline: none;
}

html {
  font-size: var(--font-size);
}

body {
  background: var(--bg-body);
  font-size: var(--font-size);
  min-width: 320px;
  position: relative;
  line-height: var(--line-height);
  font-family: var(--font-default);
  font-weight: normal;
  font-style: normal;
  color: var(--color-body);
  border-top: 8px solid var(--color-blue-light);
}
@media screen and (max-width: 992px) {
  body {
    border-top: 4px solid var(--color-blue-light);
  }
}
@media screen and (max-width: 768px) {
  body {
    background: white;
  }
}
body.no-scroll {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  body.no-scroll {
    padding-right: 0px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 480px) {
  .-md4-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .-md3-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .-md1-hidden {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: var(--container-width) !important;
}

.container-fluid {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.main {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 10px !important;
  }
}
.main__body {
  background: white;
  box-shadow: 0 3.71px 7.43px 0 rgba(0, 0, 0, 0.25);
  margin: 0 37px;
  padding: 100px 120px;
}
@media (max-width: 1400px) {
  .main__body {
    margin: 0;
    padding: 100px 110px;
  }
}
@media screen and (max-width: 1200px) {
  .main__body {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__body {
    padding: 20px;
  }
}
.main__content {
  position: relative;
}
.main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .main__wrapper {
    top: 0px;
    bottom: auto;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
.main__offer {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 50px;
  line-height: 59px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main__offer {
    margin-top: 54px;
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (max-width: 480px) {
  .main__offer {
    font-size: 30px;
    line-height: 36px;
  }
}
.main__offer span {
  background: white;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main__offer span:nth-child(1) {
  font-weight: 400;
  padding: 10px 20px 12px 0;
}
.main__offer span:nth-child(2) {
  font-weight: 600;
  padding: 3px 16px;
  border: 1px solid #8E90A7;
  box-shadow: 0 0 0 15px white;
}
@media screen and (max-width: 768px) {
  .main__offer span:nth-child(2) {
    padding: 3px 10px;
  }
}
.main__desc {
  max-width: 199px;
  margin-bottom: 55px;
  padding-top: 55px;
  border-top: 1px solid #8E90A7;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .main__desc {
    display: none;
  }
}
.main__btn {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  color: white;
  text-decoration: none;
  background: var(--color-body);
  border-radius: 3px;
  padding: 15px 54px;
  transition: 0.3s ease;
}
.main__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .main__btn {
    display: block;
    width: -webkit-fill-available;
    text-align: center;
    margin-bottom: 20px;
    background: white;
    border: 1px solid var(--color-body);
    color: var(--color-body);
    padding: 15px 0;
    margin: 0 20px 20px;
  }
}
.main__img {
  height: 490px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  width: 75%;
  margin-left: auto;
}
.main__img--mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .main__img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .main__img {
    height: 483px;
    width: 100%;
    display: none;
  }
  .main__img--mob {
    display: block;
  }
}

.history {
  padding-bottom: 20px;
}
.history__body {
  background: white;
  box-shadow: 0 3.71px 7.43px 0 rgba(0, 0, 0, 0.25);
  margin: 0 37px;
  padding: 80px 120px;
}
@media (max-width: 1400px) {
  .history__body {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .history__body {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  .history__body {
    padding: 30px;
  }
}
.history__offer {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .history__offer {
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (max-width: 480px) {
  .history__offer {
    font-size: 24px;
    line-height: 30px;
  }
}
.history__offer span {
  display: inline-block;
}
.history__offer span:nth-child(1) {
  margin-left: -270px;
}
@media screen and (max-width: 768px) {
  .history__offer span:nth-child(1) {
    margin: 0;
  }
}
.history__offer span:nth-child(2) {
  font-weight: 500;
  border: 1px solid var(--color-body);
  border-radius: 3px;
  padding: 1px 17px;
  margin-right: -310px;
}
@media screen and (max-width: 768px) {
  .history__offer span:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .history__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.history__video {
  display: inline-block;
  min-width: 360px;
  min-height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-right: 52px;
  margin-bottom: 26px;
  transition: 0.3s ease;
  position: relative;
}
.history__video:hover {
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .history__video {
    margin-right: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .history__video {
    min-width: 460px;
    min-height: 460px;
  }
}
@media screen and (max-width: 992px) {
  .history__video {
    min-width: 360px;
    min-height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .history__video {
    float: none;
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .history__video {
    min-height: 300px;
  }
}
.history__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logos {
  padding-bottom: 20px;
}
.logos__body {
  background: white;
  box-shadow: 0 3.71px 7.43px 0 rgba(0, 0, 0, 0.25);
  margin: 0 37px;
  padding: 13px 120px 33px;
  position: relative;
}
@media (max-width: 1400px) {
  .logos__body {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .logos__body {
    padding: 12px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .logos__body {
    padding: 12px 20px 26px;
  }
}
.logos__slider {
  overflow: hidden;
}
.logos__slider .swiper-pagination {
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.logos__slider .swiper-pagination-bullet {
  margin: 0 !important;
  background: #D6D4D4;
  opacity: 1;
  border: 0.6px solid rgba(0, 25, 61, 0.22);
}
.logos__slider .swiper-pagination-bullet-active {
  background: #00193D;
}
.logos__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  transition: 0.3s ease;
  text-align: center;
}
.logos__slide span {
  text-transform: uppercase;
}
.logos__slide:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .logos__slide {
    font-size: 12px;
    line-height: 14px;
  }
}
.logos__slide img {
  max-width: 100%;
}

.custom__body {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  padding-bottom: 34px;
}
@media screen and (max-width: 1200px) {
  .custom__body {
    row-gap: 20px;
    padding-bottom: 20px;
  }
}
.custom__left {
  padding: 80px 0;
  width: 60%;
  min-height: 400px;
}
@media screen and (max-width: 1200px) {
  .custom__left {
    width: 50%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .custom__left {
    padding: 24px 20px;
    margin: -15px 20px 0;
    box-shadow: 0 3.71px 7.43px 0 rgba(0, 0, 0, 0.25);
    width: auto;
    background: white;
    position: relative;
    z-index: 1;
  }
}
.custom__offer {
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 36px;
  font-family: "Tahoma Bold";
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .custom__offer {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}
.custom__suboffer {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .custom__suboffer {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}

.custom__cats {
  padding-left: 20px;
}
.custom__cats li {
  list-style-type: disc !important; 
  color: #67697E;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .custom__cats {}
  .custom__cats li {
    font-size: 16px;
    line-height: 19px;
  }
}

.custom__desc {
  color: #67697E;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .custom__desc {
    margin-bottom: 24px;
  }
}
.custom__btn {
  background: var(--color-body);
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  padding: 15px 60px;
  border-radius: 3px;
  display: inline-block;
  transition: 0.3s ease;
}
.custom__btn:hover {
  opacity: 0.6;
}
@media (max-width: 1000px) {
  .custom__btn {
    width: 100%;
    text-align: center;
  }
}
.custom__right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 47%;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .custom__right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .custom__right {
    width: 100%;
  }
  .custom__btn {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.custom__img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .custom__img {
    height: 420px;
  }
  .custom__img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 138%;
    background: linear-gradient(179.79deg, rgba(255, 255, 255, 0) 61.39%, #FFFFFF 72.58%);
  }
}
@media screen and (max-width: 420px) {
  .custom__img {
    height: 362px;
  }
  .custom__img--5 {
    background-position: bottom center;
  }
}
.custom__img div {
  position: absolute;
  right: 13px;
  top: 53px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .custom__img div {
    max-width: 170px;
    top: 22px;
    right: 18px;
  }
}
.custom__img div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  filter: blur(69px);
}
.custom__img div img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.custom__rect {
  background: #CFCFCF;
  height:162px;
}
@media screen and (max-width: 768px) {
  .custom__rect {
    display: none;
  }
}
.custom__item {
  background: white;
  box-shadow: 0 3.71px 7.43px 0 rgba(0, 0, 0, 0.25);	
  /* margin: 0 37px; */
  padding: 0 157px;
  display: flex;
  -moz-column-gap: 87px;
       column-gap: 87px;
}
@media (max-width: 1400px) {
  .custom__item {
    padding: 0 110px;
	/* margin: 0 0px; */
  }
}
@media screen and (max-width: 1200px) {
  .custom__item {
    padding: 0 30px;
	/* margin: 0 0px; */
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom__item {
    flex-direction: column-reverse;
    padding: 0;
    box-shadow: none;
  }
}
.custom__item:nth-child(2n) {
  flex-direction: row-reverse;
  -moz-column-gap: 103px;
       column-gap: 103px;
}
@media screen and (max-width: 1200px) {
  .custom__item:nth-child(2n) {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.custom__item:nth-child(2n) .custom__rect {
  height: 96px;
}
.custom__item:nth-child(2n) .custom__right {
  flex-direction: column-reverse;
}
.custom__item:nth-child(2n) .custom__img div {
  left: 18px;
  top: 22px;
}



.main__btn:hover, .main__btn:active, .main__btn:focus,
.custom__btn:hover, .custom__btn:active, .custom__btn:focus {
color: white!important;
}



@media (min-width: 992px) {
    .app > .main {
        padding: 15rem 0 0 0!important;
    }
}

.custom-logo--1 {}
.custom-logo--2 {
  max-width: 196px !important;
  top: 13px !important;
  left: 13px !important;
}
.custom-logo--3 {
  top: 30px !important;
}
.custom-logo--4 {
  top: 51px !important;
  left: 31px !important;
}
.custom-logo--5 {}
.custom-logo--6 {
  max-width: 177px !important;
  top: 46px !important;
  left: 30px !important;
}

@media (max-width: 1000px) {
  .custom-logo--1 {
    max-width: 188px !important;
    top: 82px;
    right: 24px;
  }
  .custom-logo--2 {
    max-width: 196px !important;
    top: 36px !important;
    left: 21px !important;
  }
  .custom-logo--3 {
    max-width: 188px !important;
    top: 36px !important;
    right: 24px !important;
  }
  .custom-logo--4 {
    max-width: 207px !important;
    top: 51px !important;
    left: 37px !important;
  }
  .custom-logo--5 {
    max-width: 188px !important;
    right: 24px !important;
    top: 82px !important;
  }
  .custom-logo--6 {
    max-width: 177px !important;
    top: 69px !important;
    left: 38px !important;
  }
}

@media (max-width: 768px) {
  .custom-logo--1 {
    max-width: 122px !important;
    top: 22px;
    right: 18px;
  }
  .custom-logo--2 {
    max-width: 160px !important;
    top: 7px !important;
    right: 8px !important;
    left: auto !important;
  }
  .custom-logo--3 {
    max-width: 109px !important;
    top: 22px !important;
  }
  .custom-logo--4 {
    max-width: 170px !important;
    top: 22px !important;
    left: auto !important;
    right: 18px !important;
  }
  .custom-logo--5 {
    top: 22px !important;
    right: 18px !important;
  }
  .custom-logo--6 {
    max-width: 146px !important;
    top: 40px !important;
    left: auto !important;
    right: 10px !important;
  }

	#logos-2 .custom__img {
		background-position-y: 30%;
	}

	#logos-3 .custom__img {
		background-position-y: 30%;
	}

}

@media (max-width: 1000px) {
  .custom__item:nth-child(2n) .custom__rect {
    height: 164px !important;
  }
}