/*------------------------------------------------------------*
**Р“Р»Р°РІРЅР°СЏ
**------------------------------------------------------------*/

/* CSS Document */
table.table-pk  {border-collapse: collapse;}
table.table-pk  td{border: 1px solid gray; padding: 10px;}

body {
margin:0rem;
font-family: "Manrope", sans-serif;
background:#fff;
font-size:16px;
line-height:normal;
color: #262627;
padding:0px;
}

a {
text-decoration:underline;
color: #262627;
}

a, .btn, button, .feedback {
transition: .5s;
}

a:hover {
text-decoration:none;
}

section {
display:block;
margin:0rem;
padding:0rem;
}

p {
margin:0 0 24px 0;
}

p:last-child {
margin:0rem !important;
}

select, input, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: "Manrope", sans-serif;
}

* {
box-sizing: border-box;
}

table {
border-spacing: 0rem;
}

button {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
display: block
}

input, button, textarea, select {
font-size:16px;
outline:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

button {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
}

img {
max-width:100%;
height:auto !important;
}

iframe {
max-width:100% !important;
max-height:100% !important;
}

.site-width {
width:100%;
max-width:1170px;
margin:0 auto;
padding:0 15px;
}

.section-1 {
background:url(../images/section1-bg.jpg) no-repeat center center;
background-size:cover;
margin:0 0 70px 0;
padding:120px 0 0 0;
}

.header {
padding:30px 0;
position:fixed;
top:0px;
left:0px;
right:0px;
z-index:9;
transition: .5s;
}

.header.fixed {
background: #f8f9f5;
padding:10px 0;
}

.header .site-width  {
display:flex;
align-items:center;
justify-content: space-between;
gap:20px;
}

.header .logo a {
display:flex;
align-items:center;
text-decoration:none;
gap:15px;
font-size:22px;
font-family: 'RoadRadio';
font-weight:900;
line-height:20px;
}

.header .logo a:before {
content:"";
width:39px;
height:60px;
background:url(../images/logo.png) no-repeat;
}

.header .geo {
font-size:15px;
font-weight:800;
padding:0 0 0 15px;
background:url(../images/geo.svg) no-repeat;
background-size:10px;
}

.header .geo span {
display:block;
font-family: 'RoadRadio';
font-weight:100;
}

.header .phone {
font-size:15px;
font-weight:800;
padding:0 0 0 15px;
background:url(../images/time.svg) no-repeat;
background-size:10px;
}

.header .phone span {
display:block;
font-family: 'RoadRadio';
font-weight:100;
}

.header .phone a {
text-decoration:none;
display:table;
}

.header .social {
display:flex;
gap:5px;
}

.header .social a {
text-decoration:none;
width:40px;
height:40px;
}

.header .social .wh {
background:url(../images/whats.svg) no-repeat;
background-size:contain;
}

.header .social .tl {
background:url(../images/teleg.svg) no-repeat;
background-size:contain;
}

.btnall {
cursor:pointer;
font-size:13px;
color:#fff;
text-transform:uppercase;
font-weight:700;
font-family: 'RoadRadio';
background-size: 200% auto;
box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
background-image: linear-gradient(to right, #708D32 0%, #4A783C 51%, #5D8900 100%);
text-decoration: none;
border-radius:555px;
padding: 12px 25px 12px 25px;
border-style: solid;
border-width: 6px 6px 6px 6px;
border-color: #C5D2A7;
text-decoration:none;
display:table;
transition: .5s;
}

.btnall:hover {
background-position: right center;
}

.topmenu {

}

.topmenu ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
justify-content: space-between;
gap:10px;
border-top:1px #e9e3d9 solid;
}

.topmenu li {
padding:20px 0 0 0;
position:relative;
}

.topmenu a {
text-decoration:none;
font-family: 'RoadRadio';
font-weight:300;
text-transform:uppercase;
}

.topmenu a:hover {
font-weight:900;
}

.topmenu li:before {
content:"";
position:absolute;
top:0px;
left:0px;
width:0px;
transition: .5s;
height:1px;
background:#262627;
}

.topmenu li:hover:before {
width:100%;
}

.section-1 .main {
margin:80px 0 0 0;
}

.section-1 .title {
font-size:55px;
font-weight:100;
text-transform:uppercase;
margin:0 0 40px 0;
line-height:60px;
}

.section-1 .title b {
font-weight:900;
}

.section-1 .buttons {
display:flex;
gap:25px;
margin:0 0 80px 0;
}

.section-1 .buttons .btnall {
padding:30px 80px;
font-size:18px;
}

.section-1 .buttons .btnall:first-child {
background-size: 200% auto;
box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
background-image: linear-gradient(to right, #DFBE96 0%, #F7D5B2 51%, #DFBE96 100%);
border-color: #F4E5DA;
}

.section-1 .flex {
display:inline-flex;
border-radius:20px 20px 0 0;
overflow:hidden;
}

.section-1 .item {
width:100%;
max-width:250px;
background:url(../images/section-item.png) no-repeat center center, linear-gradient(103deg, #F6F6F6 1%, #FFFFFF 76%);
background-size:cover;
min-height:250px;
padding:35px 30px;
text-align:center;
font-size:15px;
font-weight:500;
}

.section-1 .item .icon {
display:table;
margin:0 auto 20px auto;
position:relative;
font-size:0px;
line-height:0px;
max-width:70px;
height:70px;
}

.section-1 .item .icon img {max-height:70px;}

.section-1 .item .icon:before {
content:"";
position:absolute;
top:-8px;
right:0px;
z-index:1;
width:26px;
height:26px;
background:#5D8900 url(../images/section1-icon2.svg) no-repeat center center;
border-radius:555px;
background-size:10px;
}

.title-section {
margin:0 0 20px 0;
font-size:40px;
text-transform:uppercase;
font-weight:100;
text-align:center;
font-family: 'RoadRadio';
}

.title-section span {
font-weight:900;
color:#d6b690;
}

.desc-section {
font-size:17px;
font-weight:300;
text-align:center;
margin:0 0 50px 0;
}

.section-2 {
display:flex;
align-items:center;
width:100%;
max-width:1920px;
margin:0 auto;
overflow:hidden;
gap:55px;
padding:0 0 90px 0;
}

.section-2 .mobile-images {
display:none;
font-size:0px;
line-height:0px;
}

.section-2 .images {
max-width:46.92%;
font-size:0px;
line-height:0px;
}

.section-2 .title-section, .section-2 .desc-section {
text-align:left;
}

.section-2 .block {
width:585px;
max-width:50%;
position:relative;
}

.section-2 .block:before {
content:"";
position:absolute;
bottom:-23px;
left:calc(100% - 30px);
width:396px;
height:675px;
background:url(../images/section2-bg2.png) no-repeat;
z-index:3;
}

.section-2 .text {
background:#f8f9f5;
border-radius:20px;
padding:40px 60px 50px 40px;
font-size:17px;
line-height:35px;
}

.section-2 .text strong {
display:block;
margin:40px 0 0 0;
font-size:20px;
color:#699231;
font-weight:800;
}

.section-3 {
background:#fbf8f4;
padding:100px 0;
}

.section-3.bg {
background:none;
padding:0px;
margin:0 0 100px 0;
}

.section-3 .tabs__caption {
list-style:none;
margin:0px 0 40px 0;
padding:0px;
display:flex;
justify-content:center;
gap:10px;
}

.section-3 .tabs__caption li {
cursor:pointer;
border:6px #f7f4f0 solid;
border-radius:555px;
background:#fff;
padding:10px 30px;
font-size:13px;
text-transform:uppercase;
font-weight:700;
}

.section-3 .tabs__caption li.active {
cursor:default;
background:#dfe2cd;
color:#76913c;
}

.section-3 .tabs__content {
opacity:0;
height:0px;
overflow:hidden;
visibility:hidden;
}

.section-3 .tabs__content.active {
opacity:1;
height:auto;
visibility:visible;
}

.section-3 .flex {
display:flex;
flex-wrap:wrap;
justify-content: center;
gap:30px;
margin:0 0 40px 0;
}

.section-3 .item {
width:calc(33.333% - 20px);
border-radius:20px;
overflow:hidden;
background:#fff;
padding:0px 40px 30px 40px;
display:flex;
flex-direction:column;
}

.section-3 .images {
margin:0 -40px 30px -40px;
position:relative;
font-size:0px;
line-height:0px;
border-radius:20px;
overflow:hidden;
max-height:240px;
}

.section-3 .images img {
width:100%;
}

.section-3 .square {
position:absolute;
bottom:15px;
right:10px;
z-index:3;
padding:8px 13px;
border-radius:555px;
background:#fff;
font-size:15px;
color:#76913c;
font-weight:800;
line-height:normal;
}

.section-3 .slick-arrow {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
width:40px;
height:40px;
position:absolute;
z-index:7;
font-size:0px;
line-height:0px;
bottom:10px;
}

.section-3 .slick-prev {
background:url(../images/section3-arrow.png) no-repeat center center;
transform: rotate(180deg);
left:10px;
}

.section-3 .slick-next {
background:url(../images/section3-arrow.png) no-repeat center center;
left:55px;
}

.section-3 .show {
margin:0 auto;
padding:30px 80px;
font-size:18px;
}

.section-3 .name {
display:block;
padding:0 0 23px 0;
text-align:center;
text-decoration:none;
margin:0 0 25px 0;
font-size:24px;
font-weight:700;
border-bottom:1px #efe2d3 solid;
}

.section-3 .fields {
display:flex;
flex-direction:column;
gap:15px;
font-size:15px;
margin:0 0 25px 0;
flex:1;
}

.section-3 .hidden {
display:none;
}

.section-3 .fields b {
font-weight:800;
}

.section-3 .line img {
margin:0 10px 0 0;
width:14px;
}

.section-3 .full {
margin:0 auto;
}

.section-4 {
margin:0 0 90px 0;
padding:95px 0 205px 0;
background:url(../images/section4.jpg) no-repeat center center;
background-size:cover;
position:relative;
}

.section-4:before {
content:"";
position:absolute;
bottom:0px;
left:0;
z-index:3;
width:100%;
height:267px;
background:url(../images/section4-home.png) no-repeat center center;
}

.section-4 .flex {
display:flex;
gap:30px;
}

.section-4 .item {
flex:1;
padding:0 25px 75px 25px;
font-size:15px;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0px 40px 50px rgba(31,31,31,.07);
}

.section-4 .images {
margin:0 -25px 25px -25px;
font-size:0px;
line-height:0px;
}

.section-4 .name {
margin:0 0 20px 0;
font-size:20px;
font-weight:700;
text-transform:uppercase;
font-family: 'RoadRadio';
}

.section-5 {
margin:0 0 95px 0;
}

.section-5 .step-block {
display:none;
}

.section-5 .step-block.active {
display:flex;
}

.section-5 .col-left {
flex:1;
background:#f8f9f5;
border-radius:20px 0 0 20px;
overflow:hidden;
padding:60px;
}

.section-5 .col-right {
width:292px;
background-size:cover !important;
position:relative;
border-radius:20px;
overflow:hidden;
}

.section-5 .info {
position:absolute;
top:40px;
left:0px;
z-index:3;
width:272px;
border-radius:0 50px 50px 0;
background:#d6b690;
padding:30px;
font-size:14px;
color:#fff;
font-weight:500;
}

.section-5 .info:before {
content:"";
position:absolute;
top:0px;
right:0px;
z-index:1;
width:28px;
height:26px;
background:url(../images/section5-info.png) no-repeat;
}

.section-5 .info .name {
font-size:18px;
font-weight:800;
margin:0 0 15px 0;
padding:0 0 15px 0;
border-bottom:1px #fff solid;
}

.section-5 .head {
display:flex;
align-items:center;
gap:15px;
margin:0 0 45px 0;
}

.section-5 .head .name {
font-size:12px;
opacity:.4;
}

.section-5 .head .name b {
display:block;
font-size:16px;
font-weight:800;
}

.section-5 .title {
font-size:24px;
font-family: 'RoadRadio';
font-weight:700;
text-transform:uppercase;
margin:0 0 30px 0;
}

.section-5 .selects-block {
display:flex;
flex-wrap:wrap;
gap:30px;
margin:0 0 30px 0;
}

.section-5 .selects-block label {
display:block;
width:calc(33.333% - 20px);
text-align:center;
}

.section-5 .selects-block .images {
font-size:0px;
line-height:0px;
border-radius:10px;
max-height:136px;
display:table;
margin:0 auto 20px auto;
position:relative;
}

.section-5 .selects-block .images img {
max-height:136px;
}

.section-5 .selects-block .item {
position:relative;
font-weight:300;
cursor:pointer;
}

.section-5 .selects-block .images:before {
content:"";
position:absolute;
bottom:-15px;
left:50%;
z-index:1;
width:30px;
height:30px;
margin:0 0 0 -15px;
background:url(../images/section5-radio.png) no-repeat;
}

.section-5 .selects-block input:checked + .item .images:before {
background:url(../images/section5-radio-active.png) no-repeat;
}

.section-5 .selects-block input {
display:none;
}

.section-5 .buttons {
display:flex;
align-items:center;
justify-content: space-between;
gap:20px;
}

.section-5 .prev {
cursor:pointer;
font-size:18px;
color:#76913c;
text-transform:uppercase;
font-weight:700;
font-family: 'RoadRadio';
}

.section-5 .next {
font-size:18px;
padding:18px 40px;
opacity: .7;
pointer-events: none;
}

.section-5 .next.active {
opacity:1;
pointer-events: auto;
}

.section-6 {
margin:0 0 95px 0;
padding:0 15px;
}

.section-6 .flex {
flex-wrap:wrap;
gap:30px;
margin:0 0 60px 0;
}

.section-6 .item {
background-size:cover !important;
width:100%;
height:330px;
border-radius:20px;
overflow:hidden;
position:relative;
}

.section-6 .item:nth-child(1), .section-6 .item:nth-child(4) {
width:calc(30% - 20px);
}

.section-6 .item span {
display:block;
width:100%;
height:100%;
background-size:cover !important;
}

.section-6 .play:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:1;
background:url(../images/section6-play.png) no-repeat center center, rgba(38,38,38,.85);
}

.section-6 .slick-slide {
margin:0 15px;
display:flex !important;
flex-direction:column;
gap:30px;
}

.section-6 .navigator {
position:relative;
display:table;
margin:0 auto;
padding:0 27%;
}

.section-6 .slick-dots {
list-style:none;
padding:0px;
font-size:0px;
line-height:0px;
display:flex;
justify-content: center;
z-index:3;
}

.section-6 .slick-dots li {
margin:0 5px;
}

.section-6 .slick-dots button {
width:6px;
height:6px;
font-size:0px;
line-height:0px;
border: 0px;
background:#d6dec4;
border-radius:555px;
}

.section-6 .slick-dots .slick-active button {
background:#76913c;
}

.section-6 .slick-arrow {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
width:40px;
height:40px;
position:absolute;
z-index:7;
font-size:0px;
line-height:0px;
top:50%;
margin:-20px 0 0 0;
border-radius:555px;
}

.section-6 .slick-prev {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
left:0px;
}

.section-6 .slick-next {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
right:0px;
transform: rotate(180deg);
}

.section-7 {
margin:0 0 95px 0;
}

.section-7 .slider {
position:relative;
padding:0 85px;
}

.section-7 .slick-arrow {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
width:40px;
height:40px;
position:absolute;
z-index:7;
font-size:0px;
line-height:0px;
top:50%;
margin:-20px 0 0 0;
border-radius:555px;
}

.section-7 .slick-prev {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
left:0px;
}

.section-7 .slick-next {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
right:0px;
transform: rotate(180deg);
}

.section-7 .slick-slide {
margin:0 15px;
opacity:.5;
width:260px;
}

.section-7 .slick-current {
width:360px;
opacity:1;
}

.section-7 .slick-track {
display:flex !important;
align-items:center;
}

.section-8 {
padding:95px 0 75px 0;
margin:0 0 100px 0;
background:url(../images/section8.jpg) no-repeat center center;
background-size:cover;
}

.section-8 .title-section {
text-align:left;
}

.section-8 .desc-section {
text-align:left;
}

.section-8 .flex {
columns:2;
max-width:950px;
}

.section-8 .item {
margin:0 0px 20px 0;
width:460px;
background:#d6b690;
border-radius:20px;
padding:25px 25px 25px 30px;
page-break-inside: avoid;
break-inside: avoid;
}

.section-8 .question {
position:relative;
font-size:17px;
color:#fff;
text-transform:uppercase;
cursor:pointer;
padding:0 55px 0 0;
font-family: 'RoadRadio';
}

.section-8 .question:before {
content:"";
position:absolute;
top:50%;
right:0px;
width:30px;
height:30px;
background:url(../images/section8-plus.png) no-repeat;
margin:-15px 0 0 0;
}

.section-8 .item.active .question:before {
background:url(../images/section8-minus.png) no-repeat;
}

.section-8 .answer {
margin:25px -25px 0 -30px;
padding:25px 25px 0 30px;
font-size:15px;
color:#fff;
font-weight:600;
border-top:1px #91a763 solid;
display:none;
}

.section-8 .item.active {
background:#76913c;
}

.section-8 .item.active .answer {
display:block;
}

.section-9 {
margin:0 0 95px 0;
}

.section-9 .block {
width:100%;
max-width:760px;
margin:0 auto;
border-radius:20px;
background:#f8f9f5;
padding:75px 65px;
position:relative;
}

.section-9 .block:before {
content:"";
position:absolute;
bottom:-35px;
right:calc(100% - 20px);
z-index:1;
width:298px;
height:502px;
background:url(../images/section9-bg1.png) no-repeat;
}

.section-9 .block:after {
content:"";
position:absolute;
bottom:-45px;
left:calc(100% - 20px);
z-index:1;
width:274px;
height:662px;
background:url(../images/section9-bg2.png) no-repeat;
}

.section-9 .form {
display:flex;
flex-wrap:wrap;
gap:20px;
}

.section-9 .item {
width:100%;
border:1px #7c9645 solid;
border-radius:555px;
display:flex;
align-items:center;
gap:40px;
padding:27px 30px;
}

.section-9 .item input {
flex:1;
width:100%;
border:0px;
background:none;
font-size:15px;
}

.section-9 .btnall {
font-size:18px;
padding:24px;
width:100%;
}

.section-9 .name:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon1.svg) no-repeat;
background-size:contain;
}

