*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
    font-family: 'LabGrotesque';
    src: url(../fonts/LabGrotesque-Light.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'LabGrotesque';
    src: url(../fonts/LabGrotesque-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'LabGrotesque';
    src: url(../fonts/LabGrotesque-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Giorgio';
    src: url(../fonts/Giorgio_Sans_LCG_Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Giorgio';
    src: url(../fonts/Giorgio_Sans_LCG_Medium.otf);
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Giorgio';
    src: url(../fonts/Giorgio_Sans_LCG_Bold.otf);
    font-weight: 600;
    font-style: normal;
    font-display: swap
}


body {
    font-family: "LabGrotesque",sans-serif;
    line-height: 1.1;
    margin: 0;
}

section {}
section .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 10px;
}
h2 {
    font-size: 30px;
    font-weight: 600;
}
.btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 430px;
    cursor: pointer;
    background: #208FC8;
    background: linear-gradient(25deg, rgba(32, 143, 200, 1) 0%, rgba(56, 196, 241, 1) 100%);
    transition: all 0.2s;
}
.btn:hover {
}
@media (max-width:1200px) {
    section .container {
        padding: 30px 10px;
    }
}
@media (max-width:768px) {
    h2 {
    font-size: 20px;
    }
    .btn {
        font-size:14px;
    }
    
}
.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}
/*
.hero_autumn {
    background: url(../img/zebra.svg);
    background-size: cover;
    padding: 50px 10px;
}
.hero_autumn .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 30px 90px 60px;
    background: #F18484;
    background: linear-gradient(117deg, rgba(241, 132, 132, 1) 0%, rgba(243, 151, 171, 1) 12%, rgba(244, 161, 191, 1) 25%, rgba(243, 152, 187, 1) 35%, rgba(241, 120, 174, 1) 52%, rgba(240, 100, 182, 1) 66%, rgba(240, 101, 181, 1) 73%, rgba(240, 101, 177, 1) 100%);
    max-width: 1360px;
    border-radius: 32px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.hero_autumn .container .header {display: flex;justify-content: space-between;align-items: center;flex: 0 0 100%;margin-bottom: 30px;}
.hero_autumn .container .header .logo {}
.hero_autumn .container .header .logo img {}
.hero_autumn .container .header .phone {}
.hero_autumn .container .header .phone .tel {
    font-size: 21px;
    font-weight: 600;
    color: #411718;
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
}
.hero_autumn .container .header .phone p {
    font-size: 12px;
    text-align: right;
}
.hero_autumn .container .left {
    flex: 0 0 40%;
}
.hero_autumn .container .left .title {
    font-size: 92px;
    font-family: 'Giorgio';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: #D5D5D5;
    background: #000E1E;
    width: fit-content;
    padding: 10px 25px;
}
.hero_autumn .container .left .subtitle {
    font-size: 92px;
    font-family: 'Giorgio';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: #000E1E;
    background: #D5D5D5;
    width: fit-content;
    padding: 10px 25px;
}
.hero_autumn .container .left .text {
    font-size: 16px;
    font-weight: 600;
    max-width: 500px;
    margin: 45px 0;
}
.hero_autumn .container .left .btn {
    max-width: 440px;
    background: #000E1E;
    text-transform: uppercase;
    margin: 30px 0;
    border-radius: 0;
    height: 64px;
}
.hero_autumn .container .left .post {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    align-items: center;
}
.hero_autumn .container .left .post span {
    margin-right: 6px;
}
.hero_autumn .container .left .post a {}
.hero_autumn .container .left .post a img {}
.hero_autumn .container .right {
    flex: 0 0 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_autumn .container .right img {}
.hero_autumn .container .right_right {
    flex: 0 0 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero_autumn .container .right_right img {}
@media (max-width:1270px) {
	.hero_autumn .container {
    padding: 30px 40px 60px;
}
	.hero_autumn .container .left .title {
    font-size: 80px;
}
	.hero_autumn .container .left .subtitle {
    font-size: 80px;
}
}
@media (max-width:1070px) {
	.hero_autumn {}
	.hero_autumn .container {
    justify-content: center;
}
	.hero_autumn .container .header {}
	.hero_autumn .container .header .logo {}
	.hero_autumn .container .header .logo img {}
	.hero_autumn .container .header .phone {}
	.hero_autumn .container .header .phone .tel {}
	.hero_autumn .container .header .phone p {}
	.hero_autumn .container .left {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	.hero_autumn .container .left .title {}
	.hero_autumn .container .left .subtitle {}
	.hero_autumn .container .left .text {
    text-align: center;
    margin: 45px 0 0;
}
	.hero_autumn .container .left .btn {}
	.hero_autumn .container .left .post {}
	.hero_autumn .container .left .post span {}
	.hero_autumn .container .left .post a {}
	.hero_autumn .container .left .post a img {}
	.hero_autumn .container .right {
    flex: 0 0 60%;
}
	.hero_autumn .container .right img {}
	.hero_autumn .container .right_right {
    flex: 0 0 40%;
    justify-content: flex-start;
}
	.hero_autumn .container .right_right img {}
}
@media (max-width:600px) {
	.hero_autumn {
    padding: 20px 10px 20px;
}
	.hero_autumn .container {padding: 30px 20px 60px;}
	.hero_autumn .container .header {}
	.hero_autumn .container .header .logo {}
	.hero_autumn .container .header .logo img {}
	.hero_autumn .container .header .phone {}
	.hero_autumn .container .header .phone .tel {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../img/tel.svg) center no-repeat;
}
	.hero_autumn .container .header .phone p {
    display: none;
}
	.hero_autumn .container .left {
    justify-content: flex-start;
}
	.hero_autumn .container .left .title {
    font-size: 62px;
    padding: 5px 10px;
}
	.hero_autumn .container .left .subtitle {
    font-size: 62px;
    padding: 5px 10px;
}
	.hero_autumn .container .left .text {}
	.hero_autumn .container .left .btn {}
	.hero_autumn .container .left .post {}
	.hero_autumn .container .left .post span {}
	.hero_autumn .container .left .post a {}
	.hero_autumn .container .left .post a img {}
	.hero_autumn .container .right {}
	.hero_autumn .container .right img {}
	.hero_autumn .container .right_right {
    flex: 0 0 20%;
}
	.hero_autumn .container .right_right img {}
}
.hero {
    background: url(../img/wm.png) no-repeat, url(../img/wm.png) no-repeat, url(../img/wm.png) no-repeat, url(../img/wm.png) no-repeat, #FEC557;
    background-position-x: calc(0% - 391px), calc(100% + 339px), calc(0% - 379px), calc(100% + 289px), 0;
    background-position-y: calc(0% - 201px), calc(0% - 226px), calc(100% + 353px), calc(100% + 347px), 0;
    color: #411718;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 100px;
    padding-top: 0;
}
.hero {
    background: #d8f6ff;
}
.hero .container .season_block {}
.hero .container .season_block.mobile {
	display:none;
}
.hero .container .header {display: flex;justify-content: space-between;align-items: center;flex: 0 0 100%;}
.hero .container .header .logo {}
.hero .container .header .logo img {}
.hero .container .header .phone {}
.hero .container .header .phone .tel {
    font-size: 21px;
    font-weight: 600;
    color: #411718;
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
}
.hero .container .header .phone p {
    font-size: 12px;
    text-align: right;
}
.hero .container .left {}
.hero .container .left .title {
    font-size: 80px;
    font-family: 'Giorgio';
    font-weight: 600;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 1;
    margin-top: 55px;
}
.hero .container .left .subtitle {
    font-size: 50px;
    font-family: 'Giorgio';
    background: #34BBEA;
    color: #fff;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 15px;
    transform: rotate(-3deg);
    margin-top: -7px;
    text-shadow: 0 -1px 0 #550A91;
    box-shadow: 0 2.5px 0 #411718;
    margin-bottom: 50px;
}
.hero .container .left .text {
    font-size: 16px;
    font-weight: 600;
    max-width: 500px;
}
.hero .container .left .btn {
    max-width: 500px;
    background: #411718;
    text-transform: uppercase;
    margin: 30px 0;
}
.hero .container .left .post {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    align-items: center;
}
.hero .container .left .post span {
    margin-right: 6px;
}
.hero .container .left .post a {}
.hero .container .left .post a img {}
.hero .container .right {}
.hero .container .right img {}
@media (max-width:1200px) {
    .hero {
}
    .hero .container {
    flex-wrap: wrap;
    padding-bottom: 70px;
}
    .hero .container .header {}
    .hero .container .header .logo {}
    .hero .container .header .logo img {}
    .hero .container .header .phone {}
    .hero .container .header .phone .tel {}
    .hero .container .header .phone p {}
    .hero .container .left {
    flex: 0 0 100%;
}
    .hero .container .left .title {
    margin: 0 auto;
    text-align: center;
}
    .hero .container .left .subtitle {
    margin: -7px auto 40px;
    text-align: center;
}
    .hero .container .left .text {
    margin: 0 auto;
    text-align: center;
}
    .hero .container .left .btn {
    margin: 30px auto;
    text-align: center;
}
    .hero .container .left .post {
    margin: 0 auto;
    justify-content: center;
}
    .hero .container .left .post span {}
    .hero .container .left .post a {}
    .hero .container .left .post a img {}
    .hero .container .right {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
    .hero .container .right img {
    margin-bottom: -84px;
}
}
@media (max-width:768px) {
    .hero {}
    .hero .container {
    padding: 10px 10px 95px 10px;
    justify-content: center;
}
	.hero .container .season_block.desktop {
		display:none;
	}
	.hero .container .season_block.mobile {
		display:block;
	}
    .hero .container .header {}
    .hero .container .header .logo {}
    .hero .container .header .logo img {}
    .hero .container .header .phone {}
    .hero .container .header .phone .tel {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../img/phone.svg) center no-repeat;
}
    .hero .container .header .phone p {
    display: none;
}
    .hero .container .left {}
    .hero .container .left .title {
    font-size: 60px;
}
    .hero .container .left .subtitle {
    font-size: 34px;
}
    .hero .container .left .text {
    font-size: 14px;
}
    .hero .container .left .btn {}
    .hero .container .left .post {}
    .hero .container .left .post span {}
    .hero .container .left .post a {}
    .hero .container .left .post a img {}
    .hero .container .right {}
    .hero .container .right img {}
}*/

