* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: 'Roboto';
  /*background-image: url("/img/background.png");*/
}

.block {
	color: #46606F;
}

.content-block {
	flex: 1 0 auto;
	margin-right: 15px;
	margin-top: 50px;
}

/*
.all-site {
  display: flex;
  flex-direction: column;
  height: 100%;
}
*/

.newPrice {
  width: 50px;
}

#cartCommentInput {
  margin-top: 35px;
  margin-left: 10px;
}

.lead-block {
  margin-top: -50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ajaxInfoBlock h5 {
  margin-bottom: -40px;
  margin-top: 30px;
}

.infoPrimary {
  cursor: pointer;
}

.lead-form {
  margin-top: 15px;
  margin-left: 15px;
}

.container-procent {
	width: 97%!important;
  min-height: 100px;
}

.close-cart-product {
  position: absolute;
  right: 5px;
}

.auth-row {
	margin-bottom: 200px;
}

.navbar-search {
	margin-top: 50px;
}

.main-search {
	width: 80%!important;
}

.main-search-form {
	width: 100%;
	margin-top: 15px;
}

.navbar-head {
	background: #304A59;
  min-height: 50px;
}


.head-time {
  color: white;
  margin-top: 12px;
}

.head-phone {
	margin-top: 13px;
}

.head-phone a{
	text-decoration: none;
	color: white;
}

.head-buttons {
  text-align: right;
  margin-top: 6px;
}

.navbar-search {
	background: white;
	height: 100px;
}

.header {
  margin-top: 10px;
  display: none;
}

.collapseDiv {
  display: none;
}

.header-bars {
  color: #FF8900;
  font-size: 30px;
  margin-top: 15px;
}

#main-nav {
	width: 100%;
}

.nav-container {
	height: 48px;
}

#containerNavbar {
	margin-left: -20px;
}

.navbar-ul-main {
	margin-top: -18px;
}

.nav-link{
	margin: 10px 0px 10px 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: white!important;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
	background: #FFA640;
}

.btn-nav {
	background: #FF8900;
}

.action-nav {
	background: #FFBD5F;
}

.logo {
	max-width: 200px;
	margin-top: 10px;

}

.navbar-brand {
	margin-left: 7px;
}

.block-row {
	margin-top: 15px;
}

.catalog-img {
	width: 100px;
	height: 100px;
	margin-right: 30px;
}

.prom-img {
	width: 150px;
}

.catalog-link {
	text-decoration: none;
	color: #46606F;
	font-size: 16px;
}

.catalog-label {
	margin-bottom: 50px;
}

.catalog-link:hover, .catalog-link:focus {
	text-decoration: none;
	color: #8DA7B6;
	font-size: 16px;
}

.right-blocks {
	background: #FDFDFD;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.right-blocks span, .right-blocks a{
	margin-top: 15px;
	margin-left: 15px;
}

.right-blocks strong{
	color: #46606F;
}

.right-btn {
	color: #46606F;
	cursor: pointer;
}

.right-btn:hover, .right-btn:focus {
	text-decoration: none;
	color: #8DA7B6;
}

.catalog-right-block {
	margin-top: 50px;
}

.main-block {
    background: #FDFDFD;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


.catalog-block {
	height: 150px;
}

.actual-block {
	background: #FDFDFD;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	height: 200px;
}

.block {
	margin-left: 47px;
}

.block-home {
  color: #46606F;
}

.main-block-row {
	margin-top: 15px;
	margin-left: 10px;
}

#btn-basket {
	border-radius: 0;
	margin-top: 14px;
}

#btn-basket-product {
	border-radius: 0;
	margin-top: 14px;
}

#btn-order {
	border-radius: 0;
	margin-top: 14px;
}

.shop-buttons {
	text-align: right;
}

#login-button {
	border-radius: 0;
	margin-right: 2px;
}

#login-join {
	border-radius: 0;
}

#register-join {
	border-radius: 0;
}

#registration-button {
	border-radius: 0;
}

.main-block-info .head-badge {
	background: #304A59;
	color: white;
	border-radius: 0;
	font-size: 16px;
	margin-top: 15px;
}

.main-block-info li{
	list-style-type: square;
	margin-left: 37px;
}

.main-block-info {
	margin-top: 20px;
}

