/*
темно-серый (шапка) #474a51
серый (нижнее меню) #6c6e70
светло-серый (отзывы) #a5a7a8
красный #ad0000;
*/
/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}

/* Убирает прокрутку по горизонтали, для мобильной версии */
html, body {
    overflow-x: hidden;
}
	.contacts-header, .work-header{
		font-size: 14px;	
	}
	@media (min-width: 992px) {
		.contacts-header, .work-header{
			font-size: 16px;
		} 
	}
/*
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/css/fonts/roboto-regular.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/css/fonts/roboto-bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('/assets/css/fonts/roboto-italic.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/css/fonts/roboto-bolditalic.ttf') format('truetype');
	font-display: swap;
} 
*/
body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}

h3{
	width: 100%;
}

p b, li b {
	color: #ad0000;
	font-weight: 700;
}

p {
	text-align: justify;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.text-list li {
		list-style: disc !important;
}

.my-link {
/*	cursor: default;*/
}

.btn-sv{
	background-color: #ad0000;
	color: white;
	width: 50%;
	border-radius: 5px;
}

.rews{
	display:flex;
	justify-content:center;
}
.table_extras {
	width:100%;
	
}
.team img{
	 width:200px; 
}
.table_extras  td{
	border:1px solid black;
}

.card-img-top{
	height: 235px;
}
.card .card-calc{

}
.tvtable tbody tr td{
	width: 50%;
}
	.text-warningg{
		color: #ff8300 !important;
	}
	#extras {
  background-color: #474a51; }
  #extras .h1 {
    margin-bottom: 30px;
    color: white;
    text-align: center; 
  	
  }
  #extras h2{
  	font-size: 1.5rem;
  }
    @media (min-width: 576px) {
      #extras .h1 {
        margin-bottom: 0; } }
  #extras svg {
    flex-shrink: 0;
    margin-right: 30px;
    width: 55px;
    height: 55px;
    fill: white; }
  @media (min-width: 768px) {
    #extras {
      width: 100%; }
      #extras svg {
        margin-right: 0;
        margin-bottom: 20px; } }
.imgs img{
	height: 350px;
}
.sale-img{
	position: relative;
}
	.sale-img::after{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		bottom:-33px;
		left:0;
			}
			.sale-title{
				color:white;
				position: absolute;
					bottom:10px;
		left:30px;
			}

.ul-style>li{
	list-style-type: disc;
	margin-left: 15px;
}
	.features-items h2{
		text-align: center;
	}
	.features-items p{
		font-weight: normal !important;
	}
/* кнопки */
.btn-primary {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #474a51 !important;
	border-color: #474a51 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	border-color: #474a51 !important;
	background-color: #474a51 !important;
}
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(60,99,130,.5);
}

.border-primary {
	border-color: #474a51 !important;
}

/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}
header {
  color: #fff; }
  header .top-menu-wrapper {
    background-color: #000; }
    header .top-menu-wrapper .top-nav {
      padding: 10px; }
  @media (min-width: 992px) {
    header .burger-icon {
      display: none; } }
  header .social-header {
    cursor: pointer; }
  header .fa {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    cursor: pointer; }
  header .nav-search {
    width: 0px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    padding-right: 50px;
    transition: all 0.5s ease;
    border-radius: 5px;
    position: relative; }
  header .input {
    border: 0px;
    background: white;
    width: 0%;
    padding: 5px 0;
    outline: none;
    color: black;
    font-weight: bold;
    transition: all 0.3s ease;
    height: 80%; }
  header .input.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.3s 0.4s ease; }
  header .nav-search.active {
    width: 100%;
    padding-left: 25px;
    transition: all 0.5s ease; }

footer {
  background-color: #5f6366;
  color: #fff; 
}
  @media (max-width: 992px) {
    footer {
    font-size: 13px;
    } 
  	
  }
  footer .footer-addres {
    text-align: center; }

.form {
  margin-top: 50px; }
  .form h1 {
    text-align: center;
    margin-bottom: 30px; }
  .form .form-input-wrapper input {
    padding: 6px;
    cursor: pointer;
    margin-bottom: 20px;
    border: none;
    width: 100%; }

.catalog {
  margin-top: 50px; }
  .catalog h1 {
    font-size: 24px;
    line-height: 29px;
    color: #474a51;
    margin-bottom: 30px;
    width: 349px; }
  @media (min-width: 768px) {
    .catalog h1 {
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      height: 44px;
      align-self: center;
      text-align: center;
      margin-bottom: 0;
      width: 100%; } 
  	
  }

.catalog-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .catalog-wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }

