@font-face{
	src: url(../fonts/VentiCF-Light.woff2),
	  url(../fonts/VentiCF-Light.woff);
  font-family: ventilight;
  font-display: swap;
}
@font-face{
	src: url(../fonts/VentiCF-Medium.woff2),
	  url(../fonts/VentiCF-Medium.woff);
  font-family: ventimedium;
  font-display: swap;
}

@font-face{
	src: url(../fonts/helvetic.ttf);
	font-family: helvetic;
}

@font-face{
  src: url(../fonts/HelveticaNeueCyr-Roman.woff2),
    url(../fonts/HelveticaNeueCyr-Roman.woff);
  font-family: helvetic-roman;
  font-display: swap;
}



@font-face{
  src: url(../fonts/HelveticaNeueCyr-Bold.woff2),
  url(../fonts/HelveticaNeueCyr-Bold.woff);    
  font-family: helvetic-bold;
  font-display: swap;
}

p {
	font-family: helvetic-roman !important;
}

h3, h4, h5, h6 {
	font-family: helvetic-bold !important;
}



/************************************

      MENU BUTTON STYLE

*************************************/

.menu-icon {
    width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 50;
  }

  .menu-icon.active{
      position: fixed;
      top: 14px;
      right: 30px;
      transition: 0.4s;
  }
  .menu-icon .line-1,
  .menu-icon .line-2,
  .menu-icon .line-3 {
    height: 2.25px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease-in-out;
  }
  .menu-icon .line-1 {
    animation: animate-line-1-rev 0.7s ease-in-out;
  }
  .menu-icon .line-2 {
    margin: 12px 0;
    animation: animate-line-2-rev 0.7s ease-in-out;
  }
  .menu-icon .line-3 {
    animation: animate-line-3-rev 0.7s ease-in-out;
  }
  .menu-icon:hover .line-1,
  .menu-icon:hover .line-2,
  .menu-icon:hover .line-3 {
    background-color: #fff;
  }
  .menu-icon.active .line-1,
  .menu-icon.active .line-2,
  .menu-icon.active .line-3 {
    background-color: #fff;
  }
  .menu-icon.active .line-1 {
    animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  }
  .menu-icon.active .line-2 {
    animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  }
  .menu-icon.active .line-3 {
    animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  }
  
  .no-animation {
    -webkit-animation: none !important;
    animation: none !important;
  }
  
  @keyframes animate-line-1 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
      transform: translate3d(0, 10px, 0) rotate(0);
    }
    100% {
      transform: translate3d(0, 10px, 0) rotate(45deg);
    }
  }
  @keyframes animate-line-2 {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  @keyframes animate-line-3 {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
      transform: translate3d(0, -20px, 0) rotate(0);
    }
    100% {
      transform: translate3d(0, -20px, 0) rotate(135deg);
    }
  }
  @keyframes animate-line-1-rev {
    0% {
      transform: translate3d(0, 10px, 0) rotate(45deg);
    }
    50% {
      transform: translate3d(0, 10px, 0) rotate(0);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
  }
  @keyframes animate-line-2-rev {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes animate-line-3-rev {
    0% {
      transform: translate3d(0, -20px, 0) rotate(135deg);
    }
    50% {
      transform: translate3d(0, -20px, 0) rotate(0);
    }
    100% {
      transform: translate3d(0, 0, 0) rotate(0deg);
    }
  }
  
  
  
  .subMenu{
      width: 0px;
      height: 0px;
      background: #191919;
      position: fixed;
      top: 0;
      right: 0;
      overflow: hidden;
      z-index: 20;
  }
  
  .subMenu.active{
      width: 375px;
      /* height: 688px; */
      height: 100vh;
      overflow-y: auto;
      transition: 0.4s;
  }
  
  .subMenu ul{
      margin-top: 84px;
      margin-right: 15px;
      padding: 0;
      opacity: 0;
  }
  
  .subMenu ul li{
      list-style: none;
      text-align: right;
      font-family: ventimedium, ventimediumIE;
      margin-bottom: 40px;
      font-size: 16px;
      line-height: normal;
      letter-spacing: 5px;
      text-transform: uppercase;
      cursor: pointer;
      transition: 0.2s;
  }

  .subMenu ul li a{
    color: #E6E1CE;
  }

  .subMenu ul li a:hover{
    color: #DF172D;
  }
  
  .subMenu.active ul{
      transition: 0.2s;
      transition-delay: 0.4s;
      opacity: 1;
  }
  
  .subMenu ul li:hover{
      color: #DF172D;
  }
  
  .subMenuPattern{
      position: absolute;
      top: 214px;
      left: 0;
      z-index: -1;
  }
  
  .subMenuRedLine{
      width: 347px;
      height: 2px;
      background: linear-gradient(89.97deg, rgba(223, 23, 45, 0) 0.01%, #DF172D  100%);
      margin-left: auto;
  }
  
  .subMenuNumberPattern{
      position: absolute;
      top: 598px;
      left: 123px;
      z-index: -1;
  }
  
  .subMenu .Number{
      font-family: ventimedium, ventimediumIE;
      font-size: 20px;
      line-height: normal;
      letter-spacing: 3px;
      color: #DF172D;
  }
  
  .subMenu .subMenuPatternX{
      position: absolute;
      top: -3px;
  }
  
  .subMenuRedPattern{
      position: fixed;
      top: 534px;
      right: -23px;
      overflow: hidden;
      width: 0;
  }
  
  .subMenuRedPattern.active{
      transition: 0.4s;
      transition-delay: 0.4s;
      width: 430px;
      z-index: 1;
  }
  
  .title-search-result {
display: none !important;
}
  
  /************************************
  *************************************/
  
  
  
  
  
  body{
      background:#191919;
      color: #E6E1CE;
      font-weight: 500;
      font-family: ventimedium, ventimediumIE;
      overflow-x: hidden;
  }
  
  .hidden{
      max-width: 2000px;
      overflow: hidden;
      margin: 0 auto;
      position: relative;
  }
  
  .big-container{
      max-width: 1500px;
      margin: 0 auto;
      padding: 0 1rem;
      position: relative;
  }

  main{
      flex: auto;
  }
  
  header{
      padding-top: 30px;
      position: relative;
  }
  
  header .patern{
      position: absolute;
      top: 40px;
      left: -38px;
      z-index: -1;
  }

  .headerBotomLine{
      margin-top: 10px;
  }

  .headerBotomLine .headerBotomLineText{
    font-family: ventimedium, ventimediumIE;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    letter-spacing: 2px;
    min-width: 214px;
  }
  .headerBotomLeftLine{
    width: 3%;
    height: 2px;
    background: linear-gradient(89.99deg, rgba(223, 23, 45, 0) 0.01%, #DF172D 100%);
}

  .headerBotomRightLine{
      width: 100%;
      height: 2px;
      background: linear-gradient(89.99deg, #DF172D 0.01%, rgba(223, 23, 45, 0) 100%);
  }
  
  .patern2{
      display: none;
  }
  
  nav ul{
      padding: 0;
      margin: 0;
  }
  
  nav ul li{
      list-style: none;
      margin:0 25px;
      cursor: pointer;
      transition: 0.2s;
      line-height: normal;
      font-family: ventimedium, ventimediumIE;
  }

  nav ul li a{
      color: #E6E1CE;
  }
  
  nav ul li a:hover{
      color: #DF172D;
  }
  .menuBtn{
      font-size: 28px;
      cursor: pointer;
      display: none;
      transition:0.2s;
  }
  
  .menuBtn:hover{
      color: #DF172D;
  }
  
  .redLine{
      display: none;
      height: 4px;
      background: linear-gradient(89.97deg, rgba(223, 23, 45, 0) ,#DF172D );
      flex-grow: 1;
  }
  
  .phone{
      display: none;
      cursor: pointer;
      font-size: 27px;
      transition: 0.2s;
  }
  
  .phone:hover{
      color: #DF172D;
  }

  .headerNumber{
    font-family: ventimedium, ventimediumIE;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 3px;
    color: #DF172D
  }

  .headerNumberPattern{
      position: absolute;
      top: 15px;
      right: -69px;
  }

  .subHeaderNumber{
    display: none;
    font-family: ventimedium, ventimediumIE;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 3px;
    color: #DF172D;
    min-width: 197px;
    margin: 0 40px 0 21px;
  }

  .black-window{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.6);
    display: none;
  }

  .black-window.active{
    display: block;
  }

  .search_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #464646;
    border-radius: 50%;
    padding: 5px;
    transition: all .3s;
    margin-right: 10px;
  }
  
  .search_btn.active {
    background: #DF172D;
  }
  
  .search_btn svg {
    width: 24px;
    height: 24px;
  }
  
  .header_search {
    width: calc(100% - 32px);
    height: 81px;
    background: #464646;
    padding: 22px 20px 16px;
    position: absolute;
    top: 115%;
    left: 16px;
    opacity: 0;
    z-index: -2;
    transition: all .3s;
  }
  
  .header_search.open {
    opacity: 1;
    z-index: 10;
  }
  
  .header_search form input {
    display: block;
    width: 100%;
    height: 44px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #757575;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
  }
  
  .header_search form input:focus, 
  .header_search form input:active {
    outline: none;
  }
  
  .header_search form input[type=submit] {
    display: none;
  }
  
  .header_search__close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 14px;
    cursor: pointer;
  }

  /**********
FOOTER STYLING
***********/

.footer{
	margin-top: 148px;
	padding-top: 93px;
	position: relative;
}

.footerMenuItem{
	padding: 0;
	margin: 0;
}

.footerMenuItem li{
	list-style: none;
	font-family: ventimedium, ventimediumIE;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 2px;
  padding: 0.5rem 0;
  color: #E6E1CE;
}

.footerMenuItem li a{
  color: #E6E1CE;
}

.footerMenuItem li:hover a{
  color: #DF172D;
}

.footerMenuItem div:nth-child(1){
	margin-bottom: 10px;
}

.footerweapon{
	position: absolute;
	top:-520px;
	left: -400px;
	z-index: -1;
}

.copriting{
	font-family: ventimedium, ventimediumIE;
	font-size: 16px;
	line-height: normal;
	text-align: right;
	letter-spacing: 2px;
	padding: 28px 0;
	color: rgba(223, 23, 45, 0.8);
}

.copriting p{
	margin: 0;
}

.footerLineEffect1{
	width: 30%;
	height: 2px;
	margin-right: 10px;
	background: linear-gradient(89.97deg,rgba(223, 23, 45, 0) ,#DF172D );
}

.footerLineEffect2{
	width: 30%;
	height: 2px;
	margin-left: 10px;
	background: linear-gradient(89.97deg, #DF172D, rgba(223, 23, 45, 0));
}

.logoNumber{
	display: none;
	font-family: ventimedium, ventimediumIE;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 3px;
	color: #DF172D;
	margin-left: 21px;
	margin-top: 10px;
}

.footer .logo{
	position: relative;
  transform: none;
}

.footerlogoPattern{
	position: absolute;
	top: -25px;
	left: -92px;
	z-index: -1;
}

.footer .logo img{
	width: 100%;
}

.footer .footerPatternX{
	position: absolute;
	top: -20px;
	left: 0;
}

.footerlogoPattern2{
	position: absolute;
	top: 154px;
	left: 76px;
	display: none;
}

.footerlogoPattern3{
	display: none;
	position: absolute;
	top: 154px;
	left: 76px;
	z-index: -1;
}



/*********************************refactoring***************************/

.location {
  margin-top: 25px;
}

.g-recaptcha {
  margin-bottom: 20px;
}



@media (min-width: 1400px) and (max-width: 1600px) {

  #priceNote {
    margin-top: -80px;
  }


  .seo {
    width: 67%;
    margin: 100px 0 0 0 !important;
 
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {

  #priceNote {
    margin-top: -80px;
  }


  .seo {
    width: 60%;
    margin: 100px 0 0 0 !important;
 
  }
}


@media (min-width: 1701px) and (max-width: 2200px) {

  #priceNote {
    margin-top: -80px;
  }


  .seo {
    width: 60%;
    margin: 100px 0 0 12rem !important;
 
  }
}

.logo {
  opacity: 1;
	transition: all 300ms ease-in-out;
	transform: translateX(-30px) translateY(0px) translateZ(0);
	will-change: transform;
}
.headerNumber {
    opacity: 1;
	transition: all 300ms ease-in-out;
	will-change: opacity;
	transition-delay: 1800ms;
}
nav ul li {
    opacity: 1;
	/*transition: all 500ms ease-in-out;
	transform: translateX(0) translateY(-30px) translateZ(0);
	will-change: transform;*/
}
/*nav ul li:nth-child(1) {
	transition-delay: 0ms;
}
nav ul li:nth-child(2) {
	transition-delay: 300ms;
}
nav ul li:nth-child(3) {
	transition-delay: 600ms;
}
nav ul li:nth-child(4) {
	transition-delay: 900ms;
}
nav ul li:nth-child(5) {
	transition-delay: 1200ms;
}
nav ul li:nth-child(6) {
	transition-delay: 1500ms;
}
nav ul li:nth-child(7) {
	transition-delay: 1800ms;
}*/

header.anim .headerNumber {
    opacity: 1;
}
header.anim .logo {
    opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0);
}
/*header.anim nav ul li {
    opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0);
}*/
.offer-link {	
    margin: 0 48px 0 36px;
    position: relative;
    transition: 0.4s;
}
.footer__copyright-new-block {
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-top: 10px;
}
.footer__copyright-new-block .footer__copyright {
  position: relative;
}

.footer__copyright-new-block .link_map {
  display: block;
  color: #E6E1CE;
  text-transform: none;
  font-family: helvetic-roman !important;
  position: relative;
  /* margin-top: -25px; */
  margin-bottom: 20px;
  text-align: left;
  padding-left: 32px;
}

.footer__copyright-new-block .link_map svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
}
.footer__copyright-new-block .footer__copyright {
  margin-right: 56px;
	/* margin-top: 10px; */
}
.footer__logo-text {
    font-size: 12px;
    margin-left: 25px;
    margin-top: 50px;
    color: #827F75;
    font-family: Roboto, sans-serif;
}

.footer__copyright-new-block .footer__copyright {
  position: relative;
}

.footer__copyright-new-block .link_map {
  display: block;
  color: #E6E1CE;
  text-transform: none;
  font-family: helvetic-roman !important;
  position: relative;
  /* margin-top: -50px; */
  margin-bottom: 20px;
  text-align: left;
}

.text-left.footer__copiraiting {
  display: flex;
  gap: 3px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer.footer-desktop {
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
}

@media(max-width: 1201px){
  .search_btn {
    margin-right: 10px;
  }
  .header_search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .header_search.open {
    z-index: 500;
  }
	.footer {
		height: auto !important;
		padding-bottom: 30px;
	}
	.footer__red_lines {
		margin-top: 70px !important;
	}
}


@media(max-width: 1024px){
  .footer .logo {
    padding-left: 20px;
  }
	.footer__copyright-new-block .footer__copyright {
		margin-right: 0;
		margin-top: 0;
	}
	.footer__copyright-new-block {
		align-items: flex-start;		
		flex-direction: column;
	}

}

@media(max-width: 768px){
    .footer__copyright-new-block {
        padding-left: 20px !important;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }
}
footer.footer.footer-mobile {
	display: none;
}
.footer-mobile .footlogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-mobile .logoNumber {
    margin-left: 0;
}
.footer-mobile .logoNumber .number {
    color: #DF172D;
}
.footer-mobile .footerMobileMenu ul {
    padding-left: 40px;
    margin-top: 30px;
}
.footerMobileMenu ul li {
    margin-bottom: 15px;
}
.footerMobileMenu ul li a {
    font-size: 16px;
	color: #E6E1CE;
	font-family: ventimedium, ventimediumIE;
	letter-spacing: 2px;

}
.footerMobileMenu ul li a:hover {
	color: #DF172D;
}
.footerMobileMenu ul li a span {
    text-transform: uppercase;
}
.footerMobileText p {
    color: #827F75;
    padding-left: 37px;
    font-size: 12px;
	font-family: Roboto, sans-serif;
}
.footerMobileCopyright {
    padding-left: 35px;
    color: #DF172D;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: ventimedium, ventimediumIE;
    padding-bottom: 30px;
}
.footerMobileSite {
  text-align: center;
  padding: 20px 0 0 0;
  color: #DF172D;
  font-size: 16px;
  letter-spacing: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 40px;
  justify-content: center;
}

.header__up-info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    margin-bottom: 20px;
    color: #fff;
    /* font-family: Inter; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-bottom: 1px solid #8F1724;
}

.header__up-info span, .header__up-info a {
    color: #8F1724;
}
.header__up-info p {
    max-width: 1100px;
    margin-bottom: 0;
    text-align: center;
}


@media(max-width: 576px){
    footer.footer.footer-desktop {
		display: none;
	}
	footer.footer.footer-mobile {
		display: block;
	}
	.footerMobileMenu {
		text-align: left;
	}
	.footerMobileText {
		text-align: left;
	}
}
@media(max-width: 491px){
    .footer-mobile .logo img {
		margin-left: 0;
		margin-bottom: 10px;
	}
}
@media(max-width: 461px){
	.footer-mobile .logo img {
        margin-left: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width: 415px){
    .footer-mobile .footerMobileMenu ul {
		padding-left: 10px;
		margin-top: 30px;
	}
	.footerMobileText p {		
		padding-left: 10px;		
	}
	.footerMobileCopyright {
		padding-left: 10px;
	}	
	.footer-mobile .logo img {
        margin-left: 11px;
        margin-bottom: 10px;
    }
}
@media(max-width: 391px){
    .footer-mobile .footlogo {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start !important;
		padding-left: 10px;
	}
	.footer-mobile .logo img {
		margin-left: 20px;
		margin-bottom: 10px;
	}	
	.footer-mobile .logo img {
        margin-left: 24px;
        margin-bottom: 10px;
    }
}