
/* ==|== primary styles =====================================================
    À7™ - HTML5/CSS3 Responsive template
   ========================================================================== */
/*================================================
   normalize
================================================*/

html { font-size: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }

b, strong { font-weight: bold; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

img { border: 0; vertical-align: middle; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { resize: vertical; }

.hidden { display: none !important; }
.visuallyhidden { clip: rect(0 0 0 0); height: 1px; width: 1px; overflow: hidden; position: absolute; }


/*================================================
    RESET
================================================*/
html,
button,
input,
select,
textarea {
  color: #000;
}
::-moz-selection {
  background: #ffcc44;
  color: White;
  text-shadow: none;
}
::selection {
  background: #ffcc44;
  color: White;
  text-shadow: none;
}
body {
  font: 1em/1.4 Helvetica, Arial, Tahoma, Serif;

  
}
h1,
h2 {
  font-family: 'Open Sans', 'Century Gothic', Tahoma, Serif;
  font-weight: bold;
}
h3,
h4 {
  font-family: 'Open Sans', 'Century Gothic', Tahoma, Serif;
  color: #10253d;
}
h3,
h4 {
  font-family: 'Open Sans', 'Century Gothic', Tahoma, Serif;
  color: #10253d;
}
h1 {
}
h2 {
  color: #3891cf;
}
h2.orphan {
  margin: 0 0 20px;
}
h3 {
  margin: 0 0 20px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  outline: 0 none;
  color: #3891cf;
}
p {
  text-indent: 2em;
  text-align: justify;
}
strong {
  color: #000 !important;
}
/*================================================
    LAYOUTS
================================================*/
.container {
  margin: 0 auto;
  width: 1170px;
  gap: 10px; 
  justify-content: space-between; 
  align-items: flex-start; 
}
header {
  padding: 15px 0 0;
}
.block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
}
.content {
    padding: 0px 100px 0px 0px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #000;
    letter-spacing: .05rem;
    text-shadow: 0px 1px 0px #ffffff, 0px 1px 4px #c8c8c8;
}
.content img {
    max-width: 100%;
    height: auto; 
 /*   display: block; */
    object-fit: contain; 
}

.nav {
	position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px; 
    justify-content: space-between;
    font-family: Tahoma;
    background-image: linear-gradient(to right, #fff, #000);
    width: 90%;
    
}


.nav > :after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-top: 80px solid rgba(0, 0, 0, 1.0);
    position: absolute;
    top: 0px;
    right: -40px;
}
.block-1 {
    display: flex;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    flex: 1;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.block-2 {
    display: flex;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    flex: 1;
    align-items: flex-start;
    order: -1;
    flex-direction: row;
    flex-wrap: nowrap;
}
.number_auto {
  border: 2px solid #000;
  border-radius: 6px;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
  margin: 7px;
  padding: 5px; 
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: auto; 
  max-width: 120px; 
  text-align: center;
}

footer {
    display: flex; 
  flex-direction: row; 
  align-items: flex-start;
}
.footer-left {
  align-items: center;
  background-image: linear-gradient(to right, #fff, #000);
  width: 75%;
  justify-content: flex-end;
  display: flex;
  gap: 5px;
  padding: 0 15px 0 0;
  
    transform: none;
      position: relative; 
      margin: 0px 15px;
      height: 54px;
      font: 0.9em/0.8 Tahoma, Serif;
      font-weight: bold;
      color: #ffffff;
  
}
.footer-left :after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 54px solid rgba(0, 0, 0, 1.0);
    position: absolute;
    top: 0px;
    right: -29px;
}

.icon-telegram, .icon-viber, .whatsapp, .phone {
  width: 28px;
  height: 28px;
}
.phone {
  padding: 0 20px 0 0;
}


.user3 {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 0px;
}

.user3 .phone-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.user3 .phone-link:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

#logo {
float: left;
    padding: 5px 0px 5px 0px;
}



ul[role=navigation] {
padding-left: 0px;
}
ul[role=navigation] li {
  list-style: none;
  float: left;
  margin: 0 0 0 32px;
}
ul[role=navigation] li a {
 display:inline-block;
  vertical-align:top;
  padding:0 15px;
  margin-top: 10px;
  height:40px;
  color:#fff;
  text-decoration:none;
font-family: Tahoma;
  font-size:14px;
  line-height:40px;
  font-weight:bold;
  letter-spacing:0.05em;
  text-transform:uppercase;
  background: black;
  text-align:center;

    position: relative;
}

ul[role=navigation] li a:before {
	content:'';
	display:block;
	clear:both;
	width:0;
	height:0;
	border-left:20px solid transparent;
	border-bottom:40px solid rgba(0, 0, 0, 1.0);
	position:absolute;
	top:0;
	left:-20px;

}
ul[role=navigation] li a:after {
	content:'';
	display:block;
	clear:both;
	width:0;
	height:0;
	border-right:20px solid transparent;
	border-top:40px solid rgba(0, 0, 0, 1.0);
	position:absolute;
	top:0;
	right:-20px;

}
.bg1 {
    background: url(/images/paralax/grad67.jpg) repeat-x;
}
#car_anim {
    width: 250px;
 //   height: 200px;
    position: absolute;
}
#car_anim .phone {
    height: 60px;
}
#car_anim .phone>img {
    position: absolute;
    border: none;
}
#car_anim .wind {
    position: absolute;
    height: 15px;
    width: 73px;
    left: 0;
    top: 0;
    background: url(/images/paralax/wind.png) no-repeat;
    display: none;
    margin-left: 200px;
}
#car_anim .car {
    position: absolute;
    width: 345px;
    left: 10px;
    z-index: 1;
    margin-top: 76px;
    margin-left: 200%;

}
#car_anim .cars {
    position: absolute;
    margin-top: 80px;
    overflow: hidden;
    height: 100px;
    width: 1500px;
    left: 0px;
}
#car_anim .car>img,
#car_anim .cars>img {
    position: absolute;
    border: none;
}



