@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Mina|Ubuntu:400,700&subset=latin-ext');
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    color: #420006;
    background-color: #1a0001;
    }
/*
body::-webkit-scrollbar {
    width: 15px;}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color: #000;}

body::-webkit-scrollbar-thumb {
    background-color: #4a0007;}

body::-webkit-scrollbar-button{
    background-color: #4a0007;}
*/
.iheader {
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06); */
    padding: 15px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    }

.iheaderlimiter {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;}

.iheader.sticky {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    z-index: 3;
    padding: 5px 0px;
    color: #666;}

.sticky .navbar-dark .navbar-nav .nav-link {
    color: #d3d3d3;
    }

.navbar-collapse collapse  {
    background-color: aqua;}

.sticky .fa {
    color: #ffffff;
    }

.sticky .navbar-dark .navbar-text {
    color: #ffffff;
    }

.navbar-dark .navbar-brand:focus {
    color: #220003;}

.navbar-dark .navbar-toggler {
    border: 0px;}

.navbar-dark .navbar-toggler:focus {
    outline-width: 0px;
    outline-color: aqua;}

.sticky .phnr .fa {
    color: #ffffff;
    }

.bg-dark {
    background-color: rgba(52, 58, 64, 0)!important;}

.navbar-light .navbar-toggler {
    background: none;}

.navbar-toggler {
    cursor: pointer;
    position: relative;
    width: 2.5rem;
    height: 2rem;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1rem;
    border-radius: .25rem;}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #dcdcdc;
    border-radius: 3px;
    opacity: 1;
    left: 25%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}

.navbar-toggler span:nth-child(1) {
    top: 34.5%;}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 50%;}

.navbar-toggler span:nth-child(4) {
    top: 65.5%;}

.navbar-toggler.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;}

.navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #220003;
    font-size: 14px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    padding-left: 20px;}

.nav-link {
    margin-right: 20px;
    border-left: 1px solid rgba(72, 72, 72, 0.5);
    padding-left: 55px;
}

.navbar-nav .nav-link .facolor {
    padding-right: 0px;}


.navbar-dark .navbar-brand {
    color: #220003;}

.phnr {
    display: flex;}

.phnr .fa {
    color: #220003;
    font-size: 36px;
    margin: 0px 10px;}

p.navbar-text {
    font-size: 80%;
    margin: 0px 0px;
    color: #220003;}

.navbar-dark .navbar-text {
    color: rgb(34, 0, 3);}

.nav-link .fa {
    margin-right: 5px;}

.facolor .nav-link {
    margin-right: 0px;
    margin-left: 20px;
}

.menusoc {
    display: block;
    float: right;
}

.menusoc .nav-link .fa {
    margin-right: 0px;
}

.minusmenu {
    margin-top: -84px;
    position: absolute;
}

#hero {
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.layer {
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    position: fixed;
    z-index: -1;
}

#hero, .layer {
    min-height: 70vh;}

.layer-bg {
    background-image: url("img/bg_mob.jpg");
    background-position: bottom center;
    background-size: cover;
}



.ilogo {
    width: 33%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.layer-top {
    margin: 0px;
    display: block; 
    margin-top: -150px;
}

img.layer-top {
    height: auto;
    min-width: 100%;
    display: block;
}

.row {
    margin: 0px;
}

.topbg {
    width: 100%;}

.limiter {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    padding: 0px 0px ;
}

.limiter-middle {
    display: table; 
}

.topks {
    height: 68vh;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;}

h1 {
    font-size: 40px;
    /*font-weight: 600;
    text-transform: uppercase;*/
    font-family: 'Ubuntu', sans-serif;
    
}

.services h1 {
    font-size: 30px;
}
h2 {
    font-size: 20px; 
    margin-bottom: 0;
    /*text-transform: uppercase*/
        font-family: 'Ubuntu', sans-serif;
}

h3 {
    font-size: 26px; 
    margin: 0px auto;
    padding: 0px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.sname h3 {
    font-size: 26px;
}

hr { 
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
}

p {

    line-height: 1.7;
    margin: 25px 0px;
    font-size: 15px;
    font-family: 'Mina', sans-serif;
}

.topks h1 {
    font-weight: bolder;
    opacity: .5;
}

.justme {
    text-align: center;
}

.circletop {
    position: absolute;
    bottom: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 0px solid rgba(255, 255, 255, 0.33);
    padding: 10px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    display: none;
}

.arrow {
    text-align: center;
    margin: 2px 0px 0px 0px;

}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;

    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

    animation-fill-mode:both;
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -ms-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-15px);}
    60% {-webkit-transform: translateY(-7px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-15px);}
    60% {-moz-transform: translateY(-7px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-15px);}
    60% {-o-transform: translateY(-7px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-7px);}
}

