body{
  background-color: rgb(245,238,230);
}

#top {
position: absolute;
top: 150px;
}
#top .blocktext {
  margin: 0;
  
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
footer{
  color:#ffffff;
}
footer p:hover{
  color: #e64632 !important;
}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, p::selection, ins::selection, a::selection, li::selection, span::selection, ul::selection, b::selection
{
  color: #ffffff;
  background-color: #e64632;
}
div.scrollup {
  position: fixed;
  color: #fff;
  background-color: rgb(6, 15, 40);
  right: 20px;
  bottom: 0px; 
  padding: 4px 10px;
  font-size: 30px; 
  border-top-left-radius: 4px; 
  border-top-right-radius: 4px; 
  cursor: pointer; 
  display: none; 
  text-align: center; 
  z-index:100;
}
div.scrollup:hover {
  background-color: #e64632;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: rgb(6, 15, 40);
}
.cookiealert a {
color: #e64632;
text-decoration: none;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  }
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.mgt15{
  margin-top:15px !important;  
}
.mgt50{
  margin-top:50px;
}
@media (max-width:768px){
  .mgt50{
    margin-top:0px;
  }
}
.big-ln{
  line-height: 1.7rem;
}
.mgb{
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: -1rem;
  z-index: 10;
}
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* .bg-s1 {
background-image:url("../img/MainBG.png");
background-size: cover;
background-position:center;
background-attachment: fixed;
width: 100%;
} */
 
 
/* @media (max-width:270px) {
.bg-s1 {
background-image: url("../img/MainBG.png");
background-size: cover;
background-position:center;
background-attachment: fixed;
width: 100%;
}
} */

/* html {
  width: 100vw;
} */

.bg-container img.default,
.bg-container img.small {
  width: 100%;
  height: auto;
}

.bg-s1 {
  background-image: url(../img/MainBG-min.png);
  background-attachment: fixed;
  height: 100vh;
  background-size: 100% 100%;
}

.bg-container img.default {
  display: block;
}

.bg-container img.small {
  display: none;
}

@media (max-width : 600px) {
  .bg-s1 {
    background-image: url(../img/MainBG-sm-min.png);
    width: 136%;
    height: 136vh;
  }

  .bg-container img.default {
    display: none;
  }

  .bg-container img.small {
    display: block;
  }
}

@media (hover: none) and (pointer: coarse) {
  .bg-s1 {
    background-image: url(../img/MainBG-sm-min.png);
    width: 100%;
    object-fit: contain;
  }
}

.d-none a {
  color: #fff;
  font-size: 14px;
}
.d-none p {
  color: #fff;
  font-size:14px;
}
.d-none a:hover {
  color: #e64632;
  transition: color 0.35s;
}
.d-none p:hover {
  color: #e64632;
  transition: color 0.35s;
}
.list-group-item {
  color: #fff;
  transition: color 0.35s;

}
.carousel-caption p {
  margin-bottom: 30px;
  color: #fff;
}
.carousel-caption h1, .carousel-caption h2 {
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
  font-weight: 700;
  font-size: 46px;
}
@media (max-width:970px) {
.carousel-caption h2, .carousel-caption h1 {
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 4px 4px 4px rgb(0, 0, 0);
    font-weight: 700;
    font-size: 36px;
  }
}
#Menu {
  top: 0;
  transition: all 1s;
  border-bottom: solid 0.5px var(--bs-gray-500) ;
}
@media (max-width:270px) {
  #Menu {
      
      /* background-color: rgb(6, 15, 40); */
    transition: all 0.5s;
  /* background-image:url("../icons/img/logo.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: auto; */
    width: 100%;
    height: 400px;
      
   
  }
}
.MenuColor {
  background-color: #b3e002;
}
.MenuColor1 {
  background-color: var(--bs-gray-200);
  position: fixed;
}
.mgl30 {
  margin-left:30px;
}
@media (max-width: 768px) {
  .mgl30 {
    margin-left: 0px;
  }
}
.bg-ft {
  background-color: #b3e002;
}
footer .nav-link p{
color:#fff;
transition: color 0.3s ease-in-out;
}
footer p:hover{
  color: #dc3545;
}
#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2 {
  font-weight: 900;
  color: rgb(6, 15, 40);
  font-size: 2.5rem;
}
@media(max-width: 997px)
{
  #section2 h2, #section3 h2, #section4 h2, #section5 h2{
    font-size: 2rem;
  }
 .h2{
    font-size: 1.4rem;
  }
}
#section2 h3, #section2 h4, #section3 h3 {
  font-weight: 700;
  color: rgb(6, 15, 40);
  margin-top: 1.5rem;
}
#section4 h3{
  font-weight: 700;
  color: rgb(6, 15, 40);
  margin-top: 0.5rem;
}
#section31:hover, #section32:hover, #section33:hover{
  color: #e64632;
  transition: color 0.15s;
}
.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
  color: black
}
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}
.chevron-down {
  position: relative;
  transform: scale(var(--ggs,1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
  color: #e64632;
}
 .chevron-down::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  left: -10px;
  top: -3px;
 } 
#section3 li{
letter-spacing: 0.5px;
}
.big-plus{
  padding-left: 5px;
  margin:0px !important;
  font-size: 23px !important;
  font-weight: 900;
}
.ps-border-down
 {
font-weight: 700;
font-size: 1.2rem;
color: rgb(6, 15, 40);
 }
