html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100vw;
  overflow-x: hidden;
}

input[type=text] {
  font-family: "Poppins", sans-serif;
}

body {
  padding-top: 93px;
  background: #E6E6E6;
}
body.fullh {
  height: 100vh;
  max-height: 100vh;
}
body.stopscroll {
  height: 100vh;
  max-height: 100vh;
}
body.spc {
  padding-top: 0;
  height: 100vh;
  max-height: 100vh;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 765px) {
  body {
    padding-top: 50px;
  }
}
@-webkit-keyframes arrowUpDown {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes arrowUpDown {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-webkit-keyframes rotateQuiz {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateQuiz {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 93px;
  z-index: 10;
}
.header .wrapper {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1441px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  display: block;
}
.header__menu {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 100px;
}
.header__menu a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 6px 10px;
  color: #6F6F6F;
  position: relative;
}
.header__menu a:hover {
  font-weight: 700;
}
.header__menu a.active {
  font-weight: 700;
}
.header__menu a:nth-child(1) {
  width: 174px;
}
.header__menu a:nth-child(2) {
  width: 87px;
}
.header__menu a:nth-child(3) {
  width: 75px;
}
.header__menu a.with-icon {
  background: #E7AD4E;
  border-radius: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 20px 5px 50px;
  transition: background 0.3s linear;
}
.header__menu a.with-icon img {
  position: absolute;
  left: 15px;
  top: 6px;
}
.header__menu a.with-icon:hover {
  background: #092656;
}
.header__trigger {
  display: none;
}

@media (max-width: 1500px) {
  .header .wrapper {
    max-width: 1265px;
  }
  .header__menu a.with-icon {
    margin-left: 20px;
  }
  .header__menu {
    gap: 65px;
  }
}
@media (max-width: 1300px) {
  .header .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .header__menu {
    gap: 20px;
  }
}
@media (max-width: 765px) {
  .header {
    height: 50px;
  }
  .header__logo img {
    height: 18px;
  }
  .header__menu {
    display: none;
  }
  .header__trigger {
    display: block;
  }
  .header__trigger .close {
    display: none;
  }
  .header__trigger.active .close {
    display: block;
  }
  .header__trigger.active .open {
    display: none;
  }
}
.section1 {
  width: 100%;
  height: 955px;
  display: block;
  overflow: hidden;
}
.section1__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section1__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
}
.section1__right {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section1__box {
  position: relative;
  top: 172px;
  left: 19px;
}
.section1__title {
  position: relative;
  padding-top: 24px;
  padding-bottom: 37px;
}
.section1__title img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -150px;
}
.section1 h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 63px;
  color: #092656;
}
.section1 h2 {
  font-weight: 700;
  font-size: 61px;
  line-height: 66px;
  color: #092656;
  position: relative;
  z-index: 2;
}
.section1 p {
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  max-width: 400px;
  margin-bottom: 50px;
}
.section1 p strong {
  font-weight: 700;
}
.section1 p strong.color {
  color: #DF7D6A;
}
.section1 p a {
  display: none;
}
.section1 p:last-of-type {
  margin-bottom: 50px;
}
.section1 p.boxed {
  position: relative;
  color: #FFF;
  border-radius: 0 80px 80px 0;
  background: #092656;
  padding: 32px 60px 30px 1px;
  max-width: 490px;
}
.section1 p.boxed::before {
  content: "";
  display: block;
  position: absolute;
  width: 1500px;
  height: 100%;
  left: -1499px;
  top: 0;
  background: #092656;
}
.section1 p.boxed strong {
  color: #FFF;
}
.section1 p.boxed svg {
  position: absolute;
  opacity: 1;
  top: 79px;
  left: 57px;
  height: auto;
}
.section1 .link {
  width: 154px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #E7AD4E;
  border-radius: 20px;
  color: #FFFFFF;
  transition: background 0.3s linear;
}
.section1 .link:hover {
  background: #092656;
}
.section1 .link img {
  -webkit-animation: arrowUpDown 1s ease-in-out infinite;
          animation: arrowUpDown 1s ease-in-out infinite;
}
.section1__buble {
  position: absolute;
  width: 334px;
  height: 221px;
  left: 11px;
  top: 530px;
  background: #E7A092;
  border-radius: 18px;
  padding: 35px 20px 35px 37px;
  z-index: 4;
}
.section1__buble img {
  position: absolute;
  top: -30px;
  left: -20px;
}
.section1__buble p {
  font-size: 18px;
  line-height: 25px;
  color: #F2F2F2;
}
.section1__buble p strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.section1__img1 {
  position: absolute;
  height: 1108px;
  top: -272px;
  left: 72px;
  z-index: 1;
}
.section1__img2 {
  position: absolute;
  top: 138px;
  left: 729px;
  z-index: 2;
}
.section1__img3 {
  position: absolute;
  bottom: 66px;
  left: 484px;
  z-index: 2;
}

.section2 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 158px;
  padding-bottom: 125px;
  background: #092656;
}
.section2__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section2__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
}
.section2__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.section2__box1 {
  background: #E7AD4E;
  border-radius: 24px;
  position: relative;
  width: 100%;
  max-width: 512px;
  padding: 65px 70px 45px 75px;
}
.section2__box1 .img {
  position: absolute;
  right: 14px;
  top: -41px;
}
.section2__box1 h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.section2__box1 h4 strong {
  color: #092656;
}
.section2__box1 .row {
  position: relative;
  padding-left: 85px;
  margin-bottom: 50px;
}
.section2__box1 .row:last-of-type {
  margin-bottom: 0;
}
.section2__box1 .row img {
  display: block;
  position: absolute;
}
.section2__box1 .row .img1 {
  left: 0;
  top: 0;
}
.section2__box1 .row .img2 {
  left: 6px;
  top: 0;
}
.section2__box1 .row .img3 {
  left: 0;
  top: 12px;
}
.section2__box1 .row h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.section2__box1 .row p {
  font-size: 16px;
  line-height: 31px;
  color: #FFFFFF;
}
.section2__box2 {
  position: relative;
  width: 100%;
  max-width: 512px;
  padding-left: 225px;
  padding-top: 35px;
  height: 210px;
}
.section2__box2 .img1 {
  position: absolute;
  left: 81px;
  top: -80px;
  z-index: 1;
}
.section2__box2 .img2 {
  position: absolute;
  left: 69px;
  top: 74px;
  z-index: 0;
}
.section2__box2 .img3 {
  position: absolute;
  left: 168px;
  top: 29px;
  z-index: 2;
}
.section2__box2 h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #444444;
  position: relative;
  z-index: 2;
}
.section2__box2 p {
  font-size: 14px;
  line-height: 19px;
  color: #444444;
  position: relative;
  z-index: 2;
}
.section2__box3 {
  flex: 0 0 auto;
  max-width: 430px;
  padding-top: 43px;
  position: relative;
}
.section2__box3 h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #FFFFFF;
  position: relative;
}
.section2__box3 .img {
  position: absolute;
  bottom: -7px;
  left: -47px;
}
.section2__box3 h3 {
  padding-top: 5px;
  font-size: 35px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.section2__box3 p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.section2__box3 .row {
  box-sizing: border-box;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 22px;
  position: relative;
  box-sizing: border-box;
}
.section2__box3 .row .left {
  flex: 0 0 43%;
  display: flex;
  justify-content: center;
}
.section2__box3 .row .right {
  flex: 0 0 57%;
  padding-left: 40px;
}
.section2__box3 .row .divider {
  position: absolute;
  bottom: 0;
}
.section2__box3__bg {
  position: absolute;
  right: -384px;
  top: -189px;
}
.section2__box3__bg.low {
  display: none;
}

.section3 {
  width: 100%;
  display: block;
  padding-top: 260px;
  padding-bottom: 148px;
  overflow-x: hidden;
}
.section3__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section3 h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #092656;
  position: relative;
}
.section3 h2 span {
  position: relative;
  z-index: 1;
}
.section3 h2 img {
  position: absolute;
  z-index: 0;
  left: -138px;
  top: -44px;
}
.section3 h3 {
  font-size: 35px;
  line-height: 57px;
  color: #092656;
  margin-bottom: 23px;
}
.section3 p {
  font-size: 16px;
  line-height: 25px;
  color: #444444;
}
.section3 p strong {
  font-weight: 700;
}
.section3__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
}
.section3__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
}
.section3__right img {
  position: absolute;
  left: 152px;
  top: -155px;
  width: 876px;
}

.section4 {
  width: 100%;
  display: block;
  background: linear-gradient(0deg, #fff 26%, rgba(0, 0, 0, 0) 26%);
}
.section4__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1050px;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 58px;
}
.section4 h2 {
  display: inline-block;
  background: #E7A092;
  border-radius: 19.4534px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px 35px;
  width: 531px;
  margin: 0 auto;
  z-index: 1;
}
.section4 h2 strong {
  display: block;
  font-weight: 700;
}
.section4 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  margin-bottom: 8px;
}
.section4 p {
  font-size: 16px;
  line-height: 25px;
  color: #444444;
}
.section4__panel {
  position: relative;
  text-align: left;
  background: #F0F7FE;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
  border-radius: 35px;
}
.section4__panel__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 120px 75px 10px 85px;
}
.section4__panel__img {
  position: absolute;
  right: -107px;
  bottom: -113px;
  z-index: 1;
}
.section4__panel__bot {
  background: rgba(81, 120, 152, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  gap: 10px;
}
.section4__panel__bot h3 {
  margin-bottom: 0;
}
.section4__vertical {
  position: absolute;
  right: 0;
  top: 0;
  height: 384px;
}
.section4__horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 878px;
}
.section4__box {
  flex: 0 0 33%;
  padding: 2px 30px 30px 40px;
  position: relative;
}
.section4__box .top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  height: 70px;
  padding-top: 0;
}
.section4__box.mobile {
  display: none;
}
.section4__box:nth-child(1) .top img {
  width: 34px;
}
.section4__box:nth-child(2) {
  flex-basis: 35%;
}
.section4__box:nth-child(2) .top img {
  width: 24px;
}
.section4__box:nth-child(3) {
  flex-basis: 32%;
}
.section4__box:nth-child(3) .top img {
  width: 26px;
}
.section4__box:nth-child(4) {
  padding-top: 35px;
}
.section4__box:nth-child(4) .top img {
  width: 23px;
}
.section4__box:nth-child(5) {
  flex-basis: 35%;
  padding-top: 35px;
}
.section4__box:nth-child(5) .top img {
  width: 27px;
}
.section4__box:nth-child(6) {
  flex-basis: 32%;
  padding-top: 35px;
  padding-right: 5px;
}
.section4__box:nth-child(6) .top img {
  width: 24px;
}

