.new-page{
  background-color: #252525;
  font-family: 'GillSansCondC', sans-serif;
  font-weight: 400;
  min-height: 100vh;
}
.new-page * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.new-page .mainContainer {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.new-page textarea, .new-page input[type="text"], .new-page input[type="button"], .new-page input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.new-page input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.new-page input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.new-page input[type="search"]::-webkit-search-decoration,
.new-page input[type="search"]::-webkit-search-cancel-button,
.new-page input[type="search"]::-webkit-search-results-button,
.new-page input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.new-page input {
  font-family: 'GillSansCondC', sans-serif; }

.new-page button{
  line-height: normal;
}

.new-page .hidden {
  display: none !important; }

.new-page .tab-content{
  display: none !important;
}
.new-page .tab-content.active{
  display: block !important;
}
.new-page .ski-catalog_list.tab-content.active{
  display: flex !important;
}
.new-page ul{
  list-style: none !important;
}


.np-banner{
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-image: url("../../img/new/main-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.np-banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.np-banner .mainContainer{
  z-index: 2;
  position: relative;
}
.np-banner_title{
  text-transform: uppercase;
  color: #fff;
  font-size: 66px;
  font-family: 'GillSansNovaBold', sans-serif;
}
.np-banner_title .delimetr{
  /*margin-top: 27px;*/
  margin-top: 10px;
  margin-bottom: 24px;
}
.np-banner_title .delimetr span:nth-child(1){
  display: block;
  width: 160px;
  margin-bottom: 6px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.np-banner_title .delimetr span:nth-child(2){
  display: block;
  width: 40px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.np-banner_descr{
  font-size: 24px;
  margin-bottom: 28px;
  color: #fff;
  font-family: 'GillSansLightC', sans-serif;
  max-width: 790px;
}
.np-banner_params{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 69px;
}
.np-banner_param{
  width: 23%;
  color: #fff;
  font-family: 'GillSansLightC', sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
}
.np-banner_param .icon{
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 1px;
}
.np-banner_submit{
  outline: none;
  height: 40px;
  padding: 0 25px;
  border: 1px solid #fff;
  text-align: center;
  background-color: #A99D87;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.np-banner_submit:hover{
  background-color: #fff;
  color: #000;
}



.np-services_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.np-services_item:nth-child(even){
  flex-direction: row-reverse;
}
.np-services_slider{
  width: 50%;
  overflow: hidden;
  position: relative;
}
.np-services_slider .swiper-pagination{
  position: absolute;
  bottom: 30px;
}
.np-services_slider .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.np-services_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #fff;
}
.np-services_slider .swiper-btn{
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 3;
  border: none;
  outline: none;
  transition: all 0.2s;
}
.np-services_slider .swiper-btn:hover{
  background: rgba(0, 0, 0, 0.3);
}
.np-services_slider .swiper-btn.next{
  left: auto;
  right: 0;
}
.np-services_info{
  width: 50%;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.np-services_info .heading{
  font-size: 54px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
}
.np-services_info .delimetr{
  margin-top: 24px;
  margin-bottom: 30px;
}
.np-services_info .delimetr span{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 160px;
  height: 2px;
  background-color: #D6C5A6;
  border-radius: 4px;
}
.np-services_info .delimetr span:last-child{
  width: 30px;
  margin-bottom: 0;
}
.np-services_info .descr{
  font-size: 18px;
  line-height: 22px;
  font-family: 'GillSansC', sans-serif;
  max-width: 609px;
  margin: 0 auto;
}
.np-services_info .descr p{
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
.np-services_info .descr p:last-child{
  margin-bottom: 0;
}
.issue__item__img{
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.issue__item__img::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.issue__item__img:hover::after{
  background-color: rgba(0, 0, 0, 0);
}



.np-execution{
  background-color: #000;
  padding-top: 175px;
  padding-bottom: 162px; 
}
.np-execution_container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.center-side{
  flex-shrink: 0;
  opacity: 0.4;
}
.left-side{
  width: 522px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-side{
  width: 522px;
}
.np-execution_item{
  width: 522px;
  padding: 16px 24px;
  background-color: #575143;
  color: #fff;
  position: relative;
}

.left-side .np-execution_item:nth-child(1){
  margin-top: 93px;
}
.left-side .np-execution_item:nth-child(2){
  margin-bottom: 9px;
}
.left-side .np-execution_item{
  margin-left: -158px;
}
.np-execution_item .line{
  display: flex;
  align-items: center;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.np-execution_item .line div{
  width: 773px;
  height: 2px;
  background-color: #ADA286;
}
.right-side{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-side .np-execution_item:nth-child(1){
  margin-left: 155px;
}
.right-side .np-execution_item:nth-child(1) .line div{
  width: 675px;
}
.right-side .np-execution_item:nth-child(2){
  margin-left: 114px;
  margin-bottom: 43px;
}
.right-side .np-execution_item:nth-child(2) .line div{
  width: 689px;
}
.right-side .np-execution_item .line{
  left: auto;
  right: 0;
}
.np-execution_item .line svg{
  flex-shrink: 0;
  margin-left: -1px;
}
.np-execution_item .heading{
  margin-bottom: 7px;
  font-size: 24px;
  font-family: 'GillSansNovaBold', sans-serif;
}
.np-execution_item .descr{
  font-size: 18px;
  line-height: 22px;
  font-family: 'GillSansC', sans-serif;
}


.np-memories{
  padding-top: 70px;
  padding-bottom: 88px;
  color: #fff;
}
.np-section-heading{
  text-align: center;
  margin-bottom: 53px;
  font-family: 'GillSansNovaBold', sans-serif;
  line-height: 70px;
  font-size: 64px;
  color: #fff;
}
.np-memories_item{
  display: flex;
  align-items: stretch;
  background: #000;
}
.np-memories_item:nth-child(even){
  flex-direction: row-reverse;
}
.np-memories_item:nth-child(even) .preview::after{
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 32.05%);
}
.np-memories_item .preview{
  width: 50%;
  height: 505px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.np-memories_item .preview::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 32.04%);
  transition: all 0.2s;
}
.np-memories_item .info{
  width: 50%;
  padding: 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.np-memories_item .heading{
  margin-bottom: 10px;
  font-size: 36px;
  font-family: 'GillSansNovaBold', sans-serif;
  line-height: 40px;
}
.np-memories_item .delimetr{
  margin-bottom: 25px;
}
.np-memories_item .delimetr span{
  display: block;
  width: 160px;
  height: 2px;
  background-color: #D6C5A6;
  border-radius: 4px;
  margin-bottom: 5px;
}
.np-memories_item .delimetr span:last-child{
  width: 30px;
  margin-bottom: 0;
}
.np-memories_item .descr{
  font-size: 18px;
  line-height: 22px;
  font-family: 'GillSansC', sans-serif;
  margin-bottom: 30px;
}
.np-memories_item .descr p{
  margin: 0;
  margin-bottom: 20px;
}
.np-memories_item .descr p:last-child{
  margin-bottom: 0;
}
.np-memories_item .details{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.np-memories_item .price{
  font-size: 26px;
  font-family: 'GillSansNovaBold', sans-serif;
  color: #D6C5A6;
}
.np-memories_item .send-btn{
  background: transparent;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  padding: 0 11px;
  transition: all 0.2s;
}
.np-memories_item .send-btn:hover{
  background-color: #fff;
  color: #000;
}
.np-memories_show-more{
  margin: 0 auto;
  width: max-content;
  margin-top: 63px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansC', sans-serif;
  color: #fff;
  padding: 0 35px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}
.np-memories_show-more:active{
  color: #fff;
}
.np-memories_show-more:visited{
  color: #fff;
}
.np-memories_show-more:hover{
  background-color: #fff;
  color: #000;}



.cnt-partners{
  padding-top: 64px;
  position: relative;
  background-color: #000;
  padding-bottom: 155px;
}
.cnt-partners .mainContainer{
  position: relative;
  z-index: 2;
}
.cnt-partners .np-section-heading{
  margin-bottom: 100px;
}
.cnt-partners_slide{
  width: max-content;
  display: flex;
  align-items: center;
}
.cnt-partners .swiper-wrapper{
  display: flex;
  align-items: center;
  height: auto;
}
.cnt-partners_slide img{
  max-height: 95px;
  width: auto;
  max-width: 198px;
  filter: grayscale(100%);
}
.cnt-partners_container{
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.cnt-partners_nav .prev, .cnt-partners_nav .next{
  position: absolute;
  top: 50%;
  z-index: 3;
  outline: none;
  border: none;
  background: transparent;
}
.cnt-partners_nav .prev{
  left: -5px;
}
.cnt-partners_nav .next{
  right: -5px;
}
.cnt-partners_nav .swiper-pagination{
  display: none;
}

@media screen and (max-width: 1200px){
  .cnt-partners_nav .prev{
    left: -10px;
  }
  .cnt-partners_nav .next{
    right: -10px;
  }
}
@media screen and (max-width: 992px){
  .cnt-partners_title{
    font-size: 26px;
    line-height: 35px;
  }
  .cnt-partners{
    padding-top: 55px;
    padding-bottom: 120px;
  }
  .cnt-partners_bnts{
    display: none;
  }
  .cnt-partners_container{
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-partners_slide img{
    max-height: 70px;
    max-width: 128px;
  }
  .cnt-partners_nav .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .cnt-partners_nav .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
  }
  .cnt-partners_nav .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.2;
    margin: 0 3px;
  }
}

.np-footer-request{
  height: 350px;
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.np-footer-request::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.np-footer-request .mainContainer{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.np-footer-request .heading{
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: 'GillSansC', sans-serif;
}
.np-footer-request .request-btn{
  background: transparent;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  padding: 0 20px;
  transition: all 0.2s;
}
.np-footer-request .request-btn:hover{
  background-color: #fff;
  color: #000;
}


@media screen and (max-width: 1600px) {
  .np-execution_item{
    width: 430px;
  }
  .np-execution_item .heading{
    font-size: 21px;
  }
  .np-execution_item .descr{
    font-size: 15px;
    line-height: 19px;
  }
  .left-side .np-execution_item{
    margin-left: 16px;
  }
  .np-execution_item{
    width: 430px;
  }
  .np-execution_item .line div{
    width: 600px;
  }
  .right-side .np-execution_item:nth-child(1) .line div{
    width: 480px;
  }
  .right-side .np-execution_item:nth-child(1){
    margin-left: 60px;
  }
  .right-side .np-execution_item:nth-child(2) .line div{
    width: 506px;
  }
  .right-side .np-execution_item:nth-child(2){
    margin-left: 21px;
  }
  .new-page .np-execution .mainContainer{
    padding: 0 40px;
  }

  .np-banner_title{
    font-size: 56px;
  }
  .np-banner_descr{
    font-size: 21px;
    max-width: 691px;
  }
  .np-banner_param{
    font-size: 20px;
    line-height: 24px;
  }
  .np-services_info .heading{
    font-size: 32px;
    line-height: 35px;
  }
  .np-services_info .descr{
    font-size: 16px;
    line-height: 21px;
  }
  .np-banner_submit{
    font-size: 13px;
  }
  .np-banner::before{
    background-color: rgba(0, 0, 0, 0.4);
  }
  .np-section-heading{
    line-height: 49px;
    font-size: 42px;
  }
  .np-memories_item .heading{
    font-size: 25px;
    line-height: 32px;
  }
  .np-memories_item .descr{
    font-size: 14px;
    line-height: 20px;
  }
  .np-memories_item .price{
    font-size: 22px;
  }
  .np-memories_item .send-btn{
    font-size: 12px;
  }
  .np-footer-request .heading{
    font-size: 28px;
    line-height: 34px;
  }
  .np-footer-request .request-btn{
    font-size: 12px;
  }
  
}

@media screen and (max-width: 1400px) {
  .np-banner_title{
    font-size: 50px;
  }
  .np-banner_param {
    font-size: 18px;
    line-height: 23px;
  }
  .np-services_info .heading{
    font-size: 30px;
    line-height: 34px;
  }
  .new-page .mainContainer{
    padding: 0 60px;
  }
}
@media screen and (max-width: 1320px) {
  .np-banner_title{
    font-size: 42px;
  }
  .np-banner_param{
    font-size: 14px;
    line-height: 21px;
  }
  .np-banner_descr{
    font-size: 19px;
    max-width: 644px;
  }
  .np-services_info .heading{
    font-size: 24px;
    line-height: 28px;
  }
  .np-services_info .descr{
    font-size: 15px;
    line-height: 19px;
  }
  .issue__item__img{
    height: 400px;
  }
  .np-execution_container .center-side img{
    width: 200px;
  }
  .np-execution_item{
    width: 330px;
  }
  .np-execution_item .heading{
    font-size: 16px;
  }
  .np-execution_item .descr{
    font-size: 13px;
    line-height: 17px;
  }
  .left-side .np-execution_item{
    margin-left: -19px;
  }
  .np-execution_item .line div{
    width: 431px;
  }
  .right-side .np-execution_item:nth-child(1){
    margin-left: 39px;
  }
  .right-side .np-execution_item:nth-child(1) .line div{
    width: 367px;
  }
  .right-side .np-execution_item:nth-child(2){
    margin-left: 6px;
  }
  .right-side .np-execution_item:nth-child(2) .line div{
    width: 385px;
  }
  .right-side .np-execution_item:nth-child(2){
    margin-bottom: 38px;
  }
  .left-side, .right-side{
    width: 330px;
  }

  .np-memories_item .preview{
    height: 400px;
  }
  .np-memories_item .heading {
    font-size: 20px;
    line-height: 26px;
  }
  .np-memories_item .info{
    padding: 40px 40px;
  }
  .np-memories_item .price{
    font-size: 20px;
  }
  .np-section-heading{
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .new-page .mainContainer{
    padding: 0 20px;
  }
  .np-banner_title {
    font-size: 32px;
    line-height: 43px;
  }
  .np-banner_descr{
    font-size: 17px;
  }
  .np-banner_params{
    flex-wrap: wrap;
  }
  .np-banner_param{
    width: 45%;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .np-banner_submit{
    font-size: 12px;
    margin: 0 auto;
  }
  .np-banner_param .icon{
    padding-top: 3px;
  }

  .np-services{
    padding-top: 25px;
  }
  .np-services_item, .np-services_item:nth-child(even){
    flex-direction: column-reverse;
  }
  .np-services_info{
    width: 100%;
    padding: 40px 25px;
  }
  .np-services_slider{
    width: 100%;
  }
  .np-services_info .heading{
    font-size: 16px;
    line-height: 19px
  }
  .np-services_info .delimetr span{
    width: 115px;
  }
  .np-services_info .delimetr{
    margin-top: 15px;
  }
  .np-services_info .descr{
    font-size: 13px;
    line-height: 18px;
  }
  .np-services_slider .swiper-btns{
    display: none;
  }
  .issue__item__img{
    height: 300px;
  }
  .np-services_slider .swiper-pagination{
    bottom: 20px;
  }
  
  .np-execution_container .center-side{
    display: none;
  }
  .np-execution_container{
    display: block;
  }
  .np-execution{
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .left-side .np-execution_item:nth-child(1){
    margin-top: 0;
  }
  .left-side, .right-side{
    width: 100%;
    display: block;
  }
  .np-execution_item{
    width: 100%;
    padding: 16px 16px;
  }
  .left-side .np-execution_item{
    margin-left: 0;
    margin-bottom: 20px;
  }
  .np-execution_item .line{
    display: none;
  }
  .left-side .np-execution_item:nth-child(2){
    margin-bottom: 0;
    margin-bottom: 20px;
  }
  .right-side .np-execution_item:nth-child(1){
    margin-left: 0;
    margin-bottom: 20px;
  }
  .right-side .np-execution_item:nth-child(2){
    margin-left: 0;
    margin-bottom: 0;
  }
  .np-execution_item .heading{
    font-size: 15px;
  }
  .np-memories{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .np-section-heading{
    font-size: 27px;
    line-height: 37px;
  }
  .np-memories_item{
    display: block;
  }
  .np-memories_item .preview{
    width: 100%;
    height: 300px;
  }
  .np-memories_item .info{
    width: 100%;
    padding: 30px 20px;
    padding-bottom: 45px;
  }
  .np-memories_item .delimetr span{
    width: 115px;
  }
  .np-memories_item .price{
    font-size: 16px;
  }
  .np-memories_item .heading{
    font-size: 18px;
    line-height: 24px;
  }
  .np-memories_show-more{
    margin-top: 50px;
    font-size: 13px;
  }
  .cnt-partners .np-section-heading{
    margin-bottom: 60px;
  }
  .cnt-partners{
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .np-footer-request .heading{
    font-size: 21px;
    line-height: 30px;
  }
  .np-footer-request{
    height: 300px;
  }
}






/** POPUP**/
.cnt-popup_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  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%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  padding: 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -10; }
  .cnt-popup_container.active {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1;
         -o-transition-delay: 0.1;
            transition-delay: 0.1;
    z-index: 999999; }
    .cnt-popup_container.active .cnt-popup {
      bottom: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -webkit-transition-delay: 0.1;
           -o-transition-delay: 0.1;
              transition-delay: 0.1; }

.cnt-popup_background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.cnt-popup {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 656px;
  margin: auto;
  background-color: #FFFFFF;
  bottom: -100vh;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.cnt-popup_close {
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }


.cnt-request-popup{
  max-width: 666px;
  border-radius: 0;
}
.cnt-request-popup__content{
  background-image: url("../../img/new/popup-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 73px 25px 40px 25px;
  position: relative;
}
.cnt-request-popup__content::after{
  content: '';
  background: rgba(26, 26, 26, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cnt-request-popup__content_wrapp{
  position: relative;
  z-index: 1;
}
.cnt-request-popup__heading{
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'GillSansNovaBold', sans-serif;
}
.cnt-request-popup__descr{
  text-align: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 22px;
  font-family: 'GillSansC', sans-serif;
}
.cnt-popup_close{
  padding: 0;
  border: none;
  margin: 0;
  background: transparent;
  z-index: 1;
  top: 28px;
  right: 28px;
}
.cnt-popup_close:focus{
  outline: none;
}
.cnt-request-popup__content .wpcf7 p{
  display: block;
}

.main-request-popup .wpcf7-form-control-wrap.agree-terms .wpcf7-list-item.first{
  margin-left: 0;
}
.main-request-popup .wpcf7-form-control-wrap.agree-terms label{
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}
.main-request-popup .wpcf7-form-control-wrap.agree-terms label input{
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 10px;
}
.main-request-popup .wpcf7-form-control-wrap.agree-terms label span{
  color: #888888;
  font-size: 14px;
  line-height: 17px;
  font-family: 'GillSansLightC', sans-serif;
}

.main-request-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #505050;
  border-radius: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

.main-request-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"]:checked {
  background-color: rgb(215 210 190);
  border-color: rgb(215 210 190);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='white'%3E%3Cpath d='M5 12l4 4L19 7' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}

.cnt-request-popup__form{
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

/*#reviews-popup .wpcf7-form-control-wrap.agree-terms label input[type="checkbox"]:checked::before {
  content: '✔';
  color: white;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: -2px;
}*/


.cnt-request-popup form input{
  width: 100%;
  height: 47px;
  background: transparent;
  padding: 0 30px 0 0;
  font-size: 16px;
  margin-bottom: 18px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  color: #fff;
  font-family: 'GillSansC', sans-serif;
}
.cnt-request-popup form textarea{
  outline: none;
}
.cnt-request-popup form input::placeholder{
  color: #888888;
  font-size: 16px;
  font-family: 'GillSansC', sans-serif;
}
.cnt-request-popup form textarea{
  resize: none;
  width: 100%;
  background: transparent;
  padding: 11px;
  font-size: 16px;
  height: 105px;
  border-radius: 6px;
  font-weight: 300;
  border: 1px solid #898989;
}
.cnt-request-popup form textarea::placeholder{
  color: #898989;
  font-size: 16px;
  font-weight: 300;
}
.cnt-request-popup form button[type="submit"]{
  border-radius: 3px;
  border: 1px solid #333434;
  background: #333434;
  text-align: center;
  margin: 0 auto;
  padding: 17px 43px;
  display: block;
  width: max-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 38px;
  transition: all 0.2s;
}
.cnt-request-popup form button[type="submit"]:hover{
  background: #000;
  border-color: #000;
}
.cnt-request-popup .request-doc{
  margin: 0 auto;
  text-align: center;
  color: #898989;
  letter-spacing: 0.0703846px;
  font-size: 12px;
  line-height: 13px;
}
.cnt-request-popup .request-doc a{
  display: block;
  width: 100%;
  text-align: center;
  color: #D7D2BE;
}
.cnt-request-popup form input[type="submit"]{
  height: 50px;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  padding: 0 15px;
  transition: all 0.2s;
  margin-bottom: 0;
}
.cnt-request-popup form input[type="submit"]:hover{
  background-color: #fff;
  color: #000;
}
div.wpcf7-validation-errors{
  color: #fff;
  font-family: 'GillSansLightC', sans-serif;
  margin-top: 10px !important;
}




.np-memories-banner{
  width: 100%;
  padding-top: 230px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
.np-memories-banner::after{
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.np-memories-banner .mainContainer{
  position: relative;
  z-index: 1;
}
.np-memories-banner .heading{
  text-align: center;
  margin-bottom: 20px;
  font-size: 64px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-memories-banner .descr{
  text-align: center;
  font-family: 'GillSansNovaMedium', sans-serif;
  font-size: 18px;
}
.np-memories-banner .descr p{
  margin-bottom: 5px;
}
.np-memories-banner .descr p:last-child{
  margin-bottom: 0;
}


.np-memories-catalog{
  background: #000;
  padding-top: 56px;
  padding-bottom: 70px;
}
.np-memories-catalog_container{
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.np-memories-catalog_left{
  width: 26%;
  margin-right: 30px;
  flex-shrink: 0;
}
.np-memories-catalog_left .heading{
  margin-bottom: 32px;
  font-size: 24px;
  font-family: 'GillSansNovaSemiBold', sans-serif;
}
.filter-container{
  margin-bottom: 67px;
}
.filter-container .filter-header{
  margin-bottom: 25px;
  font-size: 24px;
  font-family: 'GillSansNovaSemiBold', sans-serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #3D3D3D;
}
.filter-container .filter-item{
  margin-bottom: 24px;
  position: relative;
}
.filter-container .filter-item.disabled{
  opacity: 0.5;
  pointer-events: none;
}
.filter-container .filter-item input{
  display: none;
}
.filter-container .filter-item input:checked + label::before{
  background-color: #fff;
}
.filter-container .filter-item label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'GillSansNovaMedium';
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.filter-container .filter-item label::before{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #fff;
  flex-shrink: 0;
  margin-right: 15px;
  transition: all 0.2s;
}
.filter-container .filter-item:last-child{
  margin-bottom: 0;
}
.np-memories-catalog_left .filter-reset{
  background: transparent;
  outline: none;
  padding: 0 20px;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'GillSansNovaMedium';
  font-size: 12px;
  height: 31px;
  font-size: 12px;
}
.np-memories-catalog_list{
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 37px;
  flex-wrap: wrap;
  position: relative;
}
.np-memories-catalog_list::after{
  content: '';
  width: 33.33%;
}

.np-memories-catalog_item{
  margin-bottom: 37px;
  background: #131313;
  width: calc(33.33% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.np-memories-catalog_item .catalog_item_wrapp{
  padding: 23px 25px 27px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.np-memories-catalog_item .name{
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 30px;
  font-family: 'GillSansNovaSemiBold';
}
.np-memories-catalog_item .descr{
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-memories-catalog_item .bottom{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.np-memories-catalog_item .price{
  font-size: 32px;
  line-height: 32px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-memories-catalog_item .details{
  color: #6C6C6C;
  font-size: 13px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-memories-catalog_item .send-btn{
  background: transparent;
  border: 1px solid #fff;
  padding: 0 18px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  transition: all 0.2s;
  outline: none;
}
.np-memories-catalog_item .send-btn:hover{
  background-color: #fff;
  color: #000;
}
.np-memories-catalog_item .info{
  flex-shrink: 0;
  margin-right: 20px;
}
.catalog-slider{
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.catalog-slider .swiper-wrapper{
  height: auto;
}
.catalog-slider_img{
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 355px;
}
.catalog-slider .swiper-pagination{
  display: none;
}
.catalog-slider .swiper-btn{
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-top: -35px;
  z-index: 1;
  outline: none;
  border: none;
}
.catalog-slider .swiper-btn.next{
  left: auto;
  right: 0;
}
.catalog-filter-toggler{
  display: none;
}
.filter-submit{
  display: none;
}
.filter-close{
  display: none;
}

@media screen and (max-width: 1600px){
  .np-memories-banner .heading{
    font-size: 55px;
  }
  .np-memories-banner .descr{
    font-size: 16px;
  }
  .np-memories-banner{
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .np-memories-catalog{
    padding-top: 40px;
  }
  .np-memories-catalog_left .heading{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .filter-container .filter-header{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .filter-container .filter-item label{
    font-size: 16px;
  }
  .filter-container .filter-item label::before{
    margin-right: 10px;
  }
  .filter-container .filter-item{
    margin-bottom: 16px;
  }
  .filter-container{
    margin-bottom: 30px;
  }
  .np-memories-catalog_left{
    width: 288px;
  }
  .catalog-slider_img{
    height: 285px;
  }
  .np-memories-catalog_item .name{
    font-size: 20px;
    line-height: 28px;
  }
  .np-memories-catalog_item .descr{
    font-size: 13px;
    line-height: 18px;
  }
  .np-memories-catalog_item .price{
    font-size: 24px;
    line-height: 29px;
  }
  .np-memories-catalog_item .details{
    font-size: 12px;
  }
  .np-memories-catalog_item .send-btn{
    font-size: 10px;
  }
}
@media screen and (max-width: 1400px){
  .np-memories-catalog_left .heading{
    font-size: 21px;
    margin-bottom: 19px;
  }
  .filter-container .filter-header{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .filter-container .filter-item label{
    font-size: 15px;
  }
  .np-memories-catalog_left{
    width: 255px;
  }
  .catalog-slider_img{
    height: 255px;
  }
  .np-memories-catalog_item .catalog_item_wrapp{
    padding: 20px 16px 22px 16px;
  }
  .np-memories-catalog_item .name{
    font-size: 18px;
    line-height: 25px;
  }
  .np-memories-catalog_item .price{
    font-size: 22px;
    line-height: 27px;
  }
  .np-memories-banner .heading{
    font-size: 50px;
    margin-bottom: 15px;
  }
  .np-memories-banner .descr{
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px){
  .np-memories-catalog_item{
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 992px){
  .np-memories-banner .heading{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .np-memories-banner .descr{
    font-size: 12px;
    line-height: 16px;
  }
  .np-memories-catalog_left{
    display: none;
  }
  .np-memories-catalog_list{
    padding-top: 20px;
    display: block;
    width: 100%;
  }
  .catalog-slider .swiper-btn{
    display: none;
  }
  .catalog-slider_img{
    height: 200px;
  }
  .np-memories-catalog_item{
    width: 100%;
    margin-bottom: 30px;
  }
  .np-memories-catalog_item .catalog_item_wrapp{
    padding: 13px 10px 22px 10px;
  }
  .np-memories-catalog_item .name{
    font-size: 17px;
    line-height: 21px;
  }
  .np-memories-catalog_item .descr{
    font-size: 11px;
    line-height: 15px;
  }
  .np-memories-catalog{
    padding-bottom: 40px;
  }
  .catalog-slider .swiper-pagination{
    display: flex;
    justify-content: center;
    bottom: 15px;
  }
  .catalog-slider .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
  }
  .catalog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 1);
  }
  .np-memories-catalog_container{
    display: block;
  }
  .catalog-filter-toggler{
    display: block;
    background: transparent;
    outline: none;
    border: none;
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'GillSansNovaBold', sans-serif;
  }
  .catalog-filter-toggler svg{
    margin-right: 3px;
  }
  .np-memories-catalog_left{
    transition: all 0.2s;
    transform: translateX(100%);
    display: block;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #131313;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    padding: 40px 24px;
  }
  .np-memories-catalog_left.active{
    transform: translateX(0%);
  }
  .filter-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    text-align: center;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'GillSansNovaBold', sans-serif;
  }
  .filter-close{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
    background: transparent;
    border: none;
  }
  .np-memories-catalog_left .filter-reset{
    width: 100%;
    height: 35px;
  }
}


.np-premium-banner{
  height: calc(100vh - 50px);
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-top: 230px;
  color: #fff;
}
.np-premium-banner::after{
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.np-premium-banner .mainContainer{
  position: relative;
  z-index: 1;
}
.np-premium-banner .heading{
  text-align: center;
  font-size: 64px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-premium-banner .delimetr{
  margin: 0 auto;
  width: max-content;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.np-premium-banner .delimetr span{
  display: block;
  width: 160px;
  border-radius: 4px;
  height: 2px;
  background-color: #D6C5A6;
  margin-bottom: 6px;
}
.np-premium-banner .delimetr span:nth-child(2){
  margin-bottom: 0;
  width: 40px;
}
.np-premium-banner .descr{
  width: max-content;
  margin: 0 auto;
  max-width: 800px;
  font-size: 24px;
  line-height: 28px;
  font-family: 'GillSansNovaMedium', sans-serif;
  text-align: center;
}

.np-premium-member{
  margin-top: -250px;
  position: relative;
  z-index: 2;
}
.np-premium-member_container{
  background: #000;
  color: #fff;
  padding: 83px 50px 50px 50px;
  max-width: 1362px;
  margin: 0 auto;
}
.np-premium-member_container .heading{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 63px;
  font-family: 'GillSansNovaMedium', sans-serif;
  text-align: center;
}
.np-premium-member_container .descr{
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  max-width: 1084px;
  font-size: 18px;
  line-height: 23px;
  font-family: 'GillSansNovaMedium', sans-serif;
  margin-bottom: 30px;
}
.np-premium-member .form{
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}

.np-premium-member .wpcf7 p{
  display: block;
}
.np-premium-member .iti{
  width: 100%;
}
.np-premium-member form input{
  width: 100%;
  height: 47px;
  background: transparent;
  padding: 0 30px 0 0;
  font-size: 16px;
  margin-bottom: 18px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  color: #fff;
  font-family: 'GillSansC', sans-serif;
}
.np-premium-member form input::placeholder{
  color: #888888;
  font-size: 16px;
  font-family: 'GillSansC', sans-serif;
}
.np-premium-member form button[type="submit"]{
  border-radius: 3px;
  border: 1px solid #333434;
  background: #333434;
  text-align: center;
  margin: 0 auto;
  padding: 17px 43px;
  display: block;
  width: max-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 38px;
  transition: all 0.2s;
}
.np-premium-member form button[type="submit"]:hover{
  background: #000;
  border-color: #000;
}
.np-premium-member form input[type="submit"]{
  height: 50px;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  padding: 0 15px;
  transition: all 0.2s;
  margin-bottom: 0;
  margin-top: 38px;
}
.np-premium-member form input[type="submit"]:hover{
  background-color: #fff;
  color: #000;
}

.np-premium-privilege{
  padding-top: 109px;
  padding-bottom: 100px;
  color: #fff;
}
.np-premium-privilege .heading{
  text-transform: uppercase;
  text-align: center;
  font-size: 64px;
  font-family: 'GillSansNovaMedium', sans-serif;
  margin-bottom: 70px;
}
.np-premium-privilege_container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.np-premium-privilege_container .preview{
  width: 666px;
  flex-shrink: 0;
  margin-right: 80px;
  height: 417px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.np-premium-privilege_container .wrapp{
  width: 100%;
}
.np-premium-privilege_container .content_heading{
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 33px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-premium-privilege_container .content_descr{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-family: 'GillSansNovaMedium', sans-serif;
  line-height: 24px;
}
.np-premium-privilege_container .content_descr p{
  margin-bottom: 15px;
}
.np-premium-privilege_container .content_descr p:last-child{
  margin-bottom: 0;
}

.np-premium-excellence_banner{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 110px 30px;
  color: #fff;
}
.np-premium-excellence_banner .mainContainer{
  position: relative;
  z-index: 1;
}
.np-premium-excellence_banner::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.np-premium-excellence_banner .heading{
  text-align: center;
  font-size: 64px;
  line-height: 73px;
  font-family: 'GillSansNovaMedium', sans-serif;
  max-width: 935px;
  margin: 0 auto;
  text-transform: uppercase;
}
.np-premium-excellence_banner .delimetr{
  margin: 0 auto;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.np-premium-excellence_banner .delimetr span{
  display: block;
  width: 160px;
  border-radius: 4px;
  height: 2px;
  background-color: #D6C5A6;
  margin-bottom: 6px;
}
.np-premium-excellence_banner .delimetr span:nth-child(2){
  margin-bottom: 0;
  width: 40px;
}
.np-premium-excellence_descr{
  padding-top: 50px;
  padding-bottom: 70px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 24px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-premium-excellence_descr p{
  margin-bottom: 20px;
}
.np-premium-excellence_descr p:last-child{
  margin-bottom: 0;
}
.np-premium-become{
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.np-premium-become .heading{
  text-align: center;
  margin-bottom: 20px;
  font-size: 64px;
  font-family: 'GillSansNovaMedium', sans-serif;
  line-height: 70px;
  text-transform: uppercase;
}
.np-premium-become .descr{
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 24px;
  font-family: 'GillSansNovaMedium', sans-serif;
  margin-bottom: 65px;
}
.np-premium-become .form{
  margin: 0 auto;
  width: 100%;
  max-width: 1185px;
}

.np-premium-become .wpcf7 p{
  display: block;
}
.np-premium-become .iti{
  width: 100%;
}
.np-premium-become form input{
  width: 100%;
  height: 47px;
  background: transparent;
  padding: 0 30px 0 0;
  font-size: 16px;
  margin-bottom: 18px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  color: #fff;
  font-family: 'GillSansC', sans-serif;
}
.np-premium-become form input::placeholder{
  color: #888888;
  font-size: 16px;
  font-family: 'GillSansC', sans-serif;
}
.np-premium-become form button[type="submit"]{
  border-radius: 3px;
  border: 1px solid #333434;
  background: #333434;
  text-align: center;
  margin: 0 auto;
  padding: 17px 43px;
  display: block;
  width: max-content;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 38px;
  transition: all 0.2s;
}
.np-premium-become form button[type="submit"]:hover{
  background: #000;
  border-color: #000;
}
.np-premium-become form input[type="submit"]{
  height: 50px;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'GillSansNovaBold', sans-serif;
  padding: 0 15px;
  transition: all 0.2s;
  margin-bottom: 0;
  margin-top: 38px;
}
.np-premium-become form input[type="submit"]:hover{
  background-color: #fff;
  color: #000;
}
.np-premium-become .wpcf7 p{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.np-premium-become form input[type="submit"]{
  width: max-content;
  margin: 0 auto;
  margin-top: 35px;
  min-width: 350px;
}

@media screen and (max-width: 1600px) {
  .np-premium-banner .heading{
    font-size: 55px;
  }
  .np-premium-banner .delimetr{
    margin-top: 14px;
  }
  .np-premium-banner .descr{
    max-width: 733px;
    font-size: 21px;
    line-height: 27px;
  }
  .np-premium-member_container{
    max-width: 1115px;
  }
  .np-premium-member_container .heading{
    font-size: 42px;
    line-height: 50px;
  }
  .np-premium-member_container .descr{
    max-width: 847px;
    font-size: 15px;
    line-height: 22px;
  }
  .np-premium-member form input[type="submit"]{
    font-size: 13px;
  }
  .np-premium-privilege .heading{
    font-size: 48px;
  }
  .np-premium-privilege_container .preview{
    width: 570px;
    margin-right: 50px;
    height: 323px;
  }
  .np-premium-privilege_container .content_heading{
    font-size: 29px;
    margin-bottom: 18px;
  }
  .np-premium-privilege_container .content_descr{
    font-size: 14px;
    line-height: 21px;
  }
  .np-premium-excellence_banner .heading{
    font-size: 50px;
    line-height: 65px;
    max-width: 895px;
  }
  .np-premium-excellence_banner{
    padding: 90px 30px;
  }
  .np-premium-excellence_descr{
    font-size: 14px;
    line-height: 22px;
  }
  .np-premium-excellence_descr p{
    margin-bottom: 15px;
  }
  .np-premium-excellence_descr p:last-child{
    margin-bottom: 0;
  }
  .np-premium-become .heading{
    font-size: 42px;
    line-height: 50px;
  }
  .np-premium-become .descr{
    font-size: 15px;
    line-height: 22px;
  }
  .np-premium-become form input[type="submit"]{
    font-size: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .np-premium-banner .heading{
    font-size: 50px;
  }
  .np-premium-member_container .heading{
    font-size: 39px;
    line-height: 48px;
  }
  .np-premium-privilege .heading{
    font-size: 43px;
    margin-bottom: 60px;
  }
  .np-premium-privilege_container .content_heading{
    font-size: 27px;
  }
  .np-premium-privilege_container .preview{
    width: 505px;
  }
  .np-premium-excellence_banner .heading{
    font-size: 44px;
    line-height: 64px;
    max-width: 707px;
  }
  .np-premium-become .heading{
    font-size: 39px;
    line-height: 48px;
  }
  .np-premium-become{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .np-premium-become form input[type="submit"]{
    margin-top: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .np-premium-banner .heading{
    font-size: 44px;
  }
  .np-premium-member_container .heading{
    font-size: 33px;
    line-height: 41px;
  }
  .np-premium-member_container{
    max-width: 770px;
  }
  .np-premium-member_container .descr {
    max-width: 640px;
    font-size: 14px;
    line-height: 22px;
  }
  .np-premium-member form input[type="submit"]{
    font-size: 12px;
  }
  .np-premium-privilege .heading{
    font-size: 34px;
    margin-bottom: 55px;
  }
  .np-premium-privilege{
    padding-top: 85px;
  }
  .np-premium-privilege_container .preview{
    width: 383px;
    margin-right: 35px;
    height: 346px;
  }
  .np-premium-privilege_container .content_heading{
    font-size: 24px;
  }
  .np-premium-privilege_container .content_descr{
    font-size: 13px;
    line-height: 20px;
  }
  .np-premium-excellence_banner .heading{
    font-size: 34px;
    line-height: 52px;
    max-width: 610px;
  }
  .np-premium-become .heading{
    font-size: 33px;
    line-height: 41px;
  }
  .np-premium-become .descr{
    font-size: 14px;
    line-height: 22px;
  }
  .np-premium-become form input[type="submit"]{
    font-size: 12px;
  }
  .np-premium-become form input{
    max-width: 265px;
  }
}
@media screen and (max-width: 992px) {
  .np-premium-banner .heading{
    font-size: 28px;
  }
  .np-premium-banner .descr{
    max-width: 100%;
  }
  .np-premium-banner .descr{
    font-size: 16px;
    line-height: 23px;
  }
  .np-premium-banner {
    height: calc(100vh - 100px);
    min-height: 645px;
  }
  .np-premium-member_container{
    padding: 45px 30px 30px 30px;
  }
  .np-premium-member_container .heading{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .np-premium-member_container .descr{
    font-size: 12px;
    line-height: 18px;
  }
  .np-premium-privilege{
    padding-top: 65px;
    padding-bottom: 85px;
  }
  .np-premium-privilege .heading{
    font-size: 22px;
    margin-bottom: 45px;
  }
  .np-premium-privilege_container{
    display: block;
  }
  .np-premium-privilege_container .preview{
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    height: 220px;
  }
  .np-premium-privilege_container .content_heading{
    font-size: 18px;
    margin-bottom: 14px;
  }
  .np-premium-privilege_container .content_descr{
    font-size: 12px;
    line-height: 19px;
  }
  .np-premium-excellence_banner .heading{
    font-size: 21px;
    line-height: 32px;
  }
  .np-premium-excellence_banner{
    padding: 60px 15px;
  }
  .np-premium-excellence_descr{
    padding-top: 40px;
  }
  .np-premium-excellence_descr{
    font-size: 12px;
    line-height: 19px;
  }
  .np-premium-excellence_banner .delimetr{
    margin-bottom: 0;
  }
  .np-premium-become .heading{
    font-size: 20px;
    line-height: 30px;
  }
  .np-premium-become .descr{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 35px;
  }
  .np-premium-become .wpcf7 p{
    display: block;
  }
  .np-premium-become form input{
    max-width: 100%;
  }
  .np-premium-become form input[type="submit"]{
    min-width: 100%;
  }
  .np-premium-become .iti{
    margin-bottom: 18px;
  }
}


.np-policy_top{
  background-color: #000;
  padding-top: 155px;
  padding-bottom: 55px;
  color: #fff;
}
.np-policy_top .heading{
  font-size: 64px;
  line-height: 71px;
  margin-bottom: 35px;
  font-family: 'GillSansNovaMedium', sans-serif;
  text-transform: uppercase;
}
.np-policy_top .delimetr{
  margin-bottom: 32px;
}
.np-policy_top .delimetr span:nth-child(1){
  display: block;
  width: 160px;
  margin-bottom: 6px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.np-policy_top .delimetr span:nth-child(2){
  display: block;
  width: 40px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.np-policy_top .descr{
  font-size: 18px;
  margin-bottom: 25px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-policy_content{
  padding-top: 10px;
  padding-bottom: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.np-policy_content strong{
  font-size: 24px;
  color: #fff;
  font-family: 'GillSansNovaBold', sans-serif;
  margin-bottom: 30px;
  margin-top: 40px;
  display: block;
}
.np-policy_content p{
  margin-bottom: 2px;
}
.np-policy_content ul{
  padding-left: 18px;
}
.np-policy_content ul li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.np-policy_content ul li:last-child{
  margin-bottom: 0;
}
.np-policy_content ul li::before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
  margin-top: 7px;
}

@media screen and (max-width: 1600px) {
  .np-policy_top .heading{
    font-size: 55px;
    line-height: 65px;
  }
  .np-policy_top .descr{
    font-size: 16px;
  }
  .np-policy_content strong{
    font-size: 22px;
  }
  .np-policy_content{
    font-size: 16px;
    line-height: 23px;
  }
  .np-policy_content strong{
    margin-bottom: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .np-policy_top .heading{
    font-size: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .np-policy_top .heading{
    font-size: 44px;
    margin-bottom: 20px;
  }
  .np-policy_top .descr{
    font-size: 14px;
  }
  .np-policy_content strong{
    font-size: 20px;
    margin-top: 15px;
  }
  .np-policy_content{
    font-size: 14px;
    line-height: 21px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .np-policy_top .heading{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .np-policy_top .descr{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .np-policy_content strong{
    font-size: 18px;
  }
  .np-policy_content{
    font-size: 13px;
    line-height: 19px;
  }
}


body header.main-head.new-head{
  width: 100%;
  height: auto;
  background-color: transparent;
}
body header.main-head .top-menu{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 40px 0;
}
.top-menu_logo {
  margin: 0 auto;
}
.top-menu_logo img{
  max-width: 213px;
  height: auto;
}
body header.main-head .mainContainer {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.top-menu_nav{
  margin-left: auto;
}
.top-menu_submit{
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 0 11px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GillSansNovaBold', sans-serif;
}
.top-menu_list_item{
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 20px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
body header.main-head .fixed-menu{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fixed-menu_logo{
  flex-shrink: 0;
  margin-right: 85px;
}
.fixed-menu_list{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.fixed-menu_logo img{
  max-width: 147px;
  height: auto;
}
.fixed-menu_list_item{
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 28px;
  font-family: 'GillSansNovaMedium', sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fixed-menu_list_item:hover{
  color: #fff;
}
.top-menu_list_item:hover{
  color: #fff;
}
.fixed-menu_list_item.active::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.fixed-menu_nav{
  margin-left: auto;
}
.fixed-menu_submit{
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  height: 40px;
  text-align: center;
  color: #fff;
  padding: 0 11px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GillSansNovaBold', sans-serif;
  transition: all 0.2s;
}
.top-menu_submit:hover{
  background-color: #fff;
  color: #000;
}
.fixed-menu_submit:hover{
  background-color: #fff;
  color: #000;
}

body .main-head.new-head a:visited{
  color: #fff;
}

body header.main-head .fixed-menu{
  display: none;
}

body header.main-head.new-head.short{
  height: auto;
}
body header.main-head.new-head{
  transition: all 0.2s !important;
}
body header.main-head.new-head.short{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.8);
}

body header.main-head.new-head.short .fixed-menu{
  display: flex;
}
body header.main-head.new-head.short .top-menu{
  display: none;
}
body header .menu-toggler{
  display: none !important;
}
.main-mobile-menu{
  display: none;
}

.new-footer{
  width: 100%;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 70px;
  color: #fff;
}
.new-footer_wrapp{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.new-footer_container{
  margin-right: 60px;
  display: flex;
  flex-direction: column;
}
.new-footer_container_heading{
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.new-footer_container .delimetr{
  margin-bottom: 30px;
}
.new-footer_container .delimetr span:nth-child(1){
  display: block;
  width: 160px;
  margin-bottom: 6px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.new-footer_container .delimetr span:nth-child(2){
  display: block;
  width: 40px;
  background-color: #D6C5A6;
  height: 2px;
  border-radius: 4px;
}
.new-footer .mainContainer {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.new-footer-bottom .mainContainer {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.new-footer_container_list a{
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.new-footer_container_list a:hover{
  color: #fff;
}
.new-footer_container_list a:last-child{
  margin-bottom: 0;
}
.new-footer_container_socials{
  margin-top: auto;
}
.new-footer-bottom{
  background-color: #252525;
  color: #fff;
  padding: 31px 0;
}
.new-footer-bottom_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-footer-bottom_container .heading{
  font-size: 14px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.new-footer-bottom_container a{
  color: #fff;
  font-size: 14px;
  font-family: 'GillSansNovaMedium', sans-serif;
}
.new-footer-bottom_container a:hover{
  color: #fff;
}

body a:visited{
  color: #fff;
}

@media screen and (max-width: 1600px){
  body header.main-head .top-menu{
    padding: 20px 0;
  }
  .top-menu_list_item{
    font-size: 14px;
  }
  .top-menu_logo img{
    max-width: 150px;
  }
  .top-menu_submit{
    padding: 0 20px;
    font-size: 11px;
  }
  .fixed-menu_logo img{
    max-width: 120px;
  }
  .fixed-menu_list_item{
    font-size: 14px;
    margin-right: 25px;
  }
  .fixed-menu_submit{
    padding: 0 20px;
    font-size: 11px;
  }
  body header.main-head .fixed-menu{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fixed-menu_logo{
    margin-right: 65px;
  }
  .new-footer_container_heading{
    font-size: 18px;
    margin-bottom: 18px;
  }
  .new-footer_container .delimetr{
    margin-bottom: 20px;
  }
  .new-footer_container_list a{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .new-footer-bottom_container .heading{
    font-size: 13px;
  }
  .new-footer-bottom_container a{
    font-size: 13px;
  }
  .fixed-menu_list_item.active::after{
    bottom: -9px;
  }
}
@media screen and (max-width: 1400px) {
  body header.main-head .mainContainer{
    padding: 0 60px;
  }
  .new-footer .mainContainer{
    padding: 0 60px;
  }
  .new-footer-bottom .mainContainer{
    padding: 0 60px;
  }
}
@media screen and (max-width: 1300px){
  .top-menu_logo img{
    max-width: 125px;
  }
  .top-menu_list_item{
    font-size: 11px;
    margin-right: 10px;
  }
  .top-menu_submit{
    font-size: 10px;
  }
  .fixed-menu_submit{
    font-size: 10px;
  }
  .fixed-menu_list_item{
    font-size: 11px;
    margin-right: 10px;
  }
  .fixed-menu_logo img{
    max-width: 100px;
  }
  .fixed-menu_logo{
    margin-right: 55px;
  }
  .new-footer_container_heading{
    margin-bottom: 13px;
    font-size: 15px;
  }
  .new-footer_container_list a{
    font-size: 13px;
    margin-bottom: 8px;
  }
  .new-footer-bottom_container .heading{
    font-size: 12px;
  }
  .new-footer-bottom_container a{
    font-size: 12px;
  }
}
@media screen and (max-width: 992px){
  body header.main-head .mainContainer{
    padding: 0 20px;
  }
  .top-menu_list{
    display: none;
  }
  .top-menu_nav{
    display: none;
  }
  body header.main-head .top-menu{
    display: flex;
    justify-content: space-between;
  }
  .top-menu_logo{
    margin: 0;
  }
  .top-menu_logo img{
    max-width: 110px;
  }
  body header .menu-toggler{
    display: flex !important;
    width: 35px;
    margin-left: auto;
    flex-direction: column;
    background: transparent;
    border: none;
    outline: none;
  }
  .menu-toggler span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
  }
  .menu-toggler span:last-child{
    margin-bottom: 0;
  }
  .fixed-menu_list{
    display: none;
  }
  .fixed-menu_nav{
    display: none;
  }
  .fixed-menu_logo{
    margin: 0;
  }
  .fixed-menu_logo img{
    max-width: 110px;
  }
  body header.main-head.new-head.short .fixed-menu{
    align-items: center;
  }
  .main-mobile-menu{
    display: block;
  }
  body header.main-head.new-head.active{
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
  }
  .main-mobile-menu{
    height: 100%;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    padding-bottom: 140px;
    display: none;
  }
  .main-mobile-menu_list_item{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'GillSansNovaMedium', sans-serif;
    width: max-content;
  }
  .main-mobile-menu_list_item.active{
    border-bottom: 1px solid #fff;
  }
  .main-mobile-menu_submit{
    outline: none;
    background: transparent;
    border: 1px solid #fff;
    height: 40px;
    text-align: center;
    color: #fff;
    padding: 0 11px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GillSansNovaBold', sans-serif;
    margin-top: auto;
  }
  body header.main-head.new-head.active .main-mobile-menu{
    display: flex;
  }
  body header.main-head.new-head.active .menu-toggler span:nth-child(2){
    display: none;
  }
  body header.main-head.new-head.active .menu-toggler span:nth-child(1){
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
  body header.main-head.new-head.active .menu-toggler span:nth-child(3){
    transform: rotate(-45deg);
  }
  .new-footer .mainContainer{
    padding: 0 20px;
  }
  .new-footer-bottom .mainContainer{
    padding: 0 20px;
  }
  .new-footer_wrapp{
    display: block;
  }
  .new-footer_container{
    display: block;
    margin-bottom: 30px;
  }
  .new-footer_container:last-child{
    margin-bottom: 0;
  }
  .new-footer{
    padding-bottom: 50px;
  }
  .new-footer_container_socials{
    margin-top: 30px;
  }
  .new-footer-bottom_container{
    flex-direction: column-reverse;
  }
  .new-footer-bottom_container a{
    margin-bottom: 20px;
  }
}