/*
Theme Name: Cleanline
Author: Ilnaz
Author URI: https://wordpress.org/
Description: Cleanline theme.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 1.0
*/
:root {
  --font-family: "Onest", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Manrope", sans-serif;
	--color1: #00765a;
}
header {
    position: fixed;
    width: 100%;
    top: 20px;
		z-index: 1;
}
.header_row {
    display: flex;
    align-items: center;
    padding: 3px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    border-radius: 10px;
    gap: 100px;
    justify-content: space-between;
}
.header_logo_block {
    padding: 0 29px;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 3px;
}
.header_menu a {
    background: #fff;
    border-radius: 7px;
    padding: 15px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000004;
    display: inline-block;
    text-align: center;
}
.header_phone {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000004;
}
.online_block {
    display: flex;
    align-items: center;
    gap: 5px;
}
.online_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #5f666d;
}
.header_soc_links {
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    line-height: 0;
    display: flex;
    gap: 20px;
}
.btn {
    box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.25);
    background: #00765a;
    border-radius: 7px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 17px 60px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
main {
    position: relative;
}
.main_photo {
    position: absolute;
    inset: 0;
    width: 100%;
		height: 100%;
    object-fit: cover;
}
main .container {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 96px;
}
.main_column1 {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    width: 693px;
    display: grid;
    gap: 55px;
}
.page_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #2f2f2f;
}
.page_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: #000;
}
.main_btns {
    display: grid;
    gap: 20px;
    justify-items: center;
}
.main_btns .btn {
    width: 100%;
    height: 63px;
}
.main_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.main_column2 {
    background: #fff;
    border-radius: 10px;
    padding: 60px 30px;
    width: 253px;
}
.main_title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-align: center;
    color: #121530;
    margin-bottom: 10px;
}
.main_info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #121530;
}
/* .main_list {
    display: grid;
    gap: 66px;
} */
.main_item:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.main_item:first-child{
	padding-top: 0;
}
.main_item:last-child{
	padding-bottom: 0;
}
.main_item {
    padding: 43.5px 0;
}
.results_sect {
    background: #f5f5f5;
}
.results_sect .container {
    position: relative;
    padding-bottom: 160px;
}
.result_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result_column1 {
    max-width: 892px;
    text-wrap: balance;
    display: grid;
    gap: 40px;
}
.result_column2 {
    max-width: 320px;
}
.result_desc {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #00765a;
}
.result_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #000;
}
.result_mark {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 90px;
    line-height: 70%;
    letter-spacing: -0.05em;
    color: #00765a;
}
.result_text2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.result_text3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.result_info_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.result_info_desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.rvi_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #000;
    margin-bottom: 10px;
}
.rvid {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.result_content {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}
.result_video {
    margin-top: 40px;
    display: flex;
    gap: 18px;
}
.result_video {
    margin-top: 40px;
    display: flex;
    gap: 18px;
    align-items: center;
}
.result_photo {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 10%;
}
.trust_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}
.trust_photo {
    line-height: 0;
    margin-bottom: 30px;
}
.trust_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 76%;
    justify-content: center;
    gap: 40px 20px;
    margin: 40px auto 0 auto;
}
.why_sect{
	background: #f5f5f5;
}
.why_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
		gap: 20px;
    margin-top: 40px;
}
.why_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    gap: 20px;
}
.why_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
		line-height: normal;
    letter-spacing: -0.03em;
    color: #000;
}
.why_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000;
}
.why_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.why_list > :nth-child(-n+3) {
  grid-column: span 2;
}
.why_list > :nth-child(n+4) {
  grid-column: span 3;
}
.why_column1 {
    display: grid;
    gap: 20px;
}
.why_photo {
    height: 100%;
}
.why_photos {
    display: flex;
    gap: 20px;
}
.cycle_sect{
	background: #ebebeb;
}
.cycle_sect .section_title {
    font-size: 60px;
}
.sect_desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.cycle_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 40px 0;
}
.cycle_photo {
    width: 100%;
}
.cycle_item {
	position: relative;
    background: #fff;
    padding: 3px;
    border-radius: 10px;
		display: grid;
		align-content: flex-start;
		gap: 20px;
}
.cycle_content {
    padding: 20px;
    display: grid;
    gap: 20px;
}
.cycle_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #000;
}
.cycle_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #000;
}
.cycle_num {
    box-shadow: inset 0 0 10px 0 #fff;
    background: #229db5;
    border-radius: 10px;
    padding: 17px;
    width: 78px;
    height: 78px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
}
.cycle_btn {
    max-width: 924px;
    width: 100%;
    height: 83px;
    margin: auto;
    display: flex;
    font-size: 18px;
}
.work_sect, .quiz_sect, .reviews_sect{
	background: #ebebeb;
}
.work_row {
    display: grid;
    grid-template-columns: 710px auto;
    gap: 40px;
    align-items: center;
}
.btn2 {
    height: 83px;
    font-size: 18px;
}
.work_column1 {
    display: grid;
    justify-items: baseline;
    gap: 40px;
}
.work_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.work_list > :nth-child(-n+3) {
  grid-column: span 2;
}
.work_list > :nth-child(n+4) {
  grid-column: span 3;
}
.work_item {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    gap: 20px;
}
.work_num {
    box-shadow: inset 0 0 10px 0 #fff;
    background: #229db5;
    border-radius: 10px;
    padding: 17px;
    width: 78px;
    height: 78px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.work_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -0.03em;
    color: #000;
    line-height: normal;
}
.work_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #000;
}
.quiz_block {
    background: #f5fff5;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 314px auto;
		margin-top: 60px;
}
.quiz_info {
    background: #c9ebe3;
    border-radius: 10px;
    padding: 20px 20px 60px 20px;
    display: grid;
    gap: 400px;
    align-content: space-between;
}
.quiz_info_bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #5f666d;
}
.quiz_info_content {
    background: #f5fff5;
    border-radius: 10px;
    padding: 10px;
}
.quiz_info_name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
}
.quiz_info_desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #5f666d;
}
.quiz_info_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.05em;
    color: #000;
    margin-top: 10px;
}
.quiz_info_head {
    display: grid;
    gap: 20px;
}
.quiz {
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px;
    display: grid;
    align-content: space-between;
}
.quiz_question {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 42px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 40px;
}
.quiz_answers {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: baseline;
}
.quiz_answer {
    display: grid;
    gap: 40px;
    align-items: baseline;
		cursor: pointer;
}
.quiz_answer_photo {
    width: 100%;
}
.quiz_answer_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #000;
    padding: 0 20px;
}
.quiz_steps {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #5f666d;
}
.quiz_btn {
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}
.quiz_prev{
	border: 1px solid #00765A;
  height: 60px;
  width: 60px;
}
.quiz_next {
    background: #00765a;
    padding: 20px 90px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
}
.quiz_btns {
    display: flex;
    align-items: center;
    gap: 7px;
}
.quiz_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.quiz_row {
    display: grid;
    grid-template-columns: 1000px auto;
    gap: 20px;
}
.quiz_item:not(.qi1) .quiz_answer {
    background: #f5f7f9;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
}
.quiz_item:not(.qi1) .quiz_answers {
    grid-template-columns: repeat(2, 1fr);
}
.answer_check {
	position: relative;
    width: 30px;
    aspect-ratio: 1;
    border: 2px solid #00765a;
    border-radius: 100%;
}
.answer_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #000;
}
.qa_photo {
    width: 100%;
}
.quiz_answer.active .answer_check:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: #00765a;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
}