.hero_11 {
    background: #222222;
    background: linear-gradient(90deg, rgb(34 34 34) 50%, rgb(0 141 196) 50%);
    padding-bottom: 80px;
}
.hero_11 .container {
    background: url(../img/srou_11.png) center no-repeat;
    width: 1440px;
    height: 631px;
    background-size: contain;
    padding: 0;
    max-width: none;
    position: relative;
}
.hero_11 .container .link_1 {
    position: absolute;
    display: block;
    width: 270px;
    height: 50px;
    top: 47px;
    right: 65px;
}
.hero_11 .container .link_2 {
    position: absolute;
    display: block;
    width: 387px;
    height: 70px;
    bottom: 47px;
    left: 124px;
}
@media (max-width:1440px) {
	.hero_11 {}
	.hero_11 .container {
    width: 100%;
}
	.hero_11 .container .link_1 {
    top: calc(15% - 25px);
    right: 65px;
    height: 100px;
}
	.hero_11 .container .link_2 {
    bottom: 12%;
    left: 0;
    width: 500px;
    height: 100px;
}
}
@media (max-width:1024px) {
	.hero_11 {
    padding-bottom: 0;
    position: relative;
}
	.hero_11 .container {
    background: url(../img/srou_11_mob.png) center no-repeat;
    background-size: contain;
    width: 402px;
    height: 743px;
}
	.hero_11 .container .link_1 {
	width: 100px;
	height: 100px;
	top: 0;
	right: 0;
	}
	.hero_11 .container .link_2 {
	width: 100%;
	top: 338px;
	left: 0;
	}
}