.ps-border-down-mid{
font-weight: 700;
font-size: 1.2rem;
color: rgb(6, 15, 40);
}
.ps-border-down::after
 {
  content: " ";
  border: solid 2px #e64632;
  display: block;
  width: 10rem;
  margin: 8px 0px 8px 0px;
 }
 .ps-border-down-mid::after
 {
  content: " ";
  border: solid 2px #e64632;
  display: block;
  width: 10rem;
  margin: 8px auto 8px auto;
 }
#section3 .modal-footer p{
  font-size: 12px;
}
  #section2 p, #section3 p{
    font-size: 16px;
    letter-spacing: 0.4px;
    color: rgb(6, 15, 40);
   
    margin: 0px 0px 15px;
  }
.GpsHero{
  font-size: 16px;
  letter-spacing: 0.4px;
  color: rgb(6, 15, 40);
 
  margin: 0px 0px 3rem;
}
  #section2 a {
font-weight: 600;
  }
.sert{
  position: relative;
  height: 250px;
  background-size: cover;
  top:0;
  left:0;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 1s ease;
}
.item{
margin:8px;
height: 220px;
width: 355px;
border: 4px solid #FFFFFF !important;
    box-shadow: 0px 0px 2px 0px #333333;
}
.item55{
  margin:8px;
 
    border: 8px solid #FFFFFF !important;
    box-shadow: 1px 1px 3px #333333;
}
@media (max-width: 768px){
 .item{
 height:280px 
}
}

.backblock{
  position:absolute;
  left:0;
  bottom:0;
  right:0;
  top:0;
  background:rgba(255,255,255, 0.7);
  padding:5px;
  display:none;
}
.holder:hover .block{
  display:block;
}

.img_block .over_block {
  width:100%;
  height:100%;
  position:absolute;
  z-index: 10;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}
.img_block:hover .over_block {
  display:block;
}
.img_block span {
  background: linear-gradient(to bottom, rgba(6, 15, 40, 0.2) 0%, rgba(6, 15, 40, 0.9) 100%);
  width:100%;
  height:0px;
  font-size:14px;
  line-height:60px;
  position:absolute;
  display:block;
  overflow: hidden;
  bottom:0px;
  left:0;
  z-index: 11;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
.img_block:hover span {
  bottom:0;
  height:60px;
  color: #ffffff;
}
#section3 .img_block span {
  background: rgba(6, 15, 40, 0.8);
  width:100%;
  position:absolute;
  display:block;
  overflow: hidden;
  height:0;
  top:0;
  left:0;
  z-index: 11;
  border-radius: 9px;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: center;
}
#section3 .img_block:hover span {
  bottom:0;
  height:100%;
  width: 100%;
}

