html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  min-width: 1360px;
  font-weight: 300;
  background: #F2EEE8;
  color: #021688;
}

.sources-section p,
.sources-section ol {
  display: none;
}
}

.whitebg {
  background: #fff;
}

.darkbg {
  color: #fff;
  background: #021688;
}

* {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.wrap {
  width: 1360px;
  margin: 0 auto;
}

a {
  cursor: pointer;
}

.blocktitle {}

sup {
  font-size: 0.6em !important;
  line-height: 0;
  vertical-align: super;
}

.header-section {
  background: #8AB8EA;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-section .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  transition: all 0.3s ease;
}

.header-section a.logo {
  display: block;
}

.header-section a.logo img {
  display: block;
  width: 80px
}

.header-section ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  align-items: center;
}

.header-section ul li {
  margin: 0;
  padding: 10px 0;
}

.header-section ul li.hassubmenu>a:after {
  width: 27px;
  height: 30px;
  display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%0A%3Csvg width='27' height='14' viewBox='0 0 27 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.701651 1.41619L12.1728 12.8873C12.6956 13.4102 13.5433 13.4102 14.0661 12.8873L25.5372 1.41619' stroke='%23FDFDFD' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.header-section ul li.hassubmenu.active>a:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='27' height='14' viewBox='0 0 27 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.701651 1.41619L12.1728 12.8873C12.6956 13.4102 13.5433 13.4102 14.0661 12.8873L25.5372 1.41619' stroke='%238AB8EA' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
}

.header-section ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #021688;
  text-decoration: none;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  padding: 0 18px;
  display: block;
  cursor: pointer;
}

.header-section ul li a.active {
  color: #021688;
  background: #fff;
}

.header-section ul li {
  position: relative;
}

.header-section ul li ul {
  position: absolute;
  display: block;
  padding: 15px 0 8px;
  border-radius: 20px;
  text-align: center;
  background: #021688;
  width: 300px;
  box-sizing: border-box;
  left: 0;
  top: 48px;
  display: none;
}

.header-section ul li:hover ul {
  display: block;
}

.header-section ul li ul li {
  display: block;
}

.header-section .menutoggle {
  display: none;
}


.header-section.small .wrap {
  height: 60px;
}

.top-section {
  background: #8AB8EA;
  color: #fff;
  margin-top: 125px;
}

.top-section .wrap {
  padding: 20px 0 50px;
  position: relative;
}

.top-section .wrap:after {
  width: 30px;
  height: 69px;
  background: url(res/ard.svg) center no-repeat;
  position: absolute;
  content: '';
  right: 0;
  bottom: 60px;
}

.top-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}


.sec-section {}

.sec-section .descr {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.sec-section .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 90px 85px;
}

.sec-section .cols .col img {
  border-radius: 50px
}

.sec-section .cols .col .est {
  padding-left: 50px;
  display: block;
  background: url(res/est.svg) left center no-repeat;
  font-size: 30px;
  margin-top: 35px;
  background-size: contain;
}

.sec-section .cols .col .title {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 35px;
  display: block;
}

.sec-section .cols .col p {
  font-size: 30px;
  line-height: 90%;
}

.sec-section .cols.vids .video-js {
  border-radius: 50px !important;
  border: none;
}

.sec-section.dark {
  background: #021688;
  color: #fff;
  padding: 1px 0;
}









.fronttop-section {
  height: 775px;
  background: #87b2dd url(res/bgtop.jpg) center bottom no-repeat;
  margin-top: 125px;
}

.fronttop-section .wrap {
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  height: 775px;
}

.fronttop-section .blocktitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  max-width: 1100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.fronttop-section .wrap:before {
  width: 424px;
  height: 472px;
  background: url(res/zm.svg) center no-repeat;
  position: absolute;
  content: '';
  left: 50%;
  top: 140px;
  margin-left: -212px;
}

.fronttop-section .wrap:after {
  width: 30px;
  height: 69px;
  background: url(res/ard.svg) center no-repeat;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 55px;
  margin-left: -15px;
}

.m2top-section {
  height: 775px;
  background: #021688 url(res/bgmtop.jpg) right bottom no-repeat;
  color: #fff;
  margin-top: 125px;
}

.m2top-section .wrap {
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  height: 775px;
}

.m2top-section .blocktitle {
  font-size: 96px;
  line-height: 96px !important;
  display: block;
  text-transform: uppercase;
  display: block;
  margin: 0;
}

.m2top-section p {
  font-size: 30px;
  line-height: 90%;
  margin-top: 100px;
}

.m2top-section .wrap:after {
  width: 30px;
  height: 69px;
  background: url(res/ard.svg) center no-repeat;
  position: absolute;
  content: '';
  left: 0%;
  bottom: 55px;
}

.m2-s2-section {
  background: #fff;
  padding-bottom: 90px;
}

.m2-s2-section .wrap {
  padding-top: 40px;
  background: url('res/mandala.png') center 110px no-repeat;
}

.m2-s2-section .blocktitle {
  font-size: 96px;
  line-height: 96px !important;
  display: block;
  display: block;
  margin: 0;
  text-align: center;
}

.m2-s2-section .how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 1015px;
  margin: 110px auto 150px;
  text-align: center;
}

.m2-s2-section .how .title {
  display: block;
  margin-top: 30px;
  font-size: 30px;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase;
}

.m2-s2-section div.blue {
  background: #021688;
  color: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 66px 77px;
  margin: 60px 0;
}

.m2-s2-section div.blue .round {
  height: 244px;
  margin: 0;
  padding: 0;
  position: relative;
  background: url(res/arrs.svg) center no-repeat;
  list-style: none;
  text-align: center;
}

.m2-s2-section div.blue .round li {
  font-size: 30px;
  line-height: 90%;
  margin: 0;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid #fff;
  display: inline-block;
  max-width: 365px;
  text-align: center;
  position: absolute;
  background: #021688;
}

.m2-s2-section div.blue .round li.white {
  background: #fff;
  color: #021688;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
}

.m2-s2-section div.blue .round li:nth-child(1) {
  top: -1px;
  left: 50%;
  margin-left: -70px;
}

.m2-s2-section div.blue .round li:nth-child(2) {
  right: 0;
  top: 80px;
}

.m2-s2-section div.blue .round li:nth-child(3) {
  bottom: -1px;
  left: 50%;
  margin-left: -142px;
}

.m2-s2-section div.blue .round li:nth-child(4) {
  left: 0;
  top: 70px;
}

.m2-s2-section div.blue p {
  font-size: 40px;
  text-align: center;
  line-height: 95%;
  margin-bottom: 0;
}

.m2-s2-section .wrap>p {
  font-size: 40px;
  text-align: center;
  line-height: 95%;
  margin-bottom: 0;
}

.m2-s2-section div.cols {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  width: 1180px;
  margin: 120px auto 40px;
  text-align: center;
  align-items: center;
}

.m2-s2-section div.cols p {
  font-size: 30px;
  line-height: 90%;
}

.m2-prods-section {
  background: #fff;
  padding-top: 80px;
}

.m2-prods-section .prods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.m2-prods-section .prods .item {
  background: #021688;
  border-radius: 200px 200px 10px 10px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.m2-prods-section .prods .item img {
  position: relative;
  margin-top: -110px;
  margin-bottom: 20px;
}

.m2-prods-section .prods .item span.title {
  display: block;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

.m2-prods-section .prods .item p {
  font-size: 30px;
  line-height: 90%;
}

.m2-apts-section {
  background: #fff;
  padding: 50px 0 0;
  position: relative;
}

.m2-apts-section .wrap {
  background: #F2EEE8;
  border-radius: 25px;
  padding: 30px 0;
}

.m2-apts-section .blocktitle {
  font-size: 96px;
  line-height: 96px !important;
  display: block;
  display: block;
  margin: 0;
  text-align: center;
}

.m2-apts-section .apts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 150px 0;
}

.m2-apts-section .apts2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 250px 0;
}

.m2-apts-section>p {
  font-size: 40px;
  text-align: center;
  line-height: 95%;
  margin-bottom: 0;
  text-transform: uppercase;
}

.m2-apts-section .cart {
  width: 164px;
  height: 137px;
  background: url('res/cart.png') top right no-repeat;
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  font-size: 0;
  z-index: 3
}

.deepblue-section {
  background: #021688;
  color: #fff;
  padding: 50px 0;
}

.deepblue-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.deepblue-section .persons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin: 30px 0 0;
}

.deepblue-section .persons .person {
  position: relative;
  padding-top: 20px;
}

.deepblue-section .persons .person .to {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;
  background: #fff url(res/more.svg) center no-repeat;
  border-radius: 100%;
  top: 0;
  right: 0;
}

.deepblue-section .persons .person img {
  display: block;
  border-radius: 100%;
  margin: 0 auto;
}

.deepblue-section .persons .person span {
  display: block;
  font-size: 30px;
  line-height: 100%;
}

.deepblue-section .persons .person span.title {
  font-weight: 500;
  text-transform: uppercase;
  margin: 30px 0 15px
}


.stories-section {
  margin: 40px 0;
}

.stories-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.stories-section .stories {
  margin: 50px 60px 0;
  position: relative;
}

/*.stories-section .stories:before{display: block; width: 36px; height: 74px; background: url('res/prev.svg') center no-repeat; content: ''; top: 50%; margin-top: -70px; left: -60px; position: absolute; opacity: 0.1;}*/
/*.stories-section .stories:after{display: block; width: 36px; height: 74px; background: url('res/next.svg') center no-repeat; content: ''; top: 50%; margin-top: -70px; right:  -60px; position: absolute; opacity: 0.1;}*/
.stories-section .stories .story {
  padding-bottom: 82px;
  position: relative;
  height: 435px;
}

.stories-section .stories .story img {
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  border-radius: 100% 100% 0 0
}

.stories-section .stories .story span {
  display: block;
  font-size: 30px;
  line-height: 100%;
}

.stories-section .stories .story .name {
  font-weight: 500;
  text-transform: uppercase;
  margin: 30px 0 15px
}

.stories-section .stories .story .play {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  width: 62px;
  background: #021688 url(res/pla.svg) center no-repeat;
  border-radius: 24px;
  display: block;
}

.stories-section .slick-prev,
.stories-section .slick-next {
  width: 36px;
  height: 74px;
  margin-top: -35px;
}

.stories-section .slick-prev {
  left: -65px;
  background: url('res/prev.svg') center no-repeat;
}

.stories-section .slick-next {
  right: -65px;
  background: url('res/next.svg') center no-repeat;
}

.stories-section .slick-prev:before,
.stories-section .slick-next:before {
  display: none;
}


.carousel7-section {
  background: #fff;
  padding: 40px 0 50px;
  margin-top: 50px;
}

.carousel7-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.carousel7-section .carousel {
  margin: 30px 60px 0;
  position: relative;
}

/*.carousel7-section .carousel:before{display: block; width: 36px; height: 74px; background: url('res/prev.svg') center no-repeat; content: ''; top: 50%; margin-top: -40px; left: -60px; position: absolute;}
.carousel7-section .carousel:after{display: block; width: 36px; height: 74px; background: url('res/next.svg') center no-repeat; content: ''; top: 50%; margin-top: -40px; right:  -60px; position: absolute;}*/


.carousel .slick-prev,
.carousel .slick-next {
  width: 36px;
  height: 74px;
  margin-top: 0px;
}

.carousel .slick-prev {
  left: -55px;
  background: url('res/prev.svg') center no-repeat;
}

.carousel .slick-next {
  right: -55px;
  background: url('res/next.svg') center no-repeat;
}

.carousel .slick-prev:before,
.carousel .slick-next:before {
  display: none;
}


.videos-section {}

.videos-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.videos-section .tags {
  display: flex;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  gap: 10px
}

.videos-section .tags li {
  margin: 0;
  padding: 0;
}

.videos-section .tags li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #021688;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  border-radius: 33px;
  padding: 0 18px;
  display: block;
}

.videos-section .tags li.active a {
  color: #021688;
  background: #fff;
}

.videos-section .videogrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.videos-section .videogrid img {
  max-width: 100%;
  display: block;
  border-radius: 25px;
  margin-bottom: 30px;
  width: 100%;
}

.videos-section .videogrid a {
  display: block;
  position: relative;
}

.videos-section .videogrid a:after {
  background: url('res/playbig.svg') center no-repeat;
  background-size: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: '';
}

.videos-section .videogrid img:hover {
  opacity: 0.8;
  transition: 0.2s
}

.videos-section .videogrid .video.span {
  grid-column: span 2;
}

.videos-section .videogrid .video {
  font-size: 30px;
  margin-top: 30px;
}

.videos-section .videogrid .video p {
  margin-bottom: 0
}

.videos-section .videogrid .video .title {
  font-weight: 500;
}