.hero {
    background: #d8f6ff;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 100px;
    padding: 70px 10px 90px 10px;
}
.hero .container .header {display: flex;justify-content: space-between;align-items: center;flex: 0 0 100%;margin-bottom: 70px;}
.hero .container .header .logo {}
.hero .container .header .logo img {}
.hero .container .header .phone {}
.hero .container .header .phone .tel {
    font-size: 21px;
    font-weight: 600;
    color: #411718;
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
}
.hero .container .header .phone p {
    font-size: 12px;
    text-align: right;
}
.hero .container .left {}
.hero .container .left .title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 30px 13px 30px;
    margin-bottom: 15px;
    text-transform: lowercase;
    max-width:fit-content;
    display: flex;
    gap: 14px;
    align-items: center;
}
.hero .container .left .title span {
    background:#2E8758;
    color:#fff;
    border-radius: 100px;
    display: inline-flex;
    gap: 10px;
    padding: 11px 25px 15px 25px;
    margin: -11px -37px -14px 0;
    align-items: center;
}
.hero .container .left .title span img {
    margin-top: 2px;
}
.hero .container .left .subtitle {
    font-size: 50px;
    font-family: 'Giorgio';
    background: #34BBEA;
    color: #fff;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 15px;
    transform: rotate(-3deg);
    margin-top: -7px;
    text-shadow: 0 -1px 0 #550A91;
    box-shadow: 0 2.5px 0 #411718;
    margin-bottom: 50px;
}
.hero .container .left .text {
    font-size: 20px;
    font-weight: 600;
    max-width: 500px;
    margin: 30px 0;
}
.hero .container .left .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 500px;
}
.hero .container .left .wrap .item {
    font-size: 18px;
    font-weight: 500;
    flex: 0 0 48%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.hero .container .left .btn {
    max-width: 400px;
    background: #054863;
    text-transform: uppercase;
    margin: 30px 0;
    height: 60px;
    border-radius: 100px;
    gap: 10px;
}
.hero .container .left .btn img {
    margin-top: -4px;
}
.hero .container .left .post {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    align-items: center;
}
.hero .container .left .post span {
    margin-right: 6px;
}
.hero .container .left .post a {}
.hero .container .left .post a img {}
.hero .container .right {
    margin-left: auto;
    margin-top: 25px;
}
.hero .container .right img {}
@media (max-width:1200px) {
    .hero {
}
    .hero .container {
    flex-wrap: wrap;
    padding: 30px 10px 88px 10px;
}
    .hero .container .header {}
    .hero .container .header .logo {}
    .hero .container .header .logo img {}
    .hero .container .header .phone {}
    .hero .container .header .phone .tel {}
    .hero .container .header .phone p {}
    .hero .container .left {
    flex: 0 0 100%;
}
    .hero .container .left .title {
    margin: 0 auto 15px;
    text-align: center;
}
    .hero .container .left .subtitle {
    margin: -7px auto 40px;
    text-align: center;
}
    .hero .container .left .text {
    margin: 30px auto;
    text-align: center;
}
    .hero .container .left .wrap {
    margin: 30px auto 0;
    }
    .hero .container .left .btn {
    margin: 30px auto;
    text-align: center;
}
    .hero .container .left .post {
    margin: 0 auto;
    justify-content: center;
}
    .hero .container .left .post span {}
    .hero .container .left .post a {}
    .hero .container .left .post a img {}
    .hero .container .right {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
    .hero .container .right img {
}
}
@media (max-width:768px) {
    .hero {}
    .hero .container {
    padding: 10px 10px 100px 10px;
}
    .hero .container .header {}
    .hero .container .header .logo {}
    .hero .container .header .logo img {}
    .hero .container .header .phone {}
    .hero .container .header .phone .tel {
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../img/phone.svg) center no-repeat;
}
    .hero .container .header .phone p {
    display: none;
}
    .hero .container .left {}
    .hero .container .left .title {
    font-size: 24px;
    padding: 10px 15px 13px 15px;
}
    .hero .container .left .title span {
    padding: 8px 15px 10px 15px;
    margin-right: -17px;
}
    .hero .container .left .subtitle {
    font-size: 34px;
}
    .hero .container .left .text {
    font-size: 14px;
}
    .hero .container .left .wrap {}
    .hero .container .left .wrap .item {
        flex:0 0 100%;
    }
    .hero .container .left .btn {}
    .hero .container .left .post {}
    .hero .container .left .post span {}
    .hero .container .left .post a {}
    .hero .container .left .post a img {}
    .hero .container .right {}
    .hero .container .right img {}
}

.products {
    margin-top: -100px;
    position: relative;
}
.products .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0 10px 70px 10px;
}
.products .container .item {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 50px #0000001c;
    border-radius: 20px;
    padding: 30px;
    flex: 0 0 calc(33.3333% - 15px);
}
.products .container .item .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.products .container .item .long {
    color: #8C8C8C;
}
.products .container .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin: 15px 0;
}
.products .container .item .img img {
    max-height: 100%;
}
.products .container .item .old_price {
    color: #8C8C8C;
    text-decoration: line-through;
    font-size: 20px;
}
.products .container .item .price {
    font-size: 30px;
    font-weight: 600;
}
.products .container .item .schet {margin: 15px 0;}
.products .container .item .card {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    color: #8C8C8C;
    font-size: 14px;
}
@media (max-width:1200px) {
    .products {}
    .products .container {}
    .products .container .item {
    min-width: 275px;
}
    .products .container .item .title {
    font-size: 20px;
}
    .products .container .item .long {}
    .products .container .item .img {
    height: 140px;
}
    .products .container .item .img img {}
    .products .container .item .old_price {
    font-size: 14px;
}
    .products .container .item .price {
    font-size: 22px;
}
    .products .container .item .schet {}
    .products .container .item .card {}
}
@media (max-width:600px) {
    .products {
    margin-top: -50px;
 }
}
.journal {}
.journal .container {
    background: #0081A5;
    padding: 50px 60px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    gap: 50px;
}
.journal .container .left {
    flex: 0 0 50%;
}
.journal .container .left .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
}
.journal .container .left img {
    margin: 0 auto;
}
.journal .container .right {}
.journal .container .right .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.journal .container .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.journal .container .right ul li {
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}
.journal .container .right ul li::before {
    content:'';
    display:block;
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-mask-image: url(../img/check.svg);
    mask-image: url(../img/check.svg);
}
.journal .container .right .btn {
    background: #fff;
    color: #0081A5;
    margin-top: 30px;
    font-weight: 600;
}
@media (max-width:1024px) {
    .journal {}
    .journal .container {
    flex-wrap: wrap;
}
    .journal .container .left {
    flex: 0 0 100%;
}
    .journal .container .left .title {
    text-align: center;
}
    .journal .container .left img {}
    .journal .container .right {}
    .journal .container .right .title {}
    .journal .container .right ul {}
    .journal .container .right ul li {}
    .journal .container .right ul li::before {}
    .journal .container .right .btn {
    margin: 30px auto 0;
}
}
@media (max-width:768px) {
    .journal {
    padding: 0 10px;
}
    .journal .container {
    padding: 20px;
}
    .journal .container .left {}
    .journal .container .left .title {
    font-size: 20px;
}
    .journal .container .left img {}
    .journal .container .right {}
    .journal .container .right .title {
    font-size: 16px;
}
    .journal .container .right ul {}
    .journal .container .right ul li {
    font-size: 14px;
}
    .journal .container .right ul li::before {}
    .journal .container .right .btn {}
}

