





body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}
:root {
  --beige-color: #EFE6DF;
  --white-color: #FDFDFD;
  --red-color: #7C0000;
}
body {
	color: var(--red-color);
	font-size: 18px;
	font-family: Montserrat;
	font-weight: 500;
	letter-spacing: 0.18px;
	line-height: 1.4;
	min-width: 480px;
	max-width: 640px;
	position: relative;
	overflow-x: hidden;
	margin: 0px auto;
	background: var(--beige-color);
}
.hidden {
	display: none;
}
*:before, *:after, .btn, .icon, a, .accordion-item, .ani, .img-svg path, label, .form_submit, .btn img, .slick-slide {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
ul, li, a, button, input, textarea, p, span, i, b, strong, img, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

p:not(:last-child) {
    margin-bottom: 15px;
}
*::-moz-selection {
    color: var(--red-color);
    background: var(--white-color);
}
*::selection {
    color: var(--red-color);
    background: var(--white-color);
}
body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--red-color);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--beige-color);
}
*, 
*:active, 
*:focus, a:focus {
    outline: none;
}
section, footer {
    position: relative;
    /* overflow: hidden; */
}
main {
    display: block;
    overflow: hidden;
}
.work_width, .header_work_width, .footer_work_width {
    position: relative;
    width: 100%;
    display: block;
    /*line-height: 0;*/
}
.content_width, .header_content {
    width: 420px;
    margin: 0px auto;
    position: relative;
    height: 100%;
}
h1 {
    color: var(--beige-color);
	font-size: 35px;
	font-family: Inter;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 0.35px;
	font-weight: 600;
	line-height: 1.2;
}
h2 {
    color: var(--red-color);
    font-size: 48px;
    font-family: Inter;
    text-transform: uppercase;
    letter-spacing: 0.47px;
    font-weight: 600;
    line-height: 1.3;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.no_click {
    pointer-events: none;
}
.no_list {
    list-style: none;
}
.btn_base {
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    color: var(--beige-color);
    letter-spacing: 0.48px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    width: 420px;
    padding: 20px 0;
    border-radius: 100px; border: 1px #EFE6DF solid;
}


.section_home_top {
	background: var(--red-color);
}
.section_home_top .content_width {
	width: 100%;
}
.section_home_top_first_block {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 130px;
    height: 485px;
}
.section_home_top_first_block_left {
    width: calc(100% - 250px);
    float: left;
    height: calc(100% - (35px + 60px));
    padding-top: 35px;
    padding-bottom: 60px;
}
.section_home_top_first_block_right {
    width: 250px;
    float: right;
}
.section_home_top_first_block_right img {
    width: 100%;
}

img.img_line.img_line_1 {
    position: absolute;
    bottom: 27px;
    right: -9px;
}
.section_home_top_first_block_left_content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0 25px;
    justify-content: center;
}
.section_home_top_first_block h1 {
    text-align: center;
    padding-top: 75px;
}
a.top_logo {
    font-family: 'Inter';
    color: var(--beige-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19.20px;
    letter-spacing: 0.80px;
}
.section_home_top_next_block {
    display: flex;
    /* width: 420px; */
    /* margin: 0px auto; */
    justify-content: center;
}
.section_home_top_next_block_content {
    width: 420px;
}
.section_home_top_next_block_text span {
    color: var(--beige-color);
    text-align: center;
    display: block;
    padding: 0 20px;
    font-size: 20px;
}
.section_home_top_next_block_btn.btn_block.btn_has_rule {
    margin-top: 30px;
    padding-bottom: 50px;
}
.btn_has_rule .btn.btn_base {
    display: flex;
    justify-content: center;
}
.btn_has_rule .btn.btn_base span {
    padding: 0 10px;
    display: flex;
}
.btn img {
    right: 0;
    position: relative;
}
.btn_has_rule .btn.btn_base:hover img {
    right: -20px;
    position: relative;
}
.btn_red .btn.btn_base {
    background: var(--red-color);
}
.btn_no_border .btn.btn_base {
    border: 0;
}
section.section_1 {
    margin-top: 65px;
}
.section_1 .num_block {
    margin-top: -10px;
}
span.num_block_num {
    font-size: 48px;
    line-height: 67.20px;
    letter-spacing: 0.48px;
    width: 60px;
}
.num_block_item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.num_block_item:not(:last-child) {
    border-bottom: 1px rgb(124 0 0 / 50%) solid;
}
p.num_block_text {
    padding-left: 30px;
    width: 70%;
    display: block;
}
.section_1 .btn_block {
    margin-top: 35px;
}

section.section_2 {
    margin-top: 70px;
}
span.subtitle {
    margin-top: 15px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.60px;
}
.icon_block {
    margin-top: 40px;
}

.icon_block_item:not(:last-child) {
    border-bottom: 1px rgb(124 0 0 / 50%) solid;
}
.icon_block_item {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.icon_block_item:first-child {
	padding-top: 0;
}
.icon_block_item:last-child {
	padding-bottom: 0;
}
.icon_block_img {
    margin-right: 20px;
}
.icon_block_text {
    margin-top: -3px;
}
img.img_line.img_line_no_absolute.img_line_2 {
    /* margin-left: calc((100vw - 100%) / -2); */
    display: block;
    width: calc(100% + 500px - 100%);
    margin-left: calc((500px - 100%) / -2);
}

section.section_3 {
    margin-top: 40px;
}
.full_img_block {
    position: relative;
    display: flex;
    justify-content: center;
}
.full_img_block img {
    width: 100%;
}
a.full_img_block_btn {
    background: var(--beige-color);
    padding: 10px 30px;
    color: var(--red-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19.60px;
    letter-spacing: 0.42px;
    border: 1px var(--red-color) solid;
    border-radius: 0 20px 20px;
    position: absolute;
    bottom: -20px;
}
.full_img_block_btn:hover {
	border-radius: 20px 20px 0;
	background: var(--red-color);
	color: var(--beige-color);
}
.section_3 .section_title {
    margin-top: 70px;
}
.section_3 .section_title span.subtitle_img img {
    float: right;
}
.section_title {
    display: block;
    overflow: hidden;
}
.section_text {
    margin-top: 15px;
}
.section_3 .btn_block {
    margin-top: 40px;
}

section.section_4 {
    margin-top: 100px;
    padding-top: 85px;  
}
.section_red {
	background: var(--red-color);
}
.section_red * {
	color: var(--beige-color);
}
.section_red .num_block_item:not(:last-child) {
    border-bottom: 1px rgb(239 230 223 / 50%) solid;
}
img.img_line.img_line_no_absolute.img_line_3 {
    margin-top: 25px;
    margin-left: calc((100vw - 100%) / -2);
    display: block;
    width: 100vw;
    width: calc(100% + 500px - 100%);
    margin-left: calc((500px - 100%) / -2);
}
section.section_5 {
    padding-top: 30px;
}


.accordion {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-top: auto;
}
.accordion-list {
    display: inline-block;
    position: relative;
    width: 560px;
}
.accordion-item {
    width: 100%;
    min-height: 62px;
    position: relative;  
}
.section_red .accordion-item{
	border-top: 1px rgb(239 230 223 / 50%) solid;
}
.accordion-item.active .content {
    display: block;
    padding: 0 0 20px;
    margin: 0;
    height: auto;
    opacity: 1;
    margin-top: -10px;
}
.accordion-item .heading {
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: left;
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.accordion-item .content {
    /* display: none; */
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.accordion-item .content p {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #342431;
    text-align: left;
}
.heading .title:before {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    margin: auto;
    
    bottom: 0;
}
.section_red .heading .title {
    color: var(--beige-color);
}
.section_red .heading .title:before{
	background: url(../img/ico_plus.svg);
    background-size: 18px;
}
.active .heading .title:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section_red .accordion-item:last-child {
    border-bottom: 1px rgb(239 230 223 / 50%) solid;
}
.accordion-item:first-child {
    border-top: 0;
}
span.title_num {
    position: absolute;
    left: 0;
    opacity: 0.5;
}
.heading .title {
    padding-left: 45px;
}
.accordion-item .content span {
    padding-left: 45px;
    display: block;
    padding-right: 50px;
    opacity: 0.5;
    font-weight: 400;
    font-size: 15px;
}
section.section_5 {
    padding-top: 30px;
    padding-bottom: 90px;
}
section.section_6 {
    margin-top: 75px;
}
.section_6 span.subtitle_img img {
    float: right;
    margin-top: -90px;
    display: block;
    margin-right: 15px;
}
.price_block {
    margin-top: 30px;
    display: flex;
}
.price_block span {
    font-size: 36px;
    font-family: Inter;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 43.20px;
    letter-spacing: 0.36px;
}
span.price_old {
    margin-left: 20px;
    color: #CDBDBD;
    position: relative;
}
span.price_old:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #CDBDBD;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-13deg);
}
.section_6 .btn_block {
    margin-top: 40px;
}
section.section_7 {
    margin-top: 65px;
}
.section_7 .full_img_block {
    overflow: hidden;
    border-radius: 20px;
}
.section_7 .section_title.title_img {
    margin-top: 55px;
}
.heading .title {
    padding-left: 45px;
    color: var(--red-color);
    width: 80%;
}
.accordion-item {
    width: 100%;
    min-height: 62px;
    position: relative;
    border-top: 1px rgb(124 0 0 / 50%) solid;
}
.accordion-item:last-child {
    border-bottom: 1px rgb(124 0 0 / 50%) solid;
}
.heading .title:before{
	background: url(../img/ico_plus_.svg);
    background-size: 18px;
}

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

.review_list {
    margin-top: 35px;
}
a.review_block {
    pointer-events: none;
}
.slick-slide img {
    display: block;
}
.review_item img {
    width: 100%;
}
button.slick-arrow {
    text-indent: -999999px;
}
.arrows_review .slick-prev:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 27px;
    background: url(../img/slider_rule.svg);
    background-size: 14px;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.arrows_review .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 27px;
    background: url(../img/slider_rule.svg);
    background-size: 14px;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer;
}
.arrows_review button.slick-prev:hover {
    left: -5px;
}
.arrows_review button.slick-next:hover {
    left: -5px;
}
.arrows_review button {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.review_block {
    position: relative;
}


.review_item {
    margin: 0 30px;
}
.slick-list {
    overflow: visible !important;
}
.slick-initialized .slick-slide {
    display: block;
    opacity: 0.5;
    transform: scale(0.5);
}
.slick-initialized .slick-slide.slick-active {
    display: block;
    opacity: 1;
    transform: scale(1);
}
section.section_10.section_red {
    margin-top: 90px;
    padding-top: 80px;
}
.section_10 .section_text {
    margin-top: 30px;
}
.section_10 img.img_line {
    margin-top: 40px !important;
}

.btn_no_rule a.btn.btn_base {
    display: flex;
    justify-content: center;
}
.section_10 .btn_block.btn_no_rule {
    margin-top: 50px;
}
.section_10 img.img_line {
    margin-top: 40px !important;
    margin-left: auto !important;
    width: auto !important;
}
footer#contact {
    padding-top: 100px; 
}
footer#contact .work_width {
    border-top: 1px solid rgba(253, 253, 253, 0.5);
    padding: 15px 0 25px;
}
a.foo_link {
    font-size: 13px;
    color: var(--white-color);
}
.foo_link_block:not(:last-child) {
    margin-bottom: 10px;
}
.foo_link_block {
    display: flex;
    justify-content: space-between;
}

.section_content .section_title.title_text h2 {
    font-size: 38px;
}
.section_content .section_title.title_text {
    margin-bottom: 50px;
}
section.section_content {
    margin-top: 70px;
    margin-bottom: 100px;
}
.page_base header {
    display: flex;
    background: var(--red-color);
    height: 75px;
    align-items: center;
}
.page_base a.top_logo {
    width: 420px;
    margin: 0px auto;
}
.page_base footer#contact {
    padding-top: 0;
}
@media only screen and (min-width : 520px) {
.section_home_top_first_block_left {
    width: calc(100% - 300px);
    float: left;
    height: calc(100% - (35px + 60px));
    padding-top: 35px;
    padding-bottom: 60px;
}
.section_home_top_first_block_right {
    width: 300px;
    float: right;
}
.section_home_top_first_block {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 130px;
    height: 570px;
}
}

.page_thanks h1 {
    font-size: 28px;
    padding-top: 0;
    margin-top: 115px;
}
.page_thanks .section_home_top_first_block_left_content {
    align-content: flex-start;
}
.page_thanks img.text_img.text_img_top {
    margin-top: 25px;
}
.page_thanks .section_home_top_first_block {
    padding: 0;
}
.page_thanks .section_home_top_next_block_btn.btn_block.btn_has_rule {
    margin-top: 0px;
    display: flex;
    justify-content: center;
}
.page_thanks .section_home_top_next_block_btn.btn_white a {
    background: #EFE6DF;
    color: var(--red-color);
}
img.img_line.img_line_no_absolute.img_line_s {
    margin: 0px auto;
    display: block;
}
.page_thanks .section_home_top_next_block_text p {
    color: #EFE6DF;
    text-align: center;
    font-size: 20px;
}
img.img_line.img_line_no_absolute.img_line_s {
    margin: 0px auto;
    display: block;
    margin-bottom: 30px;
}
img.img_line.img_line_no_absolute.img_line_ss {
    margin: 0px auto;
    display: block;
    margin-top: 50px;
}
.page_thanks footer#contact {
    padding-top: 80px;
}
.top_logo {
  width: 100%;
  display: block;
  text-align: center;
}






