@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Light.eot");
  src: local("Avenir Next Cyr Light"), local("AvenirNextCyr-Light"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Light.eot?#iefix") format("embedded-opentype"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Light.woff") format("woff"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Regular.eot");
  src: local("Avenir Next Cyr Regular"), local("AvenirNextCyr-Regular"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Regular.woff") format("woff"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Demi.eot");
  src: local("Avenir Next Cyr Demi"), local("AvenirNextCyr-Demi"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Demi.woff") format("woff"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr';
  src: url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Heavy.eot");
  src: local("Avenir Next Cyr Heavy"), local("AvenirNextCyr-Heavy"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Heavy.eot?#iefix") format("embedded-opentype"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Heavy.woff") format("woff"), url("http://1785.demo3.ru/upload/artw/fonts/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}

a {
  color: #DC2655;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.title-light {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 300;
  color: #E6E6E6;
  padding-top: 65px;
}

@media (max-width: 1400px) {
  .title-light {
    font-size: 60px;
    padding-top: 10px;
  }
}

@media (max-width: 950px) {
  .title-light {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .title-light {
    font-size: 36px;
  }
}

h1, .h1 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 45px;
}

@media (max-width: 1400px) {
  h1, .h1 {
    font-size: 60px;
  }
}

@media (max-width: 950px) {
  h1, .h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 45px;
}

@media (max-width: 1400px) {
  h2, .h2 {
    font-size: 60px;
  }
}

@media (max-width: 950px) {
  h2, .h2 {
    font-size: 40px;
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}

.gray {
  color: #E1E1E1;
}

.pink {
  color: #DC2655;
}

.link {
  border: none;
  background: none;
  color: #DC2655;
  font-size: 18px;
  border-bottom: 1px dashed;
}

.btn {
  display: inline-block;
  background: #DC2655;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 295px;
  border: none;
}

.btn:hover {
  text-decoration: none;
}

@media (max-width: 950px) {
  .btn {
    font-size: 16px;
    width: 210px;
  }
}

.header {
  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;
  padding-top: 75px;
  padding-bottom: 75px;
}

.header__logo {
  width: 214px;
  height: 52px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.header__phone {
  font-size: 20px;
  color: #3B3B3B;
  text-decoration: none;
}

@media (max-width: 950px) {
  .header__phone {
    font-size: 16px;
  }
}

@media (max-width: 950px) {
  .header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

@media (max-width: 600px) {
  .social {
    margin-right: 0;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
}

.social__item:last-child {
  margin-right: 0;
}

.banner-main__right {
  position: relative;
  text-align: right;
}

.banner-main__right::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 100px;
  top: 90px;
  bottom: 58px;
  right: calc((100vw - 1500px)/-2);
  background: #DC2655;
}

@media (max-width: 1500px) {
  .banner-main__right::before {
    right: -50px;
  }
}

@media (max-width: 1280px) {
  .banner-main__right::before {
    left: -50px;
  }
}

@media (max-width: 600px) {
  .banner-main__right::before {
    bottom: 40px;
  }
}

@media (max-width: 1280px) {
  .banner-main__right {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .banner-main .cols__item {
    width: 100%;
  }
}

.banner-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .banner-main-info {
    display: block;
  }
}

.banner-main-info__left {
  font-size: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .banner-main-info__left {
    font-size: 20px;
    width: 200px;
  }
}

@media (max-width: 600px) {
  .banner-main-info__left {
    margin-bottom: 16px;
  }
}

.banner-main-info__item {
  margin-bottom: 62px;
}

@media (max-width: 1280px) {
  .banner-main-info__item {
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .banner-main-info__item {
    margin-bottom: 18px;
  }
}

.banner-main-slider {
  display: inline-block;
  position: relative;
  width: 420px;
  max-width: 100%;
  height: 563px;
  margin-right: 20px;
  margin-top: 18px;
  padding-top: 24px;
}

@media (max-width: 600px) {
  .banner-main-slider {
    height: auto;
  }
}

.banner-main-slider__img {
  position: absolute;
  z-index: -1;
}

.banner-main-slider__back {
  width: 675px;
  max-width: none;
  height: 922px;
  position: absolute;
  left: -46px;
  top: -100px;
  z-index: -1;
}

@media (max-width: 600px) {
  .banner-main-slider__back {
    display: none;
  }
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  width: 100%;
}

.what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what__left {
  width: 33.3333%;
}

@media (max-width: 1280px) {
  .what__left {
    width: 100%;
    position: relative;
  }
  .what__left br {
    display: none;
  }
}

.what__left .img {
  margin-top: -120px;
  margin-left: -170px;
  z-index: -1;
}

.what__img {
  margin-top: -130px;
  margin-left: -70px;
  overflow: hidden !important;
}

@media (max-width: 1280px) {
  .what__img {
    display: none;
  }
}

.what__right {
  width: 66.6666%;
  padding-left: 70px;
  padding-top: 120px;
}

@media (max-width: 1400px) {
  .what__right {
    padding-top: 0;
  }
}

@media (max-width: 1280px) {
  .what__right {
    width: 100%;
    padding-left: 0;
  }
}

.what-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.what-list__item {
  width: 50%;
  padding-right: 90px;
}

@media (max-width: 950px) {
  .what-list__item {
    width: 100%;
    padding-right: 0px;
  }
}

.what-list__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #3B3B3B;
}

.what-list__title span {
  color: #DC2655;
  font-weight: 700;
  margin-right: 6px;
}

.start__img {
  margin-top: -210px;
  margin-left: 190px;
  overflow: hidden !important;
}

@media (max-width: 600px) {
  .start__img {
    margin-top: 0;
    margin-left: 0;
  }
}

.included .h2 {
  margin-bottom: 110px;
}

@media (max-width: 950px) {
  .included .h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 950px) {
  .included .cols__item {
    width: 100%;
  }
}

.included-list {
  margin-top: 30px;
  list-style: none;
  font-size: 20px;
}

@media (max-width: 1280px) {
  .included-list {
    margin-top: 0;
    font-size: 18px;
  }
}

.included-list__item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .included-list__item {
    margin-bottom: 25px;
  }
}

.included-list__item span {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 75px;
  font-weight: 300;
}

@media (max-width: 1280px) {
  .included-list__item span {
    font-size: 55px;
    width: 90px;
  }
}

.result {
  background: #F0F0F0;
  padding: 130px;
  position: relative;
}

@media (max-width: 1280px) {
  .result {
    padding: 50px;
  }
}

.result__img {
  position: absolute;
  top: -80px;
  right: 130px;
  overflow: hidden !important;
}

@media (max-width: 1280px) {
  .result__img {
    top: -110px;
    right: 30px;
  }
}

@media (max-width: 950px) {
  .result__img {
    display: none;
  }
}

.result-list {
  list-style: none;
  font-size: 20px;
  margin-bottom: 60px;
}

@media (max-width: 1280px) {
  .result-list {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.result-list__item {
  margin-bottom: 26px;
  padding-left: 45px;
  min-height: 28px;
  background: url("https://artw.ru/landing/images/ul.png") left 3px no-repeat;
}

.amp p {
  font-size: 20px;
  margin-bottom: 30px;
}

.amp__img {
  display: block;
  margin: 0 auto;
  width: 410px;
  height: 530px;
  overflow: hidden !important;
}

@media (max-width: 950px) {
  .amp__img {
    display: none;
  }
}

.amp__icon {
  width: 20px;
  height: 20px;
  overflow: hidden !important;
}

.question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question__img {
  margin-left: -120px;
  margin-top: -70px;
  overflow: hidden !important;
}

@media (max-width: 950px) {
  .question__img {
    display: none;
  }
}

.about {
  position: relative;
}

.about .h3 {
  margin-bottom: 100px;
}

@media (max-width: 950px) {
  .about .h3 {
    margin-bottom: 40px;
  }
}

.about__img {
  position: absolute;
  left: -210px;
  top: -390px;
  z-index: -1;
  overflow: hidden !important;
}

@media (max-width: 950px) {
  .about__img {
    display: none;
  }
}

.about p {
  font-size: 20px;
}

.about-list {
  list-style: none;
  font-size: 20px;
}

.about-list__item {
  margin-bottom: 40px;
}

.about-list__item span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (max-width: 950px) {
  .about-list__item span {
    margin-bottom: 0;
  }
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.logos img {
  width: 200px;
  overflow: hidden !important;
}

.logos__item {
  width: 20%;
  height: 150px;
  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;
  margin-bottom: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 10px;
}

@media (max-width: 1280px) {
  .logos__item {
    height: 80px;
    width: 33.3333%;
    margin-bottom: 10%;
  }
}

@media (max-width: 600px) {
  .logos__item {
    width: 50%;
  }
}

.logos-back {
  position: absolute;
  bottom: -140px;
  right: -240px;
  overflow: hidden !important;
}

.go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.go__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  left: 0;
  top: -30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 150px;
  width: 605px;
}

@media (max-width: 1280px) {
  .go__img {
    margin-right: 50px;
    top: 0;
    max-width: 500px;
  }
}

@media (max-width: 950px) {
  .go__img {
    display: none;
  }
}

@media (max-width: 950px) {
  .go {
    display: block;
  }
}

.lightbox {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed !important;
  z-index: 1000;
  opacity: 1;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  visibility: visible;
}

.lightbox__content {
  display: block;
  max-width: 700px;
  margin: 30px auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px;
  visibility: visible;
}

.lightbox__close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  visibility: visible;
}

.form-field {
  display: block;
  width: 100%;
  font-size: 14px;
  background: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
}

.textarea {
  display: block;
  height: 100px;
  width: 100%;
  font-size: 14px;
  background: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 30px 0 16px;
}

.checkbox {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}

.checkbox label {
  display: block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 3px;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "Avenir Next Cyr", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 950px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  padding-bottom: 200px;
}

@media (max-width: 1280px) {
  .section {
    padding-bottom: 100px;
  }
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols__item {
  width: 50%;
  padding: 0 30px;
}

@media (max-width: 950px) {
  .cols__item {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */