* {
  padding: 0;
  margin: 0;
  color: #fff;
  /*font-family: 'Open Sans Condensed', sans-serif;*/
}

body {
    background-color: #000;
}

p {
    margin: 0px;
}

.bg-yellow {
    background-color: #F2D329
}

.bg-black {
    background-color: #000;
}

.container h2 {
    color: #F2D329;
    text-align: center;
    font-weight: 600;
}

.contacts {
    padding: 10px 0 10px 0;
}

.contacts .row {
    justify-content: space-between;
}

.logo-text {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts .text{
    text-align: right;
}

.contacts img {
    width: 124px;
    height: 124px;
    margin-bottom: 20px;
}

.contacts p {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

nav.navbar, nav .navbar-nav {
    width: 100%;
}

.navbar a {
    font-size: 18px;
    font-weight: 800;
}

.face .shop {
    margin-top: 50px;
    padding: 0px 0 300px 0;
    background-size: 100% 200%;
    
    background-position-y: -180px;
    background-color: #000; 
    background-image: url(images/bgtehcenter2.jpg);
    background-repeat: no-repeat; 
}

.about {
    margin-top: 50px;
    padding: 5px 5px;
}

.about p {
    text-align: center;
    font-size: 24px;
}

.services {
    margin-top: 20px;
}

.pointer {
    cursor: pointer;
}

.gal-services {
    margin-top: 15px;
}

.gal-services .service-item {
    margin-top: 30px;
}

.gal-services div.services-item:hover {
    opacity: 0.7;
}

.gal-services .service-item .about-service {
    background-color: #F2D329;
    padding: 5px 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
}


.gal-services .service-item .about-service p {
    color: #000;
    text-align: center;
}

.gal-services .service-item .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.gal-services .service-item img {
    width: 100%;
    box-shadow: 0 0 20px #f2d329;
}

.map {
    position: relative;
    margin-top: 30px;
    height: 50vh;
    /*height: 100vh;*/
}
  
.map h2 {
    text-align: center;
    font-size: 24pt;
    color: #F2D329;
}

.map .map-info {
    position: absolute;
    width: 250px;
    top: 25%;
    left: 15%;
    padding: 27px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}

.map .map-info p {
    margin-bottom: 10px;
}

.photogallery {
	margin-top: 30px;
}

.photogallery img{
	margin-bottom: 30px;
	width: 100%;
}

@font-face {
    font-family: 'batman';
        
        src:    url('https://nomail.com.ua/files/eot/4d003dbc2f82683ed4346482306cde9a.eot?#iefix') format('embedded-opentype'),
                url('https://nomail.com.ua/files/woff/4d003dbc2f82683ed4346482306cde9a.woff') format('woff'),
                url('https://nomail.com.ua/files/woff2/4d003dbc2f82683ed4346482306cde9a.woff2') format('woff2');
    }
    
@font-face { font-family: 'BatmanForeverAlternateCyr';  src: local('BatmanForeverAlternateCyr'), url('https://nomail.com.ua/files/woff/4d003dbc2f82683ed4346482306cde9a.woff') format('woff'); }
    
.batmanforeveralternatecyr { font-family:'BatmanForeverAlternateCyr'; }
.batman { font-family: 'batman'; }

@media (max-width: 1199.5px) {
    .logo-text {
        font-size: 35px;
    }
}

@media (max-width: 991.5px) {
    .logo-text {
        font-size: 50px;
    }

    .contacts .text {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.5px) {
    .logo-text {
        /*font-size: calc( (100vw - 320px)/(1280 - 320) * (24 - 16) + 16px);*/
        width: calc(100% - 144px);
        font-size: 40px;
    }
}

@media (max-width: 575.5px) {
    .col-img {
        width: 100%;
        text-align: center;
    }

    .logo-text {
        font-size: 30px;
        width: 100%;
        margin-left: 1px;
        text-align: center;
    }

    .face .shop {
        background-size: 310% 205%;
        background-position-y: -180px;
        background-position-x: 40%;
    }
}