#about {
  margin-top: 50px; }
  #about h1 {
    margin-bottom: 30px;
    color: #474a51;
    text-align: center; }

.company-wrapper {
  padding: 50px 32px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 768px) {
    .company-wrapper {
      width: 100%;
      height: 1069px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; } }

.company-text {
  color: #fff;
  font-size: 11px;
  line-height: 13px; }
  .company-text p:not(:first-child) {
    margin-bottom: 20px; }
  .company-text p:first-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .company-text {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 10px;
      width: 920px;
      height: 664px;
      font-size: 16px;
      line-height: 24px;
      padding: 50px 95px; } }
  @media (min-width: 992px) {
    .company-text {
      font-size: 22px; } }

.card {
  color: #474a51;
  align-items: center;
  border: none;
  margin-top: 30px;
}
  .card:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.69); }
  .card button {
    margin-top: 10px;
    height: 49px;
    font-size: 20px;
    line-height: 29px;
    width: 100%;
    margin-bottom: 10px; }
    .card button:hover {
      background: #730000; }
  .card img {
    width: 100%; }

thead tr th {
  text-align: right;
  vertical-align: middle !important; }

.card-table {
  margin: 0 auto;
  width: 100%;
  color: #3A3A41;
  height: 100%; }

tbody tr th {
  text-align: end;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px; }

.card-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-top: 3px;
  text-align: center;
  width: 100%;
  display: inline-block; }

.card-describe {
  width: 100%;
  border-top: 2px solid gray;
  height: 160px;
  display: flex;
  align-items: flex-end;
  margin-top: 27px;
  margin-bottom: 11px; }

#reviews .reviews {
  margin-top: 50px; }
  #reviews .reviews .reviews-all {
    cursor: pointer;
    color: #a5a7a8;
    text-align: center;
    margin-top: 30px;
    text-decoration-line: underline; }
  #reviews .reviews h1 {
    margin-bottom: 30px;
    color: #474a51;
    text-align: center; }

.review-card {
  background-color: #F5F5F5;
  padding: 20px;
  color: #757575;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.stars {
  display: flex; }

.review-card-author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px; }

.review-user-name {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 13px; }
  .review-user-name span {
    margin-left: 10px; }

.review-user-name {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px; }

.stars {
  margin-left: 10px; }
  .stars svg {
    width: 23px;
    height: 23px;
    margin-right: 5px; }

#contacts-page {
  margin-top: 50px; }
  #contacts-page h1 {
    text-align: center;
    color: #474a51;
    margin-bottom: 30px; }
  #contacts-page .contacts-address-list {
    color: #474a51; }
  @media (min-width: 576px) {
    #contacts-page .contacts-ad-wr {
      display: flex;
      flex-direction: row;
      align-items: center; }
      #contacts-page .contacts-ad-wr svg {
        width: 30px;
        height: 30px; } }
  @media (min-width: 768px) {
    #contacts-page .contacts-ad-wr {
      flex-direction: column;
      justify-content: space-between; }
      #contacts-page .contacts-ad-wr svg {
        width: 45px;
        height: 45px; } }
  #contacts-page .contacts-ad-wr .slw {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    #contacts-page .contacts-ad-wr .slw ul li {
      margin-right: 10px; }

#reviews-page .reviews-page {
  margin-top: 50px; }
  #reviews-page .reviews-page h1 {
    margin-bottom: 30px;
    color: #474a51;
    text-align: center; }
  #reviews-page .reviews-page button {
    width: 100%;
    margin-top: 30px; }
  @media (min-width: 768px) {
    #reviews-page .reviews-page button {
      width: 30%; } }
  #reviews-page .reviews-page .reviwes-wrapper {
    flex-direction: row; }

#sales-page {
  margin-top: 50px; }
  #sales-page h1 {
    text-align: center;
    color: #474a51;
    margin-bottom: 30px; }

#about-page {
  margin-top: 50px; }
  #about-page h1 {
    text-align: center;
    color: #474a51;
    margin-bottom: 30px; }

#card-page {
  margin-top: 50px; }
  #card-page h1 {
    text-align: center;
    color: #474a51;
    margin-bottom: 30px; }
  #card-page button {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px; }

#partners {
  margin-top: 50px;
  background-color: grey; }
  #partners h1 {
    text-align: center;
    color: #fff; }
  #partners .partners-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px; }

