@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  font-size: 0;
  padding: 0;
  border: none;
}

.section1 {
  background: url(../images/s1-bg.jpg) no-repeat center;
  height: 900px;
  background-size: cover;
}

.section1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.type2 {
  display: none;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 35px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 10;
}

.header.inactive {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.header.inactive.fixed {
  position: fixed;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.header.inactive.fixed .navigation {
  top: 79px;
}

.header.inactive.fixed .navigation li a {
  color: #000;
}

.header.inactive.fixed .navigation li a.active {
  color: #f00;
}

.header.inactive.fixed .type1 {
  display: none;
}

.header.inactive.fixed .type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.inactive.fixed .navigation {
  margin: 0;
}

.header.inactive.fixed .menu-icon span,
.header.inactive.fixed .menu-icon span:after,
.header.inactive.fixed .menu-icon span:before {
  background: #f00;
}

.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-logo img {
  width: 70px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo img {
  display: block;
}

.logo a {
  margin-right: 30px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 22px;
}

.navigation li {
  margin-left: 52px;
}

.navigation li a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.navigation li a.active {
  color: #f00;
}

.navigation li a:hover {
  opacity: .6;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 65px;
  margin-bottom: 40px;
  margin-top: 0;
}

.s1-title span {
  display: block;
  font-size: 50px;
  color: #f00;
}

.s1-text {
  width: 510px;
  padding-top: 33px;
}

.s1-text p {
  color: #fff;
  font-size: 15px;
  line-height: 160%;
}

.button {
  display: inline-block;
  height: 60px;
  border: 1px solid #fff;
  line-height: 60px;
  text-decoration: none;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 80px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button:hover {
  background: #fff;
  color: #000;
}

.button2 {
  display: inline-block;
  height: 60px;
  border: 1px solid #ff1e00;
  line-height: 60px;
  text-decoration: none;
  border-radius: 15px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.button2:hover {
  background: #ff1e00;
  color: #fff;
}

.grid-btn .button2 {
  width: 340px;
}

.s1-btn {
  margin-top: 115px;
}

.item-img {
  position: relative;
}

.item-img img {
  display: block;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.pattern {
  z-index: 1;
  position: absolute;
  left: -190px;
  top: -105px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 150px;
}

.item:last-child {
  margin-bottom: 148px;
}

.item:nth-child(even) .item-text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.item:nth-child(even) .item-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.item:nth-child(even) .pattern {
  left: auto;
  right: -190px;
}

.item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
}

.item-text h3 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.item-text p {
  font-size: 14px;
  line-height: 150%;
}

.item-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.item-text i {
  font-weight: normal;
  color: #f00;
}

.item-text p span {
  color: #f00;
  font-size: 13px;
}

.item-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

.item-text ul li {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  line-height: 150%;
}

.item-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  border-bottom: 1px solid #ff8d8d;
  left: 0;
  top: 7px;
}

.item-text ul.bigger li {
  font-size: 18px;
}

.item-text ul.bigger li:before {
  top: 12px;
}

.section2 {
  padding: 150px 0 78px;
  overflow: hidden;
}

.grid-btn {
  text-align: center;
}

.contacts h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 103px;
}

.contacts-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 115px;
}

.contacts-links a {
  font-size: 20px;
  color: #ff1e00;
  text-decoration: none;
  margin: 0 25px;
}

.contacts-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 134px;
}

.contacts-btns .button2 {
  width: 320px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-btns .button2 svg {
  max-width: 125px;
}

.contacts-btns .button2:hover svg {
  fill: #fff;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.footer a {
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  margin: 0 20px;
  letter-spacing: .5px;
}

.menu-icon {
  display: none;
  width: 35px;
  height: 40px;
  position: relative;
  z-index: 11;
}

.menu-icon span {
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background: #fff;
  top: 50%;
  margin-top: -2.5px;
}

.menu-icon span:before,
.menu-icon span:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
}

.menu-icon span:before {
  top: -12px;
}

.menu-icon span:after {
  bottom: -12px;
}

.menu-icon.open span {
  background: transparent !important;
}

.menu-icon.open span:before {
  top: 0;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-icon.open span:after {
  bottom: 0;
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.modal-title {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 60px;
}

.modal {
  width: 550px;
  padding: 50px !important;
  border-radius: 20px;
}

.modal .fancybox-button {
  background: url(../images/close.svg) no-repeat center;
  background-size: 100%;
  opacity: .2;
  right: 20px !important;
  top: 20px !important;
  padding: 0;
  width: 25px;
  height: 25px;
}

.modal .fancybox-button svg {
  display: none;
}

.modal .fancybox-button:hover {
  opacity: .8;
}

.inputbox {
  position: relative;
}

.inputbox label {
  position: absolute;
  font-weight: 300;
  font-size: 18px;
  color: #999999;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 8px;
  pointer-events: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  white-space: nowrap;
}

.inputbox input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ff1e00;
  height: 40px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Montserrat';
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inputbox.changed label {
  top: -14px;
  font-size: 16px;
}

.inputbox.changed input {
  color: #000;
}

.form__row {
  margin-bottom: 35px;
}

.form__btn {
  text-align: center;
  margin-top: 70px;
}

.form__btn .button {
  background: #f00;
  border: none;
  color: #fff;
  cursor: pointer;
}

.form__btn .button span {
  display: inline-block;
  margin-left: 13px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.form__btn .button:hover span {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.phone-input {
  max-width: 210px;
}

.fancybox-button svg path {
  fill: #000;
}

.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .navigation li {
    margin-left: 30px;
  }
  .item-img {
    width: 390px;
  }
  .item-img img {
    width: 100%;
  }
  .item-img .pattern img {
    width: 390px;
  }
  .item-text {
    max-width: 100%;
    padding-left: 40px;
  }
}

@media (max-width: 992px) {
  .navigation {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: 100%;
    top: 120px;
    height: calc(100vh - 120px);
    left: 0;
    padding: 40px 0;
    text-align: center;
  }
  .navigation li {
    margin: 0 0 40px;
  }
  .navigation li a {
    color: #000;
  }
  .menu-icon {
    display: block;
  }
  .header.fixed .navigation {
    height: calc(100vh - 79px);
  }
}

@media (max-width: 768px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px !important;
  }
  .item-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .item-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .pattern {
    display: none;
  }
  .section2 {
    padding: 80px 0 40px;
  }
  .contacts h3 {
    font-size: 26px;
    margin-bottom: 70px;
  }
  .contacts-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .contacts-btns .button2 {
    margin: 0 0 20px 0;
  }
  .contacts-links {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-links a {
    margin: 0 0 20px 0;
  }
  .s1-title {
    font-size: 40px;
  }
  .section1 {
    height: 600px;
    background-position: center;
    background-size: auto 100%;
  }
  .section1 .container {
    height: 660px;
  }
  .s1-btn {
    margin-top: 50px;
  }
  .modal {
    padding: 30px 20px !important;
  }
  .modal-title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=style.css.map */



/* Дополнительно к форме */

.error-mess {
  text-align: center;
  color: #ff1e00;
  margin-top: 7px;
  font-size: 12px;
}