@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css);

@font-face {
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/RobotoThin/RobotoThin.eot);
    src: url(../fonts/RobotoThin/RobotoThin.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoThin/RobotoThin.woff) format("woff"), url(../fonts/RobotoThin/RobotoThin.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/RobotoLight/RobotoLight.eot);
    src: url(../fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoLight/RobotoLight.woff) format("woff"), url(../fonts/RobotoLight/RobotoLight.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/RobotoMedium/RobotoMedium.eot);
    src: url(../fonts/RobotoMedium/RobotoMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoMedium/RobotoMedium.woff) format("woff"), url(../fonts/RobotoMedium/RobotoMedium.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/RobotoBlack/RobotoBlack.eot);
    src: url(../fonts/RobotoBlack/RobotoBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBlack/RobotoBlack.woff) format("woff"), url(../fonts/RobotoBlack/RobotoBlack.ttf) format("truetype")
}

@font-face {
    font-family: Canter;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/CanterBold/CanterBold.eot);
    src: url(../fonts/CanterBold/CanterBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CanterBold/CanterBold.woff) format("woff"), url(../fonts/CanterBold/CanterBold.ttf) format("truetype")
}

@font-face {
    font-family: Hagin;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/HaginCapsMedium/HaginCapsMedium.eot);
    src: url(../fonts/HaginCapsMedium/HaginCapsMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/HaginCapsMedium/HaginCapsMedium.woff) format("woff"), url(../fonts/HaginCapsMedium/HaginCapsMedium.ttf) format("truetype")
}


body,
html {
    height: 100%
}

body {
    background-color: #171717;
    color: #fff;
    font-family: Roboto, sans-serif
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

h1 {
    font-family: Hagin;
    letter-spacing: 5px
}

h2 {
    font-family: Hagin;
    font-size: 3rem;
    letter-spacing: 5px
}

h3 {
    font-family: Hagin;
    letter-spacing: 5px
}

a {
    color: #988264;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #988264;
    text-decoration: none;
}

*, :focus {
    outline: none !important;
}

@media screen and (max-width:1199px) {
    h1 {
        font-size: -webkit-calc(24px + (40 - 24) * ((100vw - 320px)/ (1200 - 320)));
        font-size: calc(24px + (40 - 24) * ((100vw - 320px)/ (1200 - 320)))
    }

    h4 {
        font-size: -webkit-calc(18px + (24 - 18) * ((100vw - 320px)/ (1200 - 320)));
        font-size: calc(18px + (24 - 18) * ((100vw - 320px)/ (1200 - 320)))
    }

    h5 {
        font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 320px)/ (1200 - 320)));
        font-size: calc(16px + (20 - 16) * ((100vw - 320px)/ (1200 - 320)))
    }
}

.attention {
    color: #988264;
}

.price {
    white-space: nowrap
}

.container {
    max-width: 1140px
}

.heading {
    margin-bottom: 50px;
    text-align: center
}

.contact-link {
    color: #fff;
    font-size: 18px
}

.contact-link i {
    margin-right: 15px
}

.navbar-light {
    height: 60px;
}

.navbar-light a {
    color: #fff !important
}

.navbar-brand {
    font-family: Hagin;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
}

.navbar-scroll {
    background-color: #171717;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
    font-size: 14px;
    margin-left: 15px;
    padding: 0;
    text-transform: uppercase;
}

.navbar-light .navbar-toggler > span {
    margin-right: 15px;
}


@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #171717;
        padding-top: 60px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }

    .navbar-collapse .nav {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 10px 0;
    }

    .navbar-collapse .nav-item {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        font-size: 24px;
    }

    .navbar-brand span {
        font-size: 14px;
        letter-spacing: 6.3px;
    }
}


.nav a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase
}

.nav-web a {
    color: #fff;
    font-size: 20px
}

.btn {
    letter-spacing: 3px;
    text-transform: uppercase
}

