@charset "UTF-8";
@import url("font-awesome.min.css");

.icon {
    text-decoration: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}



@font-face {
    font-family: 'Segoe';
    /* Имя шрифта */
    src: url(../fonts/Segoe.ttf);
    /* Путь к файлу со шрифтом */
}

.large-header {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo .large-header {
    background-image: url("../img/bg.jpg");
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

* {
    font-family: 'Segoe';
}

.header {
    font-family: 'Segoe';
}

.header h1 {
    font-size: 4.35em;
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1em;
    font-family: 'Segoe';
}

.header p {
    font-size: 1.25em;
    margin: 0.75em 0 0.25em 0;
    opacity: 0.75;
    font-family: 'Segoe';
}

.header a {
    border-bottom: dotted 1px;
    color: inherit;
    outline: 0;
    text-decoration: none;
}

.header a:hover {
    border-color: transparent;
}

.header .center-page {
    margin-top: 30px;
}

.header .center-page ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header .center-page ul li {
    margin-right: 5%;
}

.header .center-page ul li a {
    display: flex;
    flex-direction: column;
    border-bottom: none;
}

.header .center-page ul li a i {
    border-radius: 100%;
    border: solid 1px #fff;
    display: block;
    font-size: 1.75em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    top: 0;
    width: 2.5em;
    margin-bottom: 40px;
}

.header .center-page ul i:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.header .center-page ul li:last-of-type {
    margin-right: 0;
}

.call-us {
    font-family: 'Segoe';
    position: absolute;
    z-index: 9;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /*display: none;*/
}

p.call-us{
    opacity: 1 !important;
}

.lock-error {
    font-size: 1.25rem;
}

.lock-content {
    font-family: 'Segoe';
    position: absolute;
    z-index: 9;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.lock-content h3{
    font-size: 1.8em;
    margin: 0.75em 0 0.25em 0;
    font-family: 'Segoe';
}

.footer {
    font-family: 'Segoe';
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.footer span {
    color: white;
    display: block;
}

.footer span a {
    color: white;
    text-decoration: none;
    border-bottom: dotted 1px;
}

.footer a.webasyst {
    position: relative;
    bottom: -5px;
    float: right;
    right: 12px;
}


@media screen and (max-width: 685px) {
    .header h1 {
        font-size: 2.35em;
    }

    .header p {
        font-size: 16px;
    }

    .lock-content {
        display: none;
    }

    .header p.call-us {
        bottom: -40px;
        display: block;
    }

    .header .center-page {
        margin-top: 40px;
    }

    .header .center-page ul {
        flex-wrap: wrap;
        margin: 0 -100px;
    }

    .header .center-page ul li {
        margin-bottom: 30px;
    }

    .main-title {
        top: 50%;
    }

    .header .center-page ul li a i {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .header .center-page ul {
        margin: 0 -64px;
    }

    .header .center-page ul li:last-of-type {
        margin-right: 18px;
    }
}

.btnfos {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    margin: 0 auto 2em;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.btnfos-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.btnfos-4 span {
    z-index: 20;
}

.btnfos-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -10;
}

.btnfos-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}