.arrow fa {
    border-radius: 50%;
    margin-bottom: 25px;
    border: #fff solid 3px;
}

.arrow a, arrow a:hover {
    color:#fff;
    text-decoration: none;
}

.colorone {
background-color: rgb(248 249 250 / 75%);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.colortwo {
    background-color: rgb(248 249 250 / 64%);
}

.colorthree {
    background-color: rgb(248 249 250 / 75%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.colorone, .colortwo, .colorthree {
    padding: 30px 20px;

}
.light {
    background-color: #fff;
    color: #3b3b3b;
}

.warm {
    /* background-color: #220003; */
    padding-bottom: 50px;
    margin-top: -50px;
    padding-top: 50px;
}

.semi-light {
    background-color: #2b0004;
    color: #fff;

}
.dark {
    background-color: #e17233;
}

.services, .aboutus {
    padding:0px;
}

.paddler {

    padding: 75px 0px;
}

.paddler2 {

     padding: 0px 0px 70px 0px;
     margin-top: -70px;
    display: none;
}

.persona {
    margin: 20px 0px;
}

.persona img {
    filter: grayscale(100%);
    max-width: 60%;
    border-radius: 50%;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: 0.2s; 
    transition: 0.2s;

}
.persona img:hover {
    filter: grayscale(0%);
    -webkit-transition: 0.2s; 
    transition: 0.2s;
}

.modal-title h1{
    font-size: 22px;
    text-align: left;
}

.modal-dialog {
    max-width: 800px;
    margin-top: 10%;
}

.s-name, .s-mail {

    display: flex;
    justify-content: center;
    align-items: center;
}

.s-name h1 {

    font-size: 30px;
    margin: 0px auto;
    padding: 0px 15px;

}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.modal-content {
    background-color: #101010;
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.modal-footer {
    border-top: 1px solid #171717;
}

.modal-header {

    border-bottom: 1px solid #171717;
}

.close {
    color: #fff;
    /*color: #ffc107;*/
    text-shadow: none;
}

.close:hover {
    color: #fff;    
}

.modal-body h1 {
    color: #afafaf;
    font-size: 90%;
}

.modal-body p {
    color: #bbb;
    font-size: 90%;
}

.btn-secondary, .btn-secondary:active {
    font-size: 80%;
    text-transform: uppercase;
    background-color: #350000;
    border-color: #520000;
}


.btn-secondary:hover {
    background-color: #520000;
    border-color: #520000;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0px rgba(134,142,150,.5);
}

.s-mail p { 
    color: #666;
    background-color: #170002;
    text-transform: uppercase;
    font-size: 80%;
    margin: -7px auto;
    padding: 4px 15px 4px 20px;
    border-radius: 0px;
}

.jagged-border {
    position: relative;
    width: 100%;
    height: 15px;
    margin-top: -15px;
}

.jagged-border:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
}

.demo { background: #ECF0F1; }

.demo {
    background: -webkit-linear-gradient(45deg, transparent 33.333%, #220003 33.333%, #220003 66.667%, transparent 66.667%), -webkit-linear-gradient(135deg, transparent 33.333%, #220003 33.333%, #220003 66.667%, transparent 66.667%);
    background-size: 10px 40px;
}

.services .fa {
    font-size: 72px;

}
.services .material-icons {
       font-size: 50px;
       margin-bottom: 18px;
}

.contacts {

    color: #fff;
    min-height: 350px;
    border-top: 2px dashed #ffffff17;
}

.contacts .table td, .table th {
    font-size: 80%;
    color: #ee753a;
}

.alert {
    border-radius: 0;
}

.contwide {
    /* background: url(img/bottom-new.jpg) no-repeat bottom right; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #160b05;
}

.colorfour {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.bottom {
    padding: 40px 0px;
}

.bottomlogo {
    max-width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.bottomlogo img {
    max-width: 100%;
}

.rekviziti {
    color: #fff;
    font-weight: 600;
    font-size: 80%;
    padding-top: 0px;
    padding-right: 150px;
}
.rekviziti p {
    margin: 16px 0px;
    display: flex;
    line-height: 1.2;
    margin-bottom: 11px;
    font-size: 13px;
    font-weight: 400;
}

.rekviziti h2 {
    margin-top: 14px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 26px;
}

.rekviziti .material-icons {
    margin-right: 10px;
    font-size: 18px;
    line-height: 14px;
    display: none;
}


.footnote {
    width: 100%;
    height: 60px;
    z-index: 50;
}

.footnote_left {
    display: block;
    float: left;
    max-width: 40%;
}


.footnote_right {
    display: block;
    float: right;
    max-width: 40%;
}

.footnote p {
    color: #ab4507;
    font-weight: 600;
    font-size: 80%;
    /*margin: 35px 0px; */
    text-transform: uppercase;
}

a.footer-fb {
    color: #ab4507;
    font-weight: 600;
}

a.footer-fb:hover {
    text-decoration: none;
}

.footer {
width: 100%;
    min-height: 60px;
        background-color: #1a0001;
    border-top: 5px solid #410101;
    display: none;
}
.footerinside {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    font-family: 'Mina', sans-serif;
    font-size: 13px;
    font-weight: 400;
     }

.copyright {
    
    padding-top: 12px;
}  







.totop {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -7px;
}

a.totop {
    color: #ab4507;
}

#form-content {
    width: 100%;
    padding: 10px;
   /* background-color: rgba(26, 0, 1, 0.39);
    webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);*/
}

.form-control {
    background-color: rgb(37, 0, 0);
    font-size: 14px;
    border: 0;
    /*webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);*/
}

.form-control:focus {
    
    box-shadow: none!important;
}

.textarea {
    height: 80px;
}

.btn {
    border-radius: 0;
}

.cont {
    font-size: 80%;
    text-transform: uppercase;
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #520000;
    border-color: #1a0001;
}

.btn-primary:hover {
    background-color: #520000;
    border-color: rgba(225, 89, 21, 0.28);
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #e15915;
    background-image: none;
    border-color: #e15915;  }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.table td, .table th {
    border-top: 1px solid rgba(225, 89, 21, 0.13);
}

.alert-info {
    color: #ee753a;
    background-color: rgba(0, 0, 0, 0.79);
    border-color: rgba(225, 89, 21, 0.13);
}

.form-control {
    color: #fff;
    outline: 0!important;
    background: #e4e4e429!important;
    -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease;
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.33)!important;*/
    border-radius: 3px!important;
    padding: 14px 25px!important;
    cursor: pointer!important;
    font-family: 'Mina', sans-serif;
}

.form-control:focus {
    cursor: text!important;
            -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
    
}

.form-control:focus, .form-control:hover {
    color: #fff;
    background-color: #e4e4e44f!important;
    
    outline: 0;
    border: 0;
    
}

#form-content .btn-primary {
    color: #b05614;
    background-color: #310804;
    border: 0;
}

#form-content .btn-primary:active {
    color: #fff;
}


.btn-primary:not([disabled]):not(.disabled):active {
  
background-color: #ae3f14;
    border-color: #ab4423;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.5);

}

.form-control::-webkit-input-placeholder { color: #fff; text-transform: uppercase;}  
.form-control:-moz-placeholder { color: #fff; text-transform: uppercase; }  
.form-control::-moz-placeholder { color: #fff; text-transform: uppercase;} 
.form-control:-ms-input-placeholder { color: #fff; text-transform: uppercase;} 
.form-control::-ms-input-placeholder { color: #fff; text-transform: uppercase;} 



.ksend {
    width: 35px;
    height: 35px;
    /*border: 1px solid #fff!important;*/
    border-radius: 30px;
    color: #ffffff!important;
    background-color: #e4e4e429!important;
    font-size: 24px;
    line-height: 1px;
    padding-left: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ksend:active, .ksend:hover {
    background-color: #e4e4e44f!important;
        -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.25, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
     
}




.menusocmargin {
    display: flex;
    padding-left: 13px;}

@media only screen and (max-width: 1400px) {

    .limiter {
        padding: 0 20px;
    }
    .bottomlogo {
        margin-top: 55px;
        margin-bottom: 30px;
    }

    .bottom {
        padding: 20px 0px;
    }

    .services .material-icons {
        font-size: 53px;
    }

    .rekviziti {
        font-weight: normal;
    }
}

@media only screen and (max-width: 1366px) {
    h3 {}
    .warm .limiter {
        padding: 0;
    } 

    .rekviziti {
        font-size: 80%;
        padding-top: 14px;
        padding-right: 50px;
    }

    .colorfour {
        padding-right: 25px;
        padding-left: 25px;
    } 
}

@media only screen and (max-width: 1024px) { 

    .topbg {
        background-image: url("img/bg_mob.jpg");
        background-position: bottom center;
        background-size: cover;}
    .topks {
        height: 450px;
    }

    .rekviziti {
        padding-top: 30px;
    }

    #hero, .layer {

        height: 100%;
        min-height: 100%;
        background-size: cover;
    }

    .layer-bg {
        background-image: none;
        background-position: bottom center;
        background-size: cover;
    }

    .layer-1 {
        background-image: none;
        display: none;
        background-position: left bottom;
        background-size: cover;
    }

    .layer-2 {
        background-image: none;
        display: none;
    }

    .layer-3 {
        display: none;
    }

    .layer-4 {
        display: none;
    }

    .services h1 {
        font-size: 20px;
    }

    .rekviziti {
        padding-top: 5px;
    }

    .rekviziti p {
        margin-bottom: 10px;
    }

    .bottomlogo {
        margin-top: 50px;
        margin-bottom: 0px;
            max-width: 35%;
    }
}

@media only screen and (max-width: 880px) { 


    .navbar-dark .navbar-nav .nav-link {
        padding-left: 13px;}

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0px;
    }

    .nav-link {
        margin-right: 10px;
    }

    .paddler {
        padding: 30px 0px;
    }
    
    .paddler2 {

     padding: 00px 0px 30px 0px;
     margin-top: -30px;
}

    .topks {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {

    .iheader {
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand, .navbar-dark .navbar-text, .phnr .fa {
        color: rgb(102, 102, 102);}

    .nav-link {
        margin-left: 10px;
    }

    .menusocmargin {
        display: flex;
        margin-left: 9px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .menusocmargin .fa {
        font-size: 15px!important;
        padding-left: 13px;
    }

    .ilogo {
        width: 44%;
        margin-top: -71px;
    }

    .topbg {
        background-image: url(img/bg_mob.jpg);
        background-position: top left;
    } 

    .topks {
        height: 100vh;
    }

    .justme {
    }

    .mobtop {
        color: #420006;
        display: grid;
        font-size: 10px!important;
    }

    .iheader {
        top: -275px;
    }

    .iheader .sticky {
        top: 0px;
    }

    .circletop {
        position: absolute;
        bottom: 25%;
    display: inline-block;
    }
    
    
    .colorone {
    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}    .colorthree {
    
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.warm {
    
    padding-bottom: 0px;
}
    .bottomlogo {
        max-width: 70%;
    }

    .rekviziti {
        padding-left: 30px;
        color: #dcdcdc;
        
    }

    .rekviziti h2 {
        font-weight: 400;}
        
    .rekviziti p {
        margin: 10px 0px;
        font-size: 10px;
        }
    
    .services .material-icons {
        font-size: 42px;
    }

    h1, .s-name h1 {
        font-size: 26px;
    }

    h3 {
        font-size: 26px;}
    .persona img {
        max-width: 40%;
    }

    .persona img {
        max-width: 40%;
    }

    .colorfour {
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 550px){

    .ilogo {
        width: 68%;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 500px) {

    #form-content {
        padding: 3px}
    
    .form-control {
    
    padding: 10px 25px!important;
    


    .colorfour {
        padding: 20px 0;
    }

    .ilogo {
        width: 80%;
    }

    .persona img {
        max-width: 70%;
    }

    .bottomlogo {
        max-width: 90%;
    }

    .footnote p {
        font-size: 60%;
    }

    .rekviziti {
        padding-top: 0px;
        font-weight: normal;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 400px) {

    .services p {
        line-height: 1.5;
    }

    .ilogo {
        margin-top: -70%;
    }
}