.quiz_item {
  display: none;
}
.quiz_item:first-child {
  display: block;
}
.quiz_item.active {
  animation: slideInRight 0.4s ease;
}
.quiz_item.prev {
  animation: slideInLeft 0.4s ease;
}
/* Анимация появления */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
}
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.quiz_prev {
  cursor: pointer;
  transition: all 0.3s ease;
}
.quiz_prev:hover {
  background: #00765A;
  opacity: 0.9;
}
.quiz_prev:hover svg path {
  fill: #fff;
}
.quiz_next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.quiz_next:hover {
  background: #005a45;
  transform: translateY(-2px);
}
.qi5 .quiz_question{
	margin-bottom: 0;
}
.quiz_subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #000;
}
.reviews_sect .sect_desc{
	text-align: left;
}
.slick-slide {
    margin: 0 10px;
}
.review_photo{
	width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0.6; 
}
.review_slider .slick-center .review_photo {
    opacity: 1;
}
.sect_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.review_slider {
    margin-top: 40px;
}
.slider_btn {
		border-radius: 10px;
		border: 1px solid #00765A;
		height: 60px;
		width: 60px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		&:hover{
			background: #00765A;
		}
		&:hover path{
			fill: white;
		}
}
.rs_btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_sect{
	background-image: url(/wp-content/themes/cleanline/img/form_fon.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
.form_block {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    max-width: 800px;
}
.form_block .section_title{
	font-size: 60px;
}
footer{
	background: #eaecf2;
	padding: 20px 0;
}
.footer_row {
    background: #fff;
    border-radius: 10px;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.footer_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #c7c7c9;
    margin-top: 40px;
}
.footer_menu a{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #000;
}
.footer_menu {
    display: grid;
    gap: 13px;
}