@font-face {
font-family: 'inter';
src: url('fonts/inter/Inter_18pt-Medium.ttf');

}

@font-face {
font-family: 'inter';
src: url('fonts/inter/Inter_18pt-Bold.ttf');
font-weight:800;
}



@font-face {
font-family: 'sns';
src: url('fonts/sourcesanspro/SourceSansPro-Regular.otf');

}
@font-face {
font-family: 'sns';
src: url('fonts/sourcesanspro/SourceSansPro-Black.otf');
font-weight:700;
}

.wp_send_popup_error
{
    position: fixed;
    padding: 40px;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -60px;
    background: #fff;
    font-size: 19px;
    width: auto;
    display: block;
    z-index: 1000000000;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
} 
.wp_send_popup_error_block
{
	    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 411111;
}
.wp_send_popup_error h4
{
margin: 0;
    margin-bottom: 12px;
    color: #000000;
    font-family: 'sns';
    font-weight: 700;
    font-size: 35px;
}
.wp_send_popup_error .wp_close_popup_error
{
	    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
 
    padding: 10px;




}
.wp_send_popup_error .wp_close_popup_error img
{
    width: 30px;
}
.wp_send_popup_error .wp_close_popup_error:hover
{



}
#wp_send
{
	display:none;
}



body
{
  font-family: inter;
}
.thf
{
        position: fixed;
    top: 0;
    width: inherit;
    max-width: inherit;
    z-index: 1000;
}
header .scrolled nav
{
       background-color: rgb(98 98 98 / 100%);
}
.blackTitle
{
    font-size: 80px;
    text-transform: lowercase;
    font-family: sns;
    font-weight: 700;
      line-height: 77px;
}

.a1Text
{
	    display: flex;
    align-items: center;
}
.a1Text img
{
	    margin-right: 7px;
}
.howBlock
{
    background: rgba(242, 242, 242, 1);
    padding: 30px;
transition: 0.5s;
    border-radius: 12px;
        margin-bottom: 30px;
}
.howBlock p
{
  
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: rgba(237, 147, 15, 1);
        margin-bottom: 20px;
}
.howBlock span
{
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
        line-height: 20px;
}
.bt-m
{
    margin-bottom: 45px;
}
.offerLink
{
 color:#fff;
}
.offerLink:hover
{
 color:#fff;
}
.offerBlock
{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
}
.offerBlock img
{
	
}
.a1Link
{
	    transition: 0.5s;
}
.a1Link:hover
{
	text-decoration:none;
}
.offerBlock:after
{

  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* Затемнение (черный с прозрачностью 50%) */
  background-color: rgba(0, 0, 0, 0.3); 
  /* Блюр */
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px); /* Для Safari */
  transition: 0.5s;

}
.offerBlock:hover:after
{
	  background-color: rgba(0, 0, 0, 0.4); 
	    backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px); /* Для Safari */
}
.offerIcon
{
    height: 16px;
    width: auto !important;
    display: inline !important;
    margin-right: 6px;
}
.offerBlock-1
{
    position: absolute;
      top: 10px;
    left: 10px;
    right:20px;
    z-index: 5;
}
.a1Link:hover .howBlock
{
	    background: rgb(228 228 228);
}
.offerBlock-1-1
{
	    border-bottom: 1px solid #fff;
}
.offerBlock-1-1 p
{    
	margin-bottom: 30px;
}
.offerBlock-1-2
{
flex-wrap: wrap;
    display: flex;
    margin-top: 8px;
}
.offerBlock-1-2 > div {
    flex: 0 0 calc(50% - 0px);
    display: flex;
    align-items: center;    
}
.offerBlock-1 h4
{
	    font-size: 30px;
    line-height: 34px;
}
.offerBlock-2
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
.offerBlock-2 span
{
	    font-size: 40px;
    font-weight: 700;
    line-height: 20px;
}
.owner .slick-slide {
  padding: 0 10px;   /* половина нужного отступа */
}