#features {
  background-color: #4d6d9a; }
  #features h1 {
    margin-bottom: 30px;
    color: white;
    text-align: center; }
    @media (min-width: 576px) {
      #features h1 {
        margin-bottom: 0; } }
  #features svg {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    fill: white; }
  @media (min-width: 768px) {
    #features {
      width: 100%; }
      #features svg {
        margin-right: 0;
        margin-bottom: 0px; } }

.features-items {
  color: #fff;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .features-items {
      background-image: none;
      padding-bottom: 0;
      justify-content: flex-start;
      color: white; } }
  @media (min-width: 992px) {
    .features-items {
      padding-bottom: 0; } }

.features-items .features-item {
  margin-bottom: 30px; }
  .features-items .features-item p {
    margin-bottom: 0;
    font-weight: bold; }

@media (min-width: 768px) {
  .features-items {
    padding-left: 20px;
    padding-top: 50px;
    align-items: flex-start;
    padding-bottom: 0; }
    .features-items .features-item {
      margin-bottom: 30px;
      justify-content: space-between; } }

#works .works {
  margin-top: 50px; }
  #works .works h1 {
    margin-bottom: 30px;
    color: #474a51;
    text-align: center; }

#works .works-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    #works .works-wrapper {
      margin: 0; } }

#payments {
  background-color: #4d6d9a;}
  #payments h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
    #payments h2{
    	color:#fff;}
  #payments .payments-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    #payments .payments-item svg {
      fill: #fff;
      margin-bottom: 0px; }

#partners {
  margin-top: 50px;
  background-color: grey; }
  #partners h1 {
    text-align: center;
    color: #fff; }
  #partners .partners-wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px; }

#bottom-menu .bottom-menu-wrapper {
  display: none;
  background-color: #4d6d9a; }
  @media (min-width: 992px) {
    #bottom-menu .bottom-menu-wrapper {
      display: flex; } }
  #bottom-menu .bottom-menu-wrapper ul li {
    padding: 0px;
    cursor: pointer;
    display: block;
    position: relative;
    transition-duration: 0.3s;
    color: #fff; }
  #bottom-menu .bottom-menu-wrapper ul li a {
  	  padding: 10px;
    display: block;
  }
  #bottom-menu .bottom-menu-wrapper ul li:hover {
    background: #a5a7a8; }
  #bottom-menu .bottom-menu-wrapper ul li ul {
    background: #6c6e70;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    width: 130%;
    position: absolute;
    transition: all 0.5s ease;
    /*margin-top: 10px;*/
    left: 0;
    display: none; }
  #bottom-menu .bottom-menu-wrapper ul li:hover > ul,
  #bottom-menu .bottom-menu-wrapper ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block; }
  #bottom-menu .bottom-menu-wrapper ul li ul li {
    clear: both;
    width: 100%; }

#menu {
  position: relative; }

.mmenu-links {
  position: absolute;
  z-index: 1000;
  top: 480px;
  left: 20px; }
  .mmenu-links div {
    margin-right: 50px; }
    .mmenu-links div svg {
      fill: white; }
.navbar-text{padding:0px;}
#sales {
  margin-top: 50px; }
  #sales h1 {
    margin-bottom: 30px;
    text-align: center;
    color: #474a51; }
  #sales .container {
    background-position: bottom right;
    background-repeat: no-repeat; }
 
  #main-banner .container {
    height: 100%; }
  #main-banner .row {
    height: 100%; }
  #main-banner .banner-text {
    color: #fff; 
  	/*background-color: #00000025;*/
  }
    #main-banner .banner-text ul {
      text-align: center; }

ul {
  padding-left: 40px;
  }
  ul li {
     list-style: none;  }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

@media (min-width: 576px) {
  body {
    font-size: 16px; } }

@media (min-width: 768px) {
  body {
    font-size: 16px; } }

@media (min-width: 992px) {
  body {
    font-size: 18px; } }

button {
  padding: 10px;
  cursor: pointer;
  background-color: #ad0000;
  font-style: bold;
  font-size: 20px;
  border: none;
  color: white;
  transition-duration: 0.3s; }
  button:hover {
    background-color: #ad0000; }
     #main-banner{
		background: url("../img/banner2.jpg") no-repeat 70% 0% !important;
	}
	.banner-text>ul>li{
		text-align: left;
	}