.btn-brown {
    color: #fff;
    border-color: #988264;
    background-color: #988264
}

.btn-brown:hover {
    background-color: #a9967c;
    border-color: #a9967c;
    color: #fff
}

.btn-rounded {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 35px
}

.map {
    padding: 15px
}

.barber {
    margin-bottom: 50px
}

.barber__title {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    letter-spacing: 3px;
    margin-bottom: 30px;
    position: relative
}

.barber__title:before {
    content: '';
    background-color: #a9967c;
    display: block;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px
}

.barber__title h5 {
    font-weight: 400
}

.barber__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.barber__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative
}

.barber__list li:before {
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, .35)), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .35) 10%, rgba(255, 255, 255, 0) 0);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .35) 10%, rgba(255, 255, 255, 0) 0);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .35) 10%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    -webkit-background-size: 10px 1px;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: -1
}


.barber__list .sale:before {
    display: none;
}

.barber__list li span {
    background-color: #171717;
    display: inline-block;
    padding: 3px 5px
}

.cover {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.cover:before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0
}

.cover__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.cover__content p {
    font-weight: 300;
    letter-spacing: 1px
}

.buttons {
    padding: 30px 0
}

.menu__item {
    height: 80px;
    padding: 25px 0
}

.menu__item a {
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

@media (max-width:767.98px) {
    section {
        padding: 30px 0;
    }

    .heading {
        margin-bottom: 30px
    }

    .heading h3 {
        font-size: 24px;
    }

    .navbar .nav-web {
        display: none
    }
}



.switcher {
    margin-left: auto !important;
}

.switcher .btn {
    background-color: transparent;
    border: none;
}

.switcher .btn:after {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: transparent !important;
}

.dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-menu.inner {
    transform: translateX(0);
}



.section {
    padding: 80px 0 50px
}

.section-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section__content {
    position: relative;
    z-index: 1;
}

.certificate__img {
    margin-bottom: 40px;
}

.certificate__info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.certificate__info h5 {
    margin-bottom: 30px;
}

.certificate__phone {
    color: #988264;
    display: block;
    transition: color 0.3s ease-in-out;
}

.certificate__phone:hover {
    color: #988264;
    text-decoration: none;
}



.vacancy .nav-tabs {
    justify-content: center;
}

.vacancy .nav-tabs .nav-link {
    padding: 10px;
}

.vacancy .tab-pane {
    padding: 30px;
}

@media (min-width: 768px) {
    .vacancy .nav-tabs .nav-link {
        padding: 15px 30px;
    }
}



/* Text */
.text-lg {
    font-size: 18px;
    font-weight: 300;
}

/* Modal */
.modal.animated .modal-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 24px;
    width: 24px;
}

.modal.animated .modal-close::before,
.modal.animated .modal-close::after {
    background-color: #fff;
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 24px;
}

.modal.animated .modal-close::before {
    transform: rotate(45deg);
}

.modal.animated .modal-close::after {
    transform: rotate(-45deg);
}

.modal.animated .modal-content {
    background-color: #171717;
    border-color: transparent;
    border: 0;
    border-bottom: 5px solid #988264;
    border-radius: 0;
}

.modal.animated .modal-content--warning {
    background-color: rgb(155, 19, 19);
    border-bottom: 0;
    color: #fff;
}

.modal.animated .modal-content--warning a {
    color: #fff;
}

.modal.animated .modal-header,
.modal.animated .modal-footer {
    border: 0;
}

.contacts {
    position: relative;
    padding-bottom: 30px;
}

#map {
    filter: grayscale(1);
    color: #000;
    height: 300px;
    text-align: center;
}


.gm-popup__header {
    margin-bottom: 20px;
}

.gm-popup__body .btn {
    letter-spacing: inherit;
    padding: 6px 12px;
}


@media (min-width: 767px) {
    #map {
        height: 500px;
        width: 100%;
    }
}