.section-9 .phone:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon2.svg) no-repeat;
background-size:contain;
}

.section-9 .mail:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon3.svg) no-repeat;
background-size:contain;
}

.section-9 .time:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon3.svg) no-repeat;
background-size:contain;
}

.section-10 {
margin:0 0 100px 0;
}

.section-10 .flex {
display:flex;
flex-wrap:wrap;
gap:30px;
}

.section-10 .logo {
font-size:0px;
line-height:0px;
border-radius:20px;
border:1px #e5eada solid;
width:calc(20% - 24px);
height:130px;
display:flex;
align-items:center;
justify-content: center;
text-decoration:none;
}

.footer {
background:#262627;
padding:90px 0 0 0;
}

.footer .head {
margin:0 0 45px 0;
}

.footer .bottom {
padding:30px 0;
font-size:14px;
color:#fff;
font-weight:300;
border-top:1px #3c3c3d solid;
}

.footer .bottom .site-width {
display:flex;
justify-content: space-between;
gap:20px;
}

.footer .bottom a {
color:#fff;
text-decoration:none;
}

.footer .bottom a:hover {
text-decoration:underline;
}

.footer .head .site-width {
display:flex;
gap:20px;
}

.footer .col-left {
flex:1;
}

.footer .col-right {
border-radius:20px;
overflow:hidden;
font-size:0px;
line-height:0px;
width:555px;
}

