html {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: "Montserrat";
    font-size: 16px;
    color: #000;
    overflow-x: initial !important;
}
a {
    text-decoration: none;
}
.bot-panel {
    display: none;
}
.container-xxl {
    max-width: 1150px;
}
.modal-dialog {
    max-width: 620px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    background-color: transparent;
    border: 0;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
}
.modal-content form {
    background: #fff;
    padding: 70px 50px;
    position: relative;
}
.modal-content form .krest {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 6%;
    top: 5%;
    z-index: 9999;
}
.modal-content form .krest:hover,
.modal-content form .krest:focus {
    color: #000;
    cursor: pointer;
}
.modal-content form .modal-header {
    padding: 0;
    border: none;
}
.modal-content form .modal-header p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.modal-content form .modal-body {
    padding: 0;
    border: none;
}
.modal-content form .modal-body .form-group {
    margin-bottom: 20px;
}
.modal-content form .modal-body .form-group input {
    border: 1px solid #bdbdbd;
    border-radius: 0;
    height: 55px;
    border-radius: 15px;
}
.modal-content form .modal-footer {
    border: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
}
.modal-content form .modal-footer .knopka {
    background: #00a790;
    color: #fff;
    padding: 15px 0px;
    font-weight: 400;
    border: none;
    margin: 0;
    text-align: center;
    width: 100%;
    border-radius: 15px;
}
.modal-content form .modal-footer .knopka:hover,
.modal-content form .modal-footer .knopka:active,
.modal-content form .modal-footer .knopka:focus {
    background: #ffca00;
}
.close {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: -5%;
    top: -11%;
    z-index: 9999;
}
.close:hover,
.close:focus {
    color: #000;
    cursor: pointer;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.header {
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 167 144 / 20%);
    width: 100%;
    background: #fff;
    z-index: 5;
}
.header img {
    height: 65px;
}
.header .logo {
    
}
.header .menu {
    padding: 19px 0;
}
.header .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.header .menu ul li {
    display: inline-block;
    margin: 0 15px;
    
}
.header .menu ul li a {
    color: #000;
    font-size: 17px;
}
.header .menu ul li a:hover,
.header .menu ul li a:active,
.header .menu ul li a:focus {
    color: #077BF7;
}
.header .callback {
    text-align: right;
    padding: 20px 0;
}
.header .callback a {
    background: #00a790;
    padding: 13px 25px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
}
.header .callback a:hover,
.header .callback a:active,
.header .callback a:focus {
    background: #ffca00;
    color: #000;
}
.header .callback-block {
    text-align: right;
    padding: 8px 0;
}
.header .contact {
    text-align: right;
    padding: 20px 0;
}
.header .contact p a {
    margin: 0;
    color: #000;
}
.header .contact p {
    font-weight: 600;
    margin: 0;
}
.header .whatsapp {
    text-align: right;
    padding: 13px 0;
}
.header .whatsapp a {
    font-size: 26px;
    color: #00a790;
    margin-left: 5px;
}
.header .whatsapp a:hover,
.header .whatsapp a:active,
.header .whatsapp a:focus {
    color: #ffca00;
}
.header .lang {
	padding: 14px 0;
	text-align: right;
}
.header .lang ul {
    margin: 0;
}
.header .lang ul li {
	float: right;
	margin: 0 4px;
	list-style-type: none;
}
.header .lang ul li a {
    border: 1px solid #00a790;
    background: #00a790;
    border-radius: 50%;
    font-size: 13px;
    height: 37px;
    width: 37px;
    display: block;
    text-align: center;
    line-height: 2.7;
    color: #fff;
}
.header .lang ul li a.active,
.header .lang ul li a:hover,
.header .lang ul li a:focus,
.header .lang ul li a:active {
	background: #ffca00;
    color: #000;
    border: 1px solid #ffca00;
}