.whitebancentered-section {}

.whitebancentered-section .wrap {
  background: #fff;
  border-radius: 24px;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 20px 40px 50px;
  text-align: center;
}

.whitebancentered-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.whitebancentered-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 40px;
}


.whitebancentered-section span {
  display: block;
  font-size: 30px;
  margin-top: 30px;
}


.gotest1-section {}

.gotest1-section .wrap {
  background: #8AB8EA url(res/girl.png) 750px -80px no-repeat;
  border-radius: 40px;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 20px 40px 30px;
}

.gotest1-section.justblue .wrap {
  background: #8AB8EA;
  margin-bottom: 50px;
}

.gotest1-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.gotest1-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 27px;
}

.gotest1-section span {
  display: block;
  font-size: 30px;
  margin-top: 30px;
}






.gochat-section {
  margin-top: 90px;
  margin-bottom: 90px;
}

.gochat-section .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.gochat-section .col {
  position: relative;
}

.gochat-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.gochat-section .subtitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-top: 10px;
}

.gochat-section .caption {
  display: block;
  font-size: 14px;
  margin-top: 25px;
}

.gochat-section img {}





/*CHATBOX*/

.gochat-section .chatbox {
  border-radius: 20px;
  background: #fff;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.gochat-section .fixed .chatbox {
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: auto;
  z-index: 7;
}

.gochat-section .fixed .chatbox .chatfooter label {
  max-width: 550px
}

.gochat-section .fixed:before {
  position: fixed;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
}

.gochat-section .chatbox .chatbody {
  position: absolute;
  top: 0;
  bottom: 65px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  overflow-y: auto;
}

.gochat-section .chatbox .chatbody .message {
  padding: 12px 20px 13px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 20px;
  background: #021688;
  color: #fff;
  /* width: 500px; */
  box-sizing: border-box;
}

.gochat-section .fixed .chatbox .chatbody .message.fromai {
  width: auto;
}


.gochat-section .chatbox .chatbody .message.fromai {
  align-self: flex-start;
  margin-right: 30px;
}

.gochat-section .chatbox .chatbody .message.fromai a {
  color: #fff;
}

.gochat-section .chatbox .chatbody .message.fromuser {
  align-self: flex-end;
  background: #F2EEE8;
  color: #021688;
}

.gochat-section .chatbox .chatbody .messagevariants {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  /* margin-bottom: -22px; */
}

.gochat-section .chatbox .chatbody .messagevariants .variant {
  cursor: pointer;
  padding: 12px 20px 13px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 20px;
  background: #B2CAE4;
  color: #021688;
  max-width: 300px;
  box-sizing: border-box;
}

.gochat-section .chatbox .chatfooter {
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  border-radius: 20px;
}

.gochat-section .chatbox .chatfooter form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding-right: 20px;
  background: #B2CAE4;
}

.gochat-section .chatbox .chatfooter input[type="text"] {
  color: #666;
  width: 550px;
  border: none;
  outline: none;
  height: 65px;
  line-height: 65px;
  padding: 0 0 0 20px;
  background: #B2CAE4;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.gochat-section .chatbox .chatfooter input[type="text"]::placeholder {
  color: white;
}

.gochat-section .chatbox .chatfooter .submit {
  display: block;
  width: 32px;
  height: 32px;
  background: url(res/send.svg) center no-repeat;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}

.gochat-section .chatbox .chatfooter label {
  font-size: 20px;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 80px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  max-height: 52px;
}

.gochat-section .chatbox .chatfooter label.hide {
  /* max-height: 0;
  opacity: 0; */
  display: none;
}

.gochat-section .chatbox .chatfooter label>input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.gochat-section .chatbox .chatfooter label:has(> input) {
  padding-left: 70px;
}

.gochat-section .chatbox .chatfooter label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  border: 15px solid #F2EEE8;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: 1px solid #021688
}

.gochat-section .chatbox .chatfooter label:has(> input:checked):before {
  background: #021688;
}

.gochat-section .chatwrapper .btns {
  /*from AI*/
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gochat-section .chatwrapper .btns.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gochat-section .chatbox .inflate {
  display: block;
  width: 32px;
  height: 32px;
  background: url(res/fullsize.svg) center no-repeat;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 12px;
  right: 20px;
}

.gochat-section .chatwrapper .btns {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.gochat-section .chatwrapper .btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
}

.gochat-section .chatbox .chatbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.gochat-section .chatbox .chatbody::-webkit-scrollbar-track {
  background: transparent;
}

.gochat-section .chatbox .chatbody::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.gochat-section .chatbox .chatbody::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.gochat-section .chatbox .chatbody* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/*CHATBOX*/





.way-section {
  margin-top: 50px;
  background: #021688;
  color: #fff;
  padding: 30px 0;
}

.way-section.mt0 {
  margin-top: 0;
}

.way-section .wrap {}

.way-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.way-section .stepsgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.way-section .step {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  color: #021688;
  padding: 30px;
  border-radius: 16px;
  height: 270px;
  overflow: hidden;
}

.way-section .step a {
  color: #021688;
  text-decoration: none;
}

.way-section .step img {
  position: absolute;
  right: -50px;
  top: -70px;
  width: 244px;
  height: 244px;
  display: block;
  border-radius: 244px;
}

.way-section .step .label {
  font-size: 14px;
  border-radius: 30px;
  height: 28px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #021688
}

.way-section .step .title {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 32px;
  line-height: 30px;
  right: 30px;
  background: url(res/aa.svg) right bottom no-repeat;
}

.way-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
}

.way2-section {
  margin-top: 50px;
  padding: 0;
}

.way2-section.dark {
  margin-top: 0;
  padding: 0;
  background: #021688;
  color: #fff;
}

.way2-section .wrap {}

.way2-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.way2-section .stepsgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.way2-section .step {
  background: #B2CAE4;
  box-sizing: border-box;
  position: relative;
  color: #021688;
  padding: 30px;
  border-radius: 16px;
  height: 270px;
  overflow: hidden;
}

.way2-section .step img {
  position: absolute;
  right: -50px;
  top: -70px;
  width: 244px;
  height: 244px;
  display: block;
  border-radius: 244px;
}

.way2-section .step .label {
  font-size: 14px;
  border-radius: 30px;
  height: 28px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #021688
}

.way2-section .step .title {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 32px;
  line-height: 30px;
  right: 30px;
  background: url(res/aa.svg) right bottom no-repeat;
}

.way2-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
}

.way2-section .step.dark {
  background: #021688;
  color: #fff;
}

.way2-section .step.dark .title {
  background: url(res/aa1.svg) right bottom no-repeat;
}



.articles-section {
  padding: 0;
  margin-top: 0;
  padding: 50px 0 0;
  background: #021688;
  color: #fff;
}

.articles-section .wrap {}

.articles-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.articles-section .stepsgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.articles-section .step {
  box-sizing: border-box;
  position: relative;
  color: #021688;
  padding: 30px;
  border-radius: 16px;
  background: #f2eee8;
  overflow: hidden;
  box-sizing:
}

.articles-section .step img {
  position: relative;
  margin: -30px -30px 20px;
  box-sizing: border-box;
  width: 440px;
  height: 140px;
  display: block;
}

.articles-section .step .label {
  font-size: 14px;
  border-radius: 30px;
  height: 28px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #021688
}

.articles-section .step .title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  background: url(res/aa.svg) right bottom no-repeat;
  margin: 0;
}

.articles-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 10px;
}

.articles-section .step .name {
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.experts-section {
  padding-top: 40px;
}

.experts-section .wrap {}

.experts-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.experts-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
  float: right;
}

.experts-section .expertsgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.experts-section .expert {
  position: relative;
}

.experts-section .expert img {
  width: 100%;
  height: 398px;
  border-radius: 200px 200px 0 0
}

.experts-section .expert .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.experts-section .expert p {
  font-size: 30px;
  line-height: 27px;
  margin: 10px 0;
  height: 102px;
}

.experts-section .expert a.btn {
  float: none;
}

.darkbg .gotest2-section {
  color: #021688;
}

.gotest2-section.dark {
  background: #021688;
  margin: 0;
  padding: 1px;
}

.gotest2-section .wrap {
  box-sizing: border-box;
  padding: 70px 100px 80px 500px;
  background: #8ab8ea url(res/girl1.png) 10px no-repeat;
  border-radius: 40px;
  margin-top: 50px;
  text-align: center;
  height: 415px;
}

.gotest2-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.gotest2-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
}

.m2-section {}

.m2-section .wrap {
  box-sizing: border-box;
  padding: 60px 722px 80px 80px;
  background: #021688 url(res/m2.png) right no-repeat;
  border-radius: 40px;
  margin-top: 50px;
  text-align: center;
  height: 414px;
  color: #fff;
}

.m2-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.m2-section p {
  font-size: 30px;
  line-height: 90%;
}

.m2-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 10px;
}

.withgratitude-section {
  margin-top: 50px;
}

.withgratitude-section .wrap {
  text-align: center;
}

.withgratitude-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
}

.withgratitude-section .cols {
  column-count: 4;
  column-gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.withgratitude-section .item {
  break-inside: avoid;
  box-sizing: border-box;
  background: #B2CAE4;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.withgratitude-section .item .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.withgratitude-section .item .blured-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  filter: blur(5px);
}

.withgratitude-section .item p {
  font-size: 30px;
  line-height: 27px;
  margin: 10px 0 0;
}

.withgratitude-section a.btn {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
}

.share-section {
  margin-top: 50px;
}

.share-section .wrap {
  background: #021688 url(res/girl2.png) 750px 0 no-repeat;
  border-radius: 40px;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 40px 40px 30px;
  color: #fff;
  height: 446px;
}

.share-section .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  max-width: 600px;
}

.share-section ul.soc {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.share-section ul.soc li {}

.share-section ul.soc li a {}

.share-section ul.soc li a img {}

.share-section.dark {
  background: #021688;
  margin: 0;
  padding: 1px 0 50px 0px;
}

.share-section.dark .wrap {
  background: #fff url(res/girl2.png) 750px 0 no-repeat;
  color: #021688;
  height: 446px;
  cursor: pointer;
}

.sources-section {
  margin: 40px 0;
}

.sources-section .wrap {
  font-size: 14px;
  padding: 0 20px;
}

.sources-section .blocktitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
}

.sources-section .blocktitle:after {
  display: block;
  content: '';
  display: inline-block;
  width: 30px;
  background: url(res/to.svg) center no-repeat;
  height: 12px;
  transform: rotate(180deg);
}

.sources-section .blocktitle.bam:after {
  transform: rotate(360deg);
}

.sources-section ol {
  padding-left: 20px;
}

.sources-section ol li {
  margin-bottom: 8px;
}

.sources-section ol li:before {
  content: ' ';
}


.step-section {}

.step-section .wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 50px auto 30px;
}

.step-section .wrap>.title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.step-section .wrap .content p {
  font-size: 30px;
  line-height: 90%;
}

.step-section .wrap .content p:first-child {
  margin-top: 0;
}

.step-section .wrap .content * {
  max-width: 100%;
}

.step-section .wrap .content .videowrap {
  padding: 32px 40px;
  background: #fff;
  border-radius: 40px
}

.step-section .wrap .content .videowrap img {
  /*border-radius: 25px*/
}

.step-section .wrap .content .videowrap .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 35px;
}

.bigbluelink {
  width: 440px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  color: #fff;
  text-decoration: none;
  background: #021688;
  display: block;
  border-radius: 16px;
  margin: 50px 0;
  font-size: 30px;
  line-height: 90%;
  position: relative;
}

.bigbluelink:after {
  display: block;
  content: '';
  background: url('res/aa1.svg') no-repeat;
  bottom: 30px;
  right: 30px;
  width: 31px;
  height: 31px;
  position: absolute;
}

.bigbluelink.file:after {
  display: block;
  content: '';
  background: url('res/ufile.svg') no-repeat;
  bottom: 30px;
  right: 30px;
  width: 31px;
  height: 31px;
  position: absolute;
}

.stepbottom-section .wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 30px auto 50px;
}

.stepbottom-section .wrap div.prev a.btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
}

.stepbottom-section .wrap div.next {
  position: relative;
  background: #021688;
  color: #fff;
  padding: 30px 30px 40px 40px;
  box-sizing: border-box;
  height: 270px;
  overflow: hidden;
  border-radius: 8px
}

.stepbottom-section .wrap div.next .btn {
  height: 50px;
  line-height: 52px;
  background: #fff;
  display: inline-block;
  padding: 0 75px 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}

.stepbottom-section .wrap div.next .btn:after {
  display: block;
  content: '';
  background: url('res/aa.svg') center no-repeat;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 50px;
  position: absolute;
}