.modal-content{
	background-color: #6c6e70 !important;
}
.modal-title{
	color: #fff;
}
.close{
	color:#fff !important;
}
.modal-header{
	border: none !important;
}
.input-modal{
	background-color:#fff;
	transition-duration: 0.3s;
	border: none;
}
.btn-modal{
	background-color: #ad0000;
	color: white;
	transition-duration: 0.3s;
}
.banner-list li {
		list-style: disc !important;
}
	.form{
		background-color: #4d6d9a;
		color: #fff;
	}
	.form-wrapper{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.dropdown{
		z-index: 1000;
	}
	.dropdown>li>a{
		display: inline-block;
		width: 100%;
	}
	#partners{
		background-color: #fff;
	}
	.partners>h1{
		color: #474a51 !important;
		margin-bottom: 30px;
	}
	.partners-wrapper>div>img{
		border: 2px solid #474a51;
		border-radius: 5%;
		overflow: hidden;
	}
		.payments-item{
		color: #474a51;
	}
		.reviews-all{
		text-align: center;
		text-decoration: none !important;
		
	}
	.reviews-all:hover{
		text-decoration: underline !important;
	}
	
	.sales-all{
		text-align: center;
		text-decoration: none !important;
	}
	.sales-all:hover{
		text-decoration: underline !important;
	}


a:focus{outline:none !important;}
a{
	color:white !important;
}
a:hover{
	text-decoration:none !important;
	color: white !important;
}
/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}
footer ul li{
	text-align: left;
}
footer a:hover{
	text-decoration: underline !important;
}

    .tvtable td:nth-child(2) {
    text-align: right;
   } 

    
		.sales-item p{
		font-size: 25px;
	}
	.delivery-wrapper>h2{
		color: #474a51;
	}
	#delivery{
		margin-top: 50px;
	}
	.delivery-table th{
		text-align: left;
	}
	.delivery-table>tbody tr{
		border-bottom: 1px solid black;
		padding: 10px;
	}
	.category h1{
		color: #474a51;
	}
		.contacts-address-list>li>a{
		color:#474a51 !important;
		text-decoration: underline;
	}
	.card-describe-page{
		min-width: 70%;
		overflow: auto;
		
	}
	.card-page-wrapper>img{
		max-height: 400px;
		object-fit: contain;
	}
	.tvtable {
        margin: 0 auto;
        width: 100%;
        color: black;
        min-height: 100%;
    }
    .card-describe-page table td:nth-child(2) {
    text-align: right;
    }
    .card-describe-page table tr{
    	border-bottom: 1px solid black;
    }
    .card-btn>a{
    	text-align: center;
    }
    	.banner-text>ul>li{
		text-align: left;
	}
.modal-content{
	background-color: #474a51 !important;
}
.modal-title{
	color: #fff;
}
.close{
	color:#fff !important;
}
.modal-header{
	border: none !important;
}
.input-modal{
	background-color:#fff;
	transition-duration: 0.3s;
	border: none;
}
.btn-modal{
	transition-duration: 0.3s;
}
#gallery-page{
		margin-top: 50px;
	}
.modal-content{
		background-color: #474a51 !important;
	}
	.modal-title{
		color: #fff;
	}
	.close{
		color:#fff !important;
	}
	.modal-header{
		border: none !important;
	}
	.input-modal{
		background-color:#fff;
		width: 100%;
		transition-duration: 0.3s;
		border: none;
	}
	.btn-modal{
		transition-duration: 0.3s;
		background-color: #ad0000;
		color: white;
		border: none;
	}
	.btn-modal:hover{
		background-color: #990000;
	}
#top {
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    display: none;
    font-size: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 40, 62, 0.7);
    border-radius: 25px;
    z-index: 999;
    border:1px solid #999;
}
#top:hover {
    cursor: pointer;
    background: rgba(0, 40, 62, 1);
}
#footer-social {
    width: 45px;
    height: 100px;
    text-align: center;
    display: none;
    font-size: 30px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background: rgba(0, 40, 62, 0.7);
    border-radius: 25px;
    z-index: 999;
    border:1px solid #999;
}
.faq {
    /*border: 1px solid #9e9e9e;*/
    background-color: #F5F5F5;
    padding: 15px;
    margin: 10px;
    cursor: pointer;
    border-radius: 3px;
}
#faq {
    margin-top: 50px;
}
.over {overflow: auto;}
.width100 {width: 100%;}

.card-body {
    width: 100%;
}
.table a, b{
    color: #ad0000 !important;
}
 /*.nav-link.active .nav-tabs*/
.nav-link {
    color: #000 !important;
}
.nav-link:hover {
    color: #000 !important;
}
.calc {
	border: 1px solid #506d98;
    padding: 15px;
    margin: 10px;
    background-color: #506d980d;
    border-radius: 10px;
}