@media (max-width: 768px){
  #section3 #line-center{
    text-align: left;
  }
}
@media (max-width: 768px){
  #section3 #line-center::after{
    content: " ";
    border: solid 2px #e64632;
    display: block;
    width: 5rem;
    margin-left: 0%;
  }
}
.sect3end{
  background: url('../img/Taho3end.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0;
  margin-top: 3rem;
}
.sect3endIphone{
  background: url('../img/Taho3end.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  padding: 3rem 0;
  margin-top: 3rem;
}
.sect2end{
  background: url('../img/Card.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 2rem 0;
  margin-top: 2rem;
}
.sect2endIphone{
  background: url('../img/Card.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  padding: 2rem 0;
  margin-top: 2rem;
}
.btn-sect2end {
  display: block;
  color: #fff;
  border-color: #e64632;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  width: 12rem;
  height: 3rem;
  }
.btn-sect2end:hover {
  color: #fff;
  background-color: #e64632;
  border-color: #e64633;
}
.btn-check:focus + .btn-sect2end, .btn-sect2end:focus {
  color: #fff;
  background-color: #e64633;
  border-color: #e64633;
  box-shadow: 0 0 0 0.25rem rgba(247, 46, 46, 0.5);}
#section2 .mr100 {
  margin-right: 100px;
}
@media (max-width: 768px){
  #section2 .mr100{
    text-align: left;
    margin-right: 0;
  }
}
.usttaho{
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  top:0;
  left:0;
  background-image: url("../img/img_tahograf1600.png");
}
.activeblock
{
  position: relative;
  width: 100%;
  height: 490px;
  background-size: cover;
  top:0;
  left:0;
  background-image: url("../img/active_block.png");
}
@media (max-width: 997px){
  .usttaho{
    width: 100%;
    height: 200px;
  }
}
.card360 {
  width: 300px;
  height: 210px;
  position: relative;
  perspective: 1000px;
}
.front360, .back360 {
  position: absolute;
  display: flex;
  transition: 1s;
  backface-visibility: hidden;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(180,0,0);
  visibility:visible;
  margin: 15px auto 20px;
  padding: 5px;
  font-size: 0;
  border: 2.5px solid rgb(6, 15, 40);
  border-radius: 10px;  
 }
.img100
{
  max-width:100%;
}
 @media(max-width: 335px)
{
  .front360{
    padding:2px;
  }
}
@media(max-width: 335px)
{
  .back360{
    padding:2px;
  }
}
.back360 {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.card360:hover .front360,.card360:focus .front360  {
	transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.card360:hover .back360,.card360:focus .back360  {
	transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.fa-sort-down{
  font-size: 2rem;
  color: #e64632;
  margin-left: 50%;
  margin-right: 50%;
}
@media(max-width: 768px){
  .fa-sort-down{
    font-size:19px;
  }
}
#section31 p, #section32 p, #section33 p{
  font-size: 1.3rem;
}
.product-slider__item {
max-width: 350px;
padding-left: 30px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 3px;
color: #e64632;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 0%;
background-repeat: no-repeat;
background-size: 3px 0%;
transition: background-size .5s, background-color .5s;
}
.product-slider__item h2{
  color:#2a3c4c
}
.product-slider__item:not(:last-child){
margin-bottom: 20px;
}
.product-slider__item.active,
.product-slider__item:hover {
background-size: 3px 100%;
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05)
}
.product-slider__title {
font-size: 22px;
line-height: normal;
font-weight: 600;
color: rgb(6, 15, 40);
margin: 0 0 20px;
cursor: default;
}
.product-slider__text {
font-size: 16px;
color: rgb(6, 15, 40);
margin: 0 0 8px;
cursor: default;
line-height: 1.7rem;
}
.product-slider__images {
position: relative;
height: 100%;
}
.product-slider__image {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
opacity: 0;
transition: opacity .5s ease-in-out;
border-radius: 1rem;
max-width: 105%;
}
.product-slider__image.active {
opacity: 1;
}
@media (max-width: 991px) {
  .product-slider__item {
    max-width: 100%;
    padding-left: 1rem;
  }
  .product-slider__item:not(:last-child) {
      margin-bottom: 30px;
  }
  .product-slider__item.active,
  .product-slider__item:hover {
      background-color: transparent;
  }
}
.fa-address-card{
  margin-left: auto;
  margin-right: auto;
}

#section1::before,
#section2::before,
#section3::before,
#section4::before,
#section5::before,
#section21::before,
#section22::before,
#section24::before,
#section25::before {
  display: block;
  content: ' ';
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
@media (min-width:992px) and (max-width: 1400px){
  #section1::before,
  #section2::before,
  #section3::before,
  #section4::before,
  #section5::before,
  #section21::before,
  #section22::before,
  #section24::before,
  #section25::before {
      display: block;
      content: ' ';
      margin-top: -85px;
      height: 85px;
      visibility: hidden;
    } 
    }
@media (max-width: 991px){
#section1::before,
#section2::before,
#section3::before,
#section4::before,
#section5::before,
#section21::before,
#section22::before,
#section24::before,
#section25::before {
    display: block;
    content: ' ';
    margin-top: 1px;
    height: 0px;
    visibility: hidden;
  } 
  }
.number1, .number2, .number3, .number4{
  font-size: 26px !important;
  line-height: normal;
  font-weight: 600;
  margin: 20px 0 13px;
  cursor:default;
}
#section5 {
  margin-top:3rem;
}
.sksisvg{
  height: 90px;
  width: 40%;
  background-image: url(../icons/4.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  transition: all 0.2s;
  margin: 20px;
}
.sksisvg:hover{
  background-image: url(../icons/5.svg);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
@media (max-width: 768px){
.sksisvg:hover{
  background-image: url(../icons/4.svg) !important;
}
}
@media (max-width: 768px){
.cardsvg:hover{
  background-image: url(../icons/6.png) !important;
  }
}
@media (max-width: 768px){
.tahosvg:hover{
background-image: url(../icons/2.svg) !important;
  }
}
.cardsvg{
  height: 101px;
  width: 70%;
  background-image: url(../icons/6.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  transition: all 0.2s;
  margin: 15px;
}
.cardsvg:hover{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  background-image: url(../icons/7.png);
}
.tahosvg{
  height: 90px;
  width: 75%;
  background-image: url(../icons/2.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  transition: all 0.2s;
  margin: 20px;
}
.tahosvg:hover{
  background-image: url(../icons/3.svg);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.contact-title{
  font-weight: 900;
  color: rgb(6, 15, 40);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-text{
  font-size: 16px;
  }
#section5 h2{
  font-weight: 900;
  margin: 0 0 1.8rem;
  line-height: normal;
  color: rgb(6, 15, 40);
}
.contact-text p{
  margin-bottom: 8px;
}
.contact-text b{
  font-size: 18px;
  font-weight: 600;
}
.mapboard{
border-right: 2px solid #2a3c4c;
}
@media (max-width: 997px){
  .mapboard{
    border-right:0;
    }
}
.t1{
  font-weight: 900;
  font-weight: bold;
  font-size: 1.5rem;
}
#section2 li {
  position: relative;
  display: block;
  padding: 0 0 8px;
  color: #212529;
  margin: 0 0 10px;
}
iframe{
  width: 100%;
}
.tahoust{
    height: 450px;
    width: 100%;
    background-image: url(../icons/tahoust.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
@media (max-width: 768px) {
    .tahoust {
      height: 220px;
    }
  }

.tahorem {
  height: 80%;
  width: 100%;
  background-image: url(../icons/tahorem.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .tahorem {
    height: 350px;
  }
}
@media (max-width:768px)
{
  .mb-3{
    margin-bottom: 0.5rem !important;
  }
}
.grecaptcha-badge{
  display: none;
}




td, th {
    border: 0px solid #dddddd;
    padding: 5px;
    text-align: center;
}
 
 
#main table.tbx th {
    background-color: #00529f;
    height: 38px;
    color: #fff;
    text-align: left;
    border-left: 1px solid #ededed;
    border-bottom: solid 2px #fff;
    padding: 0.5em 1em;
    font: bold 12px Arial, Helvetica, sans-serif;
	border: 1px;
	
}
#main td, th {
    border: 0px solid #dddddd;
    padding: 5px;
    text-align: center;
}
#main td.tbx   {
    background-color: #d9e6f6;
    height: 38px;
    text-align: center; 
    border-left: 1px solid;
    border-bottom: solid 2px;
    padding: 0.5em 1em; 
    border: 0px;
}
#main td.tbx1   {
    background-color: #FFFFFF;
    height: 38px;
    text-align: center;    
    border-left: 1px solid;
    border-bottom: solid 2px;
    padding: 0.5em 1em; 
    border: 0px;
}
 #main td.tbx2   {
    background-color: #cce2a1;
    height: 38px;
    text-align: center;    
    border-left: 1px solid;
    border-bottom: solid 2px;
    padding: 0.5em 1em; 
    border: 0px;
}
  #main td.tbx3   {
    background-color: #caccdb;
    height: 38px;
    text-align: center;    
    border-left: 1px solid;
    border-bottom: solid 2px;
    padding: 0.5em 1em; 
    border: 0px;
}
  #main td.tbx4   {
    background-color: #fff5c4;
    height: 38px;
    text-align: center;    
    border-left: 1px solid;
    border-bottom: solid 2px;
    padding: 0.5em 1em; 
    border: 0px;
}

 
 
#navbar {
  background-image:url("../icons/img/7.png");
  background-size: cover;
 
  }
 