.stepbottom-section .wrap div.next .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.stepbottom-section .wrap div.next img {
  position: absolute;
  right: -55px;
  top: -98px;
  border-radius: 100%
}

.stepbottom-section .wrap .content p {
  font-size: 30px;
  line-height: 90%;
}

.stepbottom-section .wrap .content p:first-child {
  margin-top: 0;
}

.mt40 {
  margin-top: 40px;
}


.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(138, 184, 234, 0.7);
  z-index: 4;
  padding: 1px 0;
  display: none;
  overflow: scroll;
  color: #021688;
}

.pop.active {
  display: block;
}

.pop .wrap {
  margin-top: 50px;
  background: #F2EEE8;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.pop .wrap .close {
  position: absolute;
  width: 31px;
  height: 30px;
  display: block;
  top: 40px;
  right: 40px;
  background: url('res/x.svg') center no-repeat;
  cursor: pointer;
}

.pop .wrap>.blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  margin-bottom: 20px;
}

.pop .wrap .small {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

.pop .wrap .subttl.small {
  margin-top: -30px;
  margin-bottom: 40px;
}

.pop .wrap p {
  font-size: 30px;
  line-height: 90%;
}

.pop .wrap .btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
}


.pop.test .wrap .whiterounded {
  background: #FDFDFD;
  border-radius: 40px;
  padding: 60px 40px;
}

.pop.test .wrap .whiterounded .top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 55px;
}

.pop.test .wrap .whiterounded .top .pagenum {
  width: 155px;
  height: 76px;
  line-height: 76px;
  background: #F2EEE8;
  font-size: 40px;
  text-align: center;
  border-radius: 10px
}

.pop.test .wrap .whiterounded .top .title {
  margin: 0;
}

.pop.test .wrap .pagenavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pop.test .wrap .pagenavi li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #B2CAE4;
  border-radius: 20px
}

.pop.test .wrap .pagenavi li.active {
  background: #021688;
}

.pop.test .wrap .title {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin: 40px 0;
  text-transform: uppercase;
}

.pop.test .wrap .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.pop.test .wrap .grid label {
  font-size: 30px;
  line-height: 90%;
  display: block;
}

.pop.test .wrap .grid label>input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.pop.test .wrap .whiterounded .grid label:has(> input) {
  padding-left: 70px;
  position: relative;
}

.pop.test .wrap .whiterounded .grid label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  border: 15px solid #F2EEE8;
  left: 0;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

.pop.test .wrap .whiterounded .grid label:has(> input:checked):before {
  background: #021688;
}

.pop.test .wrap .whiterounded .btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 10px;
}

.pop.test .wrap .whiterounded .tac {
  text-align: center;
}

.pop.test .wrap .tab {
  display: none;
}

.pop.test .wrap .tab.active {
  display: block;
}

.pop .wrap .wrap {
  width: auto;
}

.pop .whitebancentered-section .wrap {
  background: #fff;
  padding: 30px 10px;
}

.pop .whitebancentered-section .wrap .btn {
  margin-top: 0;
}

.pop.test.test2 .wrap .title {
  text-align: center;
}

.pop.test .wrap .grid7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  width: 960px;
  margin: 0 auto;
}

.pop.test .wrap .grid7 label {
  font-size: 30px;
  line-height: 90%;
  display: block;
  text-align: center;
}

.pop.test .wrap .grid7 label>input {
  display: none;
}

.pop.test .wrap .whiterounded .grid7 label:has(> input) {
  padding-top: 70px;
  position: relative;
}

.pop.test .wrap .whiterounded .grid7 label:has(> input:checked) {}

.pop.test .wrap .whiterounded .grid7 label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  top: 0;
  left: 50%;
  margin-left: -25px;
  border: 15px solid #F2EEE8;
  cursor: pointer;
}

.pop.test .wrap .whiterounded .grid7 label:has(> input:checked):before {
  background: #021688;
}


.pop.test .wrap .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px;
  text-align: center;
  margin-bottom: 40px;
}

.pop.test .wrap .grid4 item {
  position: relative;
}

.pop.test .wrap .grid4 img {
  display: block;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin-bottom: 25px;
}


.pop.test .wrap .grid4 label {
  font-size: 30px;
  line-height: 90%;
  display: block;
  text-align: center;
}

.pop.test .wrap .grid4 label>input {
  display: none;
}

.pop.test .wrap .whiterounded .grid4 label:has(> input) {
  position: relative;
}

.pop.test .wrap .whiterounded .grid4 label:has(> input:checked) {}

.pop.test .wrap .whiterounded .grid4 label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  top: 195px;
  left: 195px;
  border: 15px solid #F2EEE8;
  cursor: pointer;
}

.pop.test .wrap .whiterounded .grid4 label:has(> input:checked):before {
  background: #021688;
}


.pop .test2resultsection {
  background: #B2CAE4;
  padding: 45px 40px 30px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 50px;
}

.pop .test2resultsection .grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  padding: 0 100px;
  gap: 140px;
  text-align: center;
}

.pop .test2resultsection .grid img {
  border-radius: 100%;
  width: 168px;
  height: 168px;
}

.pop .test2resultsection .grid span {
  display: block;
  font-size: 30px;
}

.pop .test2resultsection .grid span.title {
  font-weight: 500;
  margin-top: 20px;
}


.pop .result1section {
  background: #B2CAE4;
  padding: 45px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 50px;
}

.pop .result1section img {
  display: block;
  position: absolute;
  width: 328px;
  height: 328px;
  border-radius: 328px;
  right: 77px;
  top: 50%;
  margin-top: -164px;
}

.pop .result1section .blocktitle {
  font-size: 30px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}

.pop .result1section .btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 20px;
}

.pop .result2section {
  background: #8AB8EA;
  padding: 45px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 50px;
}

.pop .result2section img {
  display: block;
  position: absolute;
  width: 328px;
  height: 328px;
  border-radius: 328px;
  right: 77px;
  top: 50%;
  margin-top: -164px;
}

.pop .result2section .blocktitle {
  font-size: 30px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}

.pop .result2section .btn {
  height: 50px;
  line-height: 52px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 20px;
}

.pop .learnmoresection {
  background: #021688 url(res/girl3.png) right bottom no-repeat;
  color: #fff;
  padding: 45px;
  border-radius: 40px;
  position: relative;
  margin: 50px 0;
}

.pop .learnmoresection .title {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  position: relative;
  top: -10px;
  margin-bottom: 20px;
}

.pop .learnmoresection .btn {
  height: 50px;
  line-height: 52px;
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #021688;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 20px;
}

.numberonesection {
  background: #B2CAE4 url(res/n1.jpg) left -15px no-repeat;
  padding: 60px 40px 30px 115px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 0;
}

.numberonesection .title {
  font-size: 40px;
  font-weight: bold;
  display: block;
}

.pop .wrap .numberonesection .btn {
  height: 60px;
  line-height: 60px;
  background: #021688;
  display: inline-block;
  padding: 0 45px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 23px;
  cursor: pointer;
  margin-top: 40px;
}

.pop .wrap .numberonesection p {
  margin: 0;
}

.pop .wrap .numberonesection .small {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0;
}

.pop .blue {
  background: #B2CAE4;
  padding: 45px 40px 30px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 50px;
}

.pop .blue .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}


.pop .videowrap {
  border-radius: 25px;
  overflow: hidden;
}

.pop.videoexp .subtitlevideo {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  top: -20px;
}

.pop.videoexp p {
  font-size: 40px;
  line-height: 95%;
  margin: 20px 0 50px 0;
}

.pop.videoexp .footer {
  text-align: center;
  margin-top: 40px;
}

.pop.videoexp .btn.dld {
  padding-right: 74px;
  position: relative;
}

.pop.videoexp .btn.dld:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(res/dld.svg) center no-repeat;
  width: 74px;
}

.pop.videoexp .footer .btn {
  margin: 0 20px;
}

.pop.videoexp .footer.left {
  text-align: left;
}

.pop.videoexp .footer.left .btn {
  margin-left: 0;
}


.pop.videoexp.video .subtitlevideo {
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  position: relative;
  top: -30px;
}

.pop.videoexp.video .absbtn {
  position: absolute;
  right: 112px;
  top: 40px;
  height: 62px;
  line-height: 62px;
  margin-bottom: 40px;
}

.pop.videoexp.vertical .wrap {
  padding: 0 40px;
  background: transparent;
  width: 800px;
  border-radius: 0
}

.pop.videoexp.vertical .close {
  top: 0;
  right: 0;
}

.pop.videoexp.vertical .videowrap {
  border-radius: 0
}

.vertical .video-js {
  height: calc(95vh) !important;
  padding: 0 !important;
  margin: 0 auto;
  display: block;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  display: block;
  background: transparent;
  border-radius: 0 !important
}

.vertical .vjs-poster {
  display: none;
  border-radius: 0
}


.wrap .video-js {
  border-radius: 20px;
  overflow: hidden;
}

.wrap .video-js .vjs-big-play-button {
  width: 291px;
  height: 323px;
  background-color: transparent !important;
  border: none;
  background: url('res/playbig.svg') center no-repeat;
  background-size: 100px;
  margin-top: -161px;
  margin-left: -145px;
  cursor: pointer;
}

.wrap .vjs-poster img {
  object-fit: cover;
}

.wrap .video-js .vjs-big-play-button:hover {
  opacity: 0.8;
  transition: 0.5s
}

.wrap .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.wrap .vjs-button>.vjs-icon-placeholder:before {
  line-height: 50px;
}

.wrap .video-js .vjs-control-bar {
  height: 50px;
}

.wrap .video-js .vjs-time-control {
  line-height: 50px;
}

.wrap .video-js .vjs-control-bar {
  background-color: transparent;
}

.wrap .video-js .vjs-slider {
  background-color: #fff;
}

.cols.vids .video-js .vjs-big-play-button {
  background-size: 50%
}

.pop.baner .wrap {
  box-sizing: border-box;
  padding: 70px 100px 80px 500px;
  background: #F2EEE8 url(res/girl1.png) 10px no-repeat;
  border-radius: 40px;
  margin-top: 50px;
  text-align: center;
  height: 415px;
  position: relative;
}

.pop.baner .blocktitle {
  font-weight: 300;
  font-size: 96px;
  line-height: 96px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.pop.baner a.btn {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
}


.pop.form .wrap .whiterounded {
  background: #FDFDFD;
  border-radius: 40px;
  padding: 60px 40px;
}

.pop.form .wrap .whiterounded .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px
}

.pop.form .wrap textarea {
  height: 220px;
  line-height: 27px;
  display: block;
  border-radius: 40px;
  padding: 25px 40px;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  border: none;
  background: #F2EEE8;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #021688;
  border: none;
  outline: none;
}

.pop.form .wrap input[type="text"] {
  height: 79px;
  line-height: 79px;
  display: block;
  border-radius: 40px;
  padding: 0 40px;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  border: none;
  background: #F2EEE8;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #021688;
  border: none;
  outline: none;
}

.pop.form .wrap textarea::placeholder,
.pop.form .wrap input[type="text"]::placeholder {
  color: #021688;
}

.pop.form .wrap input[type="submit"] {
  height: 53px;
  line-height: 55px;
  background: #021688;
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 20px;
  border: none;
  outline: none;
  margin-top: 40px;
  cursor: pointer;
}

.pop.form .wrap label {
  font-size: 20px;
  line-height: 52px;
  display: block;
  opacity: 1;
  position: relative;
}

.pop.form .wrap label>input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.pop.form .wrap label:has(> input) {
  padding-left: 70px;
}

.pop.form .wrap label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  border: 15px solid #F2EEE8;
  left: 0;
  top: 0;
  cursor: pointer;
}

.pop.form .wrap label:has(> input.req):before {
  outline: 1px solid #021688
}

.pop.form .wrap label:has(> input:checked):before {
  background: #021688;
}




.pop.letter .wrap .whiterounded {
  background: #FDFDFD;
  border-radius: 40px;
  padding: 60px 40px;
}

.pop.letter .wrap .whiterounded form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.pop.letter .wrap .whiterounded .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}

.pop.letter .wrap .whiterounded .grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}

.pop.letter .wrap .whiterounded .title {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.pop.letter .wrap .whiterounded .tac {
  text-align: center;
}

.pop.letter .wrap .tab {
  display: none;
}

.pop.letter .wrap .tab p:first-child {
  margin-top: 0;
}

.pop.letter .wrap .tab.active {
  display: block;
}

.pop.letter .wrap .tab .btn {
  margin: 0 15px;
}

.pop.letter .wrap label {
  font-size: 30px;
  line-height: 52px;
  display: block;
  opacity: 1;
  position: relative;
}

.pop.letter .wrap label>input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.pop.letter .wrap label:has(> input) {
  padding-left: 70px;
}

.pop.letter .wrap label:has(> input):before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #F2EEE8;
  border: 15px solid #F2EEE8;
  left: 0;
  top: 0;
  cursor: pointer;
}