.footer .col-right iframe {
width:100% !important;
height:100% !important;
border-radius:20px;
}

.footer .title-section {
color:#ffffff;
text-align:left;
margin:0 0 10px 0;
}

.footer .desc-section {
color:#ffffff;
text-align:left;
}

.footer .item {
margin:0 0 30px 0;
display:flex;
align-items:center;
gap:10px;
}

.footer .icon {
font-size:0px;
line-height:0px;
border-radius:555px;
width:34px;
height:34px;
border:1px #2f2f2f solid;
display:flex;
align-items:center;
justify-content: center;
}

.footer .icon img {
max-width:14px;
}

.footer .info {
flex:1;
font-size:15px;
font-weight:600;
color:#fff;
}

.footer .info span {
display:block;
margin:0 0 5px 0;
font-size:13px;
font-weight:100;
font-family: 'RoadRadio';
}

.footer .info a {
text-decoration:none;
color:#fff;
display:table;
}

.footer .info a:hover {
text-decoration:underline;
}

.footer a.link {
display:flex;
align-items:center;
gap:5px;
font-size:15px;
color:#d6b690;
font-weight:600;
text-decoration:underline;
}

.footer a.link:hover {
text-decoration:none;
}

.footer a.link:after {
content:"";
width:12px;
height:12px;
background:url(../images/footer-link.png) no-repeat;
}