.section5 {
  width: 100%;
  display: block;
  background: #fff;
  padding-top: 200px;
}
.section5__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1050px;
  display: block;
  position: relative;
  display: flex;
  gap: 20px;
}
.section5__trigger {
  display: none;
}
.section5 h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #D1614C;
}
.section5 h3.blue {
  color: #092656;
}
.section5 p {
  font-size: 16px;
  line-height: 25px;
  color: #092656;
}
.section5 p strong {
  font-weight: 600;
}
.section5__icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #D1614C;
  left: 20px;
  top: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5__icon.blue {
  background: #092656;
}
.section5__box {
  flex: 0 0 33%;
  background: #F2F2F2;
  border-radius: 25px;
  position: relative;
  padding: 55px 30px 0px 40px;
  min-height: 300px;
}
.section5__box > img {
  width: 100%;
}
.section5__box__bot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background: #F0D1D1;
  border-radius: 0px 0px 25px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.section5__box__bot img {
  width: 21px;
}
.section5__box__bot p {
  font-weight: 600;
  font-size: 15.28px;
  line-height: 27px;
  color: #D1614C;
  text-transform: uppercase;
}
.section6 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 172px;
  padding-bottom: 165px;
  background: #fff;
}
.section6__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section6__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section6__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 70px;
}
.section6__arrow {
  position: absolute;
  right: 107%;
  top: -30px;
}
.section6 h2 {
  font-size: 35px;
  line-height: 49px;
  color: #092656;
}
.section6 h2 strong {
  font-weight: 700;
}
.section6__box {
  padding-top: 22px;
}
.section6__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 27px;
}
.section6__row.one {
  color: #F4C9BF;
}
.section6__row.one .number {
  background: #F4C9BF;
}
.section6__row.two {
  color: #EAAA9E;
}
.section6__row.two .number {
  background: #EAAA9E;
}
.section6__row.three {
  color: #DF7D6A;
}
.section6__row.three .number {
  background: #DF7D6A;
}
.section6__row.four {
  color: #D1624C;
}
.section6__row.four .number {
  background: #D1624C;
}
.section6__row .num {
  position: relative;
  flex: 0 0 60px;
}
.section6__row .num .level {
  position: absolute;
  font-size: 11px;
  line-height: 34px;
  color: #EAAA9E;
  top: 24px;
  left: -2px;
}
.section6__row .number {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.section6__row h3 {
  flex: 0 0 150px;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}
.section6__row p {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #517898;
  max-width: 287px;
}
.section6__anim {
  width: 641px;
  height: 641px;
  position: relative;
}
.section6__anim.mobile {
  display: none;
}
.section6 video {
  width: 769px;
  position: relative;
  top: -72px;
  left: -71px;
}
.section6__bubble {
  position: absolute;
  bottom: -52px;
  left: 330px;
}
.section6__bubble .img1 {
  position: absolute;
  left: -161px;
  top: -96px;
}
.section6__bubble .img2 {
  position: absolute;
  left: -58px;
  top: -7px;
}
.section6__bubble p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 22px;
  color: #F2F2F2;
  width: 270px;
}
.section6__bubble p strong {
  font-weight: 700;
}

.section7 {
  width: 100%;
  display: block;
  padding-top: 90px;
  padding-bottom: 200px;
  background: #fff;
}
.section7__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
  position: relative;
}
.section7__box {
  width: 100%;
  background: #9BCCC7;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 66px 63px 66px 152px;
}
.section7__box p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
}
.section7__box h3 {
  font-weight: 700;
  font-size: 48.0172px;
  line-height: 53px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.section7__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section7__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 70px;
}
.section7__right img {
  position: absolute;
  left: -48px;
  top: -8px;
  z-index: 1;
}
.section7__img {
  position: absolute;
  top: -166px;
  left: -63px;
}
.section7__bubble {
  position: absolute;
  width: 234px;
  height: 234px;
  right: 111px;
  bottom: -180px;
  background: #E7A092;
  box-shadow: 2px 11px 18px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  padding: 75px 0 0 40px;
}
.section7__bubble span {
  position: absolute;
  display: block;
  font-weight: 600;
  font-size: 20.7808px;
  line-height: 28px;
  color: #FFFFFF;
  top: 6px;
  left: 38px;
}
.section7__bubble .img1 {
  position: absolute;
  width: 46px;
  left: 18px;
  top: -4px;
}
.section7__bubble h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.section7__bubble p {
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
}

.section8 {
  width: 100%;
  display: block;
  padding-top: 50px;
  background: #fff;
  background: linear-gradient(0deg, #E7AD4E 32%, #fff 32%);
}
.section8__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
}
.section8__left img {
  width: 104%;
  max-width: 104%;
  display: block;
}
.section8__right {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
  padding-top: 105px;
}
.section8__right img {
  position: absolute;
  left: -97px;
  top: 54px;
  width: 127px;
  z-index: 1;
}
.section8 h3 {
  font-size: 41.9247px;
  line-height: 52px;
  color: #092656;
  position: relative;
  z-index: 2;
}

.section9 {
  width: 100%;
  display: block;
  padding-top: 125px;
  padding-bottom: 165px;
  background: #E7AD4E;
}
.section9__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section9__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section9__left p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 415px;
}
.section9__left p strong {
  font-weight: 700;
  display: block;
}
.section9__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 70px;
}
.section9__arrow {
  position: absolute;
  right: 104%;
  top: -80px;
}
.section9 h2 {
  position: relative;
  font-weight: 300;
  font-size: 40px;
  line-height: 57px;
  color: #FFFFFF;
  padding-top: 24px;
  margin-bottom: 38px;
}
.section9 h2 strong {
  font-weight: 700;
  font-size: 61px;
  line-height: 63px;
  color: #FFFFFF;
  display: block;
}
.section9 h2 span {
  position: relative;
  z-index: 1;
}
.section9 h2 img {
  position: absolute;
  left: -105px;
  top: 75px;
  z-index: 0;
}
.section9__box {
  width: 660px;
  position: absolute;
  left: 15px;
}
.section9__box__helper {
  background: #F2F2F2;
  border-radius: 32px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 60px 88px 35px;
}
.section9__box__img {
  position: absolute;
  bottom: -78px;
  right: -86px;
  z-index: 0;
}
.section9__div {
  width: 100%;
}
.section9__title {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  text-align: center;
}
.section9 h3 {
  display: inline-block;
  background: #092656;
  border-radius: 14px;
  text-align: center;
  padding: 18px 29px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #F2F2F2;
}
.section9__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 0;
}
.section9__row .img {
  flex: 0 0 175px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section9__row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #444444;
}
.section9__row p strong {
  font-weight: 700;
}

.section10 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 50px;
  background: #E7AD4E;
}
.section10__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section10__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section10__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 165px;
  padding-top: 62px;
}
.section10 p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 415px;
  margin-bottom: 25px;
}
.section10 p strong {
  font-weight: 700;
}
.section10 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.section10 h2 span {
  color: #092656;
}
.section10__box {
  width: 100%;
  margin-bottom: 55px;
}
.section10__box__helper {
  background: #F2F2F2;
  border-radius: 32px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 48px 64px 26px;
}
.section10__box__helper.second {
  padding: 80px 64px 26px;
}
.section10__box__helper img {
  display: block;
  width: 100%;
}
.section10__box__img {
  position: absolute;
  bottom: -150px;
  left: -165px;
  z-index: 0;
}
.section10__title {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  text-align: center;
}
.section10 h3 {
  display: inline-block;
  background: #092656;
  border-radius: 8px;
  text-align: center;
  padding: 7px 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
}

