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: #ff8409;
    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: #ff8409;
}
.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;
}

.fixeds {
    background: #fff;
    box-shadow: 0px -2px 6px #000;
    padding: 10px 0 !important;
}
.header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.header .logo {
    font-weight: 700;
    font-size: 26px;
    color: #237174;
    padding: 8px 0;
    margin: 0;
}
.header .logo img {
    height: 45px;
}
.header .menu {
    padding: 18px 0;
}
.header .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
.header .menu ul li {
    display: inline-block;
    margin: 0 30px;
    
}
.header .menu ul li a {
    color: #000;
    font-size: 17px;
	font-weight:bold;
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
.header .menu ul li a:hover,
.header .menu ul li a:active,
.header .menu ul li a:focus {
    color: #ff8409;
}
.header .callback-block {
    text-align: right;
    padding: 1px 0;
}
.header .callback-block .contact {
    font-weight: 700;
    margin-bottom: 8px;
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
		z-index: 999999;
    position: relative;
}
.header .callback-block .callback a {
    background: #ff8300;
    padding: 7px 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 48px;
	    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
.header .callback-block .callback a:hover,
.header .callback-block .callback a:active,
.header .callback-block .callback a:focus {
    background: #e07300;
}

.main {
    height: 100vh;
    background: #e6e6e6 url(../img/bg.jpg) 20% 50% no-repeat;
	background-position: right;
}
.main .main-img img {
    width: 100%;
}
.main .main-text {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 51%;
    left: 50%;
    margin-right: -50%;
    width: 600px;
    text-align: center;
}
.main .main-text h1 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.main .main-text h1 span {
    color: #ff850b;
}
.main .main-text p {
    color: #6C6C6C;
    font-size: 20px;
}
.main .main-text .knopka {
    margin-top: 50px;
}
.main .main-text .knopka a {
    background: #ff8409;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #ff8409;
}
.main .main-text .knopka a:hover,
.main .main-text .knopka a:active,
.main .main-text .knopka a:focus {
    box-shadow: none;
    transition: all 0.2s ease;
}
.arrow-7 {
    position: absolute;
    right: 49%;
    bottom: 60px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #ff850b;
    border-right: 3px solid #ff850b;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,-20px) rotate(45deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(45deg);
    }
}

.serv-alt {
    background: #fff0e1;
}
.service {
    padding: 40px 0 80px;
}
.service .title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
.service .title span {
    color: #ff8409;
}
.service .zagolovok {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.service .serv-img1 {
    width: 100%;
    padding: 50px 0;
}
.service .serv-img2 {
    width: 100%;
    border-radius: 15px;
}
.service .serv-img3 {
    width: 100%;
}
.service .spisok-img img {
    height: 60px;
    width: auto;
}
.service .knopka {
    margin-top: 40px;
}
.service .knopka a {
    color: #fff;
    background: #ff8409;
    padding: 15px 45px;
    border-radius: 50px;
    box-shadow: 0px 0px 15px #ff8409;
}
.service .knopka a:hover,
.service .knopka a:active,
.service .knopka a:focus {
    box-shadow: none;
}
.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 .nav {
    border: none;
}
.service .nav li {
    margin-right: 24px;
    width: 263px;
}
.service .nav li:last-child {
    margin-right: 0px;
}
.service .nav li button {
    background: #e6e6e6;
    color: #000;
    padding: 24px 25px;
    border-radius: 10px;
    margin: 0;
    border: none;
    font-weight: 700;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}
.service .nav li button:hover,
.service .nav li button:active,
.service .nav li button:focus,
.service .nav li button.active {
    color: #fff;
    background-color: #ff8409;
    border: none;
}
.service .tab-content {
    margin-top: 40px;
}
.service .tab-content .img-big {
    width: 100%;
    border-radius: 15px;
}
.service .tab-content ul li {
    font-size: 18px;
}
.service .tab-content ul.logos {
    padding: 0;
    margin: 20px 0 0 0;
    list-style-type: none;
}
.service .tab-content ul.logos li {
    font-size: 18px;
    display: inline-block;
}
.service .tab-content ul li img {
    height: 32px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.mind ul.logos {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mind ul.logos li {
    display: inline-block;
}
.mind ul.logos li img {
    height: 40px;
    margin-right: 20px;
}

.gray {
    background: #e6e6e6;
}
.gray .owl-carousel .item p {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 0;
    font-size: 14px;
    height: 195px;
}
.owl-theme .owl-dots {
    display: block;
}
.owl-theme .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    border: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 5px;
    background: transparent;
    border: 1px solid #ff8409;
    border-radius: 50%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff8409;
}


.about {
    padding: 50px 0;
    background: #eee;
}
.about .zagolovok {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.about .podzagolovok {
    text-align: center;
    color: #6C6C6C;
    font-size: 20px;
}
.about .plus-block {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    height: 220px;
    margin-top: 20px;
    margin: 30px 10px 0px 10px;
}
.about .plus-block img {
    height: 80px;
    margin-bottom: 10px;
}
.about .plus-block .title {
    font-weight: 700;
    margin-bottom: 7px;
}
.about .plus-block p {
    font-size: 15px;
}
.about .partners p {
    font-size: 20px;
    font-weight: 600;
}
.about .partners a img {
    height: 50px;
}
.contacts {
    padding: 80px 0px;
}
.contacts .zagolovok {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
.contacts .contacts-block {
    margin-bottom: 20px;
}
.contacts .contacts-block .title {
    font-weight: 700;
    margin-bottom: 5px;
    color: #2d2d2d;
}
.contacts .contacts-block p {
    margin-bottom: 5px;
    color: #5f5f5f;
    font-size: 14px;
}
.contacts .smm a {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 17px;
    margin-right: 5px;
}
.contacts .smm a.whatsapp:hover,
.contacts .smm a.whatsapp:active,
.contacts .smm a.whatsapp:focus {
    color: #43d854;
}
.contacts .smm a.instagram:hover,
.contacts .smm a.instagram:active,
.contacts .smm a.instagram:focus {
    color: #c13584;
}
.contacts .smm a.facebook:hover,
.contacts .smm a.facebook:active,
.contacts .smm a.facebook:focus {
    color: #3b5998;
}
.contacts .smm a.telegram:hover,
.contacts .smm a.telegram:active,
.contacts .smm a.telegram:focus {
    color: #0088cc;
}
.contacts .app {
    margin-bottom: 30px;
}
.contacts .app .title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #2d2d2d;
}
.contacts .app a img {
    height: 28px;
    margin-right: 10px;
}
.contacts .map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.contacts .map:hover,
.contacts .map:active,
.contacts .map:focus {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease;
}
.contacts .knopka {
    margin-top: 20px;
}
.contacts .knopka a {
    background: #ff8300;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #ff8300;
}
.contacts .knopka a:hover,
.contacts .knopka a:active,
.contacts .knopka a:focus {
    box-shadow: none;
}
.footer {
    padding: 20px 0;
    background-color: #b95f00;
}
.footer p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.nav-menu {
    /*  ширна произвольная, не стесняйтесь экспериментировать */
    width: 200px;
    min-width: 200px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно правого края страницы */
    right: -320px;
    /* внутренние отступы */
    padding: 40px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    /* определяем цвет фона панели */
    background: #ff850b;
    /* поверх других элементов */
    z-index: 2000;
}
.nav-toggle {
    display: none;
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно правого края панели */
    right: 320px;
    /* отступ от верхнего края панели */
    top: 15px;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: inherit;
    /* цвет текста */
    color: #000;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 24px;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}
.nav-toggle:hover {
    color: #f4f4f4;
}
[id='nav-toggle'] {
    position: absolute;
    display: none;
}
[id='nav-toggle']:checked ~ .nav-menu > .nav-toggle {
    left: auto;
    right: 6px;
    top: 6px;
}
[id='nav-toggle']:checked ~ .nav-menu {
    right: 0;
    box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}
[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}
[id='nav-toggle']:checked ~ .nav-menu > .nav-toggle:after {
    content: '\2715';
}
.nav-menu ul {
    padding: 0;
    margin: 0;
}
.nav-menu ul li {
    list-style-type: none;
}
.nav-menu ul li a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 10px 0;
}

@media screen and (max-width: 426px) { 
    .nav-toggle {
        display: block;
    }
    .modal-content form {
        padding: 50px 30px;
    }
    .modal.show .modal-dialog {
        margin-top: 50px
    }
    .modal-content {
        width: 90%;
    }
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        background: #ff850b;
        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: #000;
        font-weight: 100;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        padding: 21px 0;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
    }
    .header {
        padding: 10px 0;
    }
    .header .menu,
    .header .callback-block{
        display: none;
    }
    .header img {
        height: 40px;
    }
    
    .main {
        padding: 65px 0 40px;
    }
    .main .main-text {
        width: 100%;
    }
    .main .main-text h1 {
        text-align: center;
        font-size: 24px;
    }
    .main .main-text p {
        text-align: center;
    }
    .main .main-text .knopka {
        text-align: center;
    }
    .arrow-7 {
        right: 46%;
        bottom: 110px;
    }
    
    .about img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about .plus-block img {
        width: auto !important;
    }
    
    .service .knopka {
        text-align: center;
    }
    
    .service .nav li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .service .nav li button {
        width: 100%;
    }
    
    .service .serv-img3 {
        margin-top: 40px;
    }
    .service .tab-content .img-big {
        margin-bottom: 20px;
    }
    .service .serv-img2 {
        margin-top: 30px;
    }
    
    .contacts .map {
        margin-top: 50px;
    }
    .footer {
        padding: 20px 0 80px;
    }
}

.main h1 {    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
  