/*
	RESPONSIVE STYLES
*/
@media only screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .content {
    padding: 5px;
  }
  .block-1 {
    padding: 5px;
  }
  .block-2 {
    padding: 5px;
  }     
  .nav {  
    background: rgba(119, 119, 119, 1.0);
    transform: none;
    position: relative;
    display: flex;
    gap: 20px;
    font-family: Tahoma;
    align-items: flex-end;
  }
  .nav > :after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 130px solid rgba(119, 119, 119, 1.0);
    position: absolute;
    top: 0px;
    right: -50px;
  }
  .social-icons {
    display: flex;
    justify-content: flex-end;
  }
  ul[role=navigation] {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  body {
    /* font-size: 0.8125em; */
  }
  h1 {
  margin: 10px 0 0 0;
  font-size: 1.5em;
  font: 1.5em / 1.2em Helvetica, Arial, sans-serif;
  font-weight: bold;
}

  h2.orphan {
    margin: 0 5% 20px;
    width: 90%;
  }
  .container {
    position: relative;
    width: 100%;
  }
  header {
      position: relative;
    width: 100%;
    background: none;
    padding-top: 0;
  }
  .content {
  padding: 5px;
      font-family: Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    line-height: 120%;
    color: #000;

     text-shadow: none;
}
  .block-1 {
    padding: 5px;
  }
  .block-2 {
    padding: 5px;
  }  

.nav {  
	background-image: none;
        border: none;
        width: 100%;
	background: none;
        align-items: flex-start;
        display: flex
;
}
.nav > :after {
    content: '';
    display: none; 
    width: 0;
    height: 0;
    border: none; 
}
  
.nav-left {  
  background-image: none;
  border: none;
  transform: none;
  margin: 0px;
   width: 50%;
   justify-content: flex-end;
   gap: 6px;
}  

.social-icons {
    right: 5%;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    display: inline-block;
    max-width: 195px;
  }
.social-icons li {
    display: inline-block; 
    margin-left: 10px; 
}
#logo {
        width: 100%;
        text-align: right;

}
.user3 {
float: right;

}
  .user3 .phone-link {
    color: #000; 
    text-decoration: none; 
    font-weight: bold; 
   
}

nav {
    float: none;
    display: block;
    width: 90%;
  }
  ul[role=navigation] li {
    float: none;
    display: block;
    margin: 0 5% 5px;
    width: 100%;
  }
  ul[role=navigation] li a {
  color: #fff;
  display: block;
  padding: 0;
  background: #333;
  }
ul[role=navigation] li a.activePage :before,
ul[role=navigation] li a:hover :before,
ul[role=navigation] li a:before,
ul[role=navigation] li a:after  {
	border: 0;
  }
  
  ul[role=navigation] li a .icon {
    font-size: 22px;
    vertical-align: text-bottom;
  }
  

.footer-left {
  position: relative;
  font: 0.9em/0.8 Tahoma, Serif;
  font-weight: bold;
  color: #ffffff;
  border: none;
  transform: none;
  margin: 0px 7px;
  justify-content: flex-end;
  gap: 6px;
}
  
  .footer-left :after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 54px solid rgba(0, 0, 0, 1.0);
    position: absolute;
    top: 0px;
    right: -29px;
}
.icon-telegram, .icon-viber, .whatsapp, .phone {
  width: 24px;
  height: 24px;
}
 .phone {
  padding: 0 8px 0 0;
}
 
  
#car_anim .car {
    margin-left: 0px;
}
#car_anim .wind {
    margin-left: 0px;
}
