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

html {
scroll-behavior: smooth;
}

img {
max-width:100%;
}

.header-new {
padding:20px 0;
}

.header-new .top {
display:flex;
align-items:center;
gap:20px;
margin:0 0 10px 0;
}

.header-new .geo {
font-size:15px;
flex:1;
}

.header-new .phone {
font-size:22px;
font-weight:700;
}

.header-new .social {
display:flex;
gap:10px;
}

.header-new .social svg {
width:30px;
height:30px;
}

.btn-all {
border-radius:10px;
font-size: 16px;
line-height: 20px;
padding:10px 20px;
transition: all 0.2s ease-in-out;
display:table;
color: #fff;
background-color: #09ADEA;
text-decoration:none;
}

.btn-all:hover {
color:#fff;
background:#414042;
}

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

.header-new .title .h2 {
text-transform:uppercase;
font-size:16px;
}

.cover-home .card,
.cover-home .hero,
.cover-home .cta-strip,
.cover-home .price-box,
.cover-home .mini-card,
.cover-home .review-card,
.cover-home .faq-item,
.cover-home .contact-card{
background:#fff;
border:1px solid #d9e7e7;
border-radius:18px;
box-shadow:0 10px 30px rgba(15, 23, 42, .06);
}

.cover-home .hero{
overflow:hidden;
background:
linear-gradient(135deg, rgba(29,164,162,.10) 0%, rgba(29,164,162,.03) 55%, rgba(255,255,255,1) 100%);
}

.cover-home .hero-grid{
display:grid;
grid-template-columns:1.4fr .8fr;
gap:24px;
padding:34px;
align-items:start;
}

.cover-home p{
margin:0 0 14px;
color:var(--cover-muted);
line-height:1.65;
}

.cover-home .hero-lead{
font-size:18px;
max-width:760px;
}

.cover-home .hero-points{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
margin:20px 0 22px;
}

.cover-home .hero-point{
padding:14px 16px;
border:1px solid #d9e7e7;
border-radius:14px;
background:rgba(255,255,255,.75);
font-weight:600;
color:var(--cover-text);
}

.cover-home .hero-actions{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:10px;
}

.cover-home h1, .cover-home h2, .cover-home h3 {
line-height: 1.15;
margin: 0 0 14px;
color: var(--cover-text);
}

.cover-home .hero-side{
display:grid;
gap:14px;
}

.cover-home .side-box{
padding:20px;
border-radius:16px;
background:#fff;
border:1px solid #d9e7e7;
}

.cover-home .phone-big{
font-size:26px;
font-weight:800;
line-height:1.2;
color:var(--cover-text);
margin:6px 0 10px;
}

.cover-home .trust-list{
list-style:none;
padding:0;
margin:0;
display:grid;
gap:10px;
}

.cover-home .trust-list li{
padding-left:18px;
position:relative;
color:var(--cover-text);
}

.cover-home .trust-list li:before{
content:"";
width:8px;
height:8px;
border-radius:999px;
background:#09ADEA;
position:absolute;
left:0;
top:9px;
}

.cover-home .section-head{
margin:0 0 16px;
}

.cover-home .eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
border-radius:999px;
background:var(--cover-bg-2);
color:var(--cover-accent-dark);
font-size:13px;
font-weight:700;
margin:0 0 14px;
}

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

.cover-home .mini-card,
.cover-home .card{
padding:22px;
}

.cover-home .mini-card h3,
.cover-home .card h3{
margin-bottom:10px;
}

.cover-home .grid-4, .cover-home .grid-3, .cover-home .grid-2 {
display: grid;
gap: 16px;
}

.cover-home .grid-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-new {
background: #eeeeee;
padding:20px 0 40px 0;
}

.footer-new .container {
display:flex;
justify-content: space-between;
gap:40px;
}

.footer-new .redcrosss {
margin:0 0px 20px 0;
}

.footer-new .title .h2 {
font-size: 2.2rem;
}

.footer-new .title .h3 {
font-size: 14px;
}

.footer-new .desc {
margin:0 0 20px 0;
}

.footer-new .desc:last-child {
margin:0px;
}

.footer-new .name {
font-weight: 600;
margin:0 0 16px 0;
font-size: 24px;
}

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

