/* FONTS */
@font-face {
  font-family: 'Magistral Medium';
  src: url('../fonts/Magistral-Medium.eot');
  src: url('../fonts/Magistral-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Magistral-Medium.svg#Magistral-Medium') format('svg'), url('../fonts/Magistral-Medium.ttf') format('truetype'), url('../fonts/Magistral-Medium.woff') format('woff'), url('../fonts/Magistral-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.otf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.otf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.otf');
}
/* common */
body {
  scroll-behavior: smooth;
  font-family: 'Roboto-Light', sans-serif;
  color: #343a40;
  font-size: 18px;
}
section {
  padding: 80px 0;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}
.big {
  font-family: 'Magistral Medium';
  font-size: 24px;
}
.orange {
  color: #fea513;
}
.white {
  color: #fff;
}
.main-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  background: none;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fd810e), to(#fda41f));
  background: linear-gradient(to top, #fd810e, #fda41f);
  border-radius: 6px;
  padding: 16px;
  font-family: 'Roboto-Medium';
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-btn:hover {
  -webkit-box-shadow: 0px 0px 15px #FDA41F88;
          box-shadow: 0px 0px 15px #FDA41F88;
}
.main-btn:focus {
  -webkit-box-shadow: 0px 0px 5px #FDA41F88;
          box-shadow: 0px 0px 5px #FDA41F88;
}
.main-input {
  padding: 15px;
  border: 1px solid #B0B8BB;
  border-radius: 6px;
  color: #3a4046;
  display: block;
  width: 100%;
  margin: 10px auto;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-input:hover {
  border: 1px solid #666;
}
.main-input:focus {
  border: 1px solid #fea513;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/* typography */
a,
a:hover,
a:focus,
a:visited {
  color: #3a4046;
  text-decoration: none;
  outline: none;
}
p {
  margin-bottom: 0;
}
h1 {
  font-family: 'Magistral Medium';
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 2px;
}
h1 span.orange {
  font-size: 80px;
}
h2 {
  font-family: 'Magistral Medium';
  font-size: 44px;
  position: relative;
  margin: 0;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
h2::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 55px;
  height: 3px;
  background-color: #fea513;
}
h3 {
  margin: 0;
  font-family: 'Magistral Medium';
  font-size: 40px;
}
h4 {
  font-family: 'Magistral Medium';
  font-size: 21px;
  color: #40464B;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 20px;
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  margin-top: 10px;
}
.header p {
  font-family: 'Magistral Medium';
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}
.header a,
.header a:hover,
.header a:focus,
.header a:visited {
  font-family: 'Magistral Medium';
  color: #fff;
  font-size: 20px;
}
.header.fixed {
  background-color: #3A4046;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.header-contact a {
  margin-left: 15px;
}
.header-email {
  text-align: right;
}
.header-email a,
.header-email a:hover,
.header-email a:focus,
.header-email a:visited {
  font-family: 'Roboto-Regular';
  font-size: 18px;
}
/* main */
.main {
  min-height: 100vh;
  background: url(../img/bg-main.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.bullet {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bullet p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.bul1 {
  background: url(../img/bul1.png) center top no-repeat;
  padding-top: 90px;
}
.bul2 {
  background: url(../img/bul2.png) center top no-repeat;
  padding-top: 90px;
  background-size: 85px 85px;
}
.bul3 {
  background: url(../img/bul3.png) center 10px no-repeat;
  padding-top: 90px;
  background-size: 60px 60px;
}
.main-form {
  margin-left: 15px;
  margin-right: 15px;
}
/* advant */
.advant-item {
  padding: 20px;
  min-height: 150px;
  position: relative;
}
.advant-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fea513;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: default;
}
.advant-item:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: default;
}
.advant-item p {
  font-size: 16px;
  position: relative;
  z-index: 1;
  cursor: default;
}
.advant-item h4 {
  position: relative;
  z-index: 1;
  cursor: default;
}
.advant .ai1 {
  position: relative;
  z-index: 1;
}
.advant .ai1:before {
  content: '1';
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Magistral Medium';
  font-size: 150px;
  color: #fea513;
  z-index: 0;
  opacity: 0.2;
}
.advant .ai2 {
  position: relative;
}
.advant .ai2:before {
  content: '2';
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Magistral Medium';
  font-size: 150px;
  color: #fea513;
  z-index: 0;
  opacity: 0.2;
}
.advant .ai3 {
  position: relative;
}
.advant .ai3:before {
  content: '3';
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Magistral Medium';
  font-size: 150px;
  color: #fea513;
  z-index: 0;
  opacity: 0.2;
}
.advant .ai4 {
  position: relative;
}
.advant .ai4:before {
  content: '4';
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Magistral Medium';
  font-size: 150px;
  color: #fea513;
  z-index: 0;
  opacity: 0.2;
}
/* about */
.about {
  background: #ffffff url(../img/bg1.jpg) center no-repeat;
  background-size: cover;
}
/* warranty */
.sert {
  margin: 30px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.sert img {
  max-height: 400px;
  border: 4px solid #fe840f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sert:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.sert:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/loop.png) center no-repeat;
}
.sert:hover img {
  opacity: 0.4;
}
/* price */
.price {
  background-color: #F9F9F9;
  position: relative;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.karyer-table {
  margin: 30px auto;
  width: 100%;
}
.karyer-table th {
  padding: 20px;
  font-family: 'Magistral Medium';
  background-color: #3a4046;
  color: #fff;
  font-weight: normal;
  font-size: 21px;
}
.karyer-table th:last-child {
  text-align: center;
}
.karyer-table td {
  padding: 20px;
  font-family: 'Roboto-Regular';
  font-size: 21px;
}
.karyer-table td:last-child {
  text-align: center;
}
/* forma */
.forma {
  background-color: #343a40;
  position: relative;
}
.forma:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 300px;
  background: url(../img/samosval.png) center no-repeat;
  background-size: contain;
}
.forma h3 {
  text-align: center;
  color: #fff;
}
.forma p {
  text-align: center;
  color: #fff;
  margin: 20px auto;
  font-size: 24px;
}
/* foto */
.foto {
  border-bottom: 3px solid #fe840f;
}
.slide {
  padding: 10px;
}
.slick-prev {
  width: 60px;
  height: 60px;
  background: url(../img/prev.png) center no-repeat;
  background-size: contain;
  left: -40px;
}
.slick-next {
  width: 60px;
  height: 60px;
  background: url(../img/next.png) center no-repeat;
  background-size: contain;
  right: -40px;
}
.slick-dots li.slick-active button {
  background-color: #fe840f;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid #fe840f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:before {
  content: '';
}
/* contact */
.contact {
  padding: 0;
}
.contact .contacts {
  margin-top: 40px;
  margin-left: 100px;
}
/* footer */
.footer {
  padding: 10px 0;
  background-color: #343a40;
}
.footer p {
  color: #fff;
  cursor: pointer;
}
.thanks h2::after {
  width: 0;
}
/* modal */
button.close {
  opacity: 1;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
button.close:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
button.close:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
/* media */
@media (min-width: 1200px) and (max-width: 1800px) {
  h1 {
    font-size: 50px;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .header p {
    font-size: 19px;
  }
  h1 {
    font-size: 44px;
  }
  h1 span.orange {
    font-size: 60px;
  }
  h2 {
    font-size: 34px;
  }
  .bullet p {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  .advant-item p {
    font-size: 14px;
  }
  .karyer-table th {
    font-size: 18px;
    padding: 15px;
  }
  .karyer-table td {
    font-size: 18px;
    padding: 15px;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 15px;
  }
  .header p {
    font-size: 15px;
  }
  h1 {
    font-size: 50px;
  }
  h1 span.orange {
    font-size: 50px;
  }
  .bullet p {
    font-size: 16px;
  }
  .main-input {
    font-size: 14px;
  }
  .main-btn {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
  h4 {
    font-size: 19px;
  }
  .big {
    font-size: 21px;
  }
  .karyer-table th {
    font-size: 18px;
    padding: 15px;
  }
  .karyer-table td {
    font-size: 18px;
    padding: 15px;
  }
  .contact .contacts {
    margin-left: 0;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  body {
    font-size: 15px;
  }
  .header {
    height: 80px;
  }
  .header-email {
    display: none;
  }
  .header .logo {
    margin-top: 0px;
  }
  .header p {
    font-size: 15px;
  }
  h1 {
    margin-top: 20px;
    font-size: 28px;
  }
  h1 span.orange {
    font-size: 40px;
  }
  .header-contact,
  .header-email {
    text-align: center;
  }
  .bul1,
  .bul2 {
    background-size: 60px;
    padding-top: 70px;
  }
  .bul3 {
    background-size: 40px;
    padding-top: 70px;
  }
  .bullet p {
    font-size: 14px;
  }
  .main-input {
    font-size: 14px;
    max-width: 300px;
  }
  .main-btn {
    font-size: 15px;
    max-width: 300px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 17px;
  }
  .big {
    font-size: 21px;
  }
  .karyer-table th {
    font-size: 16px;
    padding: 10px;
  }
  .karyer-table td {
    font-size: 16px;
    padding: 10px;
  }
  h3 {
    font-size: 20px;
  }
  .forma::before {
    background: none;
    width: 0;
    height: 0;
  }
  .forma p {
    font-size: 18px;
  }
  .contact .contacts {
    margin-left: 0;
    padding-bottom: 40px;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
  .left,
  .right {
    text-align: center;
  }
}