.top_sale {
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-text {
  padding-left: 15px;
  font-size: 14px;
}

.carousel-row {
  margin-top: -50px;
}

footer {
  background: #304A59;
  flex: 0 0 auto;
  min-height: 150px;
  color: white;
  margin-top: 50px;
}

footer .section-footer {
	margin-top: 15px;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  color: white;
}
footer a:focus {
  text-decoration: none;
  color: white;
}
footer a:active {
  text-decoration: none;
  color: white;
}



/* Contacts */

.block-contacts {
	margin-bottom: 40px;
}

.map {
width: 100%;
height: 400px;
}



/* Info */

.alert-company-info {
	border-radius: 0;
	background: #304A59;
	color: white;
	margin-bottom: 25px;
}

.information-col {
	margin-left: -15px;
}

.information-final-p {
	margin-bottom: 30px;
}

/* delivery */

.delivery-col {
	margin-left: -15px;
}

.delivery-final-p {
	margin-bottom: 30px;
}

.delivery-block .free-badge{
	background: #5CB85C;
	color: white;
	border-radius: 0;
	height: 20px;
}

.delivery-block .head-badge {
	background: #304A59;
	color: white;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 15px;
}

.list-name {
	font-weight: 600;
}

.delivery-block li {
	list-style-type: square;
	margin-left: 18px;
}

.delivery-city li{
	list-style-type: circle;
	margin-left: 37px;
}

/* Handbook */
.badge {
  white-space: pre-wrap!important;
}
.handbook-block .head-badge {
	background: #304A59;
	color: white;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 15px;

}

.handbook-col {
	margin-left: -15px;
}

.handbook-final-p {
	margin-bottom: 30px;
}

/* Search  */

.btn-search-brand {
	border-radius: 0;
}



.table-search-brand .fa-camera-retro {
	margin-top: 10px;
	cursor: pointer;
	color: #46606F;
}

.table-search-brand .table-text {
	font-size: 14px;
	font-weight: 500;
}

.search-block-title {
	margin-left: 10px;
	margin-top: 10px;
}

/* Product */

.table {
  margin-top: 50px;
}

.article-search {
	margin-bottom: 20px;
	font-size: 13px;
}

.table-result-brand td, .table-result-brand th {
	font-size: 14px!important;
}

.search_product_area {
	background: #FFFFD5;
}

.product_area_ava {
	background: #C3F4C3;
}

.table-result-brand thead {
	border-bottom: 3px solid #D0D0D0!important;
}


.btn-buy-box {
	text-align: right;
}

.btn-buy {
	cursor: pointer;
	border-radius: 0px;
}

.all_cost {
	text-align: right;
	padding-right: 20px;
}

.del-cart-product {
	color: #9D222A;
	cursor: pointer;
}

.close-cart-product {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	color: #C8D0D5;
	cursor: pointer;
}

.cart-name {
	
  left: 10px;
  position: absolute;
}

.cart-quantity {
	padding-left: 9px;
	padding-right: 9px;
}

.cart-brand {
	font-weight: 500;
}

.cart-cost {
	font-weight: 600;
	color: #137100;
}

.total-cart-cost {
	font-weight: 700;
	color: #137100;
}

.total-sum {
	font-weight: 700;
	color: #137100;
	text-decoration: underline;
}

.total_hide {
	display: none;
}

.order-success {
	border-radius: 0px;
	width: 100%;
}

.modal-content {
	border-radius: 0px!important;
}

.cart_form {
	display: inline;
}

.hide_div {
	display: none;
}

.analog_preview {
	margin-left: 10px;
}
/* Orders */

.orders-col {
	margin-left: -15px;
}

.orders-page-list {
	list-style-type: none;
}

.order-non {
	background: #95bb95;
    color: white;
    border-radius: 0px;
	width: 100%;
	cursor: pointer;
}

.order-non:hover {
	background: #83BB83;
    color: white;
    border-radius: 0px;
	width: 100%;
	cursor: pointer;
}

.alert-light {
	color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-secondary {
	color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

/* preloader */

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  animation-delay: 1s;
  z-index: 1000;
}

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.map-block {
  width: 100%;
  height: 100%;
}

.container11 {
margin: 0 auto;
padding: 40px;
width: 80%;
color: #333;
background: #419be0;
}

.slick-slide {
text-align: center;
color: #419be0;
background: white;
}

.img-fluid {
  width: 100%;
}

#carouselExampleControls {
  margin-bottom: 50px;
}

.card-img-top {
  width: 59%;
  margin-left: 20px;
  padding-top: 20px;
}
@media screen and (max-width:1023px){
  .head-buttons {
    text-align: left;
  }

  .header {
    display: block;
  }
  .shop-buttons {
    text-align: left;
  }

  footer {
    text-align: center;
  }

  .logo {
  	margin-top: -50px;
  }

  .submit-search {
    display: none;
  }

  .main-search-form {
  	width: 120%;
  }

  .carousel-inner {
    height: 200px;
  }

  .carousel-item {
    height: 200px;
  }
  /* main content*/
  .main-block-row {
    margin-left: 0px!important;
  }

  .block {
    margin-left: 0px;
  }

  .nav-container {
    display: none;
  }

  .main-block {
    margin-top: 50px;
  }

  .right-block {
    margin-top: 30px;
  }

  .table-resp {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  /* contacts */
  .content-block {
    margin-top: 70px;
  }

  .map-div {
    margin-top: 20px;
    min-height: 300px;
  }

  .carousel-row {
    margin-top: 0px;
  }

  .mobile-left-merg {
    margin-left: 30px!important;
  }

}