.footer .social {
display:flex;
gap:10px;
margin:50px 0 0 0;
}

.footer .wh {
border:6px #27432c solid;
border-radius:555px;
font-size:13px;
color:#fff;
font-weight:bold;
font-family: 'RoadRadio';
background:#2cb742;
text-decoration:none;
padding:18px 20px;
}

.footer .tl {
border:6px #253e4c solid;
border-radius:555px;
background:#20a0e1;
font-size:13px;
color:#fff;
font-weight:bold;
font-family: 'RoadRadio';
text-decoration:none;
padding:18px 20px;
}

.footer .social a:hover,
.header .social a:hover {
opacity:.7;
}

.mobile-menu {
display:none;
}

.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(43, 43, 43, 0.75);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
background: #f8f9f5;
width:100%;
max-width:800px;
padding:60px 70px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
border-radius:20px;
max-height:90vh;
overflow-y:auto;
}

#feedback-popup .block {
background:url(../images/popup-bg.jpg) no-repeat right bottom, #f8f9f5;
}

.popup-block .close {
width:30px;
height:30px;
background:url(../images/popup-close.png) no-repeat;
background-size:contain;
cursor:pointer;
position:absolute;
top:20px;
right:20px;
z-index:9;
}

.popup-block .title {
font-size:40px;
margin:0 0 20px 0;
color:#d6b690;
font-weight: 900;
text-transform:uppercase;
}