.pop.letter .wrap label:has(> input.req):before {
  outline: 1px solid #021688
}

.pop.letter .wrap label:has(> input:checked):before {
  background: #021688;
}


.pop.audio .wrap .carouselwrap {
  background: #FDFDFD;
  border-radius: 40px;
  padding: 60px 40px;
}

.pop.audio .wrap .grid4col {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.pop.audio .wrap .grid4col .item {
  padding: 0 40px 0 0
}

.pop.audio .wrap .grid4col .title {
  font-size: 30px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin: 20px 0 30px;
  height: 90px;
}

.pop.audio .wrap .grid4col img {
  border-radius: 100%
}

.pop.audio .wrap .grid4col audio {
  display: inline-block;
  width: 200px;
}

.pop.audio .wrap .grid4col .bottom {
  display: grid;
  grid-template-columns: 5fr 1fr;
  background: #F2EEE8;
  border-radius: 10px;
  position: relative;
}

.pop.audio .wrap .grid4col .bottom .dld {
  width: 20px;
  background: url('res/dldaudio.svg') center no-repeat;
  display: inline-block;
  height: 100%;
  margin-right: 13px;
  font-size: 0;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #F2EEE8;
  color: #8AB8EA;
}

.pop.advice {}

.pop.advice .wrap .advicewrap {
  background: #FDFDFD;
  border-radius: 40px;
  padding: 60px 40px 40px;
  overflow: hidden;
}

.pop.advice .wrap .carousel {
  margin-left: -40px;
  width: calc(100% + 80px);
}

.pop.advice .wrap .carousel a {
  display: inline-block;
  width: 359px;
  padding-right: 36px;
}

.pop.advice .wrap .carousel a img {
  width: 359px;
  height: 376px;
}

.pop.advice .wrap .advicewrap .carousel {
  width: 1188px;
  padding-bottom: 55px;
}

.pop.advice .wrap .advicewrap .carousel .slick-list {
  overflow: visible;
}

.pop.advice .wrap .advicewrap .carousel .slick-next {
  right: -70px;
  ;
  margin-top: -35px;
}

.pop.advice .wrap .advicewrap .carousel .slick-prev {
  left: 10px;
  z-index: 2;
  margin-top: -35px;
}

.pop .way-section {
  margin: 80px -40px 30px -40px;
  padding: 40px;
}

.pop .way-section .btn {
  color: #021688;
  background: #fff;
}

.pop .way-section .wrap {
  margin: 0;
  padding: 0;
  background: transparent;
}

.pop .test2resultsection-more .item {
  display: grid;
  grid-template-columns: 720px 390px;
  gap: 80px;
  padding: 45px 45px 40px;
  background: #fdfdfd;
  border-radius: 40px;
  margin-bottom: 50px;
}

.pop .test2resultsection-more .item {
  display: grid;
  grid-template-columns: 720px 390px;
  gap: 80px;
  padding: 45px 45px 40px;
  background: #fdfdfd;
  border-radius: 40px;
  margin-bottom: 50px;
}

.pop .test2resultsection-more .item.sec {
  background: #b2cae4;
}

.pop .test2resultsection-more .item.third {
  background: #8ab8ea;
}

.pop .test2resultsection-more .item .title {
  font-weight: 500;
  display: block;
  font-size: 30px;
  text-transform: uppercase;
}

.pop .test2resultsection-more .item img {
  border-radius: 30px
}

.pop p.tac {
  text-align: center;
}

.footer-section {
  background: #021688;
  color: #fff;
  margin-top: 50px;
}

.footer-section.mt0 {
  margin-top: 0;
}

.footer-section a {
  color: #fff;
}

.footer-section .wrap {
  display: flex;
  padding: 40px 0 30px;
}

.footer-section a.logo {
  margin-right: 60px;
}

.footer-section a.logo img {
  width: 150px
}

.footer-section .center {
  margin-right: 260px;
}

.footer-section .center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .center ul li {
  margin-bottom: 15px;
}

.footer-section .center ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.footer-section .center ul.soc {
  display: flex;
  gap: 24px;
  margin-top: 15px;
}

.footer-section .center ul.soc li {}

.footer-section .center ul.soc li a {}

.footer-section .center ul.soc li a img {}

.footer-section .right {
  text-align: right;
}

.footer-section .right p.addr {
  font-size: 30px;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 40px;
}

.footer-section .right p.addr a {
  text-decoration: none;
}

.footer-section .right p.rights {
  font-size: 14px;
}


.gochat-section .chatbox .inflate {
  /*opacity: 0;*/
}

.gochat-section .chatbox .chatfooter label.error {
  color: #f00
}

.gochat-section .chatbox .chatfooter label.error:before {
  outline: 1px solid #f00
}

div.ztab.hidden {
  display: none;
}

.videos-section .tags li a.ztab {
  color: #8AB8EA;
}

.videos-section .tags li a.ztab.hidden {
  color: #fff;
}


.articles-section a {
  text-decoration: none;
}


audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: transparent;
  color: transparent;
}



#ot-sdk-btn.ot-sdk-show-settings {
  height: 53px !important;
  line-height: 55px !important;
  background: #fff !important;
  color: #021688 !important;
  display: inline-block !important;
  padding: 0 24px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 100px !important;
  border: none !important;
  outline: none !important;
  font-family: 'Roboto Condensed', sans-serif !important;
}

/*
#onetrust-banner-sdk.ot-close-btn-link .banner-close-button,
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link{
  color:  #021688 !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #021688 !important;
    border-color: #021688 !important;
    color: #FFFFFF;
    text-transform: uppercase;
}*/


.no-pop.active {
    display: block;
}

.no-pop .wrap {
    margin-top: 100px;
    background: #F2EEE8;
    border-radius: 25px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.no-pop .wrap .close {
    position: absolute;
    width: 31px;
    height: 30px;
    display: block;
    top: 40px;
    right: 40px;
    background: url('res/x.svg') center no-repeat;
    cursor: pointer;
}

.no-pop .wrap>.blocktitle {
    font-weight: 300;
    font-size: 96px;
    line-height: 96px;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: -10px;
    margin-bottom: 20px;
}

.no-pop .wrap .small {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.no-pop .wrap .subttl.small {
    margin-top: -30px;
    margin-bottom: 40px;
}

.no-pop .wrap p {
    font-size: 30px;
    line-height: 90%;
}

.no-pop .wrap .btn {
    height: 50px;
    line-height: 52px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
}

.no-pop.test .wrap .whiterounded {
    background: #FDFDFD;
    border-radius: 40px;
    padding: 60px 40px;
}

.no-pop.test .wrap .whiterounded .top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 55px;
}

.no-pop.test .wrap .whiterounded .top .pagenum {
    width: 155px;
    height: 76px;
    line-height: 76px;
    background: #F2EEE8;
    font-size: 40px;
    text-align: center;
    border-radius: 10px;
}

.no-pop.test .wrap .whiterounded .top .title {
    margin: 0;
}

.no-pop.test .wrap .pagenavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.no-pop.test .wrap .pagenavi li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #B2CAE4;
    border-radius: 20px;
}

.no-pop.test .wrap .pagenavi li.active {
    background: #021688;
}

.no-pop.test .wrap .title {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin: 40px 0;
    text-transform: uppercase;
}

.no-pop.test .wrap .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.no-pop.test .wrap .grid label {
    font-size: 30px;
    line-height: 90%;
    display: block;
}

.no-pop.test .wrap .grid label>input {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.no-pop.test .wrap .whiterounded .grid label:has(> input) {
    padding-left: 70px;
    position: relative;
}

.no-pop.test .wrap .whiterounded .grid label:has(> input):before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    border: 15px solid #F2EEE8;
    left: 0;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.no-pop.test .wrap .whiterounded .grid label:has(> input:checked):before {
    background: #021688;
}

.no-pop.test .wrap .whiterounded .btn {
    height: 50px;
    line-height: 52px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin: 0 10px;
}

.no-pop.test .wrap .whiterounded .tac {
    text-align: center;
}

.no-pop.test .wrap .tab {
    display: none;
}

.no-pop.test .wrap .tab.active {
    display: block;
}

.no-pop .wrap .wrap {
    width: auto;
}

.no-pop.test.test2 .wrap .title {
    text-align: center;
}

.no-pop.test .wrap .grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    width: 960px;
    margin: 0 auto;
}

.no-pop.test .wrap .grid7 label {
    font-size: 30px;
    line-height: 90%;
    display: block;
    text-align: center;
}

.no-pop.test .wrap .grid7 label>input {
    display: none;
}

.no-pop.test .wrap .whiterounded .grid7 label:has(> input) {
    padding-top: 70px;
    position: relative;
}

.no-pop.test .wrap .whiterounded .grid7 label:has(> input:checked) {}

.no-pop.test .wrap .whiterounded .grid7 label:has(> input):before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    top: 0;
    left: 50%;
    margin-left: -25px;
    border: 15px solid #F2EEE8;
    cursor: pointer;
}

.no-pop.test .wrap .whiterounded .grid7 label:has(> input:checked):before {
    background: #021688;
}

.no-pop.test .wrap .grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 47px;
    text-align: center;
    margin-bottom: 40px;
}

.no-pop.test .wrap .grid4 item {
    position: relative;
}

.no-pop.test .wrap .grid4 img {
    display: block;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
}

.no-pop.test .wrap .grid4 label {
    font-size: 30px;
    line-height: 90%;
    display: block;
    text-align: center;
}

.no-pop.test .wrap .grid4 label>input {
    display: none;
}

.no-pop.test .wrap .whiterounded .grid4 label:has(> input) {
    position: relative;
}

.no-pop.test .wrap .whiterounded .grid4 label:has(> input:checked) {}

.no-pop.test .wrap .whiterounded .grid4 label:has(> input):before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    top: 195px;
    left: 195px;
    border: 15px solid #F2EEE8;
    cursor: pointer;
}

.no-pop.test .wrap .whiterounded .grid4 label:has(> input:checked):before {
    background: #021688;
}

.no-pop.test2resultsection {
    background: #B2CAE4;
    padding: 45px 40px 30px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 50px;
}

.no-pop.test2resultsection .grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 100px;
    gap: 140px;
    text-align: center;
}

.no-pop.test2resultsection .grid img {
    border-radius: 100%;
    width: 168px;
    height: 168px;
}

.no-pop.test2resultsection .grid span {
    display: block;
    font-size: 30px;
}

.no-pop.test2resultsection .grid span.title {
    font-weight: 500;
    margin-top: 20px;
}

.no-pop.result1section {
    background: #B2CAE4;
    padding: 45px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 50px;
}

.no-pop.result1section img {
    display: block;
    position: absolute;
    width: 328px;
    height: 328px;
    border-radius: 328px;
    right: 77px;
    top: 50%;
    margin-top: -164px;
}