.owner .slick-list {
  margin: 0 -10px;   /* компенсируем padding */
}
.owner  .slick-slide img {
    display: block;
    width: 100%;
}
span.onePeople
{
	    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}
.t20
{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blackBack h3
{    color: rgba(237, 147, 15, 1);
    font-size: 30px;
    font-weight: 700;
    font-family: 'sns';
        margin-bottom: 20px;
}
.blackBack p
{
	color:#fff;
	margin-bottom: 28px;
}
.blackBack
{
    background-color: #000;
    padding: 24px 26px;
    border-radius: 12px;
}
.whb
{
	    background: #fff;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
}
.whb:hover
{
	text-decoration: none;
	background-color:rgba(237, 147, 15, 1);
	color:#fff;
}
.smb
{
	    margin-bottom: 150px;
}
.orb
{
	    display: inline-block;
    background: #ed930f;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-radius: 6px;
    padding: 14px 60px;
    text-transform: uppercase;
    font-weight: 700;
}
.orb:hover
{
	text-decoration: none;
	background-color: #000;
	color:#fff;
}
.smb1
{
    margin-bottom: 100px;
}
.timer
{
	    display: flex;
    justify-content: center;
}
.timerTitle
{
	font-size: 40px;
    text-transform: lowercase;
    font-family: sns;
    font-weight: 700;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.timer>div>span:first-child
{
	    font-size: 80px;
    text-transform: lowercase;
    font-family: sns;
    font-weight: 700;
    line-height: 80px;
}
.timer>div>span:last-child
{
	    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.timer>.sep>span
{
	    font-size: 80px !important;
    text-transform: lowercase !important;
    font-family: sns !important;
    font-weight: 700 !important;
    line-height: 80px !important;
    color:#000 !important;
} 
.sep
{
	margin: 0px 20px;
}
.timer_day,
.timer_hour,
.timer_min,
.timer_s
{
	    text-align: center;
}
.snb2
{
	    margin-bottom: 120px;

}
.tarif-title
{
	    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    }
.tarif-title h4
{
	font-weight: 700;
    font-size: 30px;
    font-family: 'sns';
}
.tarif-title span
{
	    font-family: 'sns';

		font-weight: 700;
    font-size: 30px;
}
.oldPrice
{
font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'sns';
    display: block;
    text-align: center;
    text-decoration: line-through;
        line-height: 1px;
}
.tarif
{
	    border-radius: 12px;
    border: 1px solid #000;
    padding: 25px 20px;
}
.tarif-punkt
{
	    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.mainPrice
{
	    font-weight: 700;
    font-size: 30px;
    font-family: 'sns';
        display: block;
    text-align: center;
}
.tarif-2
{
	background-color: rgba(242, 242, 242, 1)
}
.tarif-3
{
	background-color: rgba(0, 0, 0, 1)
}

.tarif-3 .tarif-title h4,
.tarif-3 .tarif-title span
{

    color: rgba(237, 147, 15, 1);
}
.tarif-3 .tarif-punkt
{
	color:#fff;
}
.tarif-punkt li
{
	    margin-bottom: 7px;
}
.saleText
{
	    font-size: 12px;
    font-style: italic;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.beforeText
{
	    font-size: 12px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.tarifBtn
{
	    font-size: 14px;
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-weight: 700;
    margin-top: 15px;
}
.tarif-3 .beforeText
{
	color: rgba(255, 255, 255, 0.5);
}
.tarif-3 .tarif-price
{
	    color: #fff;
}
.tarif-3 .tarifBtn
{
	    background: #ed930f;
}
.tarif .tarifBtn:hover
{
	 text-decoration: none;
	 background:#ed930f;
	 color:#fff;
}
.tarif-3 .tarifBtn:hover
{
	    background: #fff;
	    color:#000;
	    text-decoration: none;
}
.tarif-3 .oldPrice
{
	    color: #858585;
}
.cor
{
	color:#ed930f;
}
.greyBack
{
	background: #f2f2f2;
    border-radius: 12px;
    padding: 30px 40px;
    padding-bottom: 60px;
}
.ttb
{
	color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #ed930f;
    padding: 13px;
    border-radius: 6px;
    line-height: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
        width: 100%;
}
.ttb:hover
{
text-decoration: none;
background-color: #000;
color:#fff;
}
.tgLink span
{
	color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #000000;
    padding: 13px;
    border-radius: 6px;
    line-height: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.tgLink
{
    display: inline-flex;
    border-radius: 6px;
    background: #000000;
    align-items: center;
}
.tgLink:hover
{    background: #ed930f;
	text-decoration: none;
}
.tgLink:hover span
{

	    background: #ed930f;
	    	color: #fff;
}
.tgLink img
{
	   /* height: 48px;
    margin-left: 3px;*/

        height: 30px;
    margin-left: 3px;
    margin-right: 10px;
}
.mbtt2
{
	margin-bottom: 60px;
}
.text2
{
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 18px;
}
.mbtt3
{
    margin-bottom: 20px;
}
.newsLetterForm input.mail
{
	width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 16px;
}
.newsLetterForm button
{
    width: 100%;
    padding: 0;
    border: none;
    display: flex;
    cursor:pointer;
}
.newsLetterForm button span
{
color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #ed930f;
    padding: 13px;
    border-radius: 6px;
    line-height: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.newsLetterForm button:hover span
{
background-color: #000;
}
.newsLetterForm button img
{
	    height: 48px;
    margin-left: 3px;
}
.privateBlock
{
margin-top: 15px;
    margin-bottom: 30px;
}
.checkbox{
  margin-top: 5px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-label{
    padding-left: 20px;
    line-height: 18px;
    cursor:pointer;
}
.checkbox-input {
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  transition: 500ms;
      overflow: hidden;
      cursor:pointer;
}

.checkbox-input::after {
content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  font-size: 30px;
  background-image: url("checkmark.svg");
  background-repeat: no-repeat;
  transition: 500ms;
}
.checkbox-input:checked::after {
  width: 30px;
  height: 30px;
  transition: 500ms;
}
.pol 
{
	text-decoration: underline;
}
.partners
{
	margin-top:10px;
}
.partnerBlock
{
	    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;

}
footer
{
	background-color: #000;
    color: #fff;
    padding: 50px 0px;
}
footer h5
{
    font-size: 20px;
    font-weight: 700;
    font-family: 'sns';
    margin-bottom: 5px;
}
.pah5
{
        font-size: 12px;
    line-height: 16px;
}
.fbt
{
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.footerCont
{
	    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 18px;
}
.footerCont a
{
color:#fff;	
}
.footerCont a:hover
{
	color:#fff;	
}
.footerCont img
{
	    margin-right: 10px;
}
.footerCont span
{
	
}
.seconfBlMain
{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.seconfBl a
{
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.seconfBl a:hover
{
	color:#fff;
}
.prate
{
	color: rgba(255, 255, 255, 0.5);
}
.lstB
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    align-items: end;
}
.lstB a
{
	color:#fff;
}
.lstB a:hover
{
	color:#fff;
}
.lstB img
{
width: 166px;
}


.hero {
  position: relative;
  height: 100vh;
      display: flex;
    justify-content: center;
        margin-bottom: 100px;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hdabso
{
	    position: absolute;
    top: 0;
    height: 100vh;
        width: 100%;
            background: rgb(0 0 0 / 43%);
}
header nav
{
    background-color: rgb(98 98 98 / 30%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    padding: 15px 12px;
    justify-content: space-between;
    align-items: center;
}
header nav ul
{
	margin-bottom: 0;
}
header nav ul li
{
	list-style-type: none;
}
header nav ul li a
{
	color: #fff;
    margin-right: 24px;
}
header nav ul li a:hover
{
	color: #fff;
}
.curr span
{
	    color: #fff;
    margin-right: 20px;
}
.hb1
{
	    background: #fff;
    color: #000;
    border-radius: 6px;
    padding: 7px 10px;
}
.hb1:hover
{
		    background: rgba(237, 147, 15, 1);
  color: #fff;
   text-decoration: none;
}
.hb2
{
	    background: rgba(237, 147, 15, 1);
    color: #fff;
    border-radius: 6px;
    padding: 7px 10px;
}
.hb2:hover
{
	    background: rgba(0, 0, 0, 1);
	    color:#fff;
	    text-decoration: none;
}
.mnsl
{
margin-top: 200px;
}
.mnsl h1
{
	    color: #fff;
    font-family: 'sns';
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
}
.ttms
{
	    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}
.modal-content
{
	    background: #f2f2f2;
}
.modalTitle
{
	    color: rgb(0 0 0);
    font-size: 30px;
    font-weight: 700;
    font-family: 'sns';
}
.modalInput
{
width: 100%;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 16px;
    margin-bottom: 20px;
}
.modal-header
{
	    border: none;
}
.modalBtn
{
	    border-radius: 6px;
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}
.modalBtn:hover
{
background: #ed930f;
color: #fff;
}
.container {
 /* max-width: 1160px !important;*/
  margin-left: auto;
  margin-right: auto;
}
.owner,
.partners
{
	overflow:hidden;
}

.burger {
	display:none;
    cursor: pointer;
}
 .b1, .b2, .b3 {
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
}
.change .b1 {
transform: rotate(-45deg) translate(0px, 2px);
}
.change .b3 {
transform: rotate(45deg) translate(-6px, -9px);
}
.change .b2 {opacity: 0;}
.mobileNav
{
	display:none;
}
.mobileNav a
{
	display: inline-block;
    width: 48%;
    text-align: center;
}
.mobileNav>div
{
	    display: flex;
    justify-content: space-between;
}
.mobileNav
{

    margin-top: 8px;
}


.newsBtn
{
    background: #ed930f;
    align-items: center;
    border-radius: 6px;
}
.newsBtn:hover
{
    background-color: #000;
}
.newsLetterForm button img {

    margin-right: 10px;
    height: 38px;
}
/* -------------------------------------------------------------------------------------------- MEDIA -------------------------------------------------------------------------*/
@media screen and (max-width:1286px){

.dflece
{
	    display: flex;
    align-items: center;
}

}

@media screen and (max-width:1216px){

.mnsl h1 {

    font-size: 65px;
    line-height: 70px;
}
.ttms {

    font-size: 26px;

}
.blackTitle {
    font-size: 65px;

    line-height: 65px;
}
.howBlock p {
  
    font-size: 25px;
    line-height: 30px;

    margin-bottom: 15px;
}
.howBlock span {
    font-size: 18px;

    line-height: 20px;
}
.privateBlock {

    display: flex;
}
}



@media screen and (max-width:992px){

	.mnsl {
    margin-top:130px;
}
.mnsl h1 {

    font-size: 60px;
    line-height: 62px;
}
.ttms {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
}
.hdabso nav ul
{
	display: none;
}
.blackTitle {
    font-size: 65px;

    line-height: 65px;
}
.howBlock p {

    font-size: 24px;
    line-height: 30px;
}
.howBlock span {
    font-size: 17px;
    line-height: 17px;
}
.offerBlock-1-2>div>span
{
	    line-height: 20px;
}
.orb {
    margin-bottom: 30px;
        font-size: 18px;
    }
    .whb {

    font-size: 18px;
}
.tarif {

    margin-bottom: 30px;
}
.ttb {


    margin-bottom: 20px;
}
.prate {
  
    text-align: center;
}
.smb1 {
    margin-bottom: 60px;
}
.smb {
    margin-bottom: 90px;
}
.snb2 {
    margin-bottom: 80px;
}
}
@media screen and (max-width:768px){
		.burger
	{
		display: block;
	}

.hdBtn
{
	display:none;
}
    .blackTitle {
        font-size: 50px;
        line-height: 50px;
    }
        .mnsl h1 {
        font-size: 50px;
        line-height: 55px;
    }
        .ttms {
    
        font-size: 21px;
        margin-top: 10px;
    }
    .blackBack p {
 
    font-size: 15px;
}
.blackBack h3 {

    font-size: 28px;

}
.timer>div>span:first-child {
    font-size: 55px;

    line-height: 55px;
}
.timer>.sep>span {
    font-size: 55px !important;

    line-height: 55px !important;

}
.timer>div>span:last-child {
 
    font-size: 16px;

}
.ttb
{
	font-size: 18px;

}
.tgLink span
{
	font-size: 18px;

}
.newsLetterForm button span {

    font-size: 18px;
  }
  footer h5 {

    text-align: center;
}
.fbt {

  text-align: center;
}
.footerCont
{
	text-align: center;
	        display: block;
}
.seconfBlMain
{
	margin: 15px 0px;
}
.lstB
{
	align-items: center;
}
}

  @media screen and (max-width:576px){
  	   .mnsl h1 {

    font-size: 36px;
    line-height: 44px;
}
.ttms {
  
    font-size: 22px;
 
}
.mnsl {
    margin-top: 100px;
}
header nav {

    margin-top: 15px;
    padding: 10px 10px;

}
header nav ul {

    display: none;
}
.curr
{

  }
.hdBtn
{
	    display: none;
}
.blackBack p {
  
    font-size: 14px;
}
.blackTitle {
    font-size: 36px;

    line-height: 44px;
}


.blackTitle {
         font-size: 38px;
        line-height: 38px;
}
.howBlock span {
    font-size: 16px;

    line-height: 16px;
}
.howBlock p {

    line-height: 26px;
    font-size: 20px;
}
.hero {

    margin-bottom: 50px;
}
.smb1 {
    margin-bottom: 50px;
}
.offerBlock-1 h4 {
    font-size: 24px;
    line-height: 30px;
}
body
{
	    font-size: 14px;
    line-height: 20px;
}
.offerBlock-1-2 span
{
	line-height: 20px;
}
.offerBlock-2 span:first-child {
    font-size: 36px;

    line-height: 20px;
}
.smb {
    margin-bottom: 100px;
}
.orb {
font-size: 16px;
        margin-bottom: 20px;
}
.blackBack h3 {

    font-size: 24px;

}
.whb {

    font-size: 16px;
    }
    .timer>div>span:first-child {
    font-size: 40px;
  
    line-height: 40px;
}
.timer>.sep>span {
    font-size: 40px !important;

    line-height: 40px !important;

}
.sep {
    margin: 0px 10px;
}
.timer>div>span:last-child {

    font-size: 14px;
  
}
.snb2 {
    margin-bottom: 70px;
}


.tarif {
 
    margin-bottom: 20px;
}
.tarif-title h4 {
    
    font-size: 25px;
  
}
.tarif-punkt li {
    margin-bottom: 4px;
}
.mbtt2 {
    margin-bottom: 30px;
}


 .section-5 .blackTitle {
        font-size: 27px;
        line-height: 32px;
    }
    .ttb {
  
    font-size: 16px;
    margin-bottom: 20px;
}

.tgLink span {
  
    font-size: 16px;
  
    
    line-height: 22px;
}
.tgLink
{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.text2 {

    font-size: 18px;
    line-height: 21px;
  
}
.checkbox-label {

    width: 80%;
}
.privateBlock {
  
    display: flex;
}
.newsLetterForm button span {

    font-size: 16px;
    line-height: 22px;
}
.newsBtn
{
	    display: flex;
    align-items: center;
    justify-content: center;	
}
body
{

}
.footerCont {

    justify-content: center;
}
.fbt
{
	text-align: center;
}
footer h5 {

    text-align: center;
}
.lstB {

    align-items: center;
}
.smb {

        overflow: hidden;
    }
}
@media (max-width: 950px) and (orientation: landscape) {




}