@font-face {
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.ttf");
}

@font-face {
	font-family: "FordAntenna-Light";
	src: url("../fonts/FordAntenna-Light.ttf");
}

@font-face {
	font-family: "TitilliumWeb-Light";
	src: url("../fonts/TitilliumWeb-Light.ttf");
}


/* =========== бэкграунд BODY ========== */
body {
    background-color: white;

}
/* =============== конец =============== */


/* ============== HEADER =============== */
.header {
    font-family: "FordAntenna-Light";
    font-size: 14px;
    padding-top: 10px;
    height: 230px;
    background-image: url(../img/metal.jpg);
    background-repeat: repeat-x;
    color: #FFC200;
}

#social ul {
    list-style-type: none;
    display: inline-flex;
}

#social li a {
    color: white;
    padding-right: 5px;
}

#social li a:hover {
    color: #FFC200;
    transition: 0.8s;
}


@media (min-width: 285px) and (max-width: 570px) {
  #social {
    display: flex;
    margin-left: -3.7em;
    margin-bottom: 10px;
    justify-content: center;
  }
}
/* =============== конец =============== */


/* ========== ЛОГОТИП КОМПАНИИ ========== */
.logo {
    margin-top: 25px;
}
/* =============== конец =============== */


/* =============== NAVBAR ============== */
.navbar {
    display: flex;
    justify-content: space-around;
    background-color: black;
    font-family: "Montserrat-Light";
    font-size: 14px;
    border-top: 1px solid #FFC200;
    border-bottom: 1px solid #FFC200;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}


.orange:hover {
    color: #FFC200;
    transition: all .3s ease;
}

.nav-tabs li a {
    color: #00a6bb;

}
/* =============== конец =============== */


/* ========= КАРТА СОТРУДНИКА ========== */
@media (min-width: 250px) and (max-width: 385px) {
  .photo {
    max-width: 30% !important;
    max-height: 30% !important;
    margin-top: 15px !important;
    margin-left: 15px !important;
  }
  .user_info {
    margin-left: -5px !important;
    margin-bottom: 5px !important;
  }
  .card-title {
    font-size: 14px !important;
  }
  .company {
    font-size: 12px !important;
  }
}

.card_photo:hover a {
    cursor: pointer !important;
}

.card_photo {
    display: block;
    border: 1px solid #DEE2E6;
    border-radius: 3px;
}

.hidden_elem {
    display: none !important;
}

.photo {
    max-width: 206px;
    height: auto;
    margin: 15px;
    float: left;
    border: 1px solid #FFC200;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.main_user_info_list {
    padding-left: 0px !important;
}

.main_user_info_list li {
    display: flex;
}

.profile {
	justify-content: space-around;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-left: -25px;
}

.profile ul li {
	display: inline-flex;
	list-style-type: none;
}

#edit_profile {
    border-right: 1px solid #E5E5E5;
}

.employee_info {
    height: 100%;
    margin-right: 20px;
    float: right;
}

.user_info {
    margin-top: -5px;
    margin-right: 20px;
    padding-bottom: 0px;
    float: left;
}

.employee_contacts {
    color: black;
}

.user_contacts {
    color: black;
    padding-left: 0px !important;
}

.user_contacts ul {
    list-style-type: none;
}

.sprites {
	justify-content: space-around;
	display: inline-flex;
	/*width: 80px;
	height: 10px;*/
}

.sprites a {
	color: black;
	margin-right: 5px !important;
}

.sprites a:hover {
	color: #ffc200;
	transition: all .3s ease;
}
/* =============== конец =============== */

/* ============ Yandex-cart ============ */
.cart_navigation {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/* =============== конец =============== */

/* =============== Auth ================ */

#wrong_lgn_OR_psw {
    font-family: "Montserrat-Light";
    text-align: center;
    color: red;
}

/* ============= FOOTER ================ */
{
	margin: 0;
	padding: 0;
}
.content {
	min-height: calc(100vh - 60px);
}

#footer {
    border-top: 1px solid #FFC200;
    height: 60px;
    background-color: black;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

#footer_text {
    margin-bottom: -15px;
    padding-top: 15px;
	font-family: "TitilliumWeb-Light";
	font-size: 12px;
    color: #ffc200;
    opacity: 0.5;
}

@media (min-width: 285px) and (max-width: 413px) {
  #footer {
    height: 100px;
  }
}

@media (min-width: 414px) and (max-width: 819px) {
  #footer {
    height: 80px;
  }
}

@media (min-width: 250px) and (max-width: 819px) {
  .preview {
    display: none;
  }
  .create_post {
    margin: 0px auto;
    border-right: none !important;
  }
}
/* =============== конец =============== */


/* ================ QR ================= */
#qr {
    width: 5rem;
}
/* =============== конец =============== */


