@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     outline: none;
     font-family: "Open Sans", Arial, sans-serif;
}

 html {
     padding: 0;
     margin: 0;
     scroll-behavior: smooth;
}

 body {
     line-height: 1;
     margin: 0;
     padding: 0;
     height: 100%;
}
 input {
     outline: none;
     font-family: "Open Sans", Arial, sans-serif;
}
 img {
     border: 0;
     max-width: 100%;
}
 a, button {
     text-decoration: none;
     transition-duration: 0.5s;
}
 h1 {
     font-size: 37px;
     line-height: 120%;
     padding: 20px 0;
     color: #11284C;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
}
 h2 {
     font-size: 35px;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 36px;
     color: #11284C;
     text-align: center;
     text-transform: uppercase;
}
 h3 {
     font-size: 33px;
     font-weight: 700;
     line-height: 35px;
     margin-bottom: 20px;
     margin-top: 20px;
}
 h4 {
     font-size: 30px;
     font-weight: 700;
     margin: 25px 0 20px 0;
     color: #11284C;
     text-transform: uppercase;
}
 h5 {
     font-size: 25px;
     font-weight: 700;
}
 h6 {
     font-size: 23px;
     font-weight: 700;
}
 h1, h2, h3, h4, h5 {
     font-family: 'Roboto Condensed';
}
 p {
     margin-bottom: 10px;
     line-height: 25px;
}
 ul {
     padding-left: 20px;
}
 ul {
     padding-left: 0px;
     margin-bottom: 15px;
}
 li {
     list-style: none; 
     background-repeat: no-repeat;
     background-position: left center;
     padding: 5px 0 5px 35px;
     line-height: 20px;
}
 .close {
     position: absolute;
     top: 5px;
     right: 10px;
     font-size: 20px;
     font-weight: bold;
     color: #000;
     font-size: 30px;
     cursor: pointer;
}
 .carousel {
     position: relative;
     overflow: hidden;
     width: 100%;
}
 .carousel-container {
     display: flex;
     transition: transform 0.5s ease;
}
 .carousel img {
     width: 31.33%;
     flex-shrink: 0;
     border-radius: 10px;
     margin: 1%;
}
 .carousel-button {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background-color: transparent;
     border: none;
     cursor: pointer;
     z-index: 1;
}
 .carousel-button.right {
     right: -5px;
}
 .carousel-button.left {
     left: -5px;
}
 .bg-section {
     background: #ddf0f6 url(img/top.jpg) no-repeat center;
     background-size: cover;
}
 .services li {
     list-style: none;
     background-image: url(img/check-w.svg);
}
 .footer , .footer a {
     color: #fff;
     font-size: 14px 
}
 .footer {
     padding-top: 25px;
}
 .services::after {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: -1;
     top: 0;
     background: linear-gradient(180deg, #0086ff30 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
     left: 0;
}
 .services {
     color: #000;
     background: url(img/bg-back.jpg) center;
     background-size: cover;
     overflow: hidden;
     padding: 80px 30px;
}
 .super {
     color: #fff;
     overflow: hidden;
     background: url(img/bg-prog.jpg) center;
     background-attachment: fixed;
     background-size: cover;
     overflow: hidden;
     padding: 80px 30px;
}
 .price {
     background: #01CCE8 url(img/line.svg) center;
     border-radius: 20px ;
}
 .box {
     display: inline-block;
     width: 38%;
     margin: 15px 3% 5px 0;
     padding: 4%;
     font-size: 14px;
     line-height: 17px;
     vertical-align: top;
     background: linear-gradient(299deg, rgb(67 7 255) 0%, rgb(101 0 211) 50%, rgb(53 0 255) 100%);
     border-radius: 20px;
     color: #fff;
     text-align: center;
}
 .about p {
     color: #11284C;
     font-size: 17px;
     text-align: center;
}
 .about {
     font-size: 16px;
     line-height: 22px;
}
 .number {
     font-size: 35px;
     font-weight: 700;
     margin: 0 0 15px 0;
}
 .titl {
     font-size: 22px;
     font-weight: 700;
     margin: 0 0 15px 0;
     line-height: 24px;
}
 .infotext {
     padding-right: 40px;
}
 .services li {
     font-size: 18px;
     font-weight: 200;
     display: inline-block;
     vertical-align: top;
     width: 43%;
}
 .inline {
     display: inline-block;
     vertical-align: top;
}
 .inline.column50 {
     width: 49%;
}
 .form {
     background: #f4f4f4;
}
 .about {
     background: #fff;
}
 .about {
     z-index: 2;
     position: relative;
}
 .form .left a:hover {
     opacity: 0.7;
}
 .alarm {
     color: #3a3a3a;
     font-size: 11px;
     line-height: 140%;
     padding: 5px;
     background: #ffffffd4;
     border-radius: 10px;
     margin: 5px 0 ;
}
 .form .whitegb {
     background: #fff url(img/woman.png) no-repeat right bottom;
     color: #000;
     border-radius: 15px;
     box-shadow: 5px 4px 5px #00000033;
     padding: 50px 45px 35px 45px;
}
 .whitegb .column50:last-child {
     text-align: right;
}
 .whitegb h2 {
     font-size: 35px;
     text-transform: uppercase;
     font-weight: 600;
     text-align: left;
}
 .whitegb .column50 {
     display: inline-block;
     vertical-align: top;
     width: 49%;
}
 .form .column {
     font-size: 17px;
     font-weight: 300;
     line-height: 23px;
}
 .ico {
     height: 26px;
     margin: 0 10px -10px 5px;
}
 form {
     padding: 10px 0 0 0;
}
 .videomini {
     max-width: 100%;
}
 input {
     padding: 8px 20px;
     font-weight: 100;
     width: 100%;
     margin-bottom: 10px;
     font-size: 17px;
     border: 1px solid #01CCE8;
     border-radius: 50px;
}
 .social {
     max-height: 50px;
     margin-right: 10px;
}
 a.btn, button.btn {
     font-weight: bold;
     margin: 0;
     color: #fff !important;
     background: #01CCE8;
     text-transform: uppercase;
     border-radius: 50px;
     font-family: 'Roboto Condensed';
     width: 100%;
     font-size: 20px;
     padding: 10px 20px !important;
     text-align: center;
}
 .mobi {
     display: none !important;
}
 .products {
     max-width: 1200px;
     margin: 70px auto 0 auto;
}
 .product .btn {
     margin: 10px 0 50px 0;
}
 .product {
     display: inline-block;
     width: 22.6%;
     margin: 0 1%;
     vertical-align: top;
}
 .product > div {
     color: #0F1E3E;
     text-transform: uppercase;
     font-family: 'Roboto Condensed';
     text-align: center;
     border-radius: 7px;
     height: 227px;
     background-size: cover;
     font-size: 26px;
     font-weight: 600;
     line-height: 120%;
     padding: 25px;
}
 .p1 {
     background: url(img/01.png) no-repeat center bottom;
}
 .p2 {
     background: url(img/02.png) no-repeat center bottom;
}
 .p3 {
     background: url(img/03.png) no-repeat center bottom;
}
 .p4 {
     background: url(img/04.png) no-repeat center bottom;
}
 .p5 {
     background: url(img/05.png) no-repeat center bottom;
}
 .p6 {
     background: url(img/06.png) no-repeat center bottom;
}
 .p7 {
     background: url(img/07.png) no-repeat center bottom;
}
 .p8 {
     background: url(img/08.png) no-repeat center bottom;
}
 .c1 {
     background: url(img/c1.png) no-repeat center bottom;
}
 .c2 {
     background: url(img/c2.png) no-repeat center bottom;
}
 .certif2, .certif1 {
     border-radius: 7px;
     cursor: pointer;
     max-width: 270px;
     width: 100%;
}
 .certif2 > div, .certif1 > div {
     padding: 15px;
     height: 250px;
}
 .certif2:hover, .certif1:hover {
     opacity: 0.8;
}
 .certif1 {
     border: 3px solid #01CCE8;
}
 .certif2 {
     border: 3px solid #F99B2B;
}
 a.btn:hover, button.btn:hover {
     background: #00a7be ;
}
 .botconcact {
     color: #000;
     font-size: 17px;
     font-family: 'Roboto Condensed';
}
 .timer {
     display: inline-block;
     padding: 5px 10px 7px 10px;
     color: #fff;
     border-radius: 50px;
     background: #31069ec7;
     margin: -40px 0 0 15px;
}
 .title-price {
     margin: 10px 0;
     color: #11284C;
     font-size: 20px;
     font-weight: 600;
}
 .price > div {
     padding: 10px 30px 25px 30px;
}
 .price table {
     width: 100%;
}
 .price table td {
     padding: 5px 10px 5px 0;
}
 .price table td {
     border-bottom: 1px solid #ffffff45;
}
 .price table td:last-child {
     text-align: right;
}
 .accordion {
     font-size: 15px;
     line-height: 24px;
     font-weight: 400;
     padding-left: 30px;
}
 .titlepr {
     padding-left: 30px;
}
 .accordion-header {
     cursor: pointer;
     padding: 10px 0;
}
 .accordion-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.3s ease;
     padding: 5px;
}
 .top {
     padding: 0;
     background-image: url(img/bg.jpg);
     background-size: cover;
}
 .btnmain, .btn {
     display: inline-block;
     cursor: pointer;
     border: 0;
}
 .btnmain:hover, .btn:hover {
     background: none;
     color: #fff !important;
}
 .maintext {
     color: #fff;
     font-size: 18px;
     line-height: 28px;
}
 .maintext h1 {
     font-size: 65px;
     line-height: 73px;
     padding: 140px 0 30px 0;
     font-weight: 800;
}
 .main a:hover {
     opacity: 0.85;
}
 .main a {
     color: #fff;
     text-decoration: none;
}
 .main {
     padding: 30px;
     z-index: 2;
     position: relative;
}
 .logotype {
     text-align: center;
}
 .logotype img {
     display: block;
}
 .logo {
     margin: 120px auto 15px auto !important;
}
 .type {
     margin: 0 auto !important;
}
 .about, .services {
     z-index: 1;
     position: relative;
}
 .maxwidth {
     max-width: 1200px;
     margin: 0 auto;
}
 .center {
     text-align: center;
}
 .right {
     text-align: right;
}
 .phone {
     background: #F86E16;
     border-radius: 50px;
     border: 3px solid #F68C13;
     display: block;
     font-size: 27px;
     height: 52px;
     font-weight: 700;
     margin: 40px auto 0 auto;
     text-align: left;
     padding: 5px 5px;
     max-width: 360px;
}
 .phone:hover {
     opacity: 0.7;
}
 .phone img {
     display: inline-block;
     margin: 0px 25px -17px 0 !important;
}
 .topmenu a:hover {
     background: #00a7be;
}
 .topmenu a {
     display: inline-block;
     padding: 15px 35px;
     background: #01CCE8;
     border-radius: 50px;
     margin: 0 10px;
     font-size: 16px;
     font-family: 'Roboto Condensed';
     font-weight: 600;
     text-transform: uppercase;
}
 .boxvideo {
     padding: 15% 1% 1% 2%;
     height: 150px;
     color: #fff;
     border-radius: 7px;
     margin: 1%;
}
 .vid1, .vid2, .vid3, .vid5 {
     width: calc(29% - 1%);
}
 .vid4 {
     width: calc(63% - 1.5%);
}
 .vid1 {
     background: url(img/bg.jpg) no-repeat center;
     background-size: cover;
}
 .vid2 {
     background: url(img/IMG_4986.PNG) no-repeat center;
     background-size: cover;
}
 .vid3 {
     background: url(img/07.jpg) no-repeat center;
     background-size: cover;
}
 .vid4 {
     background: url(img/IMG_4985.PNG) no-repeat center;
     background-size: cover;
}
 .vid5 {
     background: url(img/08.jpg) no-repeat center;
     background-size: cover;
}
 .column3 {
     width: 33%;
}
 .column30 {
     width: 30%;
}
 .column {
     position: relative;
     min-height: 1px;
}
 .column50 {
     width: 50% 
}
 .column20 {
     width: 20% 
}
 .column60 {
     width: 60% 
}
 .column70 {
     width: 70% 
}
 .column80 {
     width: 80% 
}
 #vk_groups {
     width: 300px;
     height: 403px;
     background: #fff !important;
     padding: 20px;
     float: right;
     border-radius: 15px;
     box-shadow: 5px 4px 5px #00000033;
     margin-left: 20px;
}
 .row {
     width: 100%;
     display: flex;
}
 .titl img {
     display: block;
     max-height: 70px;
     margin: 0 auto 10px auto;
}
 section {
     padding: 100px 30px;
}
 section.bg-section {
     padding: 15px 30px 150px 30px;
}
 .topmenu {
     width: 100%;
     text-align: right;
}
 .form{
     padding: 55px 30px 30px 30px;
     background: #22B9EC url(img/boat.jpg) no-repeat center ;
     background-size: 100% 100%;
}
 #mainback {
     position: absolute;
     bottom: 0;
     right: 0;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: -999;
     overflow: hidden;
}
 .products {
}
 .popup {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background-color: white;
     padding: 30px 20px;
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
 .popup-title {
     text-align: center;
     font-size: 24px;
     font-family: 'Roboto Condensed';
     font-weight: 600;
     padding: 0 0 10px 0;
     text-transform: uppercase;
}
 .popup.active {
     display: block;
     z-index: 999;
}
 .close {
     position: absolute;
     top: 5px;
     right: 10px;
     font-size: 20px;
     font-weight: bold;
     color: #000;
     font-size: 30px;
     cursor: pointer;
}
 .popup .slider {
     margin: 0 0 10px 0;
}
 .popup .timer {
     margin: 0 0 5px 0;
}
 .services li {
     list-style: none;
     background-image: url(img/check-w.svg);
}
 .popup .js-form .form-item {
     width: 100%;
     display: inline-block;
}
 .lightbox {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.8);
     justify-content: center;
     align-items: center;
     z-index: 9999;
}
 .lightbox img {
     max-width: 90%;
     max-height: 90%;
}
 #hamburger {
     display: none;
}
 .review {
     background: #01CCE8 url(img/maxline.svg) center;
     background-size: cover;
}
 .tab-content {
     background: #fff;
     color: #000;
     border-radius: 10px;
     box-shadow: -1px 4px 5px #00000033;
     padding: 20px;
     min-height: 300px;
}
 .review .column20 {
     padding: 75px 0 0 0;
}
 .tab-link {
     background: #fff;
     border-radius: 50px 0 0 50px;
     box-shadow: -5px 4px 5px #00000033;
     padding: 10px 40px;
     font-size: 20px;
     font-family: 'Roboto Condensed';
     font-weight: 800;
     text-transform: uppercase;
     color: #01CCE8;
     display: block;
     margin: 10px 0;
     position: relative;
}
 .tab-link:hover {
     color: #F99B2B;
     z-index: 2;
}
 @media (max-width: 1220px) {
     .form .whitegb {
         padding: 30px;
         width: 60%;
    }
     #contacts .column30.right {
         width: 35%;
    }
     .social {
         max-height: 35px;
         background: #fff;
         border-radius: 100%;
    }
}
 @media (max-width: 1060px) {
     .form .whitegb {
         width: 55%;
    }
     #contacts .column30.right {
         width: 40%;
    }
     .whitegb .column50 {
         width: 80%;
    }
     .whitegb .column50:last-child {
         text-align: left;
    }
}
 @media (max-width: 1400px) {
     .popup {
         top: 50%;
         left: 40%;
         transform: translate(-30%, -45%);
    }
}
 @media (max-width: 1100px) {
     .product > div {
    }
     .bg-section {
         padding: 10px 30px;
    }
     .maintext h1 {
         font-size: 48px;
         line-height: 50px;
         padding: 90px 0 30px 0;
         font-weight: 700;
    }
}
 @media (max-width: 1060px) {
     .product {
         width: 47.5%;
    }
     .product > div {
         height: 330px;
    }
     .topmenu a {
         display: none;
    }
     #mobile a {
         display: block;
         font-weight: 400;
         color: #000;
         font-size: 20px;
         padding: 15px 0;
    }
     #invis {
         font-size: 36px;
         display: inline-block;
         right: 10px;
         top: 10px;
         position: fixed;
    }
     #mobile {
         padding: 60px 30px;
         position: fixed;
         min-width: 300px;
         right: 0;
         top: 0;
         z-index: 999;
         background: #fffffff5;
         width: 50%;
         height: 100%;
         box-shadow: 0px -1px 56px #00000070;
    }
     #hamburger {
         display: block;
         position: fixed;
         right: 23px;
         top: 7px;
         z-index: 99;
    }
     #hamburger img {
         width: 30px;
    }
}
 @media (max-width: 968px) {
     .tab-link {
         border-radius: 50px;
         display: inline-block;
         padding: 10px 18px;
         font-size: 17px;
    }
     #review .column20, #review .column80 {
         width: 100%;
    }
     #review .column20 {
         text-align: center;
    }
     .review .column20 {
         padding: 0;
    }
     .cert .product {
         width: 40%;
    }
     .cert .product > div {
         height: 240px;
    }
     .form .footer .column {
         padding: 0;
         text-align: center;
    }
     #contacts .column30.right {
         width: calc(100% - 60px);
         box-shadow: 5px 4px 5px #00000033;
         padding: 20px 30px;
         background: #fff;
         border-radius: 20px;
         margin: 20px 0 0 0;
    }
     .whitegb .column50 {
         padding: 0 !important;
    }
     #vk_groups {
         padding: 0;
         float: none;
         margin: 0 auto;
         box-shadow: none;
    }
     .whitegb .column50:last-child {
         text-align: left;
         padding: 0 ;
    }
     .form .whitegb {
         width: calc(100% - 60px);
    }
     .price table {
         padding-right: 0;
    }
     .main .column20 {
         width: 49%;
         display: inline-block;
         vertical-align: top;
    }
     .maintext h1 {
         font-size: 45px;
         line-height: 45px;
    }
     .topmenu {
         display: none;
    }
     .row {
         width: 100%;
         display: block;
    }
     .column50 {
         width: 100%;
    }
     .exmpl {
         width: 47%;
    }
     .services .column30 {
         width: 100%;
         text-align: left;
    }
     .form .column50 {
         width: calc(100% - 60px);
    }
     .form .column {
         padding: 40px 30px 20px 30px;
    }
     h2 {
         font-size: 31px;
         line-height: 31px;
    }
     .about .slider {
         position: relative;
         max-width: 600px;
         margin: 30px 0 0 0;
         overflow: hidden;
    }
     .popup {
         top: 50%;
         left: 25%;
         transform: translate(-17%, -50%);
    }
}
 @media (max-width: 870px) {
     .super .column3 {
         width: 31%;
    }
}
 @media (max-width: 830px) {
     .product > div {
         height: 280px;
    }
     .services li {
         width: 100%;
    }
}
 @media (max-width: 800px) {
     .carousel img {
         width: 100%;
        /* Для показа 1 изображения */
    }
}
 @media (max-width: 730px) {
     .main img {
         margin: -10px 0 0 0;
         max-width: 90%;
    }
     .inline.column50 {
         width: 100%;
    }
     .popup {
         top: 3%;
         left: 5%;
         transform: translate(-3%, 0);
         max-height: 87%;
         overflow-y: auto;
    }
     .exmpl {
         width: 100%;
    }
     .column70 {
         width: 100%;
    }
     .footer div {
         padding: 2px 0;
    }
     .footer .column50 {
         width: 100%;
         text-align: center;
    }
}
 @media (max-width: 630px) {
     .product .btn {
         max-width: 370px;
         width: calc(100% - 40px);
    }
     .products {
         text-align: center;
    }
     .product {
         width: 100%;
         margin: 0;
         max-width: 410px;
    }
     .certif1, .certif2 {
         margin-bottom: 10px;
    }
     .price h4 {
         font-size: 22px;
         line-height: 122%;
    }
     h3 {
         font-size: 29px;
         line-height: 30px;
    }
     h6 {
         font-size: 18px;
    }
     .titlepr {
         padding-left: 0;
    }
     .accordion {
         padding-left: 0;
    }
}
 @media (max-width: 590px) {
     .tab-link {
         padding: 8px 15px;
         font-size: 16px;
    }
     .logo {
         margin: 40px auto !important;
    }
     section.bg-section {
         padding: 15px 30px 45px 30px;
    }
     .phone {
         font-size: 22px;
    }
     .form .column50 {
         width: 100%;
    }
     #contacts .column30.right {
         width: calc(100% - 20px);
         padding: 20px 10px;
         overflow: hidden;
    }
     .mobi {
         display: inline-block !important;
    }
     .product button {
         display: none !important;
    }
     .main .column20 {
         width: 46%;
    }
     #hamburger {
         top: 25px;
    }
     .box {
         width: calc(100% - 8%);
         margin: 15px 0 5px 0;
         padding: 6%;
    }
     .super .column3 {
         width: 100%;
    }
     .main img {
         margin: 0;
    }
     .main {
         padding: 20px 10px;
    }
}
 

.mdl-item {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
.mdl-item a, .mdl-item span {
    color: #000 !important;
}
.mdl-item span {
    font-weight: 700;
}
.mdl-item:last-child {
    margin: 0px;
}
.modal-open{
    display: inline-block;
    margin: 0px 0px 0px 10px !important;
	color: #fff;
	margin: auto;
	cursor: pointer;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}