.popup-block .desc {
font-size:17px;
font-weight:300;
margin:0 0 20px 0;
}

.popup-block .form {
display:flex;
flex-direction:column;
gap:18px;
max-width:400px;
}

.popup-block .btnall {
font-size:18px;
height:80px;
width:100%;
}

.popup-block .form input {
width:100%;
height:80px;
border:1px #76913c solid;
border-radius:555px;
font-size:15px;
color:#76913c;
padding:0 20px 0 85px;
background:none;
}

.popup-block .form input.name {
background:url(../images/popup-icon-user.png) no-repeat 25px center;
}

.popup-block .form input.phone {
background:url(../images/popup-icon-phone.png) no-repeat 25px center;
}

.popup-block .form input.email {
background:url(../images/popup-icon-mail.png) no-repeat 25px center;
}

.popup-block .form input.time {
background:url(../images/time.svg) no-repeat 25px center;
background-size:16px;
}

.popup-block .form button {
margin:13px 0 0 0;
}

#description-popup .images {
font-size:0px;
line-height:0px;
margin:-60px -70px 30px -70px;
position:relative;
height: 300px;
overflow: hidden;
}

#description-popup .images span {
position:absolute;
bottom:20px;
right:20px;
z-index:3;
border-radius:555px;
background:#fff;
padding:10px 20px;
font-size:15px;
color:#76913c;
font-weight:700;
line-height:normal;
}

