*,
*::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-Medium.ttf) format('truetype');
    font-weight: 500;
    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.3;
    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: #923837;
    background: linear-gradient(-25deg, rgba(165, 49, 49, 1) 0%, rgba(186, 96, 96, 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;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    margin: 0 10px;
}
.header #panelcontainer {}

.hero_11 {
    background: #222222;
    background: linear-gradient(90deg, rgb(34 34 34) 50%, rgb(242 87 47) 50%);
    padding-bottom: 80px;
}
.hero_11 .container {
    background: url(../img/szdsh_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/szdsh_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: url(../img/j_left.png), url(../img/j_right.png), url(../img/bg_hero.jpg);
    background-repeat: no-repeat;
    background-position-x: calc(0% - 300px), calc(100% + 215px), center;
    background-position-y: calc(0% - 164px), calc(0% - 120px), center;
    background-size: 480.75px, 358.07px, cover;
}
.hero .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 100px;
    padding: 40px 10px 90px 10px;
}
.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 {
    filter: brightness(0) invert(1);
}
.hero .container .header .phone {}
.hero .container .header .phone .tel {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
    display: block;
}
.hero .container .header .phone p {
    font-size: 12px;
    text-align: right;
    color: #fff;
}
.hero .container h1 {
    font-size: 280px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.hero .container h1 span {
	font-size:142px;
}
.hero .container .pre {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.hero .container .post {
    color: #fff;
    font-weight: 300;
    opacity: 0.6;
    flex: 0 0 100%;
    font-size: 14px;
    text-align: center;
}
.hero .container .btn {
    background: #111111;
    max-width: 505px;
    margin: 50px auto;
    border: 2px solid #FF9B81;
    box-shadow: 4px 4px 0 #FF9B81;
    position: relative;
    height: 60px;
}
.hero .container .btn::before {
	content:'';
	display: block;
	position: absolute;
	width: 263px;
	height: 261px;
	background: url(../img/b_left.svg) center no-repeat;
	background-size: contain;
	bottom: 0;
	left: -255px;
}
.hero .container .btn::after {
	content:'';
	display: block;
	position: absolute;
	width: 263px;
	height: 261px;
	background: url(../img/b_right.svg) center no-repeat;
	background-size: contain;
	bottom: 0;
	right: -250px;
}
@media (max-width:1200px) {
    .hero {
	}
    .hero .container {
    flex-wrap: wrap;
    padding: 30px 10px 88px 10px;
	}
    .hero .container .header {
    justify-content: space-around;
}
    .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 h1 {}
	.hero .container .pre {}
	.hero .container .post {}
	.hero .container .btn {}
}
@media (max-width:1024px) {
	.hero {}
    .hero .container {}
    .hero .container .header {
    justify-content: center;
    gap: 50px;
}
    .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 h1 {}
	.hero .container .pre {}
	.hero .container .post {}
	.hero .container .btn {}
}
@media (max-width:768px) {
    .hero {
    background-position-x: calc(0% - 249px), calc(100% + 258px), center;
    background-size: 358.07px, 358.07px, cover;
}
    .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;
    mask-image: url(../img/phone.svg);
    background: #fff;
 }
    .hero .container .header .phone p {
    display: none;
	}
	.hero .container h1 {
    font-size: 162px;
	}
	.hero .container h1 span {
	font-size: 82px;
	}
	.hero .container .pre {
    font-size: 30px;
    max-width: 370px;
}
	.hero .container .post {}
	.hero .container .btn {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 200px;
	}
	.hero .container .btn::before {
    width: 142px;
    height: 142px;
    left: calc(50% - 120px);
    bottom: -180px;
}
	.hero .container .btn::after {
    width: 142px;
    height: 142px;
    right: calc(50% - 120px);
    bottom: -161px;
}
}
.products {
    margin-top: -55px;
}
.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 {
    position: relative;
}
    .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: -70px;
	}
}
.journal {}
.journal .container {
    background: linear-gradient(-90deg, rgba(165, 49, 49, 1) 0%, rgba(186, 96, 96, 1) 100%);
    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: #ED8C21;
    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: #AB3D3D;
    color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
    margin-top: 10px;
    width: fit-content;
}
.vip_details .container .block .text .desc {
    line-height: 1.3;
}
.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: #F98C70;
    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: #F98C70;
    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;
    line-height: 1.3;
}
.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: #a73535;
    background: linear-gradient(-90deg, rgba(165, 49, 49, 1) 0%, rgba(186, 96, 96, 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: #573005;
    -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: #a53131;
    background: linear-gradient(-90deg, rgba(165, 49, 49, 1) 0%, rgba(186, 96, 96, 1) 100%);
    color: #fff;
}
.zoz .container {}
.zoz .container h2 {
    max-width: 800px;
    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: #980B0B;
    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);
}
.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;
	position:relative;
	z-index:2;
}
.what_else .container .wrap .item:nth-child(1)::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:60%;
	height:100%;
	background: linear-gradient(90deg, #980B0B 60%, rgba(239, 145, 42, 0) 100%);
	z-index:1;
}
.what_else .container .wrap .item:nth-child(2) {}
.what_else .container .wrap .item:nth-child(2) .img {
    bottom: 0;
    right: 0;
    width: 228px;
}
.what_else .container .wrap .item:nth-child(2) .text {
    max-width: 142px;
}
.what_else .container .wrap .item:nth-child(3) {
    background: #F98C70;
}
.what_else .container .wrap .item:nth-child(3)::before {
    content:'';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgba(239, 145, 42, 0) 0%, #F98C70 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.what_else .container .wrap .item:nth-child(3) .img {
    bottom: -15px;
    left: -25px;
    overflow: hidden;
    width: 400px;
}
.what_else .container .wrap .item:nth-child(3) .img img {
    max-width: none;
    width: 100%;
}
.what_else .container .wrap .item:nth-child(3) .text {
    max-width: 125px;
    z-index: 2;
}
.what_else .container .wrap .item:nth-child(4) {
}
.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) {
    background: #F98C70;
}
.what_else .container .wrap .item:nth-child(5)::before {
    content:'';
    width: 100%;
    height: 120px;
    position: absolute;
    display: block;
    background: rgb(239 145 42);
    background: linear-gradient(180deg, rgba(255, 110, 98, 0) 0%, #F98C70 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);
}
.what_else .container .wrap .item:nth-child(6)::before {
    content:'';
    width: 100%;
    height: 175px;
    position: absolute;
    display: block;
    background: #980B0B;
    background: linear-gradient(180deg, rgba(229, 63, 49, 0) 0%, #980B0B 100%);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.what_else .container .wrap .item:nth-child(6) .img {
    top: 8px;
    right: 20px;
}
.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: #210000;
    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;
    }
}

