﻿

/*------------------------------------------------------------*
**Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
margin:0px;
font-family: "Inter", sans-serif;
background:#fff;
font-size:16px;
line-height: 22px;
color: #484848;
padding:0px;
}

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

a, .btn, button, .feedback, .all {
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, button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: "Inter", 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:1240px;
margin:0 auto;
padding:0 20px;
}

.header {
position:fixed;
top:0px;
left:0px;
right:0px;
z-index:9;
background:#fff;
}

.header .site-width {
position:relative;
}

.header .menu {
padding:21px 0;
}

.header .menu ul {
display:flex;
gap:70px;
list-style:none;
margin:0px;
padding:0px;
}

.header .menu li:last-child {
display:none;
}

.header .menu a {
text-decoration:none;
font-size: 16px;
color: #969696;
}

.header .menu a:hover, .header .menu .current-menu-item a {
color: #004748;
}

.header .menu li:nth-child(2) {
flex:1;
}

.header .logo {
position: absolute;
top:50%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-width:45px;
}

.section-1 {
margin:62px 0 0 0;
padding:140px 0 100px 0;
text-align:center;
position:relative;
}

.section-1.page .site-width {
min-height:514px;
display:flex;
align-items:center;
justify-content:center;
}

.section-1:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:1;
background:url(../images/section1-bg.svg) no-repeat center center;
text-align:center;
background-size: cover;
opacity:.5;
}

.section-1.page:before {
background-size:auto;
}

.section-1 h1 {
color: #004748;
font-size: 96px;
font-family: 'Audiowide', Arial, sans-serif;
font-weight: 400;
margin:0 0 40px 0;
position:relative;
z-index:3;
line-height:normal;
}

.section-1 .desc {
color: #000000;
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin:0 0 30px 0;
position:relative;
z-index:3;
}

.section-1 .info {
color: #08a6a8;
font-size: 20px;
line-height: 28px;
font-weight: 500;
margin:0 0 40px 0;
position:relative;
z-index:3;
}

.section-1 .btn {
display:table;
text-decoration:none;
margin:0 auto;
color: #ffffff;
font-size: 20px;
line-height: 1.4;
font-weight: 500;
border-radius: 3px;
background-color: #08a6a8;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
padding:15px;
width:100%;
max-width:280px;
position:relative;
z-index:3;
}

.section-1 .btn:hover {
background-color: #036d6d;
}

.section-2 {
margin:0 0 90px 0;
overflow:hidden;
}

.section-2 .head {
display:flex;
align-items:flex-end;
gap:40px;
margin:0 0 50px 0;
color:#000;
}

.section-2 .col-left {
flex:1;
}

.section-2 .title {
margin:0 0 20px 0;
font-size: 34px;
line-height: 1.2;
font-weight: 500;
font-family: 'Audiowide', Arial, sans-serif;
}

.section-2 .title span {
color: rgb(8, 166, 168);
}

.section-2 .desc {
font-size: 20px;
line-height: 1.55;
font-weight: 300;
max-width: 560px;
font-family: 'Audiowide', Arial, sans-serif;
}

.section-2 .navigator {
display:flex;
gap:5px;
}

.slick-arrow {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
width:40px;
height:40px;
font-size:0rem;
line-height:0rem;
flex-shrink:0;
z-index:7;
border-radius: 50px;
background-color: rgba(124, 194, 196, 1);
}

.slick-next {
transform: rotate(180deg);
}

.section-2 .slider {
width:100vw;
font-size:0px;
line-height:0px;
}

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

.section-2 .slide {
height:500px;
}

.section-2 .slide img {
height:100% !important;
}

.section-3 {
margin:0 0 178px 0;
}

.section-3 .flex-one {
display:flex;
gap:100px;
margin:0 0 70px 0;
text-align:center;
}

.section-3 .item {
flex:1;
color: #484848;
font-size: 16px;
line-height: 22px;
}

.section-3 .flex-one .icon {
font-size:0px;
line-height:0px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 30px auto;
position:relative;
transition: all 1s;
animation: shadow 3s infinite linear;
border-radius: 3000px;
background:#bbe8e7;
width:55px;
height:55px;
}

.section-3 .flex-one .icon:before {
content:"";
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 10px 0px #bbe8e7, 0 0 10px 0px #bbe8e7;
  }
  100% {
    box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0);
  }
}

.section-3 .flex-two {
display:flex;
gap:50px;
margin:0 0 70px 0;
}

.section-3 .flex-three {
display:flex;
gap:100px;
margin:0 0 70px 0;
text-align:center;
}

.section-3 .flex-three .icon {
font-size:0px;
line-height:0px;
display:table;
margin:0 auto 30px auto;
}

.section-4 {
margin:0 0 135px 0;
background:url(../images/section4-bg.webp) no-repeat right  bottom;
}

.section-4 .title {
font-size: 32px;
line-height: 1.4;
color: #08a6a8;
margin:0 0 90px 0;
}

.section-4 .head {
display:flex;
gap:70px;
margin:0 0 45px 0;
}

.section-4 .item {
display:flex;
gap:10px;
margin:0 0 30px 0;
}

.section-4 .col-left {
flex:1;
border-width: 1px;
border-radius: 3px;
background-color: #f8f8f7;
background-position: center center;
border-color: #7cc2c4;
border-style: solid;
padding:20px;
min-height:246px;
}

.section-4 .icon {
flex:1;
font-size:0px;
line-height:0px;
border-width: 1px;
border-radius: 3px;
background-color: #e9f7f7;
background-position: center center;
border-color: #7cc2c4;
border-style: solid;
padding:20px;
text-align:right;
}

.section-4 .number {
width:40px;
height:40px;
border-width: 1px;
border-radius: 0px;
background-color: #f8f8f8;
background-position: center center;
border-color: #7cc2c4;
border-style: solid;
display:flex;
align-items:center;
justify-content: center;
color: #7cc2c4;
margin:0 0 20px 0;
}

.section-4 .name {
color: #484848;
font-size: 20px;
margin:0 0 20px 0;
}

.section-5 {
padding:135px 0;
margin:0 0 135px 0;
background-color: #036d6d;
}

.section-5 .title {
color: rgb(252, 252, 252);
font-size: 32px;
line-height: 1.4;
margin:0 0 75px 0;
}

.section-5 .form {
width:100%;
max-width:760px;
margin:0 auto;
}

.section-5 .input {
position:relative;
border-bottom:1px #cccccc solid;
margin:0 0 35px 0;
}

.section-5 .input input {
width:100%;
height:60px;
border:0px;
background:none;
padding: 26px 0px 10px;
color:#cccccc;
}

.section-5 .input .span {
color: #cccccc;
font-size: 16px;
height: 17px;
left: 0px;
line-height: 1;
opacity: .5;
overflow: hidden;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
top: 22px;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-origin: left;
transform-origin: left;
transition: -webkit-transform .2s linear;
transition: transform .2s linear;
transition: transform .2s linear, -webkit-transform .2s linear;
white-space: nowrap;
width: 100%;
}

.section-5 .input input:focus~.span, .section-5 .input.active .span {
text-overflow: inherit;
-webkit-transform: translateY(-100%) scale(.7);
transform: translateY(-100%) scale(.7);
}

.section-5 .checkbox {
display:block;
margin:0 0 35px 0;
font-size: 14px;
color:#cccccc;
position:relative;
}

.section-5 .checkbox input {
display:none;
}

.section-5 .checkbox a {
color: rgb(252, 252, 252);
}

.section-5 .checkbox .wpcf7-list-item-label {
display:block;
padding:0 0 0 30px;
}

.section-5 .checkbox .wpcf7-list-item-label:before {
content:"";
width:20px;
height:20px;
position:absolute;
top:50%;
left:0px;
margin:-10px 0 0 0;
z-index:3;
border:1px #cccccc solid;
}

.section-5 .checkbox input:checked + .wpcf7-list-item-label:after {
content: "";
border: solid #000;
border-width: 0 2px 2px 0;
height: 8px;
left: 9px;
position: absolute;
top: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 3px;
border-color: #cccccc;
margin:-5px 0 0 0px;
}

.section-5 button {
display:table;
margin:0 auto;
cursor:pointer;
color: #004748;
background-color: #fdfdfd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-family: Inter;
font-weight: 500;
width:251px;
height:60px;
}

.section-5 button:hover {
background-color: #004748;
color:#fdfdfd;
}

.title-section {
font-size: 32px;
color: #004748;
line-height: 1.4;
margin:0 0 90px 0;
}

.title-section span {
color: rgb(8, 166, 168);
}

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

.section-6 .item {
width:100%;
max-width:780px;
margin:0 auto 65px auto;
padding:0 0 0 70px;
position:relative;
}

.section-6 .icon {
font-size:0px;
line-height:0px;
position:absolute;
top:0px;
left:0px;
z-index:1;
}

.section-6 .name {
margin:0 0 14px 0;
font-size: 20px;
line-height: 1.4;
color: #08a6a8;
font-weight:500;
}

.section-7 {
background:#fcfcfb;
padding:135px 0;
}

.section-7 .site-width {
display:flex;
gap:40px;
}

.section-7 .col-left {
position:relative;
width:50%;
font-size:0px;
line-height:0px;
}

.section-7 .col-right {
width:50%;
}

.section-7 .name {
font-size: 20px;
line-height: 1.4;
color: #004748;
font-weight: 400;
font-family: 'Audiowide';
margin:0 0 18px 0;
}

.section-7 .price {
line-height: 1.35;
margin:0 0 20px 0;
}

.section-7 .price span {
font-size: 20px;
color: #484848;
font-weight: 400;
}

.section-7 .desc {
margin:0 0 20px 0;
}

.section-7 .btn {
display:table;
text-decoration:none;
color: #e9f7f7;
background-color: #08a6a8;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-weight: 500;
padding:11px 25px;
}

.section-7 .btn:hover {
background-color: #004748;
}

.slick-dots {
z-index:3;
width:100%;
display:flex;
justify-content: center;
margin:40px auto 0px auto;
padding:0px;
}

.slick-dots button {
margin:0px;
padding:0px;
width:8px;
height:8px;
font-size:0px;
line-height:0px;
background-color: #fcfcfb;
border: 1px solid #036d6d;
border-radius:555px;
}

.slick-dots li {
margin:0 5px;
display:block;
background:none;
font-size:0px;
line-height:0px;
position:relative;
}

.slick-dots li.slick-active button, .slick-dots button:hover {
background:#036d6d;
}

.section-7 .slick-arrow {
position:absolute;
top:50%;
margin:-20px 0 0 0;
z-index:3;
background:#fff;
}

.section-7 .slick-prev {
left:20px;
}

.section-7 .slick-next {
right:20px;
}

.section-7 .slide {
display:block;
text-decoration:none;
}

.section-7 .slide img {
width:100%;
}

.section-7 .slick-arrow path {
stroke: rgb(95, 95, 95);
transition: .5s;
}

.section-7 .slick-arrow:hover path {
stroke:#08a6a8;
}

.section-8 {
padding:90px 0 135px 0;
background-color: #036d6d;
margin:0 0 135px 0;
text-align:left;
}

.section-8 th {
font-size: 20px;
font-weight: 400;
border: 0 solid #ccc;
border-width: 0px 1px 1px 0px;
background: #fffffe;
color: #484848;
padding:20px;
}

.section-8 td {
font-size: 16px;
line-height: 1.4;
font-weight: 400;
border: 0 solid #ccc;
border-width: 0px 1px 1px 0px;
background: #fffffe;
color: #484848;
padding:15px 20px;
}

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

.section-9 iframe, .section-9 video {
width:100%;
max-width:960px !important;
margin:0 auto;
display:block;
}

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

.section-10 .item {
width:100%;
max-width:760px;
margin:0 auto;
border-top: 1px solid #08a6a8;
}

.section-10 .item:last-child {
border-bottom: 1px solid #08a6a8;
}

.section-10 .question {
cursor:pointer;
padding: 27px 50px 27px 0;
font-size: 20px;
line-height: 1.4;
color: #484848;
font-weight: 400;
position:relative;
}

.section-10 .question:after {
content:"";
position:absolute;
top:50%;
right:8px;
z-index:3;
margin:-12px 0 0 0;
width:24px;
height:24px;
background:url(../images/section10-plus.svg) no-repeat;
transition: all ease-in-out .3s;
background-size:contain;
}

.section-10 .question.active:after {
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.section-10 .answer {
color: rgb(72, 72, 72);
display:none;
padding:0px 0 40px 0;
}

.section-11 {
display:flex;
}

.section-11 .col-left {
flex:1;
min-height:919px;
}

.section-11 .col-right {
flex:1;
padding:90px;
display:flex;
align-items:flex-start;
justify-content: center;
flex-direction:column;
font-size: 16px;
line-height: 1.4;
color: #484848;
}

.section-11 iframe {
width:100% !important;
height:100% !important;
}

.section-11 .col-right span {
display:block;
margin:0 0 32px 0;
font-size: 20px;
line-height: 1.4;
color: #484848;
}

.footer {
padding:75px 0 90px 0;
background-color: #004748;
}

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

.footer .col-left {
width:100%;
max-width:360px;
color: #aeaeae;
font-size: 14px;
}

.footer .logo {
display:block;
text-decoration:none;
width:50px;
height:42px;
background:url(../images/footer-logo.svg) no-repeat;
margin:0 0 40px 0;
}

.footer ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:10px;
}

.footer ul a {
text-decoration:none;
color: #dedede;
}

.section-12 {
margin:0 0 135px 0;
}

.section-12 .flex {
display:flex;
gap:40px;
font-size:0px;
line-height:0px;
margin:0 0 60px 0;
}

.section-12 .img {
flex:1;
height:800px;
overflow:hidden;
}

.section-12 .img img {
width:100%;
height:100% !important;
object-fit:cover;
-webkit-transition: all ease-in-out .25s;
-o-transition: all ease-in-out .25s;
transition: all ease-in-out .25s;
}

.section-12 .img:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.section-12 .link {
display:table;
margin:0 0 0 auto;
color: rgb(8, 166, 168);
border-bottom: 1px solid rgb(8, 166, 168);
text-decoration:none;
}

.section-13 {
margin:135px 0;
}

.section-13 .site-width {
max-width:1000px;
}

.section-13 h1 {
font-size: 20px;
font-weight:700;
margin:0 0 40px 0;
}

.section-13 a {
color: #ff8562;
text-decoration:none;
}

.section-14 {
margin:0 0 135px 0;
}

.section-14 .title {
font-size: 32px;
line-height: 1.4;
color: #004748;
margin:0 0 40px 0;
font-weight:normal;
}

.section-14 .description {
max-width: 560px;
margin:0 0 100px 0;
}

.section-14 .flex {
display:flex;
flex-direction:column;
gap:40px;
width:100%;
max-width:760px;
margin:0 auto;
}

.section-14 .item {
width:100%;
display:flex;
gap:40px;
text-decoration:none;
}

.section-14 .images {
font-size:0px;
line-height:0px;
width:190px;
}

.section-14 .info {
flex:1;
}

.section-14 .name {
font-size: 20px;
line-height: 1.4;
color: #484848;
margin:0 0 8px 0;
}

.mobile-menu {
display:none;
}

#top {
position:fixed;
bottom:20px;
right:20px;
width:50px;
height:50px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
border-radius:555px;
cursor:pointer;
display:none;
}

.wpcf7-response-output {
color:#fff;
}















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

.section-1 h1 {
font-size:80px;
}









}





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

.section-1 h1 {
font-size:60px;
}

.section-1 .desc, .section-1 .info {
font-size:18px;
line-height: 25px;
}

.header {
padding:20px 0;
}

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

.mobile-menu {
display:flex;
flex-direction:column;
gap:4px;
width: 22px;
cursor:pointer;
}

.mobile-menu span {
background:#004748;
width:100%;
height:2px;
}

.mobile-menu span:nth-child(2) {
width:80%;
margin:0 0 0 auto;
}

.header .menu {
position:absolute;
top:100%;
left:0px;
right:0px;
z-index:9;
background:#fff;
padding: 20px 0 40px 0;
display:none;
}

.header .logo {
position:relative;
top:0;
left:0%;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}

.header .menu ul {
align-items:center;
flex-direction:column;
gap:20px;
}



















}





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

.section-1 h1 {
font-size:38px;
}

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

.section-3 .flex-one, .section-3 .flex-two, .section-3 .flex-three, .section-4 .head {
flex-direction:column;
gap:30px;
}

.section-3 {
margin:0 0 135px 0;
}

.section-4 .title {
font-size:26px;
margin:0 0 40px 0;
}

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

.section-4 .icon {
text-align:left;
padding:10px;
}

.section-4 .icon img {
max-width:40px;
}

.section-5 {
padding:50px 0;
margin:0 0 50px 0;
}

.section-5 .title {
font-size:26px;
margin:0 0 40px 0;
}

.section-5 button {
width:100%;
}

.title-section {
font-size:26px;
margin:0 0 40px 0;
}

.section-6 .item {
padding:0 0 0 50px;
}

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

.section-7 {
padding:50px 0;
}

.section-7 .site-width {
flex-direction:column;
gap:24px;
}

.section-7 .col-left, .section-7 .col-right {
width:100%;
}

.section-7 .btn {
width:100%;
text-align:center;
}

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

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

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

.section-11 .col-left {
width:100%;
min-height:300px;
flex:none;
}

.section-11 .col-right {
flex:none;
width:100%;
padding: 30px 20px;
}

.footer .site-width {
flex-direction:column;
}

.footer .col-left {
max-width:none;
}

.section-12 {
margin:0 0 50px 0;
}

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

.section-1.page .site-width {
min-height:inherit;
}

.section-14 {
margin:0 0 50px 0;
}

.section-14 .item {
flex-direction:column;
gap:20px;
}

.section-14 .images {
width:100%;
text-align:center;
}

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

.section-13 {
margin:100px 0 50px 0;
}

.section-9 iframe, .section-9 video {
height:250px !important;
}


































}
