.section11 {
  width: 100%;
  display: block;
  padding-top: 0px;
  padding-bottom: 140px;
  background-color: #E7AD4E;
  position: relative;
  background: linear-gradient(0deg, #fff 8%, #E7AD4E 8%);
}
.section11__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section11__left {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section11__left p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 415px;
}
.section11__left p strong {
  font-weight: 700;
  display: block;
}
.section11__right {
  height: 100%;
  float: left;
  width: 50%;
  position: relative;
}
.section11__bubble {
  position: absolute;
  right: -267px;
  top: 9px;
}
.section11__bubble .img1 {
  position: absolute;
  z-index: 1;
  left: -300px;
  top: -135px;
}
.section11__bubble .img2 {
  position: absolute;
  z-index: 2;
  left: -200px;
  top: 29px;
}
.section11__bubble .img3 {
  position: relative;
  margin-bottom: 14px;
  z-index: 2;
  left: -12px;
  top: 6px;
}
.section11__bubble h3 {
  font-size: 36px;
  line-height: 45px;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.section11__bubble h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #092656;
  position: relative;
  z-index: 3;
}
.section11__quiz {
  position: relative;
  top: 245px;
  z-index: 1;
}
.section11__img {
  position: absolute;
  left: 0;
  bottom: -174px;
  width: 100%;
  z-index: 0;
}
.section11__item {
  position: relative;
  width: 422px;
  height: 430px;
}
.section11__item .icon {
  position: absolute;
  left: 183px;
  top: 63px;
  width: 60px;
}
.section11__item .bg {
  -webkit-animation: rotateQuiz 10s linear infinite;
          animation: rotateQuiz 10s linear infinite;
}
.section11__item .content {
  position: absolute;
  top: 147px;
  left: 115px;
  width: 215px;
  display: none;
}
.section11__item .content.first {
  display: block;
}
.section11__item .content.first h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #F2F2F2;
  position: relative;
  margin-bottom: 15px;
}
.section11__item .content.first h4 img {
  position: absolute;
  left: -32px;
  top: -8px;
}
.section11__item .content.first p {
  font-size: 18px;
  line-height: 23px;
  color: #F2F2F2;
  margin-bottom: 37px;
}
.section11__item .content.second {
  top: 145px;
  left: 94px;
  width: 246px;
}
.section11__item .content.second h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #F2F2F2;
  position: relative;
  margin-bottom: 15px;
}
.section11__item .content.second h4 img {
  position: absolute;
  left: -10px;
  bottom: -8px;
}
.section11__item .content.second p {
  font-size: 18px;
  line-height: 23px;
  color: #F2F2F2;
  margin-bottom: 24px;
}
.section11__item .content.second .btns {
  padding-left: 37px;
}
.section11__item .content.third {
  top: 146px;
  left: 122px;
  width: 219px;
}
.section11__item .content.third h4 {
  font-size: 18px;
  line-height: 23px;
  color: #F2F2F2;
  margin-bottom: 15px;
}
.section11__item .content.third p {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #F2F2F2;
  margin-bottom: 20px;
}
.section11__item .content.third .btns {
  padding-left: 50px;
  top: 3px;
}
.section11__item .content.third .btns a {
  border: none;
}
.section11__item .content.third .btns a:hover {
  background: none;
  border: none;
}
.section11__item .content.four {
  top: 146px;
  left: 103px;
  width: 239px;
}
.section11__item .content.four h4 {
  font-size: 18px;
  line-height: 23px;
  color: #F2F2F2;
  margin-bottom: 3px;
}
.section11__item .content.four p {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #F2F2F2;
  margin-bottom: 20px;
}
.section11__item .content.four .btns {
  padding-left: 50px;
  top: 3px;
}
.section11__item .content.four .btns a {
  border: none;
}
.section11__item .content.five {
  position: absolute;
  top: 157px;
  left: 103px;
  width: 272px;
}
.section11__item .content.five h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  color: #F2F2F2;
  position: relative;
  margin-bottom: 15px;
}
.section11__item .content.five h4 img {
  position: absolute;
  left: -46px;
  top: -15px;
  width: 240px;
  height: auto;
}
.section11__item .content.five p {
  font-size: 18px;
  line-height: 23px;
  color: #F2F2F2;
  margin-bottom: 40px;
}
.section11__item .btns {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding-left: 19px;
}
.section11__item .btns a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #F2F2F2;
  border: 0.8px solid #F2F2F2;
  border-radius: 21px;
  padding: 7px 16px;
  transition: background-color 0.3s ease-in-out;
}
.section11__item .btns a:hover {
  background: #F2F2F2;
  color: #092656;
}
.section12 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 255px;
  padding-bottom: 220px;
  background: #fff;
}
.section12__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1150px;
  display: block;
}
.section12__left {
  height: 100%;
  float: left;
  width: 57%;
  flex-basis: 50%;
  position: relative;
}
.section12__right {
  height: 100%;
  float: left;
  width: 43%;
  position: relative;
  padding-left: 80px;
  padding-top: 90px;
}
.section12__right img {
  position: absolute;
  right: -140px;
  top: 222px;
}
.section12 h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 63px;
  color: #092656;
}
.section12 h2 {
  font-weight: 700;
  font-size: 61px;
  line-height: 63px;
  color: #092656;
  margin-bottom: 25px;
}
.section12 p {
  font-size: 16px;
  line-height: 25px;
  color: #444444;
}
.section12__box {
  max-width: 650px;
  height: 550px;
  background: #F2F2F2;
  border-radius: 22px;
  position: relative;
}
.section12__box .bg {
  position: absolute;
  left: -55px;
  bottom: -80px;
  z-index: 0;
}
.section12__box .top {
  position: relative;
  background: #F2F2F2;
  border-radius: 22px;
  width: 100%;
  padding: 57px 66px 40px 66px;
  display: flex;
  justify-content: stretch;
  z-index: 2;
  gap: 10px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.section12__box .top .input {
  position: relative;
  flex: 1 1 100%;
  font-family: "Poppins", sans-serif;
}
.section12__box .top .input button {
  position: absolute;
  width: 59px;
  height: 43px;
  background: #092656;
  border-radius: 22px;
  right: 0;
  top: 0;
  border: 1px solid #092656;
  outline: none;
  box-shadow: none;
}
.section12__box .top .closest {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex: 1 1 215px;
}
.section12__box .top .closest button {
  width: 47.55px;
  height: 43px;
  background: #092656;
  border-radius: 22px;
  border: 1px solid #092656;
  outline: none;
  box-shadow: none;
}
.section12__box .top .closest span {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: rgba(81, 120, 152, 0.5);
}
.section12__box .top .filter {
  flex: 1 1 130px;
}
.section12__box .top .filter button {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 43px;
  background: #092656;
  border-radius: 22px;
  border: 1px solid #092656;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.section12__box .top .filter button img {
  width: 21px;
}
.section12__box .top .filter span {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
}
.section12__box .top input {
  height: 43px;
  line-height: 43px;
  padding: 0 50px 0 28px;
  border-radius: 22px;
  border: none;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.section12__box .top input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(68, 68, 68, 0.5);
}
.section12__box .top input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(68, 68, 68, 0.5);
}
.section12__box .top input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(68, 68, 68, 0.5);
}
.section12__box .top input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(68, 68, 68, 0.5);
}
.section12__box .top .cancel {
  display: none;
  height: 43px;
  width: 34px;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 59px;
  position: absolute;
  background: #fff;
}
.section12__box .top .cancel img {
  width: 10px;
}
.section12__box .top .cancel.show {
  display: flex;
}
.section12__box .map {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: 1;
}

.section404 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-image: url("../img/404/kvet.svg");
  background-repeat: no-repeat;
  background-position: right 33px top -87px;
  background-size: 627px auto;
}
.section404__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  display: flex;
}
.section404__left {
  height: 100%;
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section404__right {
  height: 100%;
  float: left;
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.section404 h1 {
  font-weight: 700;
  font-size: 300px;
  line-height: 300px;
  color: #092656;
  position: relative;
  left: -25px;
  margin-bottom: 15px;
}
.section404 h3 {
  font-weight: 400;
  font-size: 64.5198px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #092656;
  position: relative;
  margin-bottom: 40px;
}
.section404 h3 span {
  position: relative;
  z-index: 1;
}
.section404 h3 img {
  z-index: 0;
  position: absolute;
  left: -80px;
  top: -35px;
}
.section404 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #4A4A4A;
  max-width: 520px;
}
.section404 .bg {
  position: absolute;
  top: -87px;
  left: 300px;
}
.section404__bubble {
  position: absolute;
  bottom: -80px;
  left: 100px;
  font-weight: 700;
  font-size: 42.1404px;
  line-height: 100%;
  color: #F2F2F2;
}
.section404__bubble span {
  position: absolute;
  left: 200px;
  top: 145px;
}
.section404__bubble svg {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.section500 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 80px;
  background: #F2F2F2;
}
.section500__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1050px;
  display: block;
}
.section500 h1 {
  font-weight: 700;
  font-size: 61.4615px;
  line-height: 81px;
  color: #092656;
  margin-bottom: 70px;
}
.section500 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #444444;
}
.section500 h3.mtb {
  margin-top: 70px;
}
.section500 h3.mttb {
  margin-top: 48px;
}
.section500 h3.mb0 {
  margin-bottom: 5px;
}
.section500 a,
.section500 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  margin-bottom: 25px;
}
.section500 a.mb0,
.section500 h4.mb0 {
  margin-bottom: 5px;
}
.section500 a.mtb,
.section500 h4.mtb {
  margin-top: 70px;
}
.section500 a.mttb,
.section500 h4.mttb {
  margin-top: 48px;
}
.section500 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  margin-bottom: 25px;
}
.section500 p strong {
  font-weight: 600;
}
.section500 p.bmb {
  margin-bottom: 50px;
}
.section500 p.mbbbb {
  margin-bottom: 40px;
}
.section500 a.underline {
  font-weight: 300;
  text-decoration: underline;
}

.mobile-helper-resolution {
  display: none;
}