.footer-new .phone {
display:table;
font-size:20px;
margin:0 0 20px 0;
}

.footer-new .info {
margin:0 0 20px 0;
}

.section-11 {
margin:20px 0 50px 0;
}

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

.section-11 .col-left {
flex:1;
border-radius: 20px;
overflow:hidden;
padding:86px 45px 83px 45px;
background-size:cover !important;
position:relative;
}

.section-11 .col-left:before {
content:"";
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
z-index:1;
background:rgba(0,0,0,.6);
}

.section-11 .col-right {
width:500px;
border-radius:20px;
position:relative;
padding:40px;
display: flex;
flex-direction: column;
justify-content: center;
}

.section-11 .col-left .name {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 110%;
text-transform: uppercase;
color: #FFFFFF;
margin:0 0 15px 0;
position: relative;
z-index: 3;
}

.section-11 .col-left h1 {
font-style: normal;
font-weight: 600;
font-size: 56px;
line-height: 110%;
text-transform: uppercase;
color: #FFFFFF;
margin:0 0 65px 0;
position: relative;
z-index: 3;
}

.section-11 .col-left .desc {
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
margin:0 0 20px 0;
position: relative;
z-index: 3;
}

.section-11 .col-left .btn {
display:table;
text-decoration:none;
cursor:pointer;
background: #09ADEA;
border-radius: 10px;
padding:13px 46px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
position: relative;
z-index: 3;
}

.section-11 .col-left .btn:hover {
background: #9983BF;
}

.section-11 .col-right .text {
text-align:center;
margin:0 0 30px 0;
font-size:20px;
}

.section-11 .col-right .phone {
display:block;
text-decoration:none;
border-radius: 20px;
text-align:center;
padding:15px;
font-size:20px;
color:#fff;
background: #09ADEA;
}

.section-11 .col-right ul {
margin:0 0 30px 0;
padding:0 0 0 20px;
display:flex;
flex-direction:column;
gap:5px;
}

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

.section-21 h2 {
margin:0 0 30px 0;
}

.section-21 .tabs__content {
display:none;
}

.section-21 .tabs__content.active {
display:block;
}

.section-21 .tabs {
display:flex;
flex-direction:column;
gap:20px;
}

.section-21 .tabs__caption {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-wrap:wrap;
gap:15px;
}

.section-21 .tabs__caption li {
cursor:pointer;
border:1px #09ADEA solid;
border-radius:555px;
padding:10px 20px;
font-weight:500;
transition: .5s;
}

.section-21 .tabs__caption li.active {
cursor:default;
background:#09ADEA;
color:#fff;
}

.section-21 .tabs__caption li:hover {
background:#09ADEA;
color:#fff;
}

.section-21 .col-right {
flex:1;
}

.section-21 .tabs__content table {
width:100%;
}

.section-21 .tabs__content table td {
border-bottom:1px rgba(41, 112, 69, 0.2) solid;
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.7px;
padding:15px 10px;
}

.section-21 .tabs__content table tr:last-child td {
border-bottom:0px;
}

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

.section-5 .slide {
display:block;
text-decoration:none;
overflow:hidden;
width:100%;
}

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

.section-5 .images {
height:300px;
overflow:hidden;
font-size:0px;
line-height:0px;
margin:0 0 20px 0;
border-radius: 20px;
}

.section-5 .images img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-5 .name {
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 110%;
color: #09ADEA;
margin:0 0 15px 0;
}

.section-5 .info {
font-size: 16px;
color: #414042;
}

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

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

.section-6 .slide {
font-size:0px;
line-height:0px;
display:block;
border-radius: 20px;
overflow:hidden;
text-decoration:none;
height:210px;
}

.section-6 img {
transition: .5s;
width:100% !important;
height:100% !important;
object-fit:cover;
}

.section-6 .slide:hover img {
transform: scale(1.1);
}

.section-7 {
width:100%;
max-width:1280px;
margin:0 auto;
background:url(../images/section7-bg.jpg) no-repeat center bottom;
padding:40px;
border-radius:20px;
overflow:hidden;
background-size:cover;
}

.section-7 .head {
margin:0 0 50px 0;
}

.section-7 .title {
flex:1;
font-style: normal;
font-weight: 600;
font-size: 35px;
line-height: 110%;
color: #FFFFFF;
margin:0 0 20px 0;
}