#description-popup .images img {
width:100%;
border-radius:20px;
height: 100% !important;
object-fit: cover;
}

#description-popup .name {
font-size:24px;
font-weight:700;
display:block;
padding:0 0 25px 0;
margin:0 0 25px 0;
border-bottom:1px #efe2d3 solid;
}

#description-popup .desc {
display:block;
padding:0 0 25px 0;
margin:0 0 25px 0;
border-bottom:1px #efe2d3 solid;
display:none;
}

#description-popup .fields-popup {
display:flex;
flex-wrap:wrap;
gap:16px;
padding:0 0 25px 0;
margin:0 0 25px 0;
border-bottom:1px #efe2d3 solid;
}

#description-popup .form-name {
font-size:24px;
color:#d6b690;
font-weight:900;
margin:0 0 25px 0;
}

#description-popup .form {
flex-direction: row;
max-width:none;
gap:10px;
}

#description-popup .form input {
flex:1;
}

#description-popup .form button {
margin:0px;
flex:1;
}

#description-popup .fields-popup .line {
width:calc(50% - 8px);
display:flex;
align-items:center;
flex-wrap:wrap;
gap:5px;
}

#description-popup .fields-popup .line img {width:14px;}

.section-3 .goquiz {
font-size:18px;
margin:0 auto;
}

.section-5 .col-left .items {
width:100%;
border:1px #7c9645 solid;
border-radius:555px;
display:flex;
align-items:center;
gap:40px;
padding:27px 30px;
margin:0 0 10px 0;
}

.section-5 .col-left .items input {
flex:1;
width:100%;
border:0px;
background:none;
font-size:15px;
}

.section-5 .col-left button.btnall {
font-size:18px;
padding:24px;
width:100%;
margin:0 0 20px 0;
}

.section-5 .col-left .name:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon1.png) no-repeat;
background-size:contain;
}

.section-5 .col-left .phone:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon2.png) no-repeat;
background-size:contain;
}

.section-5 .col-left .mail:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon3.png) no-repeat;
background-size:contain;
}

.section-5 .col-left .time:before {
content:"";
width:14px;
height:14px;
background:url(../images/section9-icon4.png) no-repeat;
background-size:contain;
}

.policy-open {
cursor:pointer;
}

.policy-open:hover {
text-decoration:underline;
}

.section-5 .col-left .newblock {
margin:20px 0 0 0;
}

.newtit {text-align:center; margin:0 0 20px 0; font-weight:bold; font-size:20px;}

.section-66 {
margin:0 0 95px 0;
padding:0 15px;
}

.section-66 .title-section {
margin:0 0 40px 0;
}

.section-66 .flex {
flex-wrap:wrap;
gap:30px;
margin:0 0 60px 0;
}

.section-66 .item {
background-size:cover !important;
width:100%;
height:330px;
border-radius:20px;
overflow:hidden;
position:relative;
}

.section-66 .item:nth-child(1), .section-66 .item:nth-child(4) {
width:calc(30% - 20px);
}

.section-66 .item span {
display:block;
width:100%;
height:100%;
background-size:cover !important;
}

.section-66 .play:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:1;
background:url(../images/section6-play.png) no-repeat center center, rgba(38,38,38,.85);
}

.section-66 .slick-slide {
margin:0 15px;
display:flex !important;
flex-direction:column;
gap:30px;
}

.section-66 .navigator {
position:relative;
display:table;
margin:0 auto;
padding:0 27%;
}

.section-66 .slick-dots {
list-style:none;
padding:0px;
font-size:0px;
line-height:0px;
display:flex;
justify-content: center;
z-index:3;
}

.section-66 .slick-dots li {
margin:0 5px;
}

.section-66 .slick-dots button {
width:6px;
height:6px;
font-size:0px;
line-height:0px;
border: 0px;
background:#d6dec4;
border-radius:555px;
}

.section-66 .slick-dots .slick-active button {
background:#76913c;
}

.section-66 .slick-arrow {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
width:40px;
height:40px;
position:absolute;
z-index:7;
font-size:0px;
line-height:0px;
top:50%;
margin:-20px 0 0 0;
border-radius:555px;
}

.section-66 .slick-prev {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
left:0px;
}

.section-66 .slick-next {
background:#8caa52 url(../images/Arrow-Outline-Right.svg) no-repeat center center;
right:0px;
transform: rotate(180deg);
}

.newsocial {
display:flex;
justify-content:center;
gap:10px;
margin:40px 0 0 0;
}

.newsocial.margin {
margin:50px 0;
}

.newsocial a {
display:flex;
align-items:center;
text-decoration:none;
gap:10px;
border-radius:555px;
padding:15px 20px;
font-size:13px;
color:#fff;
text-transform:uppercase;
font-weight:700;
}

.newsocial a:hover {
opacity:.8;
}

.newsocial .wh {
background:#2cb742;
border:5px #d5f1d9 solid;
}

.newsocial .wh:before {
content:"";
width:15px;
height:15px;
background:url(../images/newwh.svg) no-repeat;
background-size:contain;
}

.newsocial .tl {
background:#20a0e1;
border:5px #d2ecf9 solid;
}

.newsocial .tl:before {
content:"";
width:15px;
height:15px;
background:url(../images/newtl.svg) no-repeat;
background-size:contain;
}



@media screen and (max-width:1400px) {


.section-2 .images {
max-width:36%;
}









}



@media screen and (max-width:1000px) {

.header .feedback {
display:none;
}

.section-1 .title {
font-size:26px;
line-height:31px;
}

.section-2 {
display:block;
padding:0 15px 90px 15px;
}

.section-2 .images {
display:none;
}

.section-2 .block {
max-width:none;
}

.section-4 .flex {
gap:20px;
}

.section-4 .name {
font-size:18px;
}

.section-5 .step-block.active {
flex-direction:column;
}

.section-5 .col-right {
width:100%;
height:360px;
}

.section-5 .info .name {
font-size:16px;
}

.section-5 .info {
padding:20px;
}

.section-5 .col-left {
padding:20px;
}

.section-8 .flex {
columns:1;
display:block;
}

.section-8 .item {
width:100%;
padding:12px;
max-width:290px;
margin:0 auto 10px auto;
}

.section-8 .question {
font-size:14px;
}

.section-8 .answer {
padding:12px 12px 0px 12px;
margin:12px -12px 0 -12px;
font-size:14px;
}

.section-7 img {
display:table;
margin:0 auto;
}



}



