@import url('../css/reset.css');

@import url('../css/fonts.css');

@import url('../css/magnific-popup.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 18px;
}

body {
  font-family: GilroyRegular;
}

.wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.mob-top-line {
  display: none;
}

header {
  position: relative;
  height: 650px;
  overflow: hidden;
}

header.inner-header {
  height: 120px;
}

.header-slider {
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.header-slider-item {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.header-slider-item.one {
  background-image: url('../img/header-bg1.jpg');
}

.header-slider-item.two {
  background-image: url('../img/header-bg2.jpg');
}

.header-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-arrow:hover {
  background: rgba(255, 255, 255, 0.4);
}

.header-prev {
  left: 50%;
  -webkit-transform: translate(-575px, 0);
  -ms-transform: translate(-575px, 0);
  transform: translate(-575px, 0);
}

.header-next {
  right: 50%;
  -webkit-transform: translate(575px, 0);
  -ms-transform: translate(575px, 0);
  transform: translate(575px, 0);
}

.top-line {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background: url('../img/top-line-bg.jpg') no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 3;
}

.top-line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.top-line-wrap .logo {
  margin-bottom: 25px;
}

.top-line-text {
  position: absolute;
  top: 12px;
  left: 530px;
}

.top-line-text p {
  margin-bottom: 8px;
  color: #fff;
}

.top-line-text p:last-child {
  margin-bottom: 0;
}

.top-line-text a {
  color: #fff;
}

.top-line-wrap h3 {
  position: absolute;
  bottom: 0;
  left: 100px;
  font: 28px GilroySemiBold;
  color: #fff;
}

/*.top-line-text .address {
  font-size: 17px;
  line-height: 20px;
}

.top-line-text .links {
  margin-left: 25px;
}

.top-line-text .links a {
  display: block;
  font-size: 24px;
  color: #000;
  text-align: right;
}

.top-line-text .links a.mail {
  font-size: 17px;
  margin-top: 2px;
}*/

.header-content {
  color: #fff;
  position: absolute;
  top: 240px;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-510px, 0);
  -ms-transform: translate(-510px, 0);
  transform: translate(-510px, 0);
}

.header-content h1 {
  text-transform: uppercase;
  font: 60px GilroyBold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 12px #222, -1px -1px 12px #222;
}

.header-content p.sub {
  width: 700px;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 45px;
  text-shadow: 1px 1px 7px #222, -1px -1px 7px #222;
}

.header-content .header-more a {
  width: 290px;
  height: 58px;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font: 16px GilroyMedium;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-content .header-more a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #af0202;
}

section.catalog-section {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 65px;
  overflow: hidden;
  position: relative;
}

section.catalog-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1032px;
  height: 1453px;
  background: url('../img/catalog-after.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 3;
}

section.catalog-section .wrapper {
  position: relative;
  z-index: 4;
}

section.catalog-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 70px;
  position: relative;
  margin-bottom: 50px;
}

section.catalog-section h2 a.more {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #af0202;
  font: 16px GilroyMedium;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
}

section.catalog-section h2 a.more:hover {
  border-bottom-color: #af0202;
}