.toread {}
.toread .container {}
.toread .container .pre {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.toread .container .wrapper {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 50px;
}
.toread .container .wrapper h2 {
    font-size: 44px;
    margin-bottom: 30px;
}
.toread .container .wrapper .wrap {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.toread .container .wrapper .wrap .item {}
.toread .container .wrapper .wrap .item::before {
	content:'';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/check.svg) center no-repeat, #b75a5a;
	border-radius: 50%;
	margin-bottom: 20px;
}
.toread .container .wrapper .wrap .item p {
    font-size: 18px;
    font-weight: bold;
}
.toread .container .wrapper .wrap .item:last-child p {
    font-size: 24px;
    margin-bottom: 15px;
}
.toread .container .wrapper .wrap .item:last-child .btn {}
.toread .container .wrap_2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.toread .container .wrap_2 .item {
	background: #F4F4F4;
	border-radius: 20px;
	padding:20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.toread .container .wrap_2 .item::before {
	content:'';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/check.svg) center no-repeat, #b75a5a;
	border-radius: 50%;
}
.toread .container .wrap_2 .item p {
	font-size: 18px;
    font-weight: bold;
}
.toread .container .wrap_2 .item .link {
    display: block;
    height: 8px;
    width: 31px;
    mask-image: url(../img/arrow.svg);
    background: #b75a5a;
    background-position-x: right;
    margin-top: auto;
    margin-left: auto;
}
@media (max-width:1024px) {
	.toread .container .wrapper .wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.toread .container .wrap_2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:768px) {
	.toread .container .pre {
		font-size: 20px;
	}
	.toread .container .wrapper {
		padding:30px 10px;
	}
	.toread .container .wrapper h2 {
		font-size: 24px;
	}
	.toread .container .wrapper .wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.toread .container .wrapper .wrap .item p {
		font-size: 14px;
	}
	.toread .container .wrapper .wrap .item:last-child p {
    font-size: 18px;
    }
	.toread .container .wrap_2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.toread .container .wrap_2 .item p {
		font-size: 14px;
	}
}