@media screen and (max-width:780px) {

.header .geo {
display:none;
}

.header .phone {
display:none;
}

.topmenu {
display: none;
position: fixed;
top:60px;
left: 0px;
right: 0px;
z-index: 9;
background: #f8f9f5;
padding: 20px;
}

.mobile-menu {
display:block;
cursor:pointer;
font-size:12px;
color:#8caa52;
text-transform:uppercase;
border-radius:555px;
font-family: 'RoadRadio';
border:1px #8caa52 solid;
padding:10px 20px;
}

.header {
padding:15px 0;
}

.header .logo a {
font-size:14px;
line-height:normal;
gap:10px;
}

.header .logo a:before {
width:26px;
height:40px;
background-size:contain !important;
}

.section-1 {
padding:70px 0 40px 0;
background:url(../images/section1-bg-mobile.jpg) no-repeat center center;
background-size:cover;
}

.section-1 .main {
margin:25px 0 0 0;
}

.section-1 .buttons {
flex-direction:column;
align-items:flex-start;
gap:10px;
margin:0px;
}

.section-1 .buttons .btnall {
font-size:16px;
padding:15px 30px;
}

.section-1 .title {
margin:0 0 20px 0;
}

.section-1 .flex {
flex-direction:column;
}

.section-1 .item {
max-width:none;
}

.section-1 .flex {
display:none;
}

.section-2 .block:before {
display:none;
}

.section-2 .block {
width:100%;
margin:0 0 10px 0;
}

.section-2 .mobile-images {
display:block;
text-align:center;
}

.section-2 {
padding:0 15px 20px 15px;
}

.title-section {
font-size:24px;
margin:0 0 10px 0;
text-align:center !important;
}

.desc-section {
font-size:14px;
margin:0 0 20px 0;
text-align:center !important;
}

.section-2 .text {
font-size:14px;
line-height:24px;
padding:20px;
}

.section-3 {
padding:40px 0;
}

.section-3 .tabs__caption {
flex-wrap:wrap;
justify-content: center;
margin:0 0 20px 0;
}

.section-3 .flex {
flex-direction:column;
gap:20px;
margin:0 0 20px 0;
}

.section-3 .item {
width:100%;
padding:0px 20px 20px 20px;
}

.section-3 .show {
padding:18px;
width:100%;
text-align:center;
font-size:16px;
}

.section-3 .square {
font-size:13px;
}

.section-3 .images {
margin:0 -20px 20px -20px;
}

.section-3 .name {
font-size:20px;
margin:0 0 20px 0;
padding:0 0 20px 0;
}

.section-4 {
padding:40px 0;
margin:0 0 40px 0;
overflow:hidden;
}

.section-4 .flex {
flex-direction:column;
}

.section-4 .item {
padding:0px 20px 20px 20px;
}

.section-4 .item:last-child {
padding:0 20px 65px 20px;
}

.section-4 .images {
margin:0 -20px 20px -20px;
}

.section-4 .name {
margin:0 0 10px 0;
}

.section-4 .images img {
width:100%;
}

.section-4:before {
height:67px;
background: url(../images/section4-home-mobile.png) no-repeat center center;
}

.section-5 .head {
margin:0 0 25px 0;
}

.section-5 .title {
margin:0 0 20px 0;
font-size:18px;
}

.section-5 .selects-block {
gap:10px;
margin:0 0 20px 0;
}

.section-5 .selects-block label {
width:calc(50% - 5px);
font-size:14px;
}

.section-5 .next {
font-size:16px;
}

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

.section-6 .navigator {
padding:0px 50px;
height:40px;
}
	
.section-6 .slick-arrow {
margin: -35px 0 0 0;
}
	
.section-6 .slick-dots {
justify-content: flex-start;
max-width: 205px;
overflow: hidden;
}

.section-6 .flex {
margin:0 0 30px 0;
}

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

.section-7 .slick-slide {
margin:0px;
}

.section-7 .slider {
padding:0 70px;
}

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

.section-66 .navigator {
padding:0px 50px;
height:40px;
}
	
.section-66 .slick-arrow {
margin: -35px 0 0 0;
}
	
.section-66 .slick-dots {
justify-content: flex-start;
max-width: 205px;
overflow: hidden;
}

.section-66 .flex {
margin:0 0 30px 0;
}

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

.section-8 {
padding:40px 0;
margin:0 0 40px 0;
}

.section-9 .block {
max-width:290px;
padding:30px;
}

.section-9 .form {
flex-direction:column;
gap:10px;
}

.section-9 .item {
width:100%;
gap:25px;
padding:15px 20px;
}

.section-9 .item input {
font-size:14px;
}

.section-9 .btnall {
font-size:16px;
padding:15px;
margin:10px 0 0 0;
}

.section-9 .block:before {
width:101px;
height:170px;
background-size:contain !important;
bottom:-20px;
}

.section-9 .block:after {
width:102px;
height:244px;
background-size:contain !important;
bottom:-20px;
}

.section-10 .flex {
gap:10px;
justify-content: center;
}

.section-10 .logo {
width:calc(33.333% - 7px);
height:60px;
padding:15px;
}

.section-3.bg {
margin:0 0 40px 0;
}

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

.footer .head .site-width {
flex-direction:column;
gap:25px;
}

.footer .col-right {
width:100%;
height:300px;
}

.footer {
padding:35px 0 0 0;
}

.footer .head {
margin:0 0 30px 0;
}

.footer .bottom {
padding:25px 0;
font-size:13px;
}

.footer .bottom .site-width {
flex-direction:column;
gap:10px;
text-align:center;
}

.topmenu ul {
flex-direction:column;
text-align:center;
}

.topmenu li {
padding:5px 0 0 0;
}

.popup-block .block {
padding:40px 20px;
}

#description-popup .images {
margin:-40px -20px 20px -20px;
}

#description-popup .fields-popup .line {
width:100%;
}

#description-popup .form {
flex-direction:column;
}

#description-popup .form input, #description-popup .form button {
flex:none;
height:60px;
}

#description-popup .form-name {
font-size:18px;
}

.section-6,.section-66, .section-9 {
overflow:hidden;
}


















}

