.section-7 .desc {
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
}

.section-7 form {
display:flex;
justify-content: space-between;
flex-wrap:wrap;
}

.wpcf7 form .wpcf7-response-output {
width:100%;
color:#fff;
background:rgba(0,0,0,.3);
}

.section-7 input {
width:46.84%;
height:57px;
border:0px;
background: #FFFFFF;
border-radius: 10px;
font-size: 18px;
line-height: 25px;
padding:0 25px;
}

.section-7 button {
border:0px;
background: #09ADEA;
border-radius: 10px;
cursor:pointer;
width:49.54%;
height:57px;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #F1F4F9;
}

.section-7 button:hover {
background: #5B72A2;
}

.section-7 .warning {
text-align:center;
margin:21px 0 0 0;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}

.section-7 .warning a {
text-decoration:underline;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}

.section-7 .warning a:hover {
text-decoration:none;
}

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

.section-8 .slick-slide {
margin:0 10px;
background: #FFFFFF;
border-radius: 20px;
padding:20px;
border:1px #000 solid;
}

.section-8 .head {
display:flex;
align-items:center;
margin:0 0 45px 0;
flex-wrap:wrap;
gap:20px;
}

.section-8 .name {
flex:1;
font-size: 18px;
line-height: 25px;
}

.section-8 .date {
font-size: 18px;
line-height: 25px;
}

.section-8 .text {
font-size: 18px;
line-height: 25px;
}

.section-8 .photo {
font-size:0px;
line-height:0px;
width:166px;
margin:99px 0 0 0;
display:block;
text-decoration:none;
}

.section-9 {
padding:86px 0 130px 0;
}

.section-9 .container {
display:flex;
gap:200px;
}