.complect {
    padding: 70px 10px;
}
.complect .container {
    border: 1px solid #BFBFBF;
    border-radius: 20px;
    padding: 50px;
}
.complect .container h2 {
    text-align: center;
    margin-bottom: 30px;
}
.complect .container .wrap {
    display: flex;
    justify-content: center;
}
.complect .container .wrap .img_1 {
    margin-top: 25px;
}
.complect .container .wrap .img_1 img {}
.complect .container .wrap .img_2 {
    margin-left: -87px;
}
.complect .container .wrap .img_2 img {}
.complect .container .btn {
    margin: 50px auto 0;
}
@media (max-width:768px) {
    .complect {}
    .complect .container {
    padding: 20px;
}
    .complect .container h2 {}
    .complect .container .wrap {}
    .complect .container .wrap .img_1 {
    margin-top: 0;
}
    .complect .container .wrap .img_1 img {}
    .complect .container .wrap .img_2 {
    margin-left: -194px;
    margin-top: 73px;
}
    .complect .container .wrap .img_2 img {
    max-width: 188px;
}
    .complect .container .btn {
    margin: 6px auto 0;
}
}
@media (max-width:600px) {
    .complect .container .wrap .img_2 {
    margin-left: -144px;
    margin-top: 50px;
}
    .complect .container .wrap .img_2 img {
    max-width: 140px;
}
}
.vip {}
.vip .container {}
.vip .container h2 {
    max-width: 560px;
    text-align: center;
    margin: 0 auto 50px;
}
.vip .container .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.vip .container .wrap .item {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 20px;
    flex: 0 0 calc(25% - 17px);
}
.vip .container .wrap .item .icon {}
.vip .container .wrap .item .icon img {}
.vip .container .wrap .item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 20px;
}
.vip .container .wrap .item .desc {}
.vip .container .btn {
    margin: 50px auto 0;
}
@media (max-width:1024px) {
    .vip .container .wrap .item {
        flex: 0 0 calc(50% - 10px);
    }
}
@media (max-width:600px) {
    .vip .container .wrap .item {
        flex: 0 0 100%;
    }
    .vip .container .wrap .item .title {
        font-size:18px;
        margin: 10px 0 10px;
    }
    .vip .container .wrap .item .desc {
        font-size:14px;
    }
}

