body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

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

* {
  margin: 0;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input, textarea {
  outline: none !important;
}

input:active, textarea:active {
  outline: none !important;
}

input:focus, textarea:focus {
  outline: none !important;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  height: 80px;
  align-items: center;
}

.header-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 15px;
}

.header-phone {
  font-weight: 700;
  font-size: 18px;
  transition: 0.2s linear;
  color: #341EBD;
  grid-column: 3;
}

.header-phone:hover {
  font-size: 20px;
}

.header-phone > a {
  padding-left: 10px;
}

.mainScreen {
  background-color: #000;
  background: url(../img/bg1.jpeg) center no-repeat;
  background-size: cover;
  height: auto;
}

.mainScreen-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  height: 100vh;
  color: #fff;
}

.mainScreen-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.mainScreen-titleZone {
  margin: 0 15px;
}

.mainScreen-title {
  font-size: 48px;
  line-height: 1.17;
  margin-bottom: 30px;
  font-weight: 600;
}

.mainScreen-subtitle {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 400;
}

.mainScreen-btn {
  display: inline-block;
  color: #fff;
  padding: 15px 15px;
  font-weight: 700;
  margin: 50px 0;
  transition: 0.2s linear;
  box-shadow: none;
  border: 2px solid #EFEFEF;
  font-size: 18px;
  text-transform: uppercase;
}

.mainScreen-btn:hover {
  background-color: #ffffff;
  color: #000;
}

.mainScreen-boolZone {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 50px;
  margin: 0 15px;
}

.mainScreen-boolZone-bool {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 400;
}

.needIt {
  color: #FFFA93;
}

.marginAwes {
  margin-left: 15px;
}

.advan {
  padding: 130px 50px 150px 50px;
  background-color: #fcfbf7;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.advan_bulls_img {
  text-align: center;
  margin: 30px 0;
}

.advan_bulls_img > img {
  min-width: 80px;
}

.advan_bulls_txt {
  text-align: center;
  font-size: 22px;
}

.line_right {
  border-right: 2px solid #E7E6E4;
}

.services {
  width: 100%;
  background-color: #fcfbf7;
  height: auto;
}

.services_bulls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  padding: 10px 0 60px 0;
}

.services_bull {
  text-align: center;
}

.services_bull > h3 {
  text-transform: uppercase;
  margin: 15px 0;
}

.contacts {
  background-color: #000;
  height: auto;
  color: #fff;
  padding: 100px 0;
}

.contacts_title {
  text-align: center;
  font-size: 28px;
}

.contacts_phone {
  text-align: center;
  font-size: 40px;
  margin: 30px 0;
  font-weight: 800;
}

.contacts_mess {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  text-align: center;
}