.no-pop.result1section .blocktitle {
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.no-pop.result1section .btn {
    height: 50px;
    line-height: 52px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
}

.no-pop.result2section {
    background: #8AB8EA;
    padding: 45px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 50px;
}

.no-pop.result2section img {
    display: block;
    position: absolute;
    width: 328px;
    height: 328px;
    border-radius: 328px;
    right: 77px;
    top: 50%;
    margin-top: -164px;
}

.no-pop.result2section .blocktitle {
    font-size: 30px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.no-pop.result2section .btn {
    height: 50px;
    line-height: 52px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
}

.no-pop.learnmoresection {
    background: #021688 url(res/girl3.png) right bottom no-repeat;
    color: #fff;
    padding: 45px;
    border-radius: 40px;
    position: relative;
    margin: 50px 0;
}

.no-pop.learnmoresection .title {
    font-weight: 300;
    font-size: 96px;
    line-height: 96px;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: -10px;
    margin-bottom: 20px;
}

.no-pop.learnmoresection .btn {
    height: 50px;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #021688;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
}

.no-pop .wrap .numberonesection {
    background: #B2CAE4 url(res/n1.jpg) left -15px no-repeat;
    padding: 60px 40px 30px 115px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 0;
}

.no-pop .wrap .numberonesection .title {
    font-size: 40px;
    font-weight: bold;
    display: block;
}

.no-pop .wrap .numberonesection .btn {
    height: 60px;
    line-height: 60px;
    background: #021688;
    display: inline-block;
    padding: 0 45px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 23px;
    cursor: pointer;
    margin-top: 40px;
}

.no-pop .wrap .numberonesection p {
    margin: 0;
}

.no-pop .wrap .numberonesection .small {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}

.no-pop.blue {
    background: #B2CAE4;
    padding: 45px 40px 30px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 50px;
}

.no-pop.blue .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.no-pop .videowrap {
    border-radius: 25px;
    overflow: hidden;
}

.no-pop.videoexp .subtitlevideo {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

.no-pop.videoexp p {
    font-size: 40px;
    line-height: 95%;
    margin: 20px 0 50px 0;
}

.no-pop.videoexp .footer {
    text-align: center;
    margin-top: 40px;
}

.no-pop.videoexp .btn.dld {
    padding-right: 74px;
    position: relative;
}

.no-pop.videoexp .btn.dld:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(res/dld.svg) center no-repeat;
    width: 74px;
}

.no-pop.videoexp .footer .btn {
    margin: 0 20px;
}

.no-pop.videoexp .footer.left {
    text-align: left;
}

.no-pop.videoexp .footer.left .btn {
    margin-left: 0;
}

.no-pop.videoexp.video .subtitlevideo {
    font-weight: 300;
    font-size: 40px;
    text-transform: none;
    position: relative;
    top: -30px;
}

.no-pop.videoexp.video .absbtn {
    position: absolute;
    right: 112px;
    top: 40px;
    height: 62px;
    line-height: 62px;
    margin-bottom: 40px;
}

.no-pop.videoexp.vertical .wrap {
    padding: 0 40px;
    background: transparent;
    width: 800px;
    border-radius: 0;
}

.no-pop.videoexp.vertical .close {
    top: 0;
    right: 0;
}

.no-pop.videoexp.vertical .videowrap {
    border-radius: 0;
}

.no-pop.vertical .video-js {
    height: calc(95vh) !important;
    padding: 0 !important;
    margin: 0 auto;
    display: block;
    width: auto;
    object-fit: contain;
    object-position: center;
    background: transparent;
    border-radius: 0 !important;
}

.no-pop.vertical .vjs-poster {
    display: none;
    border-radius: 0;
}

.no-pop .wrap .video-js {
    border-radius: 20px;
    overflow: hidden;
}

.no-pop .wrap .video-js .vjs-big-play-button {
    width: 291px;
    height: 323px;
    background-color: transparent !important;
    border: none;
    background: url('res/playbig.svg') center no-repeat;
    background-size: 100px;
    margin-top: -161px;
    margin-left: -145px;
    cursor: pointer;
}

.no-pop .wrap .vjs-poster img {
    object-fit: cover;
}

.no-pop .wrap .video-js .vjs-big-play-button:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.no-pop .wrap .video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}

.no-pop .wrap .vjs-button>.vjs-icon-placeholder:before {
    line-height: 50px;
}

.no-pop .wrap .video-js .vjs-control-bar {
    height: 50px;
    background-color: transparent;
}

.no-pop .wrap .video-js .vjs-time-control {
    line-height: 50px;
}

.no-pop .wrap .video-js .vjs-slider {
    background-color: #fff;
}

.no-pop.cols.vids .video-js .vjs-big-play-button {
    background-size: 50%;
}

.no-pop.baner .wrap {
    box-sizing: border-box;
    padding: 70px 100px 80px 500px;
    background: #F2EEE8 url(res/girl1.png) 10px no-repeat;
    border-radius: 40px;
    margin-top: 50px;
    text-align: center;
    height: 415px;
    position: relative;
}

.no-pop.baner .blocktitle {
    font-weight: 300;
    font-size: 96px;
    line-height: 96px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.no-pop.baner a.btn {
    height: 53px;
    line-height: 55px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 20px;
}

.no-pop.form .wrap .whiterounded {
    background: #FDFDFD;
    border-radius: 40px;
    padding: 60px 40px;
}

.no-pop.form .wrap .whiterounded .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.no-pop.form .wrap textarea,
.no-pop.form .wrap input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 25px 40px;
    border-radius: 40px;
    margin-bottom: 40px;
    color: #021688;
    background: #F2EEE8;
}

.no-pop.form .wrap textarea {
    height: 220px;
    line-height: 27px;
}

.no-pop.form .wrap input[type="text"] {
    height: 79px;
    line-height: 79px;
    padding: 0 40px;
}

.no-pop.form .wrap textarea::placeholder,
.no-pop.form .wrap input[type="text"]::placeholder {
    color: #021688;
}

.no-pop.form .wrap input[type="submit"] {
    height: 53px;
    line-height: 55px;
    background: #021688;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 40px;
    cursor: pointer;
    border: none;
    outline: none;
}

.no-pop.form .wrap label {
    font-size: 20px;
    line-height: 52px;
    display: block;
    opacity: 1;
    position: relative;
}

.no-pop.form .wrap label>input {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.no-pop.form .wrap label:has(> input) {
    padding-left: 70px;
}

.no-pop.form .wrap label:has(> input):before {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    border: 15px solid #F2EEE8;
    left: 0;
    top: 0;
    cursor: pointer;
}

.no-pop.form .wrap label:has(> input.req):before {
    outline: 1px solid #021688;
}

.no-pop.form .wrap label:has(> input:checked):before {
    background: #021688;
}

.no-pop .learnmoresection .btn {
    height: 50px;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #021688;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
}

/* ≥ 1080px (стандартные десктопы Full HD) */
@media (max-width: 1360px) and (min-width: 1160px) {

  html {
    min-width: 1140px;
  }

  body {
    zoom: 0.885;
  }

}

/* ≥ 1080px (стандартные десктопы Full HD) */
@media (max-width: 1159px) and (min-width: 1060px) {

  html {
    min-width: 1040px;
  }

  body {
    zoom: 0.77;
  }

}




@media (max-width: 1059px) and (min-width: 900px) {
  html {
    min-width: 700px;
  }

  body {
    zoom: 0.6;
  }
}


@media (max-width: 899px) and (min-width: 700px) {
  html {
    min-width: 700px;
  }

  body {
    zoom: 0.5;
  }
}










/* 320px (минимум для большинства смартфонов) @media (max-width: 359px) { */
@media (max-width: 699px) {

  html,
  body {
    min-width: 300px;
  }

  .wrap {
    width: 295px;
  }

  /*.header-section .wrap:after{width: 50px; height: 50px; display: block; content:''; background: url('res/burger.svg'); cursor: pointer;}*/
  .header-section .menutoggle {
    width: 50px;
    height: 50px;
    display: block;
    content: '';
    background: url('res/burger.svg');
    cursor: pointer;
  }

  .header-section .menutoggle.active {
    background: url('res/burgerx.svg');
    cursor: pointer;
  }

  .header-section .wrap {
    position: relative;
  }

  .header-section ul {
    display: none;
  }

  .header-section ul.fixed {
    display: block;
    position: fixed;
    left: 50%;
    right: 0;
    top: 100px;
    width: 295px;
    padding: 20px 40px;
    border-radius: 20px;
    background: #021688;
    margin-left: -187px
  }

  .header-section.small ul.fixed {
    top: 55px;
  }

  .header-section ul li a {
    padding: 0;
    line-height: 20px;
    height: auto;
  }

  .header-section ul li ul {
    position: relative;
    left: 10px;
    top: -5px;
    text-align: left;
    padding: 0
  }

  .header-section ul li ul li {
    padding: 20px 0 0
  }

  .header-section ul li.hassubmenu:hover ul {
    display: none;
  }

  .header-section ul li.hassubmenu.active>a {
    color: #8AB8EA
  }

  .header-section ul li.hassubmenu.active>a:after {
    transform: rotate(180deg);
  }

  .header-section ul li.hassubmenu.active ul {
    display: block;
  }

  .header-section ul li a.active {
    background: transparent;
    color: #8AB8EA
  }


  .fronttop-section {
    height: 560px;
    background: #8AB8EA url(res/bgtopm.jpg) center bottom no-repeat;
    margin-top: 125px;
  }

  .fronttop-section .wrap {
    padding-top: 10px;
    height: 560px
  }

  .fronttop-section .wrap:before {
    width: 280px;
    height: 312px;
    background: url(res/zmm.svg) center no-repeat;
    top: 100px;
    margin-left: -140px;
  }

  .fronttop-section .blocktitle {
    font-size: 20px;
    line-height: 18px;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .fronttop-section .wrap:after {
    bottom: 30px;
    margin-left: -15px;
  }


  .carousel .slick-prev {
    left: -28px;
    background: url('res/prevm.svg') center no-repeat;
  }

  .carousel .slick-next {
    right: -28px;
    background: url('res/nextm.svg') center no-repeat;
  }


  .top-section .blocktitle {
    font-weight: 300;
  }

  .top-section .wrap:after {
    display: none;
  }

  .sec-section .descr {
    font-size: 20px;
    line-height: 18px;
    text-align: left;
  }


  .videos-section .tags {
    display: grid;
    margin: 30px 0
  }

  .videos-section .videogrid {
    grid-template-columns: 1fr
  }

  .videos-section .videogrid .video.span {
    grid-column: span 1;
  }

  .videos-section .tags li a {
    font-size: 14px;
    padding: 0 0 0 12px
  }

  .videos-section .videogrid img {
    margin-bottom: 20px;
  }

  .videos-section .videogrid p {
    font-size: 20px;
    line-height: 18px;
    margin: 15px 0
  }

  .videos-section .videogrid a:after {
    background-size: 100px
  }

  .deepblue-section .persons {
    display: block;
    width: 226px;
  }

  .deepblue-section .persons .person {
    padding-top: 30px;
    padding-bottom: 70px
  }

  .deepblue-section .persons .person img {
    width: 161px;
    height: 161px;
    border-radius: 161px;
  }

  .deepblue-section .persons .person .to {
    transform: scale(0.7);
    right: 15px;
    top: -10px
  }

  .deepblue-section .persons .person .title {
    font-size: 20px;
    line-height: 18px;
    margin-top: 20px
  }

  .deepblue-section .persons .person .title br {
    display: none;
  }

  .deepblue-section .persons .person .name {
    font-size: 20px;
    line-height: 18px
  }


  .deepblue-section {
    overflow: hidden;
  }

  .deepblue-section .blocktitle {
    text-align: left;
  }

  .deepblue-section .slick-prev,
  .deepblue-section .slick-next {
    width: 17px;
    height: 33px;
    top: auto;
    margin: 0;
    bottom: 0
  }

  .deepblue-section .slick-prev {
    left: 0;
    background: url('res/plevmw.svg') center no-repeat;
  }

  .deepblue-section .slick-next {
    right: 100%;
    margin-right: -70px;
    background: url('res/nextmw.svg') center no-repeat;
  }

  .deepblue-section .slick-prev:before,
  .deepblue-section .slick-next:before {
    display: none;
  }

  .list {
    width: 500px;
    overflow: hidden;
    padding-bottom: 1px
  }

  .list .slick-list {
    overflow: visible;
  }





  .stories-section .stories {
    margin: 30px 0 0;
    position: relative;
    width: 152px;
  }

  .stories-section .stories .story {
    padding-right: 10px;
    width: 142px;
    padding-top: 30px;
    padding-bottom: 70px;
    height: auto;
  }

  .stories-section .stories .story img {
    width: 142px;
    border-radius: 142px 142px 0 0
  }

  .stories-section .stories .story .name {
    font-size: 20px;
    margin-top: 20px;
    text-transform: none;
  }

  .stories-section .stories .story .title {
    font-size: 20px
  }

  .stories-section .stories .story .play {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
  }


  .stories-section {
    overflow: hidden;
  }

  .stories-section .slick-prev,
  .stories-section .slick-next {
    width: 17px;
    height: 33px;
    top: auto;
    margin: 0;
    bottom: 0
  }

  .stories-section .slick-prev {
    left: 0;
    background: url('res/prevm.svg') center no-repeat;
  }

  .stories-section .slick-next {
    right: 100%;
    margin-right: -70px;
    background: url('res/nextm.svg') center no-repeat;
  }

  .stories-section .slick-prev:before,
  .stories-section .slick-next:before {
    display: none;
  }

  .way2-section {
    overflow: hidden;
  }

  .way2-section .stepsgrid {
    display: block;
    width: 295px;
  }

  .way2-section .stepsgrid .step {
    margin-right: 10px;
    margin-bottom: 70px;
  }

  .way2-section .stepsgrid .slick-list {
    overflow: visible;
  }

  .way2-section .step .title {
    font-size: 20px;
    line-height: 20px;
    padding-right: 40px
  }

  /*.way2-section .step img {
    right:-40px;
    top:-60px;
  }*/


  .way2-section .slick-prev,
  .way2-section .slick-next {
    width: 17px;
    height: 33px;
    top: auto;
    margin: 0;
    bottom: 0
  }

  .way2-section .slick-prev {
    left: 0;
    background: url('res/prevm.svg') center no-repeat;
  }

  .way2-section .slick-next {
    right: 100%;
    margin-right: -70px;
    background: url('res/nextm.svg') center no-repeat;
  }

  .way2-section .slick-prev:before,
  .way2-section .slick-next:before {
    display: none;
  }


  .gotest1-section .wrap {
    background: #8AB8EA;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 6px 0 50px;
    position: relative;
  }

  .gotest1-section .wrap * {
    position: relative;
  }

  .gotest1-section .wrap span.subtitle {
    font-size: 16px;
    line-height: 14px;
    width: 160px;
    margin-top: 15px
  }

  .gotest1-section .wrap:before {
    background: #8AB8EA url(res/girl.png) 160px 85px no-repeat;
    background-size: 170px;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .gotest1-section.justblue .wrap:before {
    background: #8AB8EA
  }

  .gotest1-section.justblue .wrap span.subtitle {
    font-size: 20px;
    line-height: 18px;
    width: 100%;
    margin-top: 15px
  }

  .gotest1-section a.btn {
    margin-top: 15px;
  }

  .gotest1-section span:last-child {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 90px
  }

  .whitebancentered-section {
    background: #fff
  }

  .whitebancentered-section .wrap {
    position: relative;
    padding: 10px 10px 20px;
    text-align: left;
  }

  .whitebancentered-section .wrap .blocktitle {
    margin-top: 10px;
    font-size: 24px;
  }

  .whitebancentered-section .wrap .btn {
    margin-top: 10px;
  }

  .whitebancentered-section .wrap:before {
    background: #fff;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 0;
  }

  .whitebancentered-section .wrap * {
    position: relative;
  }

  .whitebancentered-section .blocktitle {}

  .whitebancentered-section a.btn {
    margin-top: 30px;
  }

  /*.whitebancentered-section span {display: block; font-size: 30px; margin-top: 30px; }*/


  .gochat-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .gochat-section .wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
  }

  .gochat-section .subtitle {
    font-size: 20px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
  }

  .gochat-section .caption {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
  }


  .gochat-section .chatbox {
    border-radius: 20px;
    background: #fff;
    height: 430px;
    position: relative;
    overflow: hidden;
  }

  .gochat-section .chatbox .chatbody {
    overflow: hidden;
  }

  .gochat-section .chatbox .chatbody .message {
    padding: 12px 20px 13px;
    font-size: 20px;
    line-height: 18px;
    border-radius: 20px;
    background: #021688;
    color: #fff;
    width: 215px;
    box-sizing: border-box;
  }

  .gochat-section .chatbox .chatbody .messagevariants {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 0;
    overflow-y: auto;
    width: 110%
  }

  .gochat-section .chatbox .chatbody .messagevariants * {
    white-space: nowrap;
    max-width: 999px;
  }

  .gochat-section .chatbox .chatbody .messagevariants {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gochat-section .chatbox .chatbody .messagevariants::-webkit-scrollbar {
    display: none;
  }

  .gochat-section .chatbox .chatfooter input[type="text"] {
    color: #666;
    width: 550px;
    border: none;
    outline: none;
    height: 65px;
    line-height: 18px;
    padding: 0 0 0 20px;
    background: #B2CAE4;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    width: 245px
  }

  .gochat-section .chatbox .chatfooter label {
    font-size: 20px;
    line-height: 18px;
  }

  .gochat-section .chatbox .chatfooter label:has(> input):before {
    width: 10px;
    height: 10px;
    border-radius: 26px;
    content: '';
    background: #F2EEE8;
    border: 8px solid #F2EEE8;
    left: 0;
    top: 0;
    cursor: pointer;
    outline: 1px solid #021688;
  }

  .gochat-section .chatbox .chatfooter label:has(> input) {
    padding-left: 40px;
    bottom: 140px;
    font-size: 16px;
    line-height: 16px
  }

  .gochat-section .chatwrapper .btns {
    display: none;
  }



  .way-section {
    overflow: hidden;
  }

  .way-section .blocktitle {
    text-align: left;
  }

  .way-section .stepsgrid {
    display: block;
    margin-top: 25px;
    width: 305px
  }

  .way-section .step {
    height: 260px;
    padding: 30px 24px;
    width: 295px !important;
    margin-right: 10px
  }

  .way-section .stepsgrid>a {
    padding: 0 10px 0 0;
    display: block;
  }

  .way-section .step .title {
    font-size: 20px;
    line-height: 20px;
    line-height: 18px;
    right: 24px;
    background: url(res/aa.svg) right center no-repeat;
  }


  .way-section .stepsgrid .slick-prev,
  .way-section .stepsgrid .slick-next {
    width: 17px;
    height: 33px;
    margin-top: 0px;
    top: auto;
    bottom: -80px;
  }

  .way-section .stepsgrid .slick-prev {
    left: 230px;
    background: url('res/plevmw.svg') center no-repeat;
  }

  .way-section .stepsgrid .slick-next {
    right: 0;
    background: url('res/nextmw.svg') center no-repeat;
  }

  .way-section .stepsgrid .slick-prev:before,
  .way-section .stepsgrid .slick-next:before {
    display: none;
  }

  .articles-section .stepsgrid {
    display: block;
  }

  .articles-section .stepsgrid .slick-prev,
  .articles-section .stepsgrid .slick-next {
    width: 17px;
    height: 33px;
    margin-top: 0px;
    top: auto;
    bottom: -80px;
  }

  .articles-section .stepsgrid .slick-prev {
    left: 230px;
    background: url('res/plevmw.svg') center no-repeat;
  }

  .articles-section .stepsgrid .slick-next {
    right: 0;
    background: url('res/nextmw.svg') center no-repeat;
  }

  .articles-section .stepsgrid .slick-prev:before,
  .articles-section .stepsgrid .slick-next:before {
    display: none;
  }

  .carousel7-section {
    overflow: hidden;
  }

  .carousel7-section .carousel {
    margin: 30px 0 0;
    width: 350px;
    padding-bottom: 70px
  }

  .carouselslider .slick-prev,
  .carouselslider .slick-next {
    width: 17px;
    height: 33px;
    top: auto;
    margin: 0;
    bottom: 0
  }

  .carouselslider .slick-prev {
    left: 0;
    background: url('res/prevm.svg') center no-repeat;
  }

  .carouselslider .slick-next {
    right: 100%;
    margin-right: -70px;
    background: url('res/nextm.svg') center no-repeat;
  }

  .carouselslider .slick-prev:before,
  .carouselslider .slick-next:before {
    display: none;
  }

  .way-section .colswrap {
    width: 500px;
    overflow: hidden;
    padding-bottom: 80px;
    margin-bottom: -80px
  }

  .way-section .slick-list {
    overflow: visible;
  }

  .experts-section {
    overflow: hidden;
  }

  .experts-section .blocktitle {}

  .experts-section .expertsgrid {
    display: block;
    margin-top: 25px;
    width: 305px
  }

  .experts-section .wrap {
    position: relative;
    padding-bottom: 60px
  }

  .experts-section .wrap>a.btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }


  .experts-section .slick-prev,
  .experts-section .slick-next {
    width: 17px;
    height: 33px;
    margin-top: 0px;
    top: auto;
    bottom: -70px;
  }

  .experts-section .slick-prev {
    left: 230px;
    background: url('res/prevm.svg') center no-repeat;
  }

  .experts-section .slick-next {
    right: 0;
    background: url('res/nextm.svg') center no-repeat;
  }

  .experts-section .slick-prev:before,
  .experts-section .slick-next:before {
    display: none;
  }



  .experts-section .expert {
    width: 142px !important;
    position: relative;
    padding-top: 31px;
    margin-right: 10px;
  }

  .experts-section .expert img {
    width: 100%;
    height: auto;
    border-radius: 200px 200px 0 0
  }

  .experts-section .expert .title {
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
    margin: 20px 0 0;
    text-transform: none;
    max-width: 100px
  }

  .experts-section .expert p {
    font-size: 16px;
    line-height: 15px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    /* height: 56px; -webkit-line-clamp: 3;  количество строк */
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

  .experts-section .expert p br {
    display: none;
  }

  .experts-section .expert a.btn {
    float: none;
    background: #021688 url(res/play.svg) center no-repeat;
    font-size: 0;
    width: 78px;
    height: 62px;
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    padding: 0
  }


  .experts-section .colswrap {
    width: 500px;
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: -60px
  }

  .experts-section .slick-list {
    overflow: visible;
    position: relative;
    left: 2px
  }


  .gotest2-section .wrap {
    background: #8AB8EA;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 30px 0 50px;
    position: relative;
    height: 330px
  }

  .gotest2-section .wrap * {
    position: relative;
  }

  .gotest2-section .wrap:before {
    background: #8AB8EA url(res/girl1m.png) 170px bottom no-repeat;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .gotest2-section a.btn {
    margin-top: 15px;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 50px
  }

  .gotest2-section span:last-child {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 90px
  }

  .gotest2-section .blocktitle {
    text-align: left;
  }

  .gotest2-section .wrap p {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 165px;
    text-align: left;
  }

  .withgratitude-section {
    overflow: hidden;
  }

  .withgratitude-section .blocktitle {
    text-align: left;
    width: 250px
  }

  .withgratitude-section .colswrap {
    width: 500px;
    overflow: hidden;
    padding-bottom: 80px;
    margin-bottom: -80px
  }

  .withgratitude-section .cols {
    column-count: 1;
    column-gap: 10px;
    margin-top: 30px;
    margin-bottom: -20px;
    width: 305px
  }

  .withgratitude-section .item {
    margin-right: 10px !important;
    width: 295px !impirtant
  }

  .withgratitude-section .item .title {
    font-size: 20px;
  }

  .withgratitude-section a.btn {
    width: 170px;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 20px;
  }

  .withgratitude-section .item p {
    font-size: 20px;
    line-height: 18px;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .withgratitude-section .cols .slick-prev,
  .withgratitude-section .cols .slick-next {
    width: 17px;
    height: 33px;
    margin-top: 0px;
    top: auto;
    bottom: -60px;
  }

  .withgratitude-section .cols .slick-prev {
    left: 240px;
    background: url('res/prevm.svg') center no-repeat;
  }

  .withgratitude-section .cols .slick-next {
    right: 10px;
    background: url('res/nextm.svg') center no-repeat;
  }

  .withgratitude-section .cols .slick-prev:before,
  .withgratitude-section .cols .slick-next:before {
    display: none;
  }

  .withgratitude-section .slick-list {
    overflow: visible;
  }

  .slick-prev {
    z-index: 3
  }

  .share-section .wrap {
    background: #8AB8EA;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 30px 0 50px;
    position: relative;
    height: 230px
  }

  .share-section .wrap * {
    position: relative;
  }

  .share-section .wrap:before {
    background: #021688 url(res/girl2.png) 170px bottom no-repeat;
    background-size: 240px;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .share-section.dark .wrap {
    height: 230px
  }

  .share-section.dark .wrap:before {
    background: #fff url(res/girl2.png) 170px bottom no-repeat;
    background-size: 240px;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .share-section a.btn {
    margin-top: 15px;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 50px
  }

  .share-section span:last-child {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 90px
  }

  .share-section .blocktitle {
    text-align: left;
  }

  .share-section ul.soc {
    display: flex;
    gap: 30px;
    margin: 20px 0 0;
  }

  .footer-section .wrap {
    display: grid;
    padding: 40px 0 30px;
    gap: 30px
  }

  .footer-section .center {
    margin-right: 0;
    display: grid;
    gap: 20px
  }

  .footer-section .center ul {
    order: 2
  }

  .footer-section .center ul li {
    margin-bottom: 15px;
  }

  .footer-section .center ul.soc {
    order: 1;
    margin-top: 0
  }

  .footer-section .right {
    text-align: left;
  }

  .footer-section .right p.addr {
    font-size: 20px;
    margin-top: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .footer-section .right p.rights {
    font-size: 14px;
    line-height: 14px
  }

  .sec-section .cols {
    margin: 40px 0;
    grid-template-columns: 1fr
  }

  .sec-section .cols .col .est {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .sec-section .cols .col .title {
    margin-top: 20px;
    font-size: 20px
  }

  .sec-section .cols .col p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 18px
  }

  .m2-section .wrap {
    padding: 20px 0;
    background: #021688;
    height: auto;
    text-align: left;
    position: relative;
  }

  .m2-section .wrap * {
    position: relative;
  }

  .m2-section .wrap:before {
    background: #021688;
    background-size: 240px;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .m2-section .blocktitle {
    font-size: 30px;
    line-height: 30px;
  }

  .m2-section p {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 0
  }

  .m2-section a.btn {
    margin-top: 20px
  }

  .m2top-section {
    height: auto;
    background-size: 500px
  }

  .m2top-section .wrap {
    height: auto;
    padding-bottom: 300px;
    background-size: 500px
  }

  .m2top-section .blocktitle {
    font-size: 30px;
    line-height: 27px !important;
  }

  .m2top-section .blocktitle br {
    display: none;
  }

  .m2top-section p {
    margin-top: 30px;
    font-size: 20px
  }

  .m2-s2-section .wrap {
    padding-top: 1px
  }

  .m2-s2-section .blocktitle {
    font-size: 26px;
    line-height: 30px !important;
    position: relative;
    padding-top: 1;
    top: 60px
  }

  .m2-s2-section .how {
    grid-template-columns: 1fr;
    width: auto;
    margin: 80px 0 -20px;
    gap: 30px
  }

  .m2-s2-section .how .title {
    font-size: 20px;
    margin-top: 15px
  }

  .m2-s2-section div.blue {
    margin: 90px 0 30px;
    padding: 20px
  }

  .m2-s2-section div.blue .round {
    height: 510px;
    background: url(res/mobround.png) center no-repeat;
    margin: 0 -10px 30px
  }

  .m2-s2-section div.blue .round li {
    font-size: 20px
  }

  .m2-s2-section div.blue .round li:nth-child(1) {
    margin-left: -55px;
  }

  .m2-s2-section div.blue .round li:nth-child(3) {
    margin-left: -101px;
  }

  .m2-s2-section div.blue .round li:nth-child(4) {
    width: 136px;
    top: 110px;
    padding: 20px 20px
  }

  .m2-s2-section div.blue .round li:nth-child(2) {
    width: 125px;
    top: 270px;
    padding: 40px 20px
  }

  .m2-s2-section div.blue p {
    font-size: 20px;
    margin: 0 -15px
  }

  .m2-s2-section div.blue p br {
    display: none;
  }

  .m2-s2-section div.cols {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 20px 0;
  }

  .m2-s2-section div.cols img {
    max-width: 100%
  }

  .m2-s2-section .wrap>p {
    font-size: 20px
  }

  .m2-prods-section {
    margin-top: -40px;
    padding: 1px 0
  }

  .m2-prods-section .prods {
    display: block;
    margin-bottom: 0
  }

  .m2-prods-section .prods .item {
    padding-bottom: 10px
  }

  .m2-prods-section .prods .item p {
    font-size: 16px;
  }


  .m2-prods-section .prods .slick-list {
    padding-top: 100px
  }

  .m2-prods-section .prods .slick-prev,
  .m2-prods-section .prods .slick-next {
    width: 17px;
    height: 33px;
    margin-top: 0px;
    top: 45%
  }

  .m2-prods-section .prods .slick-prev {
    left: -30px;
    background: url('res/prevm.svg') center no-repeat;
  }

  .m2-prods-section .prods .slick-next {
    right: -30px;
    background: url('res/nextm.svg') center no-repeat;
  }

  .m2-prods-section .prods .slick-prev:before,
  .m2-prods-section .prods .slick-next:before {
    display: none;
  }


  .m2-prods-section .prods .item {
    margin-bottom: 0;
  }

  .m2-prods-section .prods .item img {
    max-width: 100%
  }

  .m2-apts-section .apts {
    margin: 30px 0 0;
    flex-direction: column;
  }

  .m2-apts-section .apts img {
    height: 50px;
    object-fit: contain;
    max-width: 250px
  }

  .m2-apts-section .apts2 {
    margin: 0 0 0;
    flex-direction: column;
  }

  .m2-apts-section .apts2 img {
    height: 50px;
    object-fit: contain;
    max-width: 250px
  }

  .m2-apts-section>p {
    font-size: 20px;
    width: 295px;
    margin: 20px auto
  }

  .pop .wrap {
    box-sizing: content-box;
  }

  .pop .wrap p,
  .pop.videoexp p {
    font-size: 16px;
    line-height: 95%;
    margin: 15px 0;
  }

  .pop .videowrap {
    margin: 0 -20px
  }

  .pop.videoexp.video .subtitlevideo {
    font-size: 16px;
    font-weight: bold;
    top: -20px;
    font-weight: 300;
    display: block;
  }


  .pop.audio .wrap .carouselwrap {
    border-radius: 12px;
    padding: 12px;
    margin: 0 -10px;
  }

  .pop.audio .wrap .grid4col {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 30px
  }

  .pop.audio .wrap .grid4col img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto
  }

  .pop.audio .wrap .grid4col .title {
    font-size: 20px;
    height: auto;
    margin: 15px 0
  }

  .pop.audio .wrap .grid4col .item {
    padding: 0 5px
  }

  .pop.audio .wrap .grid4col audio {
    width: 230px;
    margin-right: 5px
  }

  .pop.audio .wrap .grid4col .bottom .dld {
    margin-right: 5px;
  }

  .pop.audio .wrap .grid4col .bottom {
    padding: 5px
  }

  .pop.audio .wrap .grid4col .slick-prev,
  .pop.audio .wrap .grid4col .slick-next {
    width: 17px;
    height: 33px;
    margin-top: -17px;
  }

  .pop.audio .wrap .grid4col .slick-prev {
    left: 0;
    background: url('res/prevm.svg') center no-repeat;
  }

  .pop.audio .wrap .grid4col .slick-next {
    right: 0;
    background: url('res/nextm.svg') center no-repeat;
  }

  .pop.audio .wrap .grid4col .slick-prev:before,
  .pop.audio .wrap .grid4col .slick-next:before {
    display: none;
  }


  .pop.advice .wrap .advicewrap {
    border-radius: 12px;
    padding: 12px;
    margin: 0 -10px
  }

  .pop.advice .wrap .advicewrap .carousel {
    width: 100%;
    margin: 0;
    padding-bottom: 20px
  }

  .pop.advice .wrap .advicewrap .carousel a {
    width: auto
  }

  .pop.advice .wrap .advicewrap .carousel a img {
    width: auto;
    height: 150px;
    object-fit: cover;
  }

  .pop.advice .wrap .advicewrap .carousel .slick-prev {
    margin-top: -18px;
    left: 0
  }

  .pop.advice .wrap .advicewrap .carousel .slick-next {
    right: 0;
    margin-top: -18px
  }

  .pop.letter .wrap .whiterounded {
    border-radius: 12px;
    padding: 12px;
    margin: 0 -10px
  }

  .pop.letter .wrap .whiterounded form {
    gap: 10px
  }

  .pop.letter .wrap .whiterounded .title {
    font-size: 20px;
    line-height: 20px
  }

  .pop.letter .wrap .whiterounded .grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 10px 0
  }

  .pop.letter .wrap .whiterounded .grid label:has(> input) {
    font-size: 16px;
    padding-left: 40px;
    line-height: 20px
  }

  .pop.letter .wrap .whiterounded .grid label:has(> input):before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: '';
    border: 7px solid #F2EEE8;
    left: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
  }

  .pop.letter .wrap .whiterounded .grid4 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 10px 0
  }

  .pop.letter .wrap .whiterounded .grid4 label:has(> input) {
    font-size: 16px;
    padding-left: 40px;
    line-height: 20px
  }

  .pop.letter .wrap .whiterounded .grid4 label:has(> input):before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: '';
    border: 7px solid #F2EEE8;
    left: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
  }

  .pop.letter .wrap .tab .btn {
    padding: 0 10px;
    margin: 0 5px;
  }

  .m2-apts-section .cart {
    background-size: contain;
    width: 92px;
    height: 80px
  }

  .pop.form .wrap .whiterounded {
    border-radius: 12px;
    padding: 12px;
    margin: 0 -10px
  }

  .pop.form .wrap>p br {
    display: none;
  }

  .pop.form .wrap textarea {
    height: 220px;
    line-height: 16px;
    display: block;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .pop.form .wrap input[type="text"] {
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .pop.form .wrap .whiterounded .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pop.form .wrap label:has(> input):before {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 10px solid #F2EEE8;
    cursor: pointer;
  }

  .pop.form .wrap label:has(> input) {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
  }

  .pop.form .wrap input[type="submit"] {
    margin-top: 10px
  }

  .pop.form .wrap .small {
    margin-top: 10px !important;
    top: 0 !important
  }

  .pop.videoexp.vertical .wrap {
    padding: 0 20px;
    background: transparent;
    width: 300px;
  }

  .pop.test .wrap .pagenavi li {
    margin: 0 3px;
    width: 16px;
    height: 16px;
  }

  .pop.test .wrap p,  .no-pop.test .wrap p {
    font-size: 16px;
    margin: 15px 0
  }

  .pop .wrap p.small, .no-pop .wrap p.small {
    font-size: 10px;
    line-height: 10px;
    margin: 8px 0
  }

  .pop .wrap ol.small, .no-pop .wrap ol.small {
    font-size: 10px;
    line-height: 10px;
    margin: 8px 0 0;
    padding-left: 20px;
  }

  .pop .wrap ol.small li, .no-pop .wrap ol.small li {
    margin: 0 0 8px 0
  }
  
  .no-pop.test .wrap .whiterounded .btn {
    font-size: 15px;
  }

  .pop .wrap, .no-pop .wrap {
    padding: 50px 20px 10px
  }

  .pop.test .wrap .title {
    margin: 20px 0;
  }

  .pop.test .wrap .whiterounded .title, .no-pop.test .wrap .whiterounded .title {
    margin: 20px 0;
    text-align: center;
  }

  .pop.test .wrap .whiterounded .title br, .no-pop.test .wrap .whiterounded .title br {
    display: none;
  }

  .pop.test .wrap .whiterounded, .no-pop.test .wrap .whiterounded {
    background: #FDFDFD;
    border-radius: 12px;
    padding: 20px 10px;
    margin: 0 -10px;
  }

  .pop.test .wrap .grid, .no-pop.test .wrap .grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px
  }

  .pop.test .wrap .grid7, .no-pop.test .wrap .grid7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    margin-bottom: 40px
  }

  .pop.test .wrap .grid7 label, .no-pop.test .wrap .grid7 label {
    font-size: 16px;
    line-height: 16px
  }

  .pop.test .wrap .whiterounded .grid label:has(> input), .no-pop.test .wrap .whiterounded .grid label:has(> input) {
    font-size: 16px;
    padding-left: 40px;
  }

  .pop.test .wrap .whiterounded .grid label:has(> input):before, .no-pop.test .wrap .whiterounded .grid label:has(> input):before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    border: 7px solid #F2EEE8;
    left: 0;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
  }

  .pop.test .wrap .whiterounded .grid7 label:has(> input) {
    font-size: 16px;
    padding-left: 40px;
    padding-top: 0;
    text-align: left;
    align-content: center;
  }

  .pop.test .wrap .whiterounded .grid7 label:has(> input):before {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: '';
    background: #F2EEE8;
    border: 7px solid #F2EEE8;
    left: 0;
    top: 50%;
    margin-top: -12px;
    margin-left: 0;
    cursor: pointer;
  }

  .pop.test .wrap .grid4, .no-pop.test .wrap .grid4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 10px
  }

  .pop.test .wrap .grid4 img, .no-pop.test .wrap .grid4 img {
    width: 113px;
    height: 113px;
    margin: 0 auto 15px;
  }

  .pop.test .wrap .whiterounded .grid4 label:has(> input):before, .no-pop.test .wrap .whiterounded .grid4 label:has(> input):before {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    content: '';
    background: #F2EEE8;
    top: 90px;
    left: 90px;
    border: 10px solid #F2EEE8;
  }

  .pop.test .wrap .grid4 label, .no-pop.test .wrap .grid4 label {
    font-size: 16px
  }

  .pop.test .wrap .whiterounded .top, .no-pop.test .wrap .whiterounded .top {
    margin-bottom: 30px;
    gap: 20px;
    align-items: start;
    border-radius: 5px
  }

  .pop.test .wrap .whiterounded .top .title, .no-pop.test .wrap .whiterounded .top .title {
    text-align: left;
    width: 200px
  }

  .pop.test .wrap .whiterounded .top .title br, .no-pop.test .wrap .whiterounded .top .title br {
    display: none;
  }

  .pop.test .wrap .whiterounded .top .pagenum, .no-pop.test .wrap .whiterounded .top .pagenum {
    width: 70px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  .pop .wrap .close {
    top: 18px;
    right: 18px;
    width: 32px
  }

  .pop.test.test3 .tabs, .no-pop.test.test3 .tabs {
    margin-top: -15px
  }

  .pop .result1section,
  .pop .result2section,
  .pop .test2resultsection {
    background: #B2CAE4;
    padding: 15px 11px;
    border-radius: 12px;
    position: relative;
    margin: 5px -10px 15px -10px;
  }

  .pop .result1section p,
  .pop .result2section p {
    font-size: 16px;
    margin: 10px 0
  }

  .pop .result1section p br,
  .pop .result2section p br {
    display: none;
  }

  .pop .result1section .blocktitle,
  .pop .result2section .blocktitle {
    font-size: 16px;
    padding-left: 80px;
    height: 70px
  }

  .blocktitle,
  .pop .wrap>.blocktitle {
    margin-bottom: 15px
  }

  .pop.test .wrap .whiterounded .btn {
    margin-top: 5px
  }

  .pop .result1section .btn,
  .pop .result2section .btn {
    margin-top: 10px
  }

  .pop .result1section img,
  .pop .result2section img {
    width: 69px;
    height: 69px;
    border-radius: 69px;
    right: auto;
    left: 11px;
    top: 10px;
    margin-top: 0;
  }

  .pop .test2resultsection .grid {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
  }

  .pop .test2resultsection .grid .item {
    padding-left: 80px;
    padding-top: 0;
    position: relative;
  }

  .pop .test2resultsection .grid .item img {
    width: 69px;
    height: 69px;
    border-radius: 69px;
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -35px;
    position: absolute;
  }

  .pop .test2resultsection .grid .item .title {
    text-align: left;
    font-size: 16px;
    margin-top: 0
  }

  .pop .test2resultsection .grid .item .subtitle {
    text-align: left;
    font-size: 16px
  }

  .pop#test2result .wrap>.blocktitle {
    font-size: 24px !important;
    line-height: 24px !important
  }

  .pop#test2result .wrap>.blocktitle.mt40 {
    margin: 24px 0 0;
    top: 0
  }

  .pop#test2result .wrap p {
    font-size: 16px;
    margin: 14px 0
  }

  .pop#test2result .wrap p.small {
    font-size: 10px
  }

  .pop#test2resultmore .wrap p {
    font-size: 16px;
    margin: 14px 0
  }

  .pop#test2resultmore .wrap p.small {
    font-size: 10px
  }


  .pop .test2resultsection-more .item {
    display: block;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
  }

  .pop .test2resultsection-more .item .title {
    font-size: 16px;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 80px
  }

  .pop .test2resultsection-more .item img {
    width: 69px;
    height: 69px;
    border-radius: 69px;
    right: auto;
    left: 10px;
    top: 10px;
    position: absolute;
    object-fit: cover;
    object-position: right center;
  }

  .pop .way-section {
    margin: 30px -20px 0 -20px;
    padding: 25px 12px 20px;
  }

  .pop .way-section .blocktitle {
    font-size: 24px;
    line-height: 24px !important
  }

  .pop .way-section .stepsgrid {
    margin-top: 0
  }

  .pop .whitebancentered-section .wrap {
    margin: 20px -10px 0;
    border-radius: 12px;
    padding: 20px 10px
  }

  .pop .whitebancentered-section .wrap:before {
    display: none;
  }

  .pop .whitebancentered-section .wrap .blocktitle {
    margin: 0;
    text-align: center;
    top: 0;
  }

  .pop .whitebancentered-section .wrap .blocktitle br {
    display: none;
  }

  .pop .whitebancentered-section .wrap .btn {
    margin: 15px auto 0;
    width: 180px;
    display: block;
    text-align: center;
  }

  .pop .wrap .subttl.small {
    margin-top: -20px;
    margin-bottom: 20px
  }

  .pop .learnmoresection {
    background: #021688 url(res/girl3.png) right bottom no-repeat;
    color: #fff;
    padding: 15px 10px;
    border-radius: 12px;
    position: relative;
    margin: 15px -10px;
    background-size: 200px
  }

  .pop .learnmoresection .title {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .pop .learnmoresection .btn {
    height: 50px;
    line-height: 52px;
    background: #fff;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #021688;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
  }

  .numberonesection {
    background: #B2CAE4 url(res/bm.jpg) center -13px no-repeat;
    background-size: cover;
    padding: 10px 13px;
    border-radius: 12px;
    position: relative;
    margin: 15px -10px 0;
  }

  .numberonesection .title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 15px
  }

  .pop .wrap .numberonesection .btn {
    height: 25px;
    line-height: 26px;
    border-radius: 9px;
    font-size: 9px;
    padding: 0 20px;
    margin-top: 90px;
    vertical-align: middle;
  }

  .pop .wrap .numberonesection .small {
    font-size: 4px;
    line-height: 4px;
    margin-top: 3px
  }

  .pop .wrap .numberonesection p {
    font-size: 10px
  }

  .pop .wrap .numberonesection p br {
    display: none;
  }

  .pop .blue {
    padding: 10px 13px;
    border-radius: 12px;
    position: relative;
    margin: 0 -10px 0;
  }

  .pop .blue .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin: 0 0 0;
    text-transform: uppercase;
  }

  .pop .blue p {
    font-size: 16px;
    margin: 10px 0
  }



  .pop.baner .wrap {
    background: #8AB8EA;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 30px 0 50px;
    position: relative;
    height: 330px
  }

  .pop.baner .wrap * {
    position: relative;
  }

  .pop.baner .wrap a.close {
    position: absolute;
    right: 0
  }

  .pop.baner .wrap:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #8AB8EA url(res/girl1m.png) 170px bottom no-repeat;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 0;
    border-radius: 40px;
  }

  .pop.baner a.btn {
    margin-top: 10px;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 50px
  }

  .pop.baner span:last-child {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 90px
  }

  .pop.baner .blocktitle {
    text-align: left;
    margin-bottom: 0
  }

  .pop.baner .wrap p {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    width: 165px;
    text-align: left;
  }


  .pop .wrap>.blocktitle, .no-pop .wrap>.blocktitle  {
    font-size: 24px;
    line-height: 24px;
    padding-right: 30px;
  }

  .pop.test .wrap .title, .no-pop.test .wrap .title {
    font-size: 16px;
    line-height: 16px !important
  }

  #test1result .blocktitle {
    margin-bottom: 0
  }

  /*.pop .wrap .close { top: 30px; right: 30px; }*/

  .m2-apts-section .blocktitle,
  .gotest1-section .blocktitle,
  .way-section .blocktitle,
  .carousel7-section .blocktitle,
  .videos-section .blocktitle,
  .gochat-section .blocktitle,
  .experts-section .blocktitle,
  .share-section .blocktitle,
  .withgratitude-section .blocktitle,
  .whitebancentered-section .blocktitle,
  .gotest2-section .blocktitle,
  .top-section .blocktitle,
  .deepblue-section .blocktitle,
  .stories-section .blocktitle,
  .articles-section .blocktitle,
  .way2-section .blocktitle {
    font-size: 30px;
    line-height: 30px !important
  }

  .pop.videoexp .footer {
    margin-top: 15px
  }

  .pop.videoexp .footer.left .btn {
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    display: block;
  }

  .pop.videoexp.video .absbtn {
    display: none;
  }

  .wrap .video-js .vjs-big-play-button {
    background-size: 100px !important
  }

  .stepbottom-section .wrap,
  .step-section .wrap {
    grid-template-columns: 1fr;
    font-size: 20px;
    gap: 20px;
  }

  .step-section .wrap .content p {
    font-size: 20px;
    line-height: 18px
  }

  .step-section .wrap * {
    max-width: 100%;
  }

  .step-section .wrap .content .videowrap {
    padding: 30px 20px;
  }

  .stepbottom-section .wrap div.next img {
    display: none;
  }

  .bigbluelink {
    width: 295px;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    font-size: 20px
  }

  .stepbottom-section .wrap div.next .btn {
    padding: 0 60px 0 20px;
  }

  .stepbottom-section .wrap div.next {
    padding: 20px
  }

  .stepbottom-section .wrap div.next .title {
    font-size: 20px
  }


  .bigbluelink:after {
    bottom: 20px;
    right: 20px;
    width: 31px;
    height: 31px;
    position: absolute;
  }

  .bigbluelink.file:after {
    bottom: 20px;
    right: 20px;
    width: 31px;
    height: 31px;
    position: absolute;
  }

  .sec-section .descr br {
    display: none;
  }

  .gotest2-section .wrap p.small br {
    display: none;
  }
}