.catalog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  padding: 20px 11px;
  padding-top: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 9px 9px 15px #f0f0f0, -9px -9px 15px #f0f0f0;
  box-shadow: 9px 9px 15px #f0f0f0, -9px -9px 15px #f0f0f0;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.catalog-item .img {
  /*height: 220px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.catalog-item .img img {
  max-width: 100%;
}

.catalog-item h4 {
  color: #af0202;
  font: 23px GilroySemiBold;
  line-height: 30px;
  margin-bottom: 10px;
}

.catalog-item h4 a {
  color: #af0202;
}

.catalog-item p {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
}

.catalog-item .catalog-item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  padding: 0 6px;
}

.catalog-item .catalog-item-bottom .price {
  width: 45%;
  font-size: 24px;
  padding-right: 10px;
}

.catalog-item .catalog-item-bottom .price b {
  color: #af0202;
  font-family: GilroySemiBold;
}

.catalog-item .catalog-item-bottom .price span {
  color: #af0202;
}

.catalog-item .catalog-item-bottom .button,
.catalog-item .catalog-item-bottom .button-not-buy {
  width: 55%;
}

.catalog-item .catalog-item-bottom .button-not-buy {
  margin-top: 30px;
}

.catalog-item .catalog-item-bottom .button a,
.catalog-item .catalog-item-bottom .button-not-buy a {
  width: 100%;
  height: 58px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #af0202;
  font: 16px GilroyMedium;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.catalog-item .catalog-item-bottom .button a:hover,
.catalog-item .catalog-item-bottom .button-not-buy a:hover {
  background-color: #d50505;
}

section.advantages-section {
  background: url('../img/advan-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 45px;
}

section.advantages-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 70px;
}

.advan-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.advan-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  text-align: center;
  margin-bottom: 55px;
}

.advan-item .img {
  margin-bottom: 40px;
}

.advan-item h4 {
  margin-bottom: 10px;
  color: #af0202;
  font: 26px FiraSansMedium;
}

.advan-item p {
  font-size: 18px;
  line-height: 22px;
}

section.ques-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 85px;
}

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

.ques-left {
  width: 360px;
  padding: 0 35px;
}

.ques-left img {
  width: 100%;
}

.ques-right {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
}

.ques-right h2 {
  font: 36px FiraSansLight;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}

.ques-right h2 span {
  font-family: FiraSansMedium;
  text-transform: lowercase;
  color: #af0202;
}

.ques-right .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.ques-right .inputs .input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-bottom: 23px;
}

.ques-right .inputs .input input {
  width: 100%;
  height: 49px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  padding: 0 13px;
  font: 18px FiraSansLight;
  color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.ques-right .inputs .input input:focus {
  -webkit-box-shadow: 3px 3px 5px #c7c7c7, -3px -3px 5px #c7c7c7;
  box-shadow: 3px 3px 5px #c7c7c7, -3px -3px 5px #c7c7c7;
}

.ques-right .inputs .input input::-webkit-input-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.ques-right .inputs .input input::-moz-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.ques-right .inputs .input input:-ms-input-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.ques-right .inputs .input input::placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.ques-right .agree {
  margin-bottom: 33px;
}

.ques-right .agree input {
  display: none;
}

.ques-right .agree label {
  font-size: 16px;
  display: block;
  color: #000;
  padding-left: 33px;
  position: relative;
  cursor: pointer;
}

.ques-right .agree label a {
  color: #af0202;
}

.ques-right .agree label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 21px;
  height: 21px;
}

.ques-right .agree label::after {
  display: none;
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url('../img/checked.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.ques-right .agree input:checked + label::after {
  display: block;
}

.ques-right button {
  width: 360px;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #af0202;
  color: #fff;
  text-transform: uppercase;
  border: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font: 18px GilroyRegular;
}

.ques-right button:hover {
  background-color: #d50505;
}

footer {
  background-color: #e8e4e4;
  padding-top: 24px;
  padding-bottom: 60px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
}

.footer-text .address {
  font-size: 17px;
  line-height: 21px;
}

.footer-text .links {
  margin-left: 23px;
}

.footer-text .links a {
  display: block;
  font-size: 24px;
  color: #000;
  text-align: right;
}

.footer-text .links a.mail {
  font-size: 17px;
  color: #af0202;
  margin-top: 2px;
}

section.bottom-line {
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  font: 16px FiraSansLight;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.order-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 555px;
  padding: 50px 66px;
  padding-bottom: 70px;
  display: none;
}

.order-modal img.close {
  padding: 10px;
  position: absolute;
  top: 13px;
  right: 3px;
  cursor: pointer;
}

.order-modal h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
}

.order-modal input {
  width: 100%;
  height: 49px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  padding: 0 13px;
  font: 18px FiraSansLight;
  color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-bottom: 25px;
}

.order-modal input:focus {
  -webkit-box-shadow: 3px 3px 5px #c7c7c7, -3px -3px 5px #c7c7c7;
  box-shadow: 3px 3px 5px #c7c7c7, -3px -3px 5px #c7c7c7;
}

.order-modal input::-webkit-input-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.order-modal input::-moz-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.order-modal input:-ms-input-placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.order-modal input::placeholder {
  font: 18px FiraSansLight;
  color: #666;
}

.order-modal .agree {
  margin-bottom: 33px;
}

.order-modal .agree input {
  display: none;
}

.order-modal .agree label {
  font-size: 16px;
  display: block;
  color: #000;
  padding-left: 33px;
  position: relative;
  cursor: pointer;
}

.order-modal .agree label a {
  color: #af0202;
}

.order-modal .agree label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  box-shadow: 1px 1px 4px #c7c7c7, -1px -1px 4px #c7c7c7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 21px;
  height: 21px;
}

.order-modal .agree label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url('../img/checked.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.order-modal .agree input:checked + label::after {
  display: block;
}

.order-modal button {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #af0202;
  color: #fff;
  text-transform: uppercase;
  border: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font: 18px GilroyRegular;
}

.order-modal button:hover {
  background-color: #d50505;
}

.thanks-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../img/thanks-modal-bg.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 555px;
  padding: 50px 10px;
  padding-top: 60px;
  text-align: center;
  display: none;
}

.thanks-modal img.close {
  padding: 10px;
  position: absolute;
  top: 13px;
  right: 3px;
  cursor: pointer;
}

.thanks-modal h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
}

.thanks-modal p {
  font-size: 20px;
  line-height: 24px;
}

.catalog-modal-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 750px;
}

.catalog-modal {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 32px 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog-modal img.close {
  padding: 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}

.catalog-modal .img {
  width: 30%;
}

.catalog-modal .img img {
  width: 100%;
}

.catalog-modal .text {
  width: 70%;
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-modal .text h4 {
  color: #af0202;
  font: 24px GilroySemiBold;
  margin-bottom: 15px;
}

.catalog-modal .text p {
  color: #333;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 18px;
}

.catalog-modal .text .catalog-modal-bottom {
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.catalog-modal .text .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.catalog-modal .text .rating .rating-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-modal .text .rating .rating-img img {
  margin-right: 7px;
}

.catalog-modal .text .rating .rating-img img:last-child {
  margin-right: 0;
}

.catalog-modal .text .rating p {
  margin-bottom: 0;
  padding-left: 17px;
}

.catalog-modal .text .rating p span {
  color: #af0202;
}

.catalog-modal .text .button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  background-color: #af0202;
  font-size: 18px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.catalog-modal .text .button a:hover {
  background-color: #d50505;
}

.catalog-item.not-modal1 .catalog-item-bottom .button-not-buy {
  width: 370px;
}

.types-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.types-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 1000px;
  max-height: 90%;
  padding: 50px 35px;
  padding-bottom: 20px;
  overflow: auto;
  display: none;
}

.types-modal img.close {
  padding: 10px;
  position: absolute;
  top: 13px;
  right: 3px;
  cursor: pointer;
}

.types-modal h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
}

.types-modal-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.types-modal-item .text {
  padding-left: 15px;
}

.types-modal-item .text h4 {
  font: 20px GilroySemiBold;
  margin-bottom: 5px;
}

.types-modal-item .text {
  font-size: 18px;
  line-height: 1.4;
}

.catalog-item.not-modal3 .img {
  display: none;
}

.catalog-item.not-modal3 .img:first-of-type {
  display: block;
}

.catalog-item.not-modal4 .img {
  display: none;
}

.catalog-item.not-modal4 .img:first-of-type {
  display: block;
}

.catalog-item.mdf-catalog .img img {
  max-width: 182px;
}

.banner-slider-item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .catalog-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .header-content {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .header-prev {
    left: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header-next {
    right: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .types-modal {
    width: calc(100% - 30px);
    left: 15px;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 960px) {
  .types-modal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .types-modal-item .text {
    font-size: 16px;
  }

  .types-modal-item .text h4 {
    font-size: 18px;
  }

  .ques-left {
    width: 280px;
    padding-left: 0;
  }

  .ques-right {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
  }

  footer {
    padding-bottom: 23px;
  }

  .footer-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .footer-logo img {
    width: 290px;
  }

  .footer-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-top: 0;
    width: 100%;
    margin-bottom: 23px;
  }

  .footer-text .address {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-text .links {
    margin-left: 0;
  }

  .footer-text .links a {
    text-align: center;
  }

  .top-line {
    padding: 12px 0;
  }

  .top-line-text {
    display: none;
  }

  .top-line-wrap .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .top-line-wrap .logo img {
    width: 290px;
  }

  header {
    height: 540px;
  }

  .header-slider {
    height: 540px;
  }

  .header-slider-item {
    height: 540px;
  }

  .header-arrow {
    top: auto;
    bottom: 20px;
  }

  .header-content {
    width: 100%;
    top: 115px;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }

  .header-content h1 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 5px;
  }

  .header-content p.sub {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .header-content .header-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-line-wrap {
    display: block;
  }

  .mob-top-line {
    display: block;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .top-line-wrap h3 {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
  }

  .mob-top-line .address {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .mob-top-line .links a {
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
  }

  .mob-top-line .links a.mail {
    font-size: 17px;
    margin-top: 2px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advan-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px) {
  .catalog-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  section.ques-section {
    padding-top: 40px;
  }

  .ques-left {
    display: none;
  }

  .ques-right {
    width: 100%;
  }

  .ques-right h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }

  .ques-right h2 span {
    font-size: 28px;
  }

  .ques-right .inputs {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .ques-right .inputs .input {
    width: 100%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 11px;
  }

  .ques-right .agree {
    margin-bottom: 25px;
  }

  .ques-right .agree label {
    line-height: 19px;
  }

  .ques-right .agree label::before {
    top: 1px;
  }

  .ques-right .agree label::after {
    top: 4px;
  }

  .ques-right button {
    margin: 0 auto;
    width: 290px;
  }

  .catalog-modal-wrap {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .catalog-modal {
    padding: 15px;
    padding-top: 40px;
  }

  .catalog-modal .img {
    display: none;
  }

  .catalog-modal .text {
    width: 100%;
    display: block;
    padding: 0;
  }

  .catalog-modal .text h4 {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .catalog-modal .text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 13px;
  }

  .catalog-modal .text .button a {
    height: 50px;
  }
}

@media screen and (max-width: 560px) {
  .types-modal h3 {
    font-size: 26px;
  }

  .types-modal img.close {
    top: 3px;
    right: 2px;
  }

  .types-modal-item .img {
    width: 30%;
  }

  .types-modal-item .img img {
    width: 100%;
  }

  .types-modal-item .text {
    width: 70%;
    font-size: 14px;
  }

  .types-modal-item .text h4 {
    font-size: 16px;
  }

  section.catalog-section {
    padding-top: 35px;
    padding-bottom: 33px;
  }

  section.catalog-section::after {
    display: none;
  }

  section.catalog-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .catalog-item {
    margin-bottom: 24px;
  }

  .catalog-item .img {
    height: auto;
    margin-bottom: 20px;
  }

  .catalog-item h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
  }

  .catalog-item p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .catalog-item .catalog-item-bottom {
    display: block;
  }

  .catalog-item .catalog-item-bottom .price {
    width: 100%;
    margin-bottom: 17px;
    padding: 0;
  }

  .catalog-item .catalog-item-bottom .button {
    width: 100%;
  }

  .catalog-item .catalog-item-bottom .button a {
    width: 246px;
    margin: 0 auto;
  }

  .catalog-item.not-modal1 .catalog-item-bottom .button-not-buy {
    width: 100%;
  }

  section.advantages-section {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  section.advantages-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .advan-item {
    margin-bottom: 35px;
  }

  .advan-item .advan-item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .advan-item .advan-item-top .img {
    width: 55px;
    margin-bottom: 0;
  }

  .advan-item .advan-item-top .img img {
    width: 100%;
  }

  .advan-item .advan-item-top h4 {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    text-align: left;
    padding-left: 20px;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
  }

  .advan-item p {
    text-align: left;
  }

  .order-modal {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-modal input {
    margin-bottom: 15px;
  }

  .order-modal .agree {
    margin-top: 10px;
  }

  .thanks-modal {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 15px;
    padding-right: 15px;
  }

  .thanks-modal p br {
    display: none;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advan-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 440px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}