.typeOf {
  width: 100%;
  max-width: 1170px;
  height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.typeOf-left {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  row-gap: 50px;
}

.typeOf-right {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  row-gap: 50px;
}

.typeOf-txt {
  margin-left: 10px;
}

.typeOf-txt-title {
  margin: 15px 0;
  font-size: 18px;
}

.mainForm {
  width: 100%;
  max-width: 760px;
  height: inherit;
  margin: 0 auto;
}

.mainForm-title {
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  color: #341EBD;
  margin-bottom: 40px;
}

.mainForm-form-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mainForm-form-desc {
  padding-bottom: 15px;
}

.mainForm-form-selector {
  max-width: 760px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 30px;
}

.mainForm-form-input {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.mainForm-form-btn {
  display: block;
  background-color: #FF0000;
  color: #fff;
  padding: 15px 60px;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.2s linear;
  box-shadow: none;
  border: 2px solid #FFF;
  font-size: 18px;
}

.mainForm-form-btn:hover {
  background-color: #ffffff;
  color: #ff0000;
  border: 2px solid #FF0000;
}

.mainForm-form-polit {
  margin: 30px 0;
  text-align: center;
  line-height: 1.6;
}

.cars_title {
  font-size: 32px;
  padding: 100px 0;
  text-align: center;
}

.cars_price {
  font-weight: 800;
  font-size: 24px;
  margin: 15px 0;
}

.freeCons {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.freeCons-img {
  background: url(../img/man1.jpg);
  background-size: cover;
}

.freeCons-img2 {
  background: url(../img/nissan2.jpg);
  background-size: cover;
}

.freeCons-form {
  padding: 50px;
}

.freeCons-form-title {
  font-size: 60px;
  color: #341EBD;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 20px;
}

.freeCons-form-desc {
  font-size: 20px;
  font-weight: 300;
}

.freeCons-form-name {
  display: block;
  background-color: #EFEFEF;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  padding: 20px 0 15px 0;
  margin-top: 20px;
  font-size: 16px;
}

.freeCons-form-btn {
  display: block;
  background-color: #FF0000;
  color: #fff;
  padding: 15px 60px;
  font-weight: 700;
  margin: 30px 0;
  transition: 0.2s linear;
  box-shadow: none;
  border: 3px solid #EFEFEF;
  font-size: 18px;
  text-transform: uppercase;
}

.freeCons-form-btn:hover {
  background-color: #fff;
  color: #ff0000;
  border: 3px solid #FF0000;
}

.bold {
  font-weight: 700;
  font-size: 22px;
}

.galleryFirst {
  width: 100%;
  height: auto;
  background-color: red;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  line-height: 0.7;
}

.galleryFirst-column {
  background-size: cover;
  cursor: pointer;
  text-align: -webkit-center;
}

.galleryFirst-column:hover {
  background: #000;
  z-index: 100;
}

.offer {
  width: 100%;
  height: auto;
  background-color: #EFEFEF;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.offer-img {
  background: url(../img/g1.jpg) center;
  background-size: cover;
}

.offer-heading {
  font-size: 42px;
  color: #341EBD;
  line-height: 1.45;
  font-weight: 700;
  padding: 40px;
}

.bool {
  width: 100%;
  background-color: #EFEFEF;
  height: auto;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 30px;
  padding: 70px 0;
}

.bool-zone {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}

.bool-check {
  color: #1F5BFF;
  text-align: right;
  align-self: center;
}

.bool-txt {
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}

.myImg {
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: absolute;
  top: 500vh;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s linear;
  z-index: 101;
}

.modal-close {
  display: block;
  margin: 0 auto;
  justify-self: center;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}

.modal-img {
  display: block;
  height: 100%;
  max-height: 80vh;
  margin: 15px auto;
}

.modal-text {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}

@media screen and (max-width: 850px) {
  .header {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mainScreen {
    text-align: center;
  }
  .mainScreen-container {
    grid-template-columns: none;
  }
  .mainScreen-title {
    font-size: 34px;
  }
  .mainScreen-subtitle {
    font-size: 28px;
  }
  .mainScreen-boolZone {
    display: none;
  }
  .mainScreen-btn {
    padding: 30px 40px;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .advan_bulls_txt {
    font-size: 18px;
  }
  .freeCons {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: none;
  }
  .freeCons-img2 {
    display: grid;
    grid-row: 3;
  }
}

@media screen and (max-width: 550px) {
  .header {
    grid-template-columns: 1fr 1fr;
  }
  .mainScreen-title {
    font-size: 28px;
  }
  .services_bulls {
    grid-template-columns: 1fr 1fr;
  }
  .advan {
    grid-template-columns: none;
  }
  .line_right {
    border: none;
  }
  .galleryFirst {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 400px) {
  .header {
    display: block;
    text-align: center;
    padding: 25px;
  }
  .header-phone {
    font-size: 22px;
  }
  .cars_title {
    font-size: 26px;
  }
  .contacts_title {
    font-size: 24px;
  }
  .contacts_phone {
    font-size: 30px;
  }
  .contacts_mess {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .contacts_mess_fake {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */