/*==============================CERTIFICATES==============================*/

.register-modal-address { display:none; }

.page-certificates__title span {
  display: block;
  padding-left: 315px;
}


/*---------------------gifts-promo------------------------*/
.gifts-promo {
  position: relative;
  padding: 70px 0 60px 0;
  margin:40px 0 0;
}

.gifts-promo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e20913;
}

.gifts-promo__logo {
  position: absolute;
  left: 50%;
  top: -75px;
  padding: 0 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2f2e42;
  z-index: 10;
}

.gifts-promo-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gifts-promo-row:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -320px;
  width: 393px;
  height: 442px;
  background-image: url(/images/gifts-promo.png);
}

.gifts-promo-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 50px;
}

.gifts-promo__title {
  position: relative;
  font-size: 36px;
  margin-bottom: 30px;
}

.gifts-promo__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 96px;
  height: 96px;
  background-image: url(/images/gifts-title-shape.png);
}

.gifts-promo__title span {
  padding-left: 150px;
}

.gifts-promo__title span.thin-text {
  padding-left: 60px;
}

.gifts-promo__subtitle {
  margin-bottom: 20px;
  font-family: 'MyriadPro';
  font-size: 22px;
  font-weight: 700;
  color: #f9b115;
}

.gifts-promo__text {
  margin-bottom: 45px;
  font-family: 'MyriadPro';
  font-size: 20px;
  line-height: 26px;
  color: #c7c7de;
}

.gifts-promo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.gifts-promo-buttons:before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  left: -60px;
  width: 319px;
  height: 113px;
  background-image: url(/images/btn-shape.png);
  z-index: -1;
}

.gifts-promo__btn {
  margin: 0 30px 15px 0;
  padding: 11px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #302509;
  white-space: nowrap;
}

.gifts-promo__btn_1 {
  position: relative;
  z-index: 10;
}

.btn_green {
  background-color: #09b83f;
}

.gifts-promo__image {
  position: relative;
  margin-left: 50px;
  margin-top: 30px;
}

.gifts-promo__image:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: -10px;
  width: 349px;
  height: 372px;
  background-image: url(/images/gifts-promo-image-shape.png);
  z-index: -1;
}

/*---------------------gifts------------------------*/
.gifts {
  padding: 75px 0 80px 0;
  background: #3a3851;
}

.gifts__title {
  font-size: 36px;
}

.gifts__subtitle {
  margin-bottom: 40px;
  font-family: 'MyriadPro';
  font-size: 21px;
  line-height: 24px;
  color: #c7c7de;
}

.gifts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gifts-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 35px 10px 40px;
  text-align: center;
}

.gifts-item:hover {
  background-color: #2f2e42;
}

.gifts-item:hover .gifts-item__btn {
  background-color: #fcea1c;
  color: #302509;
}

.gifts-item__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gifts-item__image img {
  max-width: 100%;
}

.gifts-item__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 226px;
  height: 228px;
  background-image: url(/images/gift-image-shape.png);
  z-index: -1;
}

.gifts-item__title {
  margin-bottom: 15px;
  color: #f9b115;
  font-family: 'MyriadPro';
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.gifts-item__btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 41px;
  text-align: center;
  color: #f9b115;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  border: 1px solid #f9b115;
  border-radius: 21px;
}

/*---------------------faq------------------------*/
.faq {
  padding: 75px 0 70px 0;
  background: #2f2e42;
  font-family: 'MyriadPro';
}

.faq-body {
  position: relative;
  z-index: 10;
}

.faq-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 230px;
  left: -170px;
  width: 143px;
  height: 510px;
  background-image: url(/images/accordeon-shape.png);
  z-index: -1;
}

.faq-body:after {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  right: -70px;
  width: 171px;
  height: 376px;
  background-image: url(/images/accordeon-shape2.png);
  z-index: -1;
}

.faq__title {
  padding-right: 120px;
}

.faq__subtitle {
  margin-bottom: 62px;
  padding-right: 120px;
  font-size: 21px;
  line-height: 25px;
  color: #c7c7de;
}

.faq-accordeon-item {
  margin-bottom: 25px;
}

.faq-accordeon-item.active .faq-accordeon-item__q {
  background: #fff;
  color: #3a3851;
}

.faq-accordeon-item.active .faq-accordeon-item__q:after {
  background-image: url(/images/icon-arrow-active.png);
}

.faq-accordeon-item__q {
  position: relative;
  padding: 23px 70px 23px 30px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-accordeon-item__q:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 30px;
  width: 14px;
  height: 8px;
  background-image: url(/images/icon-arrow.png);
}

.faq-accordeon-item__a {
  font-family: Roboto, sans-serif;
  padding: 0 70px 25px 30px;
  background: #fff;
  display: none;
}

.faq-accordeon-item__a p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #444360;
}

.faq-accordeon-item__a p:last-child {
  margin-bottom: 0;
}

.faq-accordeon-item__a ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 25px;
  color: #2f2e42;
  opacity: 0.9;
}

.faq-accordeon-item__a ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #434255;
  border-radius: 50%;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 767px) {
    .gifts-promo__title { font-size:24px; }
    .gifts-item { max-width:initial; }
    .gifts-promo-column { max-width:100%; padding-right:0; }
    .gifts-promo-column:last-child { display:none; }
    .gifts-promo-buttons { display: block; width:100%; text-align:center; }
    .page-certificates__title span { padding-left:0; text-align:right; }
    .gifts-promo__text { padding-right:50px; }
    .gifts-promo-buttons:before { left:5px; }
    .gifts-promo__title:before { left:5px; z-index:-1; }
}