.vip_details {
    background: #F4F4F4;
}
.vip_details .container {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.vip_details .container h2 {
    text-align: center;
    flex: 0 0 100%;
    margin-bottom: 25px;
}
.vip_details .container .block {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
}
.vip_details .container .block .text {
    flex: 0 0 50%;
    padding-right: 50px;
}
.vip_details .container .block .text .num {
    font-size: 22px;
    font-weight: 600;
    color: #C8C8C8;
    margin-bottom: 20px;
}
.vip_details .container .block .text .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.vip_details .container .block .text .title span {
    display: block;
    background: #208FC8;
    background: linear-gradient(25deg, rgba(32, 143, 200, 1) 0%, rgba(56, 196, 241, 1) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 10px;
    width: fit-content;
}
.vip_details .container .block .text .desc {}
.vip_details .container .block .img {
    flex: 0 0 50%;
}
.vip_details .container .block .img img {
    margin-top: -90px;
}
.vip_details .container .block .wrap {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
.vip_details .container .block .wrap .item {
    flex: 0 0 calc(25% - 15px);
    background: #34BBEA;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
.vip_details .container .block .wrap .item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.vip_details .container .block .wrap .item .desc {}
.vip_details .container .block .wrap_2 {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
.vip_details .container .block .wrap_2 .item {
    background: #0081A5;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    flex: 0 0 calc(20% - 16px);
}
.vip_details .container .block .wrap_2 .ic {
    font-size: 80px;
    line-height: 56px;
    font-weight: 200;
    height: 56px;
    margin-bottom: 10px;
}
.vip_details .container .block .wrap_2 .item .title {
    font-weight: 600;
    margin-bottom: 10px;
}
.vip_details .container .block .wrap_2 .item .desc {
    font-size: 14px;
}
.vip_details .container .btn {
    width: 100%;
    margin: 0 auto;
}
@media (max-width:1024px) {
    .vip_details .container h2 {
        margin-bottom:0;
    }
    .vip_details .container .block .text {
        flex:0 0 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .vip_details .container .block .img {
        flex:0 0 100%;
    }
    .vip_details .container .block .img img {
        margin-top:0;
    }
    .vip_details .container .block .wrap .item {
        flex: 0 0 calc(33.33333% - 15px);
    }
    .vip_details .container .block .wrap_2 .item {
        flex: 0 0 calc(33.33333% - 15px);
    }
}
@media (max-width:768px) {
    .vip_details {}
    .vip_details .container {
    gap: 30px;
}
    .vip_details .container h2 {}
    .vip_details .container .block {
    padding: 20px;
}
    .vip_details .container .block .text {
    margin-bottom: 20px;
}
    .vip_details .container .block .text .num {
    margin-bottom: 10px;
}
    .vip_details .container .block .text .title {
    font-size: 16px;
}
    .vip_details .container .block .text .title span {
    margin-top: 3px;
}
    .vip_details .container .block .text .desc {
    font-size: 14px;
}
    .vip_details .container .block .img {}
    .vip_details .container .block .img img {}
    .vip_details .container .block .wrap {}
    .vip_details .container .block .wrap .item {
    flex: 0 0 100%;
}
    .vip_details .container .block .wrap .item .title {
    font-size: 18px;
}
    .vip_details .container .block .wrap .item .desc {
    font-size: 14px;
}
    .vip_details .container .block .wrap_2 {}
    .vip_details .container .block .wrap_2 .item {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
    .vip_details .container .block .wrap_2 .ic {
    font-size: 50px;
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
}
    .vip_details .container .block .wrap_2 .ic img {
        max-height:40px;
    }
    .vip_details .container .block .wrap_2 .item .title {
    margin: 11px 0 0;
}
    .vip_details .container .block .wrap_2 .item .desc {
    flex: 0 0 100%;
}
    .vip_details .container .btn {}
}
.reader {
    background: #208FC8;
    background: linear-gradient(180deg, rgba(32, 143, 200, 1) 0%, rgba(56, 196, 241, 1) 100%);
    color: #fff;
}
.reader .container {
    padding: 70px 10px 0;
}
.reader .container h2 {
    max-width: 540px;
    margin: 0 auto 30px;
    text-align: center;
}
.reader .container .pre {
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
}
.reader .container ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    max-width: 1110px;
    justify-content: center;
    flex-wrap: wrap;
}
.reader .container ul li {
    position:relative;
    padding-left: 30px;
    flex: 0 0 calc(33.333333% - 22px);
}
.reader .container ul li::before {
    content:'';
    display:block;
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-mask-image: url(../img/check.svg);
    mask-image: url(../img/check.svg);
}
.flipbook-news__book {
    margin-top: 28px;
    width: 100%;
    max-width: 672px;
    height: 510px;
    margin: 0 auto;
    background: transparent !important;
}
.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev {
   width: 60px;
}
.df-container.df-floating>.df-ui-prev {
    background: url(../img/icon-arrow-slider-left-black.svg) center no-repeat;
    left: 0;
}
.df-container.df-floating>.df-ui-next {
    background: url(../img/icon-arrow-slider-right-black.svg) center no-repeat;
    width: 60px;
    right: 0;
}
.df-ui-controls {
  display: none !important;  
}
@media (max-width:768px) {
    .reader .container ul li {
        flex:0 0 100%;
    }
}  
.feautures {}
.feautures .container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.feautures .container h2 {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 0;
}
.feautures .container .block {
    border-radius: 20px;
    background: #F4F4F4;
    padding: 50px;
    display: flex;
}
.feautures .container .block .text {flex: 0 0 50%;padding-right: 50px;}
.feautures .container .block .text .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.feautures .container .block .text ul {
    list-style: none;
    margin:0;
    padding:0;
}
.feautures .container .block .text ul li {
    position:relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.feautures .container .block .text ul li::before {
    content:'';
    display:block;
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    background-color: #00546B;
    -webkit-mask-image: url(../img/check.svg);
    mask-image: url(../img/check.svg);
}
.feautures .container .block .text .btn {
    margin-top: 30px;
}
.feautures .container .block .img {
    flex: 0 0 50%;
}
.feautures .container .block .img .gallery {
    position: relative;
    height: 310px;
    margin-bottom: 10px;
}
.feautures .container .block .img .gallery .item {
    position: absolute;
    top: 0;
    right: 0;
    opacity:0;
    transition:all 0.3s;
}
.feautures .container .block .img .gallery .item.active {
    opacity:1;
}
.feautures .container .block .img .gallery .item img {}
.feautures .container .block .img .nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.feautures .container .block .img .nav .arr {
    width: 44px;
    height: 44px;
    background: url(../img/arr.svg) top no-repeat;
    cursor: pointer;
}
.feautures .container .block .img .nav .arr.left {}
.feautures .container .block .img .nav .arr.right {
    transform: rotate(180deg);
}
@media (max-width:1024px) {
    .feautures {}
    .feautures .container {}
    .feautures .container h2 {}
    .feautures .container .block {
    flex-wrap: wrap;
}
    .feautures .container .block .text {
    flex: 0 0 100%;
    padding: 0;
}
    .feautures .container .block .text .title {}
    .feautures .container .block .text ul {}
    .feautures .container .block .text ul li {}
    .feautures .container .block .text ul li::before {}
    .feautures .container .block .text .btn {
    margin: 30px auto 0;
}
    .feautures .container .block .img {
    flex: 0 0 100%;
}
    .feautures .container .block .img .gallery {
    max-width: 500px;
    margin: 30px auto 10px;
}
    .feautures .container .block .img .gallery .item {}
    .feautures .container .block .img .gallery .item.active {}
    .feautures .container .block .img .gallery .item img {}
    .feautures .container .block .img .nav {
    justify-content: center;
}
    .feautures .container .block .img .nav .arr {}
    .feautures .container .block .img .nav .arr.left {}
    .feautures .container .block .img .nav .arr.right {}
}
@media (max-width:768px) {
    .feautures {}
    .feautures .container {}
    .feautures .container h2 {}
    .feautures .container .block {
    padding: 20px;
}
    .feautures .container .block .text {
}
    .feautures .container .block .text .title {
    font-size: 16px;
}
    .feautures .container .block .text ul {}
    .feautures .container .block .text ul li {
    font-size: 14px;
}
    .feautures .container .block .text ul li::before {}
    .feautures .container .block .text .btn {}
    .feautures .container .block .img {}
    .feautures .container .block .img .gallery {}
    .feautures .container .block .img .gallery .item {}
    .feautures .container .block .img .gallery .item.active {}
    .feautures .container .block .img .gallery .item img {}
    .feautures .container .block .img .nav {}
    .feautures .container .block .img .nav .arr {}
    .feautures .container .block .img .nav .arr.left {}
    .feautures .container .block .img .nav .arr.right {}
}
@media (max-width:530px) {
    .feautures .container .block .img .gallery {
    height: auto;
    padding-top: 62%;
    }
}

.zoz {
    background: #208FC8;
    background: linear-gradient(25deg, rgba(32, 143, 200, 1) 0%, rgba(56, 196, 241, 1) 100%);
    color: #fff;
}
.zoz .container {}
.zoz .container h2 {
    max-width: 730px;
    text-align: center;
    margin: 0 auto 30px;
}
.zoz .container .pre {
    margin-bottom: 30px;
    text-align: center;
}
.zoz .container .forma_wrap {}
.zoz .container .forma_wrap form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.zoz .container .forma_wrap form label {
    flex: 0 0 calc(25% - 10px);
    position: relative;
}
.zoz .container .forma_wrap form label input {
    width: 100%;
    background: #ffffff36;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    padding-left: 15px;
    color: #fff;
}
.zoz .container .forma_wrap form label input::placeholder {
    color:#ffffffa1;
}
.zoz .container .forma_wrap form label .warning {
    position: absolute;
    background: red;
    font-size: 12px;
    padding: 0 5px;
    bottom: 0;
    right: 0;
}
.zoz .container .forma_wrap form label[for=policy] {
    display: flex;
    gap: 5px;
    padding: 5px;
    align-items: center;
    flex: 0 0 100%;
    max-width: 320px;
    margin-left: auto;
    justify-content: flex-end;
}
.zoz .container .forma_wrap form label[for=policy] input {
    flex: 0 0 19px;
    height: 19px;
    width: 19px;
}
.zoz .container .forma_wrap form label[for=policy] .label {
    font-size: 12px;
}
.zoz .container .forma_wrap form label[for=policy] .label a {
    color:#fff;
}
.zoz .container .forma_wrap form .btn {
    background: #FFFFFF;
    color: #000;
    font-weight: 600;
    width: auto;
    flex: 0 0 25%;
}
.zoz .container .forma_wrap div.error {}
.zoz .container .forma_wrap div.success {}
@media (max-width:1024px) {
    .zoz .container .forma_wrap {
        max-width:450px;
        margin:0 auto;
    }
    .zoz .container .forma_wrap form label {
        flex:0 0 100%;
    }
    .zoz .container .forma_wrap form .btn {
        flex:0 0 100%;
        max-width:none;
    }
    .zoz .container .forma_wrap form label[for=policy] {
        margin:0 auto;
    }
}


.what_else {}
.what_else .container {}
.what_else .container h2 {
    text-align: center;
    margin-bottom: 30px;
}
.what_else .container .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.what_else .container .wrap .item {
    flex: 0 0 28%;
    background: #269BD2;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 275px;
    display: flex;
    align-items: flex-end;
}
.what_else .container .wrap .item .img {
    position: absolute;
}
.what_else .container .wrap .item .img img {}
.what_else .container .wrap .item .text {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}
.what_else .container .wrap .item .text a {
    color: #fff;
    text-transform: uppercase;
}
.what_else .container .wrap .item:nth-child(1) {
    flex: 0 0 calc(44% - 40px);
    background: #269BD2;
    background: linear-gradient(120deg, rgba(38, 155, 210, 1) 0%, rgba(8, 126, 183, 1) 100%);
}
.what_else .container .wrap .item:nth-child(1) .img {
    top: 14px;
    right: 0;
}
.what_else .container .wrap .item:nth-child(1) .text {
    max-width: 220px;
}
.what_else .container .wrap .item:nth-child(2) {
    background: #016588;
}
.what_else .container .wrap .item:nth-child(2) .img {
    top: 0;
    right: -80px;
    width: 280px;
}
.what_else .container .wrap .item:nth-child(2) .text {
    max-width: 142px;
}
.what_else .container .wrap .item:nth-child(3) {}
.what_else .container .wrap .item:nth-child(3)::before {
    content:'';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    background: #092A34;
    background: linear-gradient(180deg, rgba(9, 42, 52, 0) 0%, rgba(9, 42, 52, 1) 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.what_else .container .wrap .item:nth-child(3) .img {
    top: -20px;
    right: -61px;
}
.what_else .container .wrap .item:nth-child(3) .text {
    max-width: 125px;
    z-index: 2;
}
.what_else .container .wrap .item:nth-child(4) {
    background: #016588;
}
.what_else .container .wrap .item:nth-child(4) .img {
    top: -20px;
    right: -20px;
}
.what_else .container .wrap .item:nth-child(4) .text {}
.what_else .container .wrap .item:nth-child(5) {}
.what_else .container .wrap .item:nth-child(5)::before {
    content:'';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    background: #0081A5;
background: linear-gradient(180deg, rgba(0, 129, 165, 0) 0%, rgba(0, 129, 165, 1) 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.what_else .container .wrap .item:nth-child(5) .img {
    top: 10px;
    right: 0;
}
.what_else .container .wrap .item:nth-child(5) .text {
    z-index: 2;
}
.what_else .container .wrap .item:nth-child(6) {
    flex: 0 0 calc(44% - 40px);
    background: #016588;
}
.what_else .container .wrap .item:nth-child(6)::before {
    content:'';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    background: #092A34;
    background: linear-gradient(180deg, rgba(9, 42, 52, 0) 0%, rgba(9, 42, 52, 1) 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.what_else .container .wrap .item:nth-child(6) .img {
    top: 8px;
    right: 0;
}
.what_else .container .wrap .item:nth-child(6) .text {
    z-index: 2;
}
@media (max-width:1024px) {
    .what_else {}
    .what_else .container {}
    .what_else .container h2 {}
    .what_else .container .wrap {}
    .what_else .container .wrap .item {
    flex: 0 0 calc(50% - 10px);
}
    .what_else .container .wrap .item .img {}
    .what_else .container .wrap .item .img img {}
    .what_else .container .wrap .item .text {}
    .what_else .container .wrap .item .text a {}
    .what_else .container .wrap .item:nth-child(1) {
    flex: 0 0 calc(50% - 10px);
}
    .what_else .container .wrap .item:nth-child(1) .img {}
    .what_else .container .wrap .item:nth-child(1) .text {}
    .what_else .container .wrap .item:nth-child(2) {}
    .what_else .container .wrap .item:nth-child(2) .img {}
    .what_else .container .wrap .item:nth-child(2) .text {}
    .what_else .container .wrap .item:nth-child(3) {}
    .what_else .container .wrap .item:nth-child(3)::before {}
    .what_else .container .wrap .item:nth-child(3) .img {}
    .what_else .container .wrap .item:nth-child(3) .text {}
    .what_else .container .wrap .item:nth-child(4) {}
    .what_else .container .wrap .item:nth-child(4) .img {}
    .what_else .container .wrap .item:nth-child(4) .text {}
    .what_else .container .wrap .item:nth-child(5) {}
    .what_else .container .wrap .item:nth-child(5)::before {}
    .what_else .container .wrap .item:nth-child(5) .img {}
    .what_else .container .wrap .item:nth-child(5) .text {}
    .what_else .container .wrap .item:nth-child(6) {
    flex: 0 0 calc(50% - 10px);
}
    .what_else .container .wrap .item:nth-child(6)::before {}
    .what_else .container .wrap .item:nth-child(6) .img {}
    .what_else .container .wrap .item:nth-child(6) .text {}
}
@media (max-width:768px) {
    .what_else {}
    .what_else .container {}
    .what_else .container h2 {}
    .what_else .container .wrap {
    justify-content: center;
}
    .what_else .container .wrap .item {
    flex: 0 0 100%;
    max-width: 400px;
}
    .what_else .container .wrap .item .img {}
    .what_else .container .wrap .item .img img {}
    .what_else .container .wrap .item .text {
    font-size: 18px;
}
    .what_else .container .wrap .item .text a {}
    .what_else .container .wrap .item:nth-child(1) {
    flex: 0 0 100%;
}
    .what_else .container .wrap .item:nth-child(1) .img {}
    .what_else .container .wrap .item:nth-child(1) .text {}
    .what_else .container .wrap .item:nth-child(2) {}
    .what_else .container .wrap .item:nth-child(2) .img {}
    .what_else .container .wrap .item:nth-child(2) .text {}
    .what_else .container .wrap .item:nth-child(3) {}
    .what_else .container .wrap .item:nth-child(3)::before {}
    .what_else .container .wrap .item:nth-child(3) .img {}
    .what_else .container .wrap .item:nth-child(3) .text {}
    .what_else .container .wrap .item:nth-child(4) {}
    .what_else .container .wrap .item:nth-child(4) .img {}
    .what_else .container .wrap .item:nth-child(4) .text {}
    .what_else .container .wrap .item:nth-child(5) {}
    .what_else .container .wrap .item:nth-child(5)::before {}
    .what_else .container .wrap .item:nth-child(5) .img {}
    .what_else .container .wrap .item:nth-child(5) .text {}
    .what_else .container .wrap .item:nth-child(6) {
    flex: 0 0 100%;
}
    .what_else .container .wrap .item:nth-child(6)::before {}
    .what_else .container .wrap .item:nth-child(6) .img {}
    .what_else .container .wrap .item:nth-child(6) .text {}
}
.footer {
    background: #002C38;
    color: #fff;
}
.footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .container .left {}
.footer .container .left p {
    font-size: 13px;
    margin-bottom: 20px;
}
.footer .container .left p a {
    color: #fff;
    display: block;
}
.footer .container .right {}
.footer .container .right img {}
@media (max-width:768px) {
    .footer .container {
        flex-wrap:wrap;
        text-align:center;
    }
    .footer .container .left {
        flex:0 0 100%;
    }
    .footer .container .right {
        flex:0 0 100%;
    }
    .footer .container .right img {
        margin:0 auto;
    }
}