.section-9 .col-left {
flex:1;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.section-9 .col-right {
display:flex;
width:42%;
gap:30px;
font-size:0px;
line-height:0px;
}

.section-9 .title {
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 110%;
text-transform: uppercase;
margin:0 0 50px 0;
}

.section-9 .text {
flex:1;
font-size: 18px;
line-height: 25px;
color: #000000;
}

.section-9 .btn {
background: #09ADEA;
border-radius: 10px;
cursor:pointer;
text-decoration:none;
display:table;
padding:13px 46px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
}

.section-9 .btn:hover {
background: #5B72A2;
}

.section-9 .big {
flex:1;
}

.section-9 .small {
width:119px;
}

.section-9 .small a {
display:block;
text-decoration:none;
margin:0 0 24px 0;
}

.section-9 .small a:last-child {
margin:0px;
}

.slick-dots {
list-style:none;
margin:30px 0 0 0;
padding:0px;
font-size:0px;
line-height:0px;
display:flex;
justify-content: center;
}

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

.slick-dots button {
border-radius:555px;
width:12px;
height:12px;
font-size:0px;
line-height:0px;
background: #DDDAE1;
border:0px;
cursor:pointer;
}

.slick-dots .slick-active button {
width:24px;
background: #09ADEA;
cursor:default;
}

.section-7 .phone {
display:table;
text-decoration:none;
border-radius:20px;
background:#fff;
padding:5px 15px;
margin:5px 0;
}

.section-8 .slick-track {
display:flex !important;
}

.section-8 .slick-slide > div {
height:100%;
}

.section-8 .item {
height:100%;
display:flex !important;
flex-direction:column;
}

.section-8 .text {
flex:1;
}

.section-22 {
margin: 0 0 50px 0;
padding: 40px;
background: #F1F4F9;
max-width: initial !important;
}

.section-22 .container {
display:flex;
align-items:center;
justify-content: space-between;
flex-wrap:wrap;
gap:15px;
}

.section-22 .photo {
font-size: 0px;
line-height: 0px;
border-radius: 555px;
overflow: hidden;
width: 85px;
height:85px;
text-decoration: none;
display: block;
}

.section-22 .photo img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-22 .info {
color: var(--black, #0C1220);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
}

.section-22 .info a {
display:block;
margin:0 0 10px 0;
color: var(--black, #0C1220);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.7px;
text-decoration:none;
}

.section-22 .author-block {
display:flex;
align-items:center;
gap:15px;
}

.title-section {
font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 110%;
text-transform: uppercase;
margin:0 0 40px 0;
}

.section-18 {
margin:20px 0 50px 0;
}

.section-18 .tabs__captions {
list-style:none;
margin:0px 0 40px 0;
padding:0px;
display:flex;
flex-wrap:wrap;
gap:8px;
}

.section-18 .tabs__captions li {
cursor:pointer;
padding:10px 16px;
border-radius: 44px;
background:#09ADEA;
color:#fff;
font-size: 15px;
font-style: normal;
line-height: 140%;
transition: .25s;
}

.section-18 .tabs__captions li a {
text-decoration:none;
color:#fff;
}

.section-18 .tabs__captions li:hover {
background:#414042;
}

.section-18 .tabs__captions .active {
cursor:default;
background:#414042;
}

.section-18 .item-tab {
border-radius: 20px;
margin:0 0 15px 0;
padding:15px 25px;
background:#09adea;
border:1px #09adea solid;
}

.section-18 .item-tab.active {
background:#fff;
}

.section-18 .item-tab .tab-name {
padding:0 50px 0 0;
cursor:pointer;
color:#fff;
font-size: 26px;
position:relative;
}

.section-18 .item-tab.active .tab-name {
color:#414042;
}

.section-18 .item-tab .tab-name:before {
content:"";
position:absolute;
top:50%;
right:16px;
z-index:1;
width:14px;
height:8px;
background:url(../images/section18-arrow.svg) no-repeat;
margin:-4px 0 0 0;
transition: .25s;
}

.section-18 .item-tab.active .tab-name:before {
transform: rotate(180deg);
}

.section-18 .item-tab .tab-content {
flex-direction:column;
gap:12px;
padding:12px 0 0 0;
display:none;
}

.section-18 .item-tab.active .tab-content {
display:flex;
}

.section-18 .item-tab .line {
display:flex;
align-items:center;
gap:16px;
}

.section-18 .item-tab .name {
flex:1;
color: var(--Blue-Charcoal, #33475B);
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 140%;
text-decoration:none;
}

.section-18 .item-tab .price {
min-width:105px;
color: var(--Black, #000);
text-align: right;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 21px */
}

.section-18 .item-tab .order {
cursor:pointer;
text-decoration:none;
display:block;
padding:11px 20px;
border-radius: 82px;
background:#09adea;
color:#fff;
transition: .5s;
}

.section-18 .item-tab .order:hover {
background:#414042;
}

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

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

.section-5 .flex .slide {
width:calc(25% - 23px);
}

.menu .mod-menu__sub {
left:auto;
right:0px;
}

.mobile-menu {
display:none;
}

.entry-label {
display:block;
font-size:18px;
text-transform:none;
}

.nav-link {
padding:0px;
}

body.page {
padding:0px;
}

.speedbar {
margin:20px 0 30px 0;
}

.width-sert {
width:calc(25% - 23px);
}

.width-sert > a:first-child {
margin:0 0 10px 0;
display:block;
text-decoration:none;
}

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

.section-55 h2, .section-55 h3 {
margin:30px 0 20px 0;
}

.section-55 ul {
margin:20px 0;
}

.section-55 table {
width:100%;
border-top:1px #ccc solid;
border-left:1px #ccc solid;
border-spacing:0px;
}

.section-55 table td {
padding:10px;
border-bottom:1px #ccc solid;
border-right:1px #ccc solid;
}

.section-55 table p {
margin:0px;
}

.section-6 .slick-track {
margin:0 auto;
}

.wpcf7-form-control-wrap {
display:block;
margin:0 0 20px 0;
}




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

.header-new .title h1 {
font-size:24px;
}

.header-new .title h2 {
font-size:13px;
}

.redcross {
width:60px;
}

.menu .nav-item {
margin:0 20px 0 0;
}






}





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

.redcross {
width:40px;
}

.title h2 {
font-size:11px !important;
}

.menu .nav-item, .menu .nav-item a {
font-size:13px;
}

.menu .nav-item {
margin:0 10px 0 0;
}

.header-new .geo {
font-size:13px;
}

.header-new .phone {
font-size:18px;
}

.cover-home h3 {
font-size:20px;
}

.section-5 .flex .slide {
width:calc(33.333% - 20px);
}











}




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

.header-new .mobile-menu-fixed {
display:none;
position:fixed;
top:125px;
bottom:0px;
right:0px;
z-index:9;
background:#fff;
padding:20px;
overflow-y:auto;
max-width:100%;
}

.mobile-menu {
display:block;
cursor:pointer;
}

.mobile-menu svg {
fill:#0090c6;
width:30px;
height:30px;
}

.header-new .nav {
display:flex;
flex-direction:column;
gap:15px;
}

.menu .nav-item, .menu .nav-item a {
font-size: 14px;
}

.menu .parent .mod-menu__sub {
position:relative;
top:auto;
left:auto;
width:auto;
}

.menu .parent:hover > .mod-menu__sub, .menu .parent:HOVER > .mod-menu__sub, .menu .mod-menu__sub .parent:HOVER > .mod-menu__sub {
display:none;
}

.section-11 .col-left h1 {
font-size:26px;
}

.section-11 .col-left .name {
font-size:16px;
}

.section-1 .col-left {
padding:30px;
}

.section-11 .col-right .name {
font-size:21px;
}

.section-11 .col-left .btn {
width:100%;
text-align:center;
padding:13px;
}

.section-11 .col-right {
width:300px;
}

.section-7 {
padding:30px;
}

.section-7 .title {
font-size:26px;
}

.section-8 .photo {
margin:30px 0 0 0;
}

.section-9 .container {
gap:40px;
}

.cover-home .hero-grid, .cover-home .grid-4 {
display:flex;
flex-direction:column;
}

.footer-new .container {
flex-wrap:wrap;
}






}



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

.section-11 .container {
display:block;
}

.section-11 .col-left {
padding:20px;
margin:0 0 20px 0;
}

.section-11 .col-right {
width:100%;
}

.section-11 .col-left h1 {
margin:0 0 30px 0;
}

.section-11 .col-right .images img {
min-width:100%;
}

.section-11 .col-right .head {
display:block;
}

.section-11 .col-right, .section-21 {
padding:20px;
}

.section-21 .tabs {
flex-direction:column;
gap:20px;
}

.section-21 .tabs__caption {
width:100%;
}

.section-11 .col-right, .section-21 {
padding:20px;
}

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

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

.section-5 .slide {
padding:0 15px 15px 15px;
}

.section-5 .images {
margin:0 -15px 15px -15px;
height:200px;
}

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

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

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

.section-7 {
padding:40px 20px;
margin:0 0 50px 0;
border-radius:0px;
}

.section-7 .head {
display:block;
text-align:center;
margin:0 0 30px 0;
}

.section-7 .title {
font-size:26px;
padding:0 0 20px 0;
}

.section-7 .desc {
font-size:16px;
}

.section-7 form {
display:block;
}

.section-7 input {
width:100%;
height:45px;
font-size:16px;
margin:0 0 10px 0;
}

.section-7 button {
width:100%;
height:45px;
font-size:16px;
}

.section-7 .desc {
max-width:none;
}

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

.section-8 .text {
font-size:14px;
line-height:normal;
}

.section-8 .head {
display:block;
margin:0 0 10px 0;
}

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

.section-9 .container {
display:block;
}

.section-9 .col-right {
width:100%;
flex-wrap:wrap;
margin:20px 0 0 0;
gap:10px;
}

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

.section-9 .text {
font-size:16px;
}

.section-9 .small {
width:100px;
}

.section-9 .small a {
margin:0 0 10px 0;
}

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

.section-18 .item-tab {
padding:16px;
}

.section-18 .item-tab .order {
display:none;
}

.header-new .top {
display:none;
}

.cover-home .hero-points {
display:flex;
flex-direction:column;
}

.cover-home .hero-lead {
font-size:16px;
}

.cover-home .hero-grid {
padding:10px 0;
}

.steps {
padding:50px 0;
}

.steps H2 {
margin:0 0 30px 0;
}

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

.footer-new .container {
flex-direction:column;
gap:30px;
}

.footer-new .name {
font-size:20px;
}

.section-5 .flex .slide {
width:100%;
}

.section-5 .images {
height:350px;
}

.faq {
padding:50px 0;
}

.width-sert {
width:calc(50% - 15px);
}

















}


.sdblock__item {
    min-width: 180px;

    max-width: 180px;

}