@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museosanscyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museosanscyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed;
  font-display: swap;
  src: url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-900.woff2") format("woff2"), url("../fonts/museosanscyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "museosanscyrl";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "museosanscyrl";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: toRem(30);
		height: toRem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: toRem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - toRem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - toRem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - toRem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.main-block {
 margin-top: 88px;
  position: relative;
  min-height: 650px;
}

.main-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 28, 78, 0.7529411765);
}

.main-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-block video source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-block__container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.main-block__tm {
  width: 200px;
  margin-bottom: 1.875rem;
}



.main-block__content {
  text-align: center;
}

.main-block__logo {
  /* margin-bottom: 1.875rem;
   */
	width: 100px;position: absolute;top: 50px;
						right: 50px;z-index: 10;
}

.main-block__title {
  line-height: 1.2;
  font-weight: 400;
 padding-top: 280px;
}

.main-block__title span {
  font-weight: 700;
}

.cards__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.cards__item {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cards__title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px;
  color: #fff;
  background-color: #1C49B1;
  font-size: 1.5rem;
}

.cards__image {
  position: relative;
  padding-bottom: 70%;
  margin-bottom: 1rem;
}

.cards__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-block {
  background-color: #fff;
  color: rgb(96, 110, 133);
}

.info-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-block__item_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.info-block__image-ibg {
  padding-bottom: 20%;
  align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  border-radius: 8px;
  overflow: hidden;
}
.info-block__title{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 80px;
	/* color: rgb(96, 110, 133); */
	color: rgb(0, 40, 115);
}





.info-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.4;
  font-weight: 300;
}

.about-brand__title {
  background-color: #002873;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.65;
  margin-bottom: 1.875rem;
}