/* ============= КОНТАКТЫ ============== */
#feedback {
    margin-left: -45px;
    margin-right: -5px;
    list-style-type: none;
	flex-direction: row;
	display: flex;
    justify-content: space-around;

}
/* =============== конец =============== */

.contacts {
    font-size: 14px;
}

.search {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

#search {
    width: 250px;
    margin: 0 10px;
}

.auth, .share a, #back, #clear, #account_delete, #comment, #comment_delete, #contacts_link, #post_title, #order, #order_confirm {
    color: black;
}

#post_create {
    margin-left: 15px;
    font-family: "FordAntenna-Light";
    color: black;
}

#upload {
    margin-top: 15px;
}

.settings {
    padding-top: 300px;
}

#settings {
    padding: 10px;
    height: 120px;
}

.settings_icon {
    margin-top: 15px;
    margin-right: 15px;
    float: right;
}

.settings_icon:hover {
    color: #FFC200;
    transition: all .3s ease;
}

#out {
    margin-left: 14px;
    color: black;
}

/* выравнивание content поля в форме */
.wmd-panel {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.comment-reply {
    display: none;
}

.comment-reply-btn:hover {
    text-decoration: none;
}

.thread:hover {
    text-decoration: none;
}

.list-group, .tab-content {
    font-size: 14px;
}


#info {
    margin-bottom: 5px;
}

.jumbotron {
    border: 1px solid #FFC200;
    color: white;
    background-image: url(../img/pontilhada.jpg);
    font-family: "Montserrat-Light";
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

.carousel {
    border: 1px solid #FFC200;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}


.carousel-inner {
    font-family: "FordAntenna-Light";
}

#info_short, #manufacturing_info {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "FordAntenna-Light";
    border: 1px solid #FFC200;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

.orange_text {
    color: #FFC200;
    font-size: 14px;
}

#workers {
    margin-bottom: 15px;
}

#datetime {
    margin-left: 15px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #FFC200;
    color: white;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

#engineers {
    padding: 10px;
}

#post {
    font-family: "FordAntenna-Light";
    color: black;
}

.on_hover {
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #F9C132;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.hover_plus {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}

.hover_plus img {
    height: auto;
    width: 80%;
    margin-left: 10%;
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}

.hover_plus img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}


/* альтернативное увеличение */

#gallery {
    border: 1px solid #FFC200 !important;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}


#post_title:hover {
    color: #FFC200;
    text-decoration: none;
}

.share a:hover {
    color: #FFC200;
    transition: 0.8s;
}

.btn-link {
    color: black;
}

.btn-link:hover {
    color: #FFC200;
    text-decoration: none;
    transition: 0.8s;
}

.card-header {
    background-color: white;
}

#contacts_new {
    border: 1px solid #FFC200;
    border-radius: 0px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

#pills-tab {
    margin-left: 15px;
    margin-top: 15px;
}

.nav-link.active {
    background-color: #FFC200 !important;
    color: black !important;
    border: 1px solid black;
}

.nav-link {
    color: #FFC200;
}

.nav-link:hover {
    color: black;
    text-decoration: none;
}


#contacts_info {
    margin-top: 15px;
    margin-bottom: 15px;
}


.breadcrumb-item a {
    color: black;
}

.breadcrumb-item:hover a {
    color: #FFC200;
    text-decoration: none;
    transition: 0.3s ease;
}

.breadcrumb-item {
    color: black;
}

.pagination, .ask {
    font-family: "Montserrat-Light";
}

.pagination:hover a {
    color: #FFC200;
    text-decoration: none;
    transition: 0.3s ease;
}

#like_btn {
    color: #FFC200;
}

#like_btn:hover {
    color: orange;
}

.documentation1 {
    float: left;
}

.documentation2  {
    margin-bottom: 40px;
    float: right;
}

.docs {
    display: block;
    justify-content: space-around;
    list-style-type: none;
}

.project {
    position: relative;
    width: 8rem;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    border: 1px solid #FFC200;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

#div_id_delivery_address {
    margin-bottom: 0px !important;
}

.forgot_password {
    margin-top: 7px;
    margin-bottom: 7px;
}

.red {
    color: red;
}

.news {
    border-left: 1px solid #E5E5E5;
    width: 60%;
    float: right;
}


#datetime {
    margin-left: 0px;
}

#password_reset_form:hover {
    color: #FFC200;
    text-decoration: none;
    transition: 0.3s ease;
}

.partners_list {
    margin: 0;
    padding: 0;
    display: block;
}

.partners {
    margin: 0.52rem;
    border: 1px solid #FFC200;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    opacity: 0.5;
}

.partners_list a,img:hover {
    text-decoration: none;
    opacity: 1;
}

.widget {
    margin-left: 25px;
}