/* Banner wrapper */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 980px;
  background: #ffffff;
  color: #222;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 9999;
  box-sizing: border-box;
  transition: transform .28s ease, opacity .28s ease;
}

.cookie-banner.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(12px);
  pointer-events: none;
}

.cookie-content {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}

.cookie-content a {
  color: #0b5ed7;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cookie-btn {
  border: none;
  background: #0275d8;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(2, 117, 216, 0.24);
}

.cookie-btn:focus {
  outline: 3px solid rgba(2, 117, 216, 0.18);
  outline-offset: 2px;
}

.cookie-learn {
  font-size: 13px;
  color: #666;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 6px;
}

/* --- Adaptive --- */
/* Desktop (по умолчанию) */
.cookie-banner {
  flex-direction: row;
  align-items: center;
}

/* Tablet: 641px–1024px */
@media (max-width: 1024px) and (min-width: 641px) {
  .cookie-banner {
    padding: 14px 16px;
    gap: 12px;
  }

  .cookie-content {
    font-size: 13px;
    line-height: 1.4;
  }

  .cookie-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* Mobile: до 640px */
@media (max-width: 640px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  .cookie-actions {
    justify-content: flex-end;
  }

  .cookie-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .cookie-learn {
    align-self: flex-start;
    padding-left: 0;
  }
}









/* павел добавил 24 сентября */

.obyazanosti-subtitle {
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  max-width: 1100px;
  display: block;
  margin-top: 20px;
  color: #021688;
}

.wraptitleandbutton-in-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-section .wrap .wraptitleandbutton-in-article .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.step-section-in-article {
  padding-top: 20px;
  padding-bottom: 20px;
}

.step-section-in-article p:last-child {
  margin-bottom: 0;
}

.white-block-wrapper {
  background: #fff;
}


.section-in-article-with-background {

  background: #F2EEE8;

}

.way-section-mt0 {
  margin-top: 0;
}

.button-in-article-title {

  /* Dzen Mama Blue */
  background: #021688;
  width: 340px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 30px;
  line-height: 90%;
  position: relative;
  padding: 20px;
  text-decoration: none;

  border-radius: 16px;

  display: flex;
  align-items: flex-end;
  transition: 0.3s;
  gap: 8px;
}

.button-in-article-title:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

.button-in-article-title span {
  max-width: calc(100% - 40px);
}

.button-in-article-title svg {
  width: 32px;
  height: 32px;
}


.title-check-list-in-article {

  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 110%;
  /* or 18px */
  text-transform: uppercase;

  color: #021688;


}



.check-list-section-in-article {
  padding-top: 40px;
  padding-bottom: 40px;
}

.irina-say-stres {
  font-weight: 300;
  font-size: 38px;
  line-height: 40px;
  color: #021688;

  color: #021688;
}

.photo-psiholog-in-article {
  display: flex;
}

.photo-psiholog-in-article img {
  width: 250px;
  border-radius: 50%;
}

.step-section .wrap.wrapsay-align-center {
  align-items: center;
  margin: 0 auto;
}

.check-list-in-article {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.check-list-in-article-item {
  width: calc((100% - 150px) / 6);
}

.check-list-in-article-image {
  position: relative;
  display: flex;
  margin-bottom: 14px;
}

.check-list-in-article-image img {
  width: 100%;
  border-radius: 50%;
}

.check-list-in-article-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #001883;

}

.article-check-sicrle-in-item {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: 0;
  /* Ellipse 51 */
  border-radius: 50%;
  box-sizing: border-box;

  background: #FFFFFF;
  border: 2px solid #021688;

}

.article-check-sicrle-in-item:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  content: '';
  background: #021688;
  opacity: 0;
  transition: 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.checked-check-list .article-check-sicrle-in-item:before {
  opacity: 1;
  transition: 0.3s;
}

.imagein-obyaz {
  margin-top: 20px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 699px) {


  .title-check-list-in-article {
    font-size: 30px;
  }

  .button-in-article-title {

    width: 100%;
    align-items: center;
    font-size: 16px;
    line-height: 90%;
    padding: 12px;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 16px;
    align-items: center;
    transition: 0.3s;
    margin-top: 14px;
  }

  .check-list-in-article {
    flex-wrap: wrap;
    gap: 12px;
  }

  .check-list-in-article-item {
    width: calc((100% - 12px) / 2);
  }

  .check-list-in-article-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #001883;
  }

  .article-check-sicrle-in-item {
    position: absolute;
    width: 40px;
    height: 40px;
  }

  .button-in-article-title svg {
    width: 20px;
    height: 20px;
  }

  .step-section-in-article .wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-in-article-with-background {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .obyazanosti-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    max-width: 1100px;
    display: block;
    margin-top: 14px;
    color: #021688;
  }

  .irina-say-stres {
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
  }

  .photo-psiholog-in-article img {
    width: 100%;
  }

  .step-section.section-in-article-with-background .wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sources-section .wrapnopading {
    padding: 0;
  }
}