@media (max-width: 1720px) {
  .section11__bubble {
    right: -167px;
  }
}
@media (max-width: 1500px) {
  .section404 {
    background-position: right -30px top 80px;
    background-size: 462px auto;
  }
  .section404__wrapper {
    max-width: 1100px;
  }
  .section404 .bg {
    width: 462px;
    top: 82px;
    left: 314px;
  }
  .section404__bubble {
    bottom: -50px;
  }
  .section1__wrapper {
    max-width: 1090px;
  }
  .section1__box {
    top: 150px;
  }
  .section1__buble {
    top: 609px;
  }
  .section1__img1 {
    height: 1093px;
    top: -257px;
    left: 28px;
  }
  .section1__img2 {
    top: 98px;
    left: 571px;
    z-index: 2;
  }
  .section1__img3 {
    position: absolute;
    bottom: 63px;
    left: 437px;
    z-index: 2;
  }
  .section2__wrapper {
    max-width: 1050px;
  }
  .section2__box3 {
    padding-top: 75px;
  }
  .section2__box3__bg {
    right: -197px;
    top: -175px;
  }
  .section2__box3__bg.full {
    display: none;
  }
  .section2__box3__bg.low {
    display: block;
  }
  .section3 {
    padding-top: 300px;
    padding-bottom: 80px;
  }
  .section3__wrapper {
    max-width: 1050px;
  }
  .section3__left {
    width: 55%;
  }
  .section3__right {
    width: 45%;
  }
  .section3__right img {
    left: 80px;
    top: -188px;
    width: 798px;
  }
  .section6 {
    padding-bottom: 240px;
  }
  .section6__wrapper {
    padding-top: 17px;
    max-width: 1050px;
  }
  .section6__anim {
    width: 534px;
    height: 534px;
  }
  .section6__right {
    padding-top: 110px;
  }
  .section6__bubble {
    bottom: -126px;
    left: 258px;
  }
  .section6 video {
    width: 646px;
    position: relative;
    top: -64px;
    left: -61px;
  }
  .section7 {
    padding-top: 65px;
  }
  .section7__wrapper {
    max-width: 1050px;
  }
  .section7__box {
    padding: 66px 148px 66px 122px;
  }
  .section7__box p br {
    display: none;
  }
  .section7__bubble {
    right: 20px;
  }
  .section8 {
    padding-top: 10px;
  }
  .section8__left {
    width: 51%;
  }
  .section8__left img {
    width: 117%;
    max-width: 117%;
    left: -5%;
    position: relative;
    top: 0px;
  }
  .section8__right {
    width: 49%;
    padding-top: 83px;
  }
  .section8__right img {
    left: -73px;
    top: 47px;
    width: 99px;
  }
  .section8 h3 {
    font-size: 33px;
    line-height: 41px;
  }
  .section9 {
    padding-top: 55px;
    padding-bottom: 120px;
  }
  .section9__wrapper {
    max-width: 1050px;
  }
  .section9__left {
    padding-top: 62px;
  }
  .section9__arrow {
    top: -20px;
  }
  .section9__box {
    width: 510px;
  }
  .section9__box__helper {
    padding: 60px 38px 35px;
  }
  .section9__row {
    padding: 15px 0;
  }
  .section9__row .img {
    flex-basis: 125px;
    padding-right: 12px;
  }
  .section10 {
    background: #E7AD4E;
    background-image: url("../img/5/cross.svg");
    background-repeat: no-repeat;
    background-position: right top 75px;
    padding-top: 55px;
  }
  .section10__wrapper {
    max-width: 1050px;
  }
  .section10__right {
    padding-left: 118px;
    padding-top: 80px;
  }
  .section10__box__helper {
    border-radius: 28px;
    padding: 48px 45px 26px;
  }
  .section10__box__helper.second {
    padding: 80px 45px 37px;
  }
  .section11 {
    padding-bottom: 265px;
    background: linear-gradient(0deg, #fff 26%, #E7AD4E 26%);
  }
  .section11__wrapper {
    max-width: 1050px;
  }
  .section11__bubble {
    right: -80px;
  }
  .section11__quiz {
    left: 70px;
    top: 263px;
  }
  .section11__img {
    bottom: -48px;
  }
  .section12 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .section12__wrapper {
    max-width: 1250px;
  }
  .section12__right {
    padding-left: 30px;
    padding-top: 98px;
  }
  .section12__right img {
    right: -29px;
  }
  .section12 p {
    max-width: 405px;
  }
  .section12 p br {
    display: none;
  }
}
@media (max-width: 1320px) {
  .section12__wrapper {
    max-width: 1150px;
  }
}
@media (max-width: 1300px) {
  .section8__left img {
    width: 106%;
  }
}
@media (max-width: 1240px) {
  .section11__bubble {
    right: auto;
    left: 140px;
  }
  .section500__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1150px) {
  .section404 {
    background-position: right -30px top 80px;
    background-size: 400px auto;
  }
  .section404__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  .section404 h1 {
    font-size: 190px;
    line-height: 190px;
  }
  .section404 h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .section404 h3 img {
    width: 484px;
    top: -28px;
    left: -48px;
  }
  .section404 p {
    font-size: 14px;
    line-height: 22px;
  }
  .section404__bubble {
    left: 100px;
    bottom: -18px;
  }
  .section404__bubble img {
    width: 420px;
  }
  .section404__bubble span {
    left: 131px;
    top: 100px;
  }
  .section2__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section2__left {
    padding-right: 15px;
  }
  .section2__right {
    padding-left: 15px;
    justify-content: center;
  }
  .section2__box3 .img {
    left: -17px;
    width: 450px;
  }
  .section2__box3__bg.low {
    display: none;
  }
  .section3 {
    padding-top: 200px;
  }
  .section3__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section3__left {
    width: 60%;
  }
  .section3__right {
    width: 40%;
  }
  .section3__right img {
    left: 20px;
    width: 600px;
    top: -100px;
  }
  .section4__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section4__panel__wrap {
    padding-left: 55px;
  }
  .section5__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
    gap: 2%;
  }
  .section5__box {
    flex: 1 1 31%;
    min-height: 320px;
    padding-bottom: 55px;
  }
  .section5__box > p {
    padding-bottom: 15px;
  }
  .section6__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section6__divider {
    width: 100%;
  }
  .section6__left {
    padding-right: 20px;
  }
  .section6__right {
    padding-left: 20px;
  }
  .section6__anim {
    width: 100%;
  }
  .section6__bubble {
    left: 210px;
  }
  .section6__arrow {
    display: none;
  }
  .section7__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section7__bubble {
    right: 50px;
  }
  .section7__img {
    left: 0;
  }
  .section7__box p {
    position: relative;
    z-index: 2;
  }
  .section8__left img {
    width: 100%;
  }
  .section8__right {
    padding-top: 40px;
  }
  .section8__right img {
    top: 0px;
  }
  .section9__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section9__left {
    padding-top: 30px;
  }
  .section9__right {
    padding-left: 0;
  }
  .section9__box {
    max-width: 510px;
    width: 100%;
    position: relative;
  }
  .section9__box__img {
    right: -40px;
  }
  .section10 {
    background-image: none;
  }
  .section10__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section10__left {
    padding-right: 30px;
  }
  .section10__right {
    padding-left: 30px;
    padding-top: 40px;
  }
  .section12__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section12__right img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .section1 {
    height: 755px;
  }
  .section1 h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .section1__title img {
    width: 500px;
    top: -2px;
  }
  .section1 h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .section1 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section1 .link {
    font-size: 16px;
    line-height: 24px;
  }
  .section1__buble {
    top: 450px;
    left: 50px;
    width: 206px;
    height: 141px;
  }
  .section1__buble p {
    font-size: 10px;
    line-height: 14px;
  }
  .section1__buble p strong {
    font-size: 16px;
    line-height: 18px;
  }
  .section1__img1 {
    height: 700px;
    top: -55px;
  }
  .section1__img2 {
    left: 320px;
  }
  .section1__img3 {
    width: 150px;
    left: 269px;
  }
  .section2__box3 {
    padding-top: 40px;
  }
  .section2__box3 h2 {
    font-size: 47.5327px;
    line-height: 78px;
  }
  .section2__box3 .img {
    width: 100%;
    margin-bottom: 7px;
  }
  .section2__box3 h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .section2__box3 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section2__box3 .row {
    font-size: 21.3402px;
    line-height: 21px;
  }
  .section2__box1 {
    padding: 57px 35px 45px 35px;
  }
  .section2__box1 h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .section2__box1 .row h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .section2__box1 .row p {
    font-size: 12px;
    line-height: 21px;
  }
  .section2__box2 {
    padding-left: 120px;
  }
  .section2__box2 .img2 {
    display: none;
  }
  .section2__box2 .img1 {
    left: -25px;
    top: -80px;
  }
  .section2__box2 .img3 {
    left: 65px;
  }
  .section3 h2 {
    font-size: 50px;
    line-height: 47px;
  }
  .section3 h3 {
    font-size: 25px;
    line-height: 54px;
  }
  .section3 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section4 h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .section4 h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .section4 p {
    font-size: 14px;
    line-height: 20px;
  }
  .section4__panel__wrap {
    padding: 90px 45px 10px;
  }
  .section4__panel__img {
    width: 200px;
    bottom: -71px;
    right: -80px;
  }
  .section4__horizontal {
    width: 300%;
  }
  .section4__vertical {
    height: 205%;
  }
  .section5 {
    padding-top: 140px;
  }
  .section5 h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .section5__box p {
    font-size: 16px;
    line-height: 25px;
  }
  .section6 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .section6__row h3 {
    font-size: 20px;
    line-height: 34px;
    flex-basis: 105px;
  }
  .section6__row p {
    font-size: 16px;
    line-height: 23px;
  }
  .section6__bubble {
    left: 115px;
  }
  .section7__box {
    padding: 50px;
  }
  .section7__box p {
    font-size: 18px;
    line-height: 23px;
  }
  .section7__box h3 {
    font-size: 32.9902px;
    line-height: 32px;
  }
  .section7__right img {
    width: 394px;
    left: -18px;
    top: -17px;
  }
  .section7__img {
    width: 100px;
    top: -64px;
    left: 50px;
  }
  .section7__bubble {
    width: 156px;
    height: 156px;
    padding: 52px 0 0 32px;
    bottom: -115px;
  }
  .section7__bubble h3 {
    font-size: 17px;
    line-height: 17px;
  }
  .section7__bubble p {
    font-size: 11px;
    line-height: 17px;
  }
  .section8 h3 {
    font-size: 20px;
    line-height: 25px;
    padding-left: 40px;
  }
  .section8__right img {
    width: 63px;
    left: -6px;
    top: 12px;
  }
  .section9 h2 {
    font-size: 34px;
    line-height: 53px;
  }
  .section9 h2 strong {
    font-size: 51px;
    line-height: 56px;
  }
  .section9__left p {
    font-size: 16px;
    line-height: 25px;
  }
  .section9 h3 {
    font-size: 16px;
    line-height: 15px;
  }
  .section9__row p {
    font-size: 14px;
    line-height: 19px;
  }
  .section9__row .img {
    flex-basis: 100px;
  }
  .section10 h3 {
    font-size: 16px;
    line-height: 15px;
  }
  .section10 h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .section10 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section10__right {
    padding-top: 20px;
  }
  .section11 {
    padding-bottom: 150px;
  }
  .section11__img {
    bottom: 16px;
  }
  .section11__bubble {
    right: auto;
    left: 160px;
  }
  .section11__bubble h3 {
    font-size: 21px;
    line-height: 26px;
    /* or 26px */
  }
  .section11__bubble h4 {
    font-size: 21px;
    line-height: 26px;
    /* or 13px */
  }
  .section11__bubble .img1 {
    position: absolute;
    z-index: 1;
    left: -153px;
    top: -63px;
    width: 424px;
  }
  .section11__bubble .img2 {
    position: absolute;
    z-index: 2;
    left: -103px;
    top: 29px;
    width: 80px;
  }
  .section11__bubble .img3 {
    margin-bottom: 14px;
    width: 245px;
  }
  .section11__quiz {
    top: 150px;
  }
  .section11__item {
    width: 273px;
    height: 290px;
  }
  .section11__item .bg {
    width: 273px;
  }
  .section11__item .icon {
    position: absolute;
    left: 115px;
    top: 33px;
    width: 43px;
    display: none;
  }
  .section11__item .content {
    top: 79px;
    left: 65px;
    width: 171px;
  }
  .section11__item .content.first {
    display: block;
  }
  .section11__item .content.first h4 {
    font-size: 19.2px;
    line-height: 19px;
  }
  .section11__item .content.first h4 img {
    left: -26px;
    top: -8px;
    width: 200px;
  }
  .section11__item .content.first p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .section11__item .content.second {
    top: 80px;
    left: 62px;
    width: 187px;
  }
  .section11__item .content.second h4 {
    font-weight: 700;
    font-size: 19.2px;
    line-height: 19px;
    color: #F2F2F2;
    position: relative;
    margin-bottom: 15px;
  }
  .section11__item .content.second h4 img {
    position: absolute;
    left: -10px;
    bottom: -8px;
    width: 170px;
  }
  .section11__item .content.second p {
    font-size: 14px;
    line-height: 18px;
    color: #F2F2F2;
    margin-bottom: 18px;
  }
  .section11__item .content.second .btns {
    gap: 14px;
    padding-left: 0px;
  }
  .section11__item .content.second .btns a {
    font-size: 17px;
    line-height: 23px;
    padding: 5px 12px;
  }
  .section11__item .content.third {
    top: 84px;
    left: 72px;
    width: 214px;
  }
  .section11__item .content.third h4 {
    font-size: 14px;
    line-height: 18px;
    color: #F2F2F2;
    margin-bottom: 5px;
  }
  .section11__item .content.third p {
    font-weight: 700;
    font-size: 19.2px;
    line-height: 19px;
    color: #F2F2F2;
    margin-bottom: 20px;
  }
  .section11__item .content.third .btns {
    padding-left: 40px;
    top: 3px;
  }
  .section11__item .content.third .btns a {
    border: none;
  }
  .section11__item .content.third .btns a:hover {
    background: none;
    border: none;
  }
  .section11__item .content.four {
    top: 73px;
    left: 67px;
    width: 162px;
  }
  .section11__item .content.four h4 {
    font-size: 14px;
    line-height: 18px;
    color: #F2F2F2;
    margin-bottom: 3px;
  }
  .section11__item .content.four p {
    font-weight: 700;
    font-size: 19.2px;
    line-height: 19px;
    color: #F2F2F2;
    margin-bottom: 20px;
  }
  .section11__item .content.four .btns {
    padding-left: 50px;
    top: 3px;
  }
  .section11__item .content.four .btns a {
    border: none;
  }
  .section11__item .content.five {
    top: 80px;
    left: 54px;
    width: 187px;
  }
  .section11__item .content.five h4 {
    font-weight: 700;
    font-size: 19.2px;
    line-height: 19px;
    color: #F2F2F2;
    position: relative;
    margin-bottom: 15px;
  }
  .section11__item .content.five h4 img {
    position: absolute;
    left: -39px;
    top: -14px;
    width: 190px;
  }
  .section11__item .content.five p {
    font-size: 13px;
    line-height: 18px;
    color: #F2F2F2;
    margin-bottom: 40px;
  }
  .section11__item .btns {
    padding-left: 0;
  }
  .section11__item .btns a {
    font-size: 17px;
    line-height: 23px;
    padding: 5px 12px;
  }
  .section12 {
    padding-top: 50px;
  }
  .section12 h3 {
    font-size: 34px;
    line-height: 53px;
  }
  .section12 h2 {
    font-size: 52px;
    line-height: 53px;
  }
  .section12 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section12__box .top {
    padding: 55px 20px 55px 32px;
  }
  .section500 {
    padding-top: 85px;
  }
  .section500__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section500 h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .section500 h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 765px) {
  .mobile-helper-resolution {
    display: block;
  }
  .section1 {
    height: auto;
  }
  .section1__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .section1__left {
    width: 100%;
    flex-basis: auto;
    float: none;
  }
  .section1__right {
    width: 100%;
    flex-basis: 320px;
    float: none;
  }
  .section1__img1 {
    height: 428px;
    left: auto;
    right: -55px;
    top: -128px;
  }
  .section1__img2 {
    width: 80px;
    right: 13px;
    left: auto;
    top: 11px;
  }
  .section1__img3 {
    left: auto;
    right: 235px;
    width: 89px;
    transform: rotate(80deg);
    bottom: auto;
    top: 97px;
  }
  .section1__buble {
    top: 200px;
    left: auto;
    right: 40px;
    width: 186px;
    height: 120px;
    border-radius: 10px;
    padding: 17px 10px 0 23px;
  }
  .section1__buble img {
    width: 38px;
    top: -20px;
    left: -11px;
  }
  .section1__buble p:first-of-type strong {
    font-weight: 700 !important;
  }
  .section1__buble p strong {
    line-height: 20px;
  }
  .section1__box {
    left: 0;
    top: 0;
    padding: 30px;
  }
  .section1__title {
    padding-top: 17px;
    padding-bottom: 44px;
  }
  .section1__title img {
    width: 428px;
    left: -100px;
  }
  .section1 p {
    max-width: none;
  }
  .section1 p:first-of-type strong {
    font-weight: 300;
  }
  .section1 p:first-of-type {
    margin-bottom: 25px;
  }
  .section1 p.boxed {
    border-radius: 118px 0px 0px 118px;
    background: #092656;
    padding: 34px 3px 34px 65px;
    width: 320px;
    margin-bottom: 30px;
  }
  .section1 p.boxed::before {
    width: 500px;
    right: -498px;
    left: auto;
  }
  .section1 p.boxed svg {
    top: 107px;
  }
  .section1 p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #092656;
    display: inline;
  }
  .section1 .link {
    margin: 43px auto;
  }
  .section2 {
    padding-top: 24px;
    padding-bottom: 65px;
  }
  .section2__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .section2__left {
    width: 100%;
    flex-basis: auto;
    float: none;
    padding-right: 0;
    padding-top: 62px;
  }
  .section2__right {
    width: 100%;
    float: none;
    padding-left: 0;
    justify-content: flex-start;
  }
  .section2__box3 {
    flex: 1 1 100%;
  }
  .section2__box3 .img {
    width: 330px;
    left: -12px;
    bottom: 0;
  }
  .section2__box3 h2 span {
    position: relative;
    z-index: 1;
  }
  .section2__box3 h3 {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .section2__box3 p {
    margin-bottom: 12px;
  }
  .section2__box3 p br {
    display: none;
  }
  .section2__box3 .row {
    max-width: 210px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .section2__box3 .row .divider {
    width: 100%;
  }
  .section2__box3 .row.one .left img {
    width: 43px;
  }
  .section2__box3 .row.two .left img {
    width: 26px;
  }
  .section2__box3 .row.three .left img {
    width: 36px;
  }
  .section2__box1 {
    border-radius: 17px;
    padding-top: 33px;
    padding-right: 22px;
  }
  .section2__box1 .img {
    right: -9px;
    top: -34px;
    width: 103px;
  }
  .section2__box1 h4 {
    margin-bottom: 44px;
  }
  .section2__box1 .row {
    padding-left: 58px;
    margin-bottom: 32px;
  }
  .section2__box1 .row .img1 {
    width: 32px;
    top: 9px;
    left: 1px;
  }
  .section2__box1 .row .img2 {
    width: 15px;
    top: 2px;
    left: 8px;
  }
  .section2__box1 .row .img3 {
    width: 33px;
    top: 16px;
  }
  .section2__box2 {
    padding-left: 80px;
    padding-top: 38px;
  }
  .section2__box2 .img1 {
    left: -24px;
    top: -56px;
    width: 401px;
  }
  .section2__box2 .img3 {
    width: 28px;
    left: 42px;
    top: 34px;
  }
  .section2__box2 p {
    max-width: 238px;
  }
  .section3 {
    padding-top: 304px;
    position: relative;
  }
  .section3__left {
    float: none;
    width: 100%;
  }
  .section3__right {
    float: none;
    width: 100%;
    position: static;
  }
  .section3__right img {
    top: 77px;
    left: auto;
    right: -100px;
    width: 379px;
  }
  .section3 h2 {
    line-height: 56px;
    margin-bottom: 8px;
  }
  .section3 h2 img {
    width: 415px;
    left: -98px;
    top: 43px;
  }
  .section3 h3 {
    margin-bottom: 19px;
  }
  .section3 p br {
    display: none;
  }
  .section4 {
    background: linear-gradient(0deg, #fff 18%, rgba(0, 0, 0, 0) 18%);
  }
  .section4__wrapper {
    padding-top: 32px;
  }
  .section4 h2 {
    width: 257px;
    border-radius: 9px;
    padding: 9px;
  }
  .section4 h2 strong {
    display: inline;
  }
  .section4__panel {
    border-radius: 20px;
  }
  .section4__panel__wrap {
    padding: 81px 25px 25px;
    display: block;
  }
  .section4__panel__bot {
    display: none;
  }
  .section4__panel__img {
    display: none;
  }
  .section4__box {
    padding: 0 !important;
  }
  .section4__box .top {
    position: relative;
    background-image: url("../img/arr_right_bl.svg");
    background-repeat: no-repeat;
    background-position: right center;
    height: auto;
    padding: 19px 0 16px 58px;
  }
  .section4__box .top img {
    position: absolute;
    left: 0;
  }
  .section4__box .top h3 {
    margin-bottom: 0;
  }
  .section4__box .top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-image: url("../img/3/horizontal.svg");
  }
  .section4__box .bot {
    display: none;
    padding: 7px 33px 0px 58px;
  }
  .section4__box.active .top {
    background-image: url("../img/arr_down_bl.svg");
  }
  .section4__box.active .bot {
    display: block;
  }
  .section4__box.opened .top {
    background-image: url("../img/arr_down_bl.svg");
  }
  .section4__box.mobile {
    display: block;
  }
  .section4__box.mobile .top:after {
    display: none;
  }
  .section4__box.mobile.active .top:after {
    display: block;
  }
  .section4__box:nth-child(1) .top img {
    top: 22px;
    left: 8px;
  }
  .section4__box:nth-child(2) .top img {
    top: 20px;
    left: 15px;
  }
  .section4__box:nth-child(3) .top img {
    top: 18px;
    left: 12px;
  }
  .section4__box:nth-child(4) .top img {
    top: 18px;
    left: 16px;
  }
  .section4__box:nth-child(5) .top img {
    top: 12px;
    left: 13px;
  }
  .section4__box:nth-child(6) .top img {
    top: 19px;
    left: 13px;
  }
  .section4__box:nth-child(7) .top img {
    top: 26px;
    left: 11px;
  }
  .section4__vertical {
    display: none;
  }
  .section4__horizontal {
    display: none;
  }
  .section5 {
    padding-top: 123px;
    padding-bottom: 90px;
  }
  .section5__wrapper {
    display: block;
  }
  .section5__box {
    padding: 55px 23px 60px 29px;
    min-height: 100px;
    margin-bottom: 55px;
  }
  .section5__box:nth-child(1) {
    padding-bottom: 30px;
  }
  .section5__box:nth-child(3) {
    margin-bottom: 0;
  }
  .section5__box > img {
    position: relative;
    left: -6px;
    width: calc(100% + 8px);
  }
  .section6 {
    padding-top: 0;
  }
  .section6__arrow {
    display: block;
    left: auto;
    right: -107px;
    width: 178px;
    top: -22px;
    transform: rotateY(180deg);
  }
  .section6__wrapper {
    padding-top: 0;
  }
  .section6__left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section6__right {
    float: none;
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  .section6 h2 {
    margin-bottom: 10px;
    max-width: 300px;
  }
  .section6__anim.mobile {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .section6__anim.mobile #lottiemobile {
    width: 100%;
    position: relative;
    left: 0px;
    height: auto;
  }
  .section6__anim #lottie {
    display: none;
  }
  .section6__anim.full {
    height: auto;
  }
  .section6__anim.full video {
    display: none;
  }
  .section6__bubble {
    left: 55px;
  }
  .section6__bubble .img1 {
    width: 506px;
    top: -81px;
  }
  .section6__box {
    padding-top: 10px;
  }
  .section6__row {
    flex-wrap: wrap;
    padding: 15px 0 15px;
  }
  .section6__row h3 {
    width: 100%;
  }
  .section6__row p {
    width: 100%;
    padding-left: 60px;
    max-width: none;
  }
  .section6__row .num {
    position: relative;
    top: 4px;
  }
  .section7 {
    padding-top: 48px;
    padding-bottom: 145px;
  }
  .section7__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section7__img {
    display: none;
  }
  .section7__box {
    border-radius: 0;
    display: block;
    padding: 40px 60px 56px;
  }
  .section7__left {
    width: 100%;
    display: block;
    float: none;
  }
  .section7__right {
    display: block;
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-top: 30px;
  }
  .section7__right img {
    width: 366px;
    left: -73px;
    top: 13px;
  }
  .section7__bubble {
    right: 26px;
    bottom: -135px;
    padding-left: 28px;
  }
  .section8 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section8__left {
    float: none;
    width: 100%;
  }
  .section8__left img {
    width: 545px;
    max-width: none;
    top: -39px;
    left: -91px;
  }
  .section8__right {
    float: none;
    width: 100%;
  }
  .section8__right img {
    width: 50px;
    left: 33px;
    top: 20px;
  }
  .section8 h3 {
    padding-left: 65px;
  }
  .section9 {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .section9__arrow {
    display: none;
  }
  .section9__left {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 22px;
  }
  .section9__right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 88px;
  }
  .section9 h2 img {
    left: -137px;
    top: 67px;
  }
  .section9 h3 {
    border-radius: 9px;
    padding: 13px 29px;
  }
  .section9__title {
    top: -25px;
  }
  .section9__box {
    left: 0;
  }
  .section9__box__helper {
    border-radius: 20px;
    padding: 37px 24px 28px;
  }
  .section9__box__img {
    width: 120px;
    right: auto;
    left: -25px;
    bottom: -42px;
  }
  .section9__row {
    padding: 9px 0;
  }
  .section9__row .img {
    flex-basis: 70px;
  }
  .section9__row .img img {
    zoom: 0.7;
  }
  .section10 {
    padding-top: 35px;
  }
  .section10__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .section10__left {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  .section10__right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-right: 20px;
  }
  .section10__right p br {
    display: none;
  }
  .section10 h3 {
    border-radius: 9px;
    padding: 13px 29px;
  }
  .section10__box {
    left: 0;
    margin-bottom: 70px;
  }
  .section10__box__helper {
    border-radius: 20px;
    padding: 50px 24px 18px;
  }
  .section10__box__helper.second {
    padding: 48px 20px 13px;
  }
  .section10__box__img {
    width: 150px;
    left: auto;
    right: -26px;
    bottom: -86px;
    transform: rotate(-46deg);
  }
  .section10__box:nth-child(2) {
    margin-bottom: 0;
  }
  .section11 {
    padding-top: 90px;
    background: linear-gradient(0deg, #fff 22%, #E7AD4E 22%);
    padding-bottom: 0;
  }
  .section11__wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section11__left {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 115px;
  }
  .section11__right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-right: 20px;
  }
  .section11__bubble {
    position: relative;
    left: 97px;
  }
  .section11__quiz {
    left: 0;
    top: 0;
  }
  .section11__img {
    width: 900px;
    bottom: -23px;
  }
  .section12 {
    padding-top: 47px;
  }
  .section12__wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section12__left {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .section12__right {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0px;
  }
  .section12 h2 {
    margin-bottom: 16px;
  }
  .section12__box {
    height: 561px;
  }
  .section12__box.addoverlay .top {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .section12__box .top {
    padding: 30px 20px 30px 16px;
    display: block;
    background: #EAEAEA;
    margin-bottom: -17px;
  }
  .section12__box .top .closest {
    text-align: center;
    justify-content: center;
    padding-top: 10px;
  }
  .section12__box .top .closest button {
    display: none;
  }
  .section12__box .top .closest span {
    font-size: 12px;
    line-height: 13px;
    text-decoration: underline;
  }
  .section12__box .top .closest span br {
    display: none;
  }
  .section12__box .top .filter button {
    margin: 15px auto 0;
  }
  .section12__box .top .cancel img {
    width: 13px;
  }
  .section12__box .bg {
    position: absolute;
    left: -95px;
    bottom: -83px;
    z-index: 0;
  }
  .section404 {
    background-position: right -30px top -30px;
    background-size: 224px auto;
  }
  .section404__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .section404__left {
    width: 100%;
    display: block;
  }
  .section404 .holder {
    position: relative;
    top: 27%;
  }
  .section404__right {
    position: static;
  }
  .section404 h1 {
    font-size: 141px;
    line-height: 141px;
    left: 0;
    margin-bottom: 8px;
  }
  .section404 h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .section404 h3 img {
    width: 361px;
    top: -16px;
    left: -48px;
  }
  .section404 p {
    font-size: 16px;
    line-height: 25px;
  }
  .section404__bubble {
    position: fixed;
    left: auto;
    right: -41px;
    bottom: 6px;
    font-size: 25px;
    line-height: 25px;
  }
  .section404__bubble img {
    width: 370px;
  }
  .section404__bubble span {
    left: 112px;
    top: 78px;
  }
  .section404__bubble svg {
    width: 10px;
    top: 7px;
  }
}
@media (max-width: 500px) {
  .section5 {
    padding-top: 90px;
  }
  .section5__wrapper {
    transition: height 0.3s ease-in-out;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 34px;
  }
  .section5__wrapper.closed {
    overflow: hidden;
    position: relative;
  }
  .section5__wrapper.closed .less {
    display: none;
  }
  .section5__wrapper.closed .more {
    display: flex;
  }
  .section5__wrapper.closed .section5__trigger {
    height: 200px;
    bottom: 0;
  }
  .section5__trigger {
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 50px;
  }
  .section5__trigger a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #092656;
    gap: 5px;
  }
  .section5__trigger .more {
    display: none;
  }
  .section2__box2 p br {
    display: none;
  }
  .section6__bubble p {
    padding-right: 7px;
  }
}
@media (max-width: 500px) and (max-height: 800px) {
  .section404 .holder {
    position: relative;
    top: 22%;
  }
}
@media (max-width: 500px) and (max-height: 733px) {
  .section404 .holder {
    position: relative;
    top: 17%;
  }
}
@media (max-width: 500px) and (max-height: 690px) {
  .section404 .holder {
    position: relative;
    top: 10%;
  }
}
.footer {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #F2F2F2;
}
.footer.white {
  background: #fff;
}
.footer__wrapper {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 1441px;
  display: block;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer__logo {
  display: block;
  margin-bottom: 23px;
}
.footer__logo.mobile {
  display: none;
}
.footer .icolink {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
  padding: 5px 0 5px 48px;
  margin-bottom: 15px;
}
.footer .icolink img {
  position: absolute;
  left: 0;
  top: 0;
}
.footer .icolink.one img {
  left: 12px;
  top: 2px;
}
.footer .icolink.two img {
  left: 6px;
  top: 1px;
}
.footer .link {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 5px 0 5px 48px;
  margin-bottom: 40px;
}
.footer .link:last-of-type {
  margin-bottom: 0;
}
.footer .download {
  width: 300px;
  padding-right: 110px;
  position: relative;
}
.footer .download h4 {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 20px;
}
.footer .download h4 img {
  position: absolute;
  top: -22px;
  left: -43px;
  width: 240px;
}
.footer .download p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 33px;
}
.footer .download .btns {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer .download .btns a {
  display: block;
  margin-bottom: 13px;
}
.footer .download .btns img {
  display: block;
  width: 100px;
}
.footer .face {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  position: relative;
  padding: 5px 0 5px 40px;
  margin-bottom: 15px;
}
.footer .face img {
  width: 27px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer .face.mobile {
  display: none;
}
.footer__mid {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}
.footer__mid a {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.footer__bot {
  padding-top: 15px;
}
.footer__bot p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  color: #000000;
}

@media (max-width: 1500px) {
  .footer__wrapper {
    max-width: 1050px;
  }
}
@media (max-width: 1150px) {
  .footer__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .footer .link {
    margin-bottom: 24px;
  }
  .footer__mid p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__bot p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 765px) {
  .footer {
    padding-top: 60px;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__bot p {
    margin-bottom: 8px;
  }
  .footer__logo {
    display: none;
    width: 100%;
    border-bottom: 1px solid #444444;
    padding-bottom: 20px;
  }
  .footer__logo.mobile {
    display: block;
  }
  .footer__col {
    flex-basis: 100%;
  }
  .footer__col.one {
    order: 2;
    padding-top: 30px;
  }
  .footer__col.two {
    order: 1;
    position: relative;
  }
  .footer__col.three {
    order: 3;
    padding-top: 60px;
  }
  .footer .icolink {
    padding-left: 40px;
  }
  .footer .icolink.one img {
    left: 6px;
  }
  .footer .icolink.two img {
    left: 0;
  }
  .footer .link {
    padding-left: 0;
    margin-bottom: 9px;
  }
  .footer .face {
    display: none;
    position: absolute;
    right: 0;
    padding-left: 0;
    padding-top: 34px;
    top: 57px;
  }
  .footer .face.mobile {
    display: block;
  }
}
.mobilemenu {
  display: none;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #092656;
  z-index: 9;
  align-items: center;
}
.mobilemenu.active {
  display: flex;
}
.mobilemenu .bg {
  width: 250px;
  position: absolute;
  left: 0;
  top: -25px;
}
.mobilemenu .holder {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 413px;
  padding-top: 53px;
}
.mobilemenu a {
  font-weight: 300;
  font-size: 31.6304px;
  line-height: 48px;
  display: block;
  color: #FFFFFF;
  margin-bottom: 48px;
  width: 100%;
  position: relative;
}
.mobilemenu a.active {
  font-weight: 600;
}
.mobilemenu a.active .under {
  display: block;
}
.mobilemenu a .under {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.mobilemenu a:nth-child(1) .under {
  width: 296px;
  bottom: -24px;
}
.mobilemenu a:nth-child(2) .under {
  width: 138px;
  bottom: -9px;
}
.mobilemenu a:nth-child(3) {
  margin-bottom: 85px;
}
.mobilemenu a:nth-child(3) .under {
  width: 120px;
  bottom: -9px;
}
.mobilemenu a.with-icon {
  background: #E7AD4E;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding: 0px;
  margin-bottom: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 23px;
}
.mobilemenu a.with-icon img {
  left: 15px;
  top: 6px;
}

.map {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map #map {
  width: 100%;
  height: 100%;
}
.map.move {
  padding-left: 325px;
}
.map.move .doctor {
  left: 325px;
}

.doctor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(9, 38, 86, 0.4);
  display: flex;
  justify-content: center;
  padding-top: 55px;
}
.doctor .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctor .close.mobile {
  display: none;
}
.doctor__panel {
  position: absolute;
  width: 283px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 13px;
  padding: 0;
  padding-bottom: 20px;
}
.doctor__panel .toppart {
  background: #092656;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  height: 107px;
  width: 100%;
  display: flex;
  padding-left: 103px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 15px;
  margin-bottom: 21px;
}
.doctor__panel .avatar {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.doctor__panel .vcielka {
  position: absolute;
  left: 58px;
  top: 61px;
}
.doctor__panel h5 {
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
.doctor__panel h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  margin-bottom: 3px;
}
.doctor__panel a {
  line-break: anywhere;
}
.doctor__panel p, .doctor__panel a {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #092656;
  padding-left: 60px;
  position: relative;
  margin-bottom: 19px;
}
.doctor__panel p br, .doctor__panel a br {
  display: inline;
}
.doctor__panel p img, .doctor__panel a img {
  position: absolute;
  left: 29px;
  top: 0;
}
.doctor__panel .navigate {
  width: 108px;
  height: 27px;
  background: #7DC1B7;
  border: 0.683103px solid #7DC1B7;
  border-radius: 13.6621px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #FFFFFF;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.doctor__panel .navigate img {
  position: static;
}

.mappanel {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mappanelholder {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 325px;
  background: #F2F2F2;
  border-right: 1px solid #D9D9D9;
  padding-left: 40px;
  padding-bottom: 40px;
  direction: rtl;
}
.mappanelholder .showmap {
  display: none;
}
.mappanelholder.open {
  display: block;
}
.mappanelholder:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0) 100%);
}
.mappanel {
  overflow-y: scroll;
  height: 100%;
  direction: rtl;
  padding-left: 10px;
  padding-bottom: 20px;
}
.mappanel:after {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
}
.mappanel a {
  font-size: 16px;
  line-height: 25px;
  color: #444444;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  padding: 19px 15px 18px 26px;
  cursor: pointer;
  direction: ltr;
}
.mappanel a span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
}
.mappanel a:last-child {
  border-bottom: none;
}
.mappanel a.active {
  font-weight: 700;
  color: #092656;
}
.mappanel a.active span {
  font-weight: 700;
}
.mappanel.empty {
  overflow: hidden;
  display: block;
  direction: ltr;
}
.mappanel .emptybox {
  width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  direction: ltr;
  position: absolute;
  top: 105px;
  left: 80px;
}
.mappanel .emptybox img {
  margin-bottom: 10px;
}
.mappanel .emptybox p {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: #092656;
}
.mappanel .emptybox p br {
  display: inline;
}
.mappanel .emptybox p.strong {
  font-weight: 700;
  margin-bottom: 0;
}
.mappanel::-webkit-scrollbar {
  width: 2px;
}
.mappanel::-webkit-scrollbar-track {
  background: #CFCFCF;
}
.mappanel::-webkit-scrollbar-thumb {
  background: #092656;
  height: 80px;
}
.mappanel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.mapfilter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(9, 38, 86, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 8;
  border-radius: 22px;
}
.mapfilter.active {
  display: flex;
}
.mapfilter__modal {
  width: 471px;
  height: 379px;
  border-radius: 22px;
  background: #FFFFFF;
}
.mapfilter__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E1E1E1;
  border-radius: 22px 22px 0px 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #092656;
  position: relative;
  height: 60px;
}
.mapfilter__header .close {
  width: 28px;
  height: 28px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 19px;
  top: 15px;
}
.mapfilter__content {
  padding: 43px 47px 0;
}
.mapfilter__row {
  margin-bottom: 24px;
}
.mapfilter__row p {
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px;
}
.mapfilter__row a {
  font-size: 14px;
  color: #000000;
  border: 1px solid #7DC1B7;
  display: inline-block;
  text-align: center;
}
.mapfilter__row a.filter-distance-trigger {
  width: 34px;
  line-height: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 35px;
}
.mapfilter__row a.filter-type-trigger {
  border-radius: 13.5px;
  padding: 0 17px;
  margin-right: 15px;
  height: 27px;
  line-height: 27px;
}
.mapfilter__row a.selected {
  background: #7DC1B7;
  border-color: #7DC1B7;
  color: #fff;
}
.mapfilter__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
}
.mapfilter__footer a.confirm {
  width: 94px;
  height: 32px;
  background: #092656;
  border: 0.683103px solid #092656;
  border-radius: 43.66px;
  font-weight: 600;
  font-size: 14.93px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
}
.mapfilter__footer a.cancel {
  height: 31px;
  font-size: 12px;
  line-height: 31px;
  color: #444444;
}

@media (max-width: 765px) {
  .map {
    height: 417px;
  }
  .map.move {
    padding-left: 0px;
  }
  .map.move .doctor {
    left: 0px;
  }
  .mappanel {
    padding-right: 25px;
    padding-left: 20px;
  }
  .mappanelholder {
    width: 100%;
    border-right: none;
    padding-left: 25px;
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .mappanelholder .showmap {
    display: flex;
    font-size: 10px;
    line-height: 25px;
    color: #092656;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    direction: ltr;
    gap: 7px;
    bottom: 20px;
    z-index: 2;
  }
  .mapfilter {
    align-items: flex-start;
    padding-top: 203px;
  }
  .mapfilter__modal {
    width: 268px;
    height: auto;
    padding-bottom: 20px;
    border-radius: 13px;
  }
  .mapfilter__header {
    height: 50px;
    border-radius: 13px 13px 0 0;
  }
  .mapfilter__header .close {
    top: -42px;
    right: 5px;
  }
  .mapfilter__content {
    padding: 22px 33px 0;
  }
  .mapfilter__row {
    margin-bottom: 15px;
  }
  .mapfilter__row p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .mapfilter__row a.filter-distance-trigger {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-right: 22px;
  }
  .mapfilter__row a.filter-distance-trigger:last-of-type {
    margin-right: 0;
  }
  .mapfilter__row a.filter-type-trigger {
    font-size: 10px;
    height: 20px;
    line-height: 19px;
    padding: 0 10px;
  }
  .mapfilter__footer {
    padding-top: 20px;
    flex-direction: column;
    gap: 1px;
  }
  .mapfilter__footer a.confirm {
    font-size: 10.93px;
    line-height: 26px;
    height: 27px;
    width: 108px;
  }
  .mapfilter__footer a.cancel {
    font-size: 10.93px;
    line-height: 27px;
    height: 27px;
    width: 108px;
    text-align: center;
  }
  .doctor {
    padding-top: 80px;
    z-index: 2;
  }
  .doctor__panel .toppart {
    padding-right: 15px;
  }
  .doctor .close {
    display: none;
  }
  .doctor .close.mobile {
    display: flex;
    top: -42px;
    right: 5px;
    padding: 0;
  }
  .doctor .close.mobile img {
    position: static;
  }
  .section12__box.addoverlay .top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 38, 86, 0.4);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
}
.cookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(9, 38, 86, 0.4);
  z-index: 15;
  display: none;
  justify-content: center;
  align-items: center;
}
.cookies .helper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies.active {
  display: block;
}
.cookies .modal {
  width: 830px;
  height: 496px;
  left: 277px;
  top: 273px;
  background: #DF7D6A;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.2);
  border-radius: 38px;
  padding: 45px 68px;
}
.cookies .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cookies .top a {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
}
.cookies .logo {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  color: #FFFFFF;
}
.cookies .logo img {
  margin-right: 20px;
  position: relative;
  top: 7px;
  left: 5px;
  width: 27px;
}
.cookies .mid.short {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cookies .mid.short {
  direction: rtl;
  max-height: 275px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -20px;
  padding-left: 20px;
}
.cookies .mid.short .midhelper {
  direction: ltr;
  padding-bottom: 60px;
}
.cookies .mid.short::-webkit-scrollbar {
  width: 2px;
}
.cookies .mid.short::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.cookies .mid.short::-webkit-scrollbar-thumb {
  background: #fff;
  height: 80px;
}
.cookies .mid.short::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.cookies .mid p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.cookies .mid p.toggle {
  font-weight: 700;
  line-height: 18px;
}
.cookies .mid p a {
  text-decoration: underline;
  color: #fff;
}
.cookies .bot {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cookies .bot:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, rgb(223, 125, 106) 0%, rgba(223, 125, 106, 0) 100%);
}
.cookies .bot a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-align: center;
  border-radius: 65px;
  border: 1px solid #FFFFFF;
  padding: 8px 27px;
  color: #FFFFFF;
}
.cookies .bot a:first-child, .cookies .bot a:hover {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.cookies .bot a .second {
  display: none;
}
.cookies .bot a.added {
  display: none;
}
.cookies .box {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 0px 20px;
  margin-bottom: 10px;
  display: none;
  position: relative;
}
.cookies .box label {
  position: absolute;
  right: 54px;
  top: 9px;
  cursor: pointer;
  display: block;
}
.cookies .box label input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cookies .box label span {
  display: block;
  width: 40px;
  height: 20px;
  background: #D9D9D9;
  border-radius: 10px;
  position: relative;
  transition: background 0.3s ease-in-out;
}
.cookies .box label span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  border-radius: 50%;
  background: #DF7D6A;
  width: 14px;
  height: 14px;
  transition: background, left 0.3s ease-in-out;
}
.cookies .box label input:checked ~ span {
  background: #DF7D6A;
}
.cookies .box label input:checked ~ span::after {
  left: 21px;
  top: 3px;
  background: #fff;
}
.cookies .box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  cursor: pointer;
}
.cookies .box__top h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #4A4A4A;
}
.cookies .box__top svg {
  width: 18px;
}
.cookies .box__bot {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  display: none;
}
.cookies .box.active {
  border-radius: 15px;
}
.cookies .box.active .box__bot {
  display: block;
  padding-bottom: 20px;
}
.cookies .box:last-of-type {
  margin-bottom: 25px;
}
.cookies.info {
  display: none;
}
.cookies.info .content {
  height: 275px;
  overflow-y: scroll;
  direction: rtl;
  margin-left: -33px;
  padding-left: 33px;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cookies.info .content .top {
  direction: ltr;
}
.cookies.info .content .mid {
  direction: ltr;
  padding-bottom: 60px;
}
.cookies.info .content::-webkit-scrollbar {
  width: 2px;
}
.cookies.info .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.cookies.info .content::-webkit-scrollbar-thumb {
  background: #fff;
  height: 80px;
}
.cookies.info .content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.cookies.info .bot {
  justify-content: center;
  gap: 25px;
}
.cookies.info p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
.cookies.info p.strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 4px;
}
.cookies.info p a {
  text-decoration: underline;
  color: #fff;
}
.cookies.info p a.lii {
  display: block;
}
.cookies.info ol li {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
.cookies.open .box {
  display: block;
}
.cookies.open .mid .toggle {
  display: none;
}
.cookies.open .bot a .first {
  display: none;
}
.cookies.open .bot a .second {
  display: inline;
}
.cookies.open .bot a:nth-child(1) {
  font-weight: 400;
  background: none;
}
.cookies.open .bot a:nth-child(1):hover {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.cookies.open .bot a:nth-child(2) {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.cookies.info.active {
  display: block;
}
.cookies-trigger {
  position: fixed;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #DF7D6A;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cookies-trigger img {
  width: 22px;
}
.cookies-trigger.active {
  display: flex;
}

@media (max-width: 900px) {
  .cookies .modal {
    width: 700px;
    padding: 40px;
  }
  .cookies .bot a {
    padding: 10px 13px;
  }
}
@media (max-width: 765px) {
  .cookies {
    top: 0px;
    padding-bottom: 50px;
    overflow: auto;
  }
  .cookies .helper {
    align-items: flex-start;
    padding-top: 55px;
    height: auto;
  }
  .cookies .modal {
    width: 320px;
    padding: 25px 35px 18px;
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    height: auto;
  }
  .cookies .logo {
    font-size: 25px;
    line-height: 25px;
  }
  .cookies .logo img {
    width: 23px;
  }
  .cookies .logo {
    padding-left: 40px;
    position: relative;
  }
  .cookies .logo img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cookies .top {
    margin-bottom: 30px;
  }
  .cookies .top a {
    display: none;
  }
  .cookies .mid p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
  }
  .cookies .mid.short {
    direction: ltr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
  }
  .cookies .mid.short .midhelper {
    padding-bottom: 29px;
  }
  .cookies .bot {
    display: block;
  }
  .cookies .bot a {
    width: 200px;
    margin: 0 auto 10px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 5px;
  }
  .cookies .bot a:last-of-type {
    margin-bottom: 10px;
  }
  .cookies .bot a.added {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #FFFFFF;
  }
  .cookies .bot:after {
    height: 40px;
    top: -40px;
  }
  .cookies .box {
    padding: 0 20px;
  }
  .cookies .box label {
    right: 50px;
    top: 10px;
  }
  .cookies .box label span {
    width: 30px;
    height: 15px;
  }
  .cookies .box label span:after {
    width: 11px;
    height: 11px;
    left: 3px;
    top: 2px;
  }
  .cookies .box label input:checked ~ span:after {
    left: 16px;
    top: 2px;
  }
  .cookies .box__top {
    padding: 12px 0;
  }
  .cookies .box__top svg {
    width: 15px;
  }
  .cookies .box__top h4 {
    font-size: 12px;
    line-height: 12px;
  }
  .cookies .box__bot {
    font-size: 9px;
  }
  .cookies.open .mid p:nth-child(1) {
    margin-bottom: 18px;
  }
  .cookies.open .mid p:nth-child(2) {
    display: none;
  }
  .cookies.info .content {
    direction: ltr;
    height: 300px;
    direction: ltr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    margin-right: -10px;
  }
  .cookies.info .content .mid {
    padding-bottom: 29px;
  }
}
.sectionspc {
  background: #E6E6E6;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.sectionspc__wrapper {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionspc__holder {
  width: 100%;
  max-width: 1050px;
  position: relative;
  top: -50px;
}
.sectionspc__footer {
  background: #fff;
  flex-basis: 131px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #092656;
}
.sectionspc__footer span {
  display: block;
}
.sectionspc__footer span:nth-child(1) {
  margin-right: 30px;
}
.sectionspc__footer span:nth-child(3) {
  margin-right: 15px;
  margin-left: 10px;
}
.sectionspc .row {
  justify-content: space-between;
  align-items: center;
  padding: 50px 25px 50px 0;
  display: flex;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  color: #092656;
  border-bottom: 1px solid #D9D9D9;
  line-break: anywhere;
}
.sectionspc .row svg {
  flex-shrink: 0;
  margin-left: 30px;
}
.sectionspc .row:last-child {
  border-bottom: none;
}

@media (max-height: 750px) and (min-width: 766px) {
  .sectionspc__holder {
    top: -15px;
  }
  .sectionspc .row {
    padding: 40px 25px 40px 0;
  }
}
@media (max-width: 1100px) {
  .sectionspc__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 765px) {
  .sectionspc__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sectionspc__holder {
    top: -20px;
  }
  .sectionspc .row {
    font-size: 16px;
    line-height: 21px;
    padding: 30px 0 30px 0;
  }
  .sectionspc .row svg {
    width: 25px;
    height: auto;
  }
  .sectionspc__footer {
    flex-basis: 83px;
    font-size: 12px;
    line-height: 14px;
  }
  .sectionspc__footer span:nth-child(1) {
    margin-right: 25px;
  }
  .sectionspc__footer:nth-child(3) {
    margin-right: 7px;
    margin-left: 7px;
  }
}