.main {
    padding: 40px 0 0px;
    background: url(../img/main.jpg) 100% 0% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main .main-img img {
    width: 100%;
}
.main .main-text {
    padding: 40px 0;
}
.main .main-text h1 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #00a790;
}
.main .main-text h1 span {
    color: #ffa700;
}
.main .main-text p {
    color: #000000;
    font-size: 22px;
}
.main .main-text .knopka {
    margin-top: 50px;
}
.main .main-text .knopka a {
    background: #00a790;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}
.main .main-text .knopka a:hover,
.main .main-text .knopka a:active,
.main .main-text .knopka a:focus {
    background: #ffa700;
    color: #000;
}

.project {
    background: #fff;
    padding: 60px 0;
}
.project .zagolovok {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #00a790;
}
.project .project-block {
    background: #FFC000;
    padding: 20px;
    border-radius: 15px;
}
.project .project-block img {
    border-radius: 15px;
    margin-bottom: 15px;
}
.project .project-block .zag {
    font-weight: 500;
    font-size: 16px;
    height: 100px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}
.project .project-block .zag-dop {
    font-weight: 700;
    font-size: 16px;
    height: 60px;
    line-height: 1.3;
    height: auto;
}
.project .project-block p {
    font-size: 15px;
    margin: 0;
    height: 64px;
}
.project .owl-theme .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.project .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.project .owl-theme .owl-dots button {
    background: transparent;
    border: none;
}
.project .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.project .owl-theme .owl-dots .owl-dot.active span, 
.project .owl-theme .owl-dots .owl-dot:hover span {
    background: #00afff;
}

.service {
    padding: 0px 0 70px;
    background: #F5F5F5;
}
.service .title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.service .title span {
    color: #077BF7;
}
.service .zagolovok {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #00a790;
}
.service .serv-img1 {
    width: 100%;
    padding: 50px 0;
}
.service .serv-img2 {
    width: 100%;
}
.service .serv-img3 {
    height: 333px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.service .spisok-img img {
    height: 60px;
    width: auto;
}
.service .knopka {
    margin-top: 40px;
}
.service .knopka a {
    background: #077BF7;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
}
.service .knopka a:hover,
.service .knopka a:active,
.service .knopka a:focus {
    background: #004894;
}
.service .key p {
    font-weight: 600;
}
.service .key p i {
    border-radius: 50%;
    padding: 8px 11px;
    font-size: 27px;
    margin-right: 15px;
    vertical-align: middle;
    color: #fff;
    background: #077bf7;
}
.service .serv-block .img-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px;
}
.service .serv-block .img-wrapper:after {
    content: "";
    border-radius: 100%;
    background-clip: content-box;
    border: 2px dashed #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.service .serv-block:hover .img-wrapper:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
.service .serv-block .img-wrapper img {
    border-radius: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 100%;
}
.service .serv-block {
    background: #fff;
    display: block;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}
.service .serv-block:hover,
.service .serv-block:active,
.service .serv-block:focus {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0px 7px 19px -1px rgb(172 172 179 / 30%);
    transform: translateY(-4px);
}
.service .serv-block .zag {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service .serv-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    height: 163px;
}
.service .serv-block span {
    background: #00a790;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 10px;
    display: inline-block;
}
.service .serv-block:hover span,
.service .serv-block:active span,
.service .serv-block:focus span {
    background: #ffa700;
    color: #fff;
}
.service .pozhar-sistem {
    background: #ABCD52;
}
.service .video-sistem {
    background: #0065D8;
}
.service .control-dostupa {
    background: #FF4880;
}
.service .confer {
    background: #1AB9FF;
}
.service .cabel {
    background: #FF6666;
}
.service .set {
    background: #FFC000;
}
.service .ohrana {
    background: #ABCD52;
}
.service .bolard {
    background: #0065D8;
}
.service .dym {
    background: #d6d6d6;
}
.service .avto {
    background: #ffb4d5;
}
.service .opov {
    background: #f2ffdf;
}
.service .wifi {
    background: #fff2ce;
}
.about {
    padding: 50px 0px 70px;
}
.about .zagolovok {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
    color: #00a790;
}
.about .podz {
    text-align: center;
    margin-top: 30px;
}
.about .podzagolovok {
    text-align: center;
    color: #6C6C6C;
    font-size: 20px;
    margin-bottom: 40px;
}
.about .plus-block {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}
.about .plus-block img {
    height: 135px;
    margin-bottom: 10px;
}
.about .plus-block .title {
    font-weight: 700;
    margin-bottom: 7px;
}
.about .plus-block p {
    font-size: 15px;
    text-align: center;
}
.about .partners p {
    font-size: 20px;
    font-weight: 600;
}
.about .partners a img {
    height: 50px;
}
.about .about-img {
    width: 100%;
    padding: 0px 20px 0 0;
}
.about p {
    text-align: justify;
}
.contacts {
    padding: 70px 0 0;
    background: #F5F5F5;
    background-image: url(../img/lines.svg);
    background-position-x: 50%;
}
.contacts h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #00a790;
}
.contacts .nav-tabs {
    border: none;
}
.contacts .nav-tabs>li {
    margin: 0;
    width: 33.333%;
}
.contacts .nav-tabs li:first-child button {
    border-radius: 20px 0 0 0 !important;
}
.contacts .nav-tabs li:last-child button {
    border-radius: 0px 20px 0 0 !important;
}
.contacts .nav-tabs>li>button {
    border: 0 !important;
    background: #00a790;
    margin: 0;
    padding: 20px 20px 20px 50px;
    color: #fff;
    height: 224px;
    width: 100%;
    border-radius: 0;
    position: relative;
}
.contacts .nav-tabs>li>button.active, 
.contacts .nav-tabs>li>button.active:hover, 
.contacts .nav-tabs>li>button.active:focus {
    border: none;
    background: #ffca00;
    color: #000;
    border-radius: 0;
}
.contacts .nav-tabs>li>button p,
.contacts .nav-tabs>li>button h3 {
    text-align: left;
}
.contacts .nav>li>button p.address:before {
    font-family: "FontAwesome";
    content: "\f277";
    left: 20px;
    position: absolute;
}
.contacts .nav>li>button p.phone:before {
    font-family: "FontAwesome";
    content: "\f095";
    left: 20px;
    position: absolute;
}
.contacts .nav>li>button p.mail:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    left: 20px;
    position: absolute;
}
.contacts .nav>li>button h3 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 13px;
}
.contacts .nav-tabs>li>button:hover {
    background: #ffca00;
    color: #000;
    border-radius: 0;
}
.footer {
    padding: 20px 0;
    background-color: #00a790;
}
.footer p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.sertifikat {
    background: url(../img/bg1.png) #FF6767;
    padding: 0px 0 70px;
}
.sertifikat .zagolovok {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.sertifikat .sert-block a {
    display: block;
}
.sertifikat .sert-block a img {
    border: 1px solid #00afff;
    margin-bottom: 5px;
}
.sertifikat .sert-block a p {
    color: #000;
    font-size: 14px;
}
.sertifikat .owl-theme .owl-dots {
    width: 100%;
    text-align: center;
}
.sertifikat .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.sertifikat .owl-theme .owl-dots button {
    background: transparent;
    border: none;
}
.sertifikat .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.sertifikat .owl-theme .owl-dots .owl-dot.active span, 
.sertifikat .owl-theme .owl-dots .owl-dot:hover span {
    background: #00afff;
}
.sertifikat .merop-photo a img {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
} 
.sertifikat p {
    color: #fff;
}
.sertifikat ul li {
    color: #fff;
}

.personal {
    padding: 50px 0;
}
.personal .zagolovok {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #00a790;
}
.personal .personal-block {
    background: #d0e8e3;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.personal .personal-block img {
    width: 100%;
    border-radius: 20px;
}
.personal .personal-block .personal-title {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 600px) { 
    .modal-content form {
        padding: 50px 30px;
    }
    .modal.show .modal-dialog {
        margin-top: 50px
    }
    .header .contact,.header .callback {
        display: none;
    }
    .header .lang {
        text-align:center;
    }
    .modal-content {
        width: 90%;
    }
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        background: #00a790;
        width: 100%;
        z-index: 999;
    }
    .bot-panel a.gis {
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 8px 10px;
    }
    .bot-panel a.gis span {
        display: inline-block;
        width: 74%;
    }
    .bot-panel a.gis img {
        display: inline-block;
        width: 24%;
        vertical-align: sub;
    }
    .bot-panel a.phone {
        width: 25%;
        padding: 10px;
        text-align: center;
        font-size: 26px;
        color: #fff;
    }
    .bot-panel a {
        float: left;
    }
    .bot-panel a.book {
        width: 50%;
        background: #ffca00;
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        padding: 19px 0;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
    }
    .header {
        text-align: center;
    }
    .header .menu,
    .header .callback-block{
        display: none;
    }
    .header .whatsapp {
        display: none;
    }
    
    .main {
        background: url(../img/main.jpg) 50% 0% no-repeat;
    }
    .main .main-text h1 {
        text-align: center;
        font-size: 20px;
    }
    .main .main-text p {
        text-align: center;
    }
    .main .main-text .knopka {
        text-align: center;
    }
    
    .about img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about .about-img {
        padding: 0;
    }
    .about .plus-block img {
        width: auto !important;
    }
    
    .service .knopka {
        text-align: center;
    }
    .about .plus-block {
        height: auto;
    }
    .about .plus-block p {
        font-size: 18px;
        text-align: left;
    }
    .about .plus-block .title {
        font-size: 20px;
    }
    
    .service .serv-img3 {
        margin-top: 40px;
    }
    
    .service .serv-block {
        height: auto;
        text-align: center;
    }
    
    .personal .personal-block img {
        margin-bottom: 20px;
    }
    
    .contacts .nav-tabs>li {
        width: 100%;
    }
    .contacts .nav-tabs li:first-child button,
    .contacts .nav-tabs li:last-child button {
        border-radius: 0px !important;
    }
    
    .sertifikat .zagolovok,
    .project .zagolovok,
    .service .zagolovok,
    .about .zagolovok {
        font-size: 26px;
        text-align: center;
    }
    
    .contacts .map {
        margin-top: 50px;
    }
    .contacts {
        padding: 80px 0 0;
    }
    .footer {
        padding: 20px 0 80px;
    }
}