.about-brand__top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-brand__top-text img {
  margin-left: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.about-brand__top-text p {
  padding-left: 1.25rem;
  font-weight: 300;
  font-size: 1rem;
  color: rgb(96, 110, 133);
  line-height: 1.5;
}

.about-brand__text {
  margin-bottom: 1.875rem;
}

.about-brand__text p {
  color: rgb(0, 40, 115);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

.about-brand__text p span {
  font-weight: 600;
}

.about-brand__image-ibg {
  padding-bottom: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.about-brand__image-ibg img {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.about-brand__image-ibg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.about-brand__image-ibg iframe.iframe_show {
  display: block;
}

.about-brand__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-brand__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #002873;
  border: 2px solid #002873;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.625rem 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 75em) {
  .main-block {
    padding-top: 6.25rem;
  }

  .main-block {
    padding-bottom: 6.25rem;
  }

  .main-block__title {
    font-size: 2.5rem;
  }

  .cards {
    padding-top: 5rem;
  }

  .cards {
    padding-bottom: 5rem;
  }

  .info-block {
    padding-top: 5rem;
  }

  .info-block {
    padding-bottom: 5rem;
  }

  .info-block__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .info-block__text {
    font-size: 1.3rem;
  }

  .info-block__text.l {
    padding-right: 3.125rem;
  }

  .info-block__text.r {
    padding-left: 3.125rem;
  }

  .about-brand {
    padding-bottom: 5rem;
  }

  .about-brand__top-text {
    margin-bottom: 1.625rem;
  }

  .about-brand__text p:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}

@media (max-width: 20em) {
  .main-block {
    padding-top: 2.5rem;
  }

  .main-block {
    padding-bottom: 2.5rem;
  }

  .main-block__title {
    font-size: 1.625rem;
  }

  .cards {
    padding-top: 2.5rem;
  }

  .cards {
    padding-bottom: 2.5rem;
  }

  .info-block {
    padding-top: 2.5rem;
  }

  .info-block {
    padding-bottom: 2.5rem;
  }

  .info-block__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .info-block__text {
    font-size: 1rem;
  }

  .info-block__text.l {
    padding-right: 0.625rem;
  }

  .info-block__text.r {
    padding-left: 0.625rem;
  }

  .about-brand {
    padding-bottom: 2.5rem;
  }

  .about-brand__top-text {
    margin-bottom: 0.9375rem;
  }

  .about-brand__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 47.99875em) {
  .cards__items {
    gap: 1.875rem;
  }

  .cards__image {
    margin-bottom: 0.625rem;
  }

  .info-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-block__item_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-block__image-ibg {
    padding-bottom: 60%;
    width: 60%;
    margin: 0 auto 1.25rem;
  }

  .info-block__text.l {
    padding-right: 0rem;
  }

  .info-block__text.r {
    padding-left: 0rem;
  }

  .about-brand__top-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-brand__top-text img {
    margin-bottom: 0.9375rem;
  }

  .about-brand__top-text p {
    padding-left: 0rem;
  }

  .about-brand__image-ibg {
    margin-bottom: 1.25rem;
    padding-bottom: 60%;
  }

  .about-brand__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-brand__link {
    margin-left: 0;
  }
}

@media (max-width: 29.99875em) {
  .info-block__image-ibg {
    padding-bottom: 100%;
    width: 100%;
  }
}

@media (min-width: 20em) and (max-width: 75em) {
@supports (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .main-block {
      padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .main-block {
      padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .main-block {
      padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.1363636364rem  +  6.8181818182vw , 6.25rem )) {
    .main-block {
      padding-bottom: calc(2.5rem + 3.75 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem )) {
    .main-block__title {
      font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem )) {
    .main-block__title {
      font-size: calc(1.625rem + 0.875 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .cards {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .cards {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .cards {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .cards {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .info-block {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .info-block {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .info-block {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .info-block {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
    .info-block__item:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
    .info-block__item:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .info-block__text {
      font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .info-block__text {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-right: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem )) {
    .info-block__text.l {
      padding-right: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem );
    }
}

@supports not (padding-right: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem )) {
    .info-block__text.l {
      padding-right: calc(0.625rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-left: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem )) {
    .info-block__text.r {
      padding-left: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem );
    }
}

@supports not (padding-left: clamp( 0.625rem , -0.2840909091rem  +  4.5454545455vw , 3.125rem )) {
    .info-block__text.r {
      padding-left: calc(0.625rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem )) {
    .about-brand__top-text {
      margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem )) {
    .about-brand__top-text {
      margin-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem )) {
    .about-brand__text p:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem );
    }
}

@supports not (margin-bottom: clamp( 0.9375rem , 0.6875rem  +  1.25vw , 1.625rem )) {
    .about-brand__text p:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 55);
    }
}
}

@media (any-hover: hover) {
  .cards__item:hover {
    opacity: 0.7;
  }

  .about-brand__image-ibg img:hover {
    opacity: 0.7;
  }

  .about-brand__link:hover {
    background-color: #fff;
    color: #002873;
  }
}



@media (max-width: 997.98px){
	.info-block__title{
		margin-bottom: 60px;
		font-size: 30px;
	}
}

@media (max-width: 767.98px){
	.info-block__text.r{
		padding-left: 0;
	}
	.info-block__text.l{
		padding-right: 0;
	}
	.main-block__logo {
		top: 30px;
		right: 20px;
}
}
@media (max-width: 620px){
	.info-block__title{
		margin-bottom: 60px;
		font-size: 24px;
	}
}

/* код переваг */
.abut-video {
    position: relative;
    width: 120px;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 16px;
    height: 27px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    border: 1px solid #fff;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(60deg, rgb(71, 4, 0) 0%, rgb(219, 41, 30) 100%);
    border-radius: 50%;
    animation: pulse-border 1500ms 
ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}
.bs-icon-md {
    --bs-icon-size: 1.5rem;
}
.bs-icon {
 
    display: flex
;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

figure.figure{
	margin: 0;
}
.p-f-s {
    font-size: 14px;
	 font-weight: 300;
    line-height: 22px;
}


@keyframes block-up {
  0% {
    transform: translate(0,50px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes top{
	0%{
		opacity: 0;
		transform: translate(0,100%);
	}
	
	100%{
		opacity: 1;
		transform: translate(0,0);
	}
}


.after::after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.925);
}


.conditions.more{
	background: #CF132C;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
}
.more__items{
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.more__item{
	display: flex;
	gap: 20px;
	align-items: center;
}
.more__line{
	flex: 1 1 auto;
	width: 100%;
	height: 2px;
	background:#fff;
	position: relative;
}
.more__line::before{
	content: '';
	display: block;
	background: url('../images/page/arrow-1.png') center/contain no-repeat;
	width: 30px;
	height: 12px;
	position: absolute;
	top: -5px;
	right: -5px;
	
}
.more__info.one{
	flex: 0 0 360px;
}
.more__info.two{
	flex: 0 0 695px;
}
.more__info{
	transition: all 0.3s;

}
@media (any-hover: hover){
	.more__info:hover{
		text-decoration: underline;
		color: #fff;
	}
}



@media (max-width: 1320px){
	.main-block__light{
		width: 800px;
	}
}
@media (max-width: 1265px){
	.main-block img.title {
		bottom: 60px;
		
		width: 600px;
	}

	.main-block__light{
		width: 700px;
		top: 180px;
	}
	.main-block__right {
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
}
.main-block__title img {
    margin-top: 10px;
    width: 520px;
}
}

@media (max-width: 1170px){
	.main-block__bline{
		gap: 30px;
	}
	.main-block__light{
		width: 600px;
		top: 220px;
	}
	.main-block__right img.logo {
    top: 20px;
    right: 0px;
    width: 220px;
}
.main-block__right {
        flex: 0 0 500px;
    }
}
@media (max-width: 1024px){
	.main-block__flex{
		flex-direction: column;
	}
	.main-block__light{
		width: 100%;
		position: relative;
		top: 0px;
		margin-top: 80px;
		margin-bottom: 140px;
	}
	.main-block__right img.logo{
		border-radius: 16px;
	}
}
@media (max-width: 630px){
	.main-block img.title{
		width: 550px;
	}
	.main-block__title img{
		width: 450px;
	}
	.main-block__light{
		margin-top: 140px;
	}
}
@media (max-width: 600px){
	.main-block__bline{
		flex-direction: column;
		align-items: center;
	}
	.main-block img.title{
		width: 98%;
		
	}
}
@media (max-width: 490px){
	.main-block__title img{
		width: 100%;
	}
	.main-block__light{
		margin-bottom: 100px;
	}
	.main-block__right{
		flex:  1 1 auto;
	}
}
/* tablet */
@media (max-width: 997.98px){

	.conditions.more{
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 26px;
	}
	.more__items{
		gap: 30px;
	}
	.more__info.one{
		flex: 0 0 290px;
	}
	.more__info.two{
		flex: 0 0 570px;
	}
}


@media (max-width: 767.98px){
	.conditions__items{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.conditions__item.two img{
		margin-top: 0px;
	}
	.conditions__title{
		margin-bottom: 60px;
	}
	.about-brand__bottom{
		flex-direction: column;
		gap: 20px;
	}
	.about-brand__bottom .about-brand__text{
		padding-right: 0px;
	}
	.conditions__items{
		margin-bottom: 60px;
	}
	.about-brand__left{
		flex: 1 1 auto;
	}
	.about-brand__text{
		font-size: 16px;
	}
}

@media (max-width: 650px){
	.more__line.two{
		flex: 0 0 50px;

	}
	.more__info.two{
		flex: 1 1 auto;
	}
}
@media (max-width: 500px){
	.about-brand__text{
		font-size: 14px;
	}
	.about-brand__item img{
		width: 40px;
	}
}
@media (max-width: 392px){
	.more__line{
		flex: 0 0 50px;

	}
	.more__info{
		flex: 1 1 auto;
		font-size: 20px;
	}
	.more__items{
		gap: 20px;
	}
	.about-brand__subtitle{
		font-size: 24px;
	}
}






