html {
  overflow-y: scroll;
}
body{
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
button, 
button:active, 
button:focus {
    outline: none;
}
*{
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
}
a{
  color:white;
}
body{
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo_panel{
  font-size: 2em;
  width: 100%;
   padding: 10px 0;
}
.img_logo{
  background:url(../img/logo.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.logo span{
  font-family:'Raleway';
  font-weight: 600;
  color: rgb(146, 146, 146);
  font-size: .7em;
}
.btn{
  display: inline-block;
  color: rgb(238, 34, 29);
  font-size: .8em;
  font-family:'Raleway';
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 25px;
  border: solid rgb(238, 34, 29);
  transition: .3s;
}
.contact_wrap{
  display: flex;
  align-items: flex-start;
}
.contact_col{
  display: block;
  margin-right: 15px;
  text-align: right;
}
.phone_and_btn span{
  font-family:'Montserrat';
  font-weight: bold;
}
.contact:first-child{
	 display: inherit;
  margin-right: 15px;
}
.contact:last-child{
	 display: inherit;
  margin-right: 5px;
}
.contact img{
  width: 13px;
}
.contact_col > #main_addres{
  font-family:'Montserrat';
  font-weight: 600;
}
.contact span{
  font-family:'Monserrat';
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.phone_and_btn > .btn:hover{
  background-color: rgb(238, 34, 29);
  color: white;
}
.logo_panel_inner{
  max-width: 1920px;
  width: 75%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo span{
  display: inline-block;
  margin-left: 15px;
}
.flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
nav{
  position: sticky;
  top: 0;
  z-index: 999 !important;
  background-color: #2D2D2D;
  border-top: solid rgb(105, 105, 105) 1px;
  border-bottom: solid rgb(105, 105, 105) 1px;
	padding-left: 15px;
}
.nav_inner{
  max-width: 1920px;
  width: 100%;
  height: 60px;
}
.menu{
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}
.menu ul{
  padding: 0;
  margin: 0;
}
/*Ð’ÑÐ¿Ð»Ñ‹Ð² Ð¼ÐµÐ½ÑŽ*/
.menu-item-has-children,
.menu_list{
  position: relative;
}
.main-menu .sub-menu,
.menu_drop{
  background-color: #2D2D2D;
  position: absolute;
  z-index: 2;
  width: 410px;
  top:-9999em;
  left:10%; 
  opacity: 0;
  transition: .2s opacity;
}
.main-menu .menu-item-has-children:hover .sub-menu,
.menu_list:hover .menu_drop{
  padding: 25px 10px 10px 30px;
  margin: 4em 0 0 -2em;
  opacity: 1;
  top: 0em;
}
.main-menu .menu-item-has-children:hover .sub-menu::after,
.menu_list:hover .menu_drop::after{
  content: '';
  top: -20px;
  left: 0;
  position: absolute;
  z-index: 999999;
  height: 20px;
  width:100%;
  transition: .2s;
}
.menu-item-has-children span,
.menu_list span{
  display: block;
  position: absolute;
  top: 5px;
  right: 8%;
}
.red_line::after{
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  height: 5px;
  width:100%;
  background-color: rgb(238, 34, 29);
  transition: .2s;
  transform: scaleX(0); 
}
.red_line:hover:after{
  transform: scaleX(1);
} 
.red_line.active:after{
  transform: scaleX(1);
}
.main_btn.active:after{
  transform: scaleX(1);
} 
.menu a:hover{
  color: white;
} 
.menu.main-menu a{
	z-index: 10;
}
.sub-menu li:first-child{
	margin-top: 20px;
}
.menu a{
    height: 100%;
    color: rgb(193, 197, 214);
    font-size: 1.4em;
    font-family: Monserrat;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 1.8em;
    transition: .1s;
    position: relative;
}
#menu-main-menu a.red_line.callbtn{
	margin-right: 0.8em;
}
a.red_line.callbtn, button.red_line.callbtn{
	font-size: 1.4em;
    font-family: Monserrat;
    font-weight: 800;
    text-transform: uppercase;
	border: none;
}
.main_btn{
  display: block;
  position: absolute;
  cursor: default;
}

.main_btn::after{
  content: '';
  bottom: -20px;
  left: 0;
  position: absolute;
  z-index: 999999;
  height: 5px;
  width:100%;
  background-color: rgb(238, 34, 29);
  transition: .2s;
  transform: scaleX(0); 
}
.main-menu .sub-menu a,
.menu_drop a{
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'Raleway';
  display: block;
  padding: 0 0 20px 18px;
}
.main_btn:hover:after{
  transform: scaleX(1);
}
.main-menu .sub-menu:hover + .main_btn:after,
.menu_drop:hover + .main_btn:after{
  transform: scaleX(1);
}
.main-menu .sub-menu li,
.menu_drop li{
  position: relative;
}
.main-menu .sub-menu span,
.menu_drop span{
  display: block;
  position: absolute;
  top: 2px;
  left: -0.5%;
}



.menu-item-has-children:hover .lnr-chevron-down,
.menu_list:hover .lnr-chevron-down{
  color: white;
}
.lnr-chevron-down{
  color:rgb(193, 197, 214);
  font-size: 13px;
  padding: 0;
  transition: .1s;
}
.lnr-chevron-right{
  color: white;
  font-size: 10px;
  padding: 0;
  transition: .1s;
}
.menu-mobile{
  color: white;
  font-size: 3em;
  display: none;
  position: fixed;
  height: calc(100vh - 73px) !important;
  max-height: 100%;
  width: 100%;
  top: 73px;
  left: -100%;
  z-index: 99999;
  background-color: rgb(56, 56, 56);
  transition: .5s;
  font-family: 'Raleway';
  font-weight: normal;
  overflow: auto;
}
.menu-mobile.active{
  left: 0;
}
.menu-mobile .sub-menu span {
		top: 24px;
}
.menu-mobile .sub-menu a {
	  font-size: 0.8em;
	  font-weight: normal;
	  color: white;
	  font-family: 'Raleway';
	  display: block;
	  padding: 0 10px 0px 5px;
}

.menu-mobile ul{
  margin: 0;
  padding: 0;
}
.menu-mobile ul li{
  padding: 20px 0 20px 50px;
  border-bottom: rgb(27, 27, 27) solid 1px;
}
.menu-mobile ul ul li a{
  color: #000;
  }
.menu-mobile a{
  display: block;
 width: 100%;
}
.mob_btn{
  position: relative;
}
.mob_btn > .lnr-chevron-right{
  font-size: 0.7em;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(0deg);
  transition: .3s;
}
.mob_btn > .lnr-chevron-right.active{
  transform: rotate(90deg);
}
.drop-menu{
  display: none;
}
.drop-menu.active{
  font-size: 0.8em;
  overflow: auto;
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 0;
  background-color: rgb(240, 240, 240);
  -webkit-box-shadow: inset 0px 0px 37px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 0px 37px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 37px 0px rgba(0,0,0,0.4);
}
.drop-menu a{
  padding: 0 0 0 45px;
}
.toggle-menu{
  display: none;
  background-color: rgb(238, 34, 29);
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vuezd a {color:#e68430;}
.grecaptcha-badge {display:none;}

.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:white;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
.modal, .modal_2{
  display:none;
  position: fixed;
  z-index:9999;
  left: 0;
  top:0;
  height: 100%;
  width:100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-wrap, .modal-wrap_2 {
	padding: 0 30px;
  position: relative;
  z-index: 1;
	margin: 3% auto;
  max-width: 580px;
}
.modal-content {
	position: relative;
	background-color: #2D2D2D;
	padding: 30px;
	padding-top: 140px;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: modalopen;
	animation-duration: 1s;
	z-index: 5;
	color: white;
	text-align: center;
	width: 420px;
	margin: 0 auto;
}
.modal-content::before {
  position: absolute;
  content: '';
  border: 15px solid transparent;
  border-top: 15px solid rgb(187, 10, 7);
  border-right: 15px solid rgb(187, 10, 7);
  top: 110px;
  left: -30px;
  z-index: 1;
}
.modal-content::after {
  position: absolute;
  content: '';
  border: 15px solid transparent;
  border-top: 15px solid rgb(187, 10, 7);
  border-left: 15px solid rgb(187, 10, 7);
  top: 110px;
  right:-30px;
  z-index: 1;
}
.vuez {
	width: 60%;
    text-align: left;
    color: #fff;
    padding: 50px;
    margin: 0 auto;
	color: #aaa;
    font-size: 14px;
    margin: 40px 0;
	margin: 0 auto;
}
.vuez label {font-size: 24px;color: rgb(201, 201, 201);}
.vuez span {font-size: 24px;color: rgb(201, 201, 201);}

.aboutus .content .vuez p {color: rgb(201, 201, 201);}
.vuez .modal_btn {font-size: 0.6em;}
.closeBtn {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 5px;
  right: 5px;
}
.lnr-cross{
  font-size: 5em;
  color:white;
  transition: .2s;
}
.lnr-cross:hover{
  color:red;
  cursor:pointer;
}
.info-modal {
  font-family: 'Raleway';
  font-weight: normal;
	font-size: 1.7em;
	display: block;
	color: white;
}
.red_tape {
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgb(250, 16, 12);
	text-align: center;
}
.red_tape  h2 {
  position: relative;
  font-family:'Monserrat';
  font-weight: 600;
  font-size: 2.8em;
	margin: 0;
	padding: 0;
	color: white;
	text-transform: uppercase;
}

.form-phone {
	color: black;
	width: 100%;
	font-size: 18px;
	outline: none;
	padding:8px;
	border: 0;
	border-bottom: 1px solid #5C5C5C;
	background: #fff;
    margin-top: 0;
}
input.wpcf7-file {
    color: #ccc;
}
.form-mail {
	width: 180px;
	color: white;
	margin-top: 30px;
	outline: none;
	background-color: #2D2D2D;
	border: 0;
	border-bottom: 1px solid #5C5C5C;
}
.places{
/*	border: solid 1px red;*/
	display: flex;
	justify-content: space-between;
}
.form-name { 	
	color: black;
	width: 100%;
	font-size: 18px;
	outline: none;
	padding:8px;
	border: 0;
	border-bottom: 1px solid #5C5C5C;
	background: #fff;
    margin-top: 0;
}
textarea {
	margin-top: 20px;
	width: 100%;
	font-size: 15px;
	resize: none;
	outline: none;
	border: 0;
	background-attachment: local;
	background-image: linear-gradient(to right, #2D2D2D 0px, transparent 0px), linear-gradient(to left, #2D2D2D 0px, transparent 10px), repeating-linear-gradient(#2D2D2D, #2D2D2D 26px, #5C5C5C 26px, #5C5C5C 27px, #2D2D2D 27px);
	line-height: 27px;
	padding: 3px 0px;
	color: white;
}
.modal_btn{
  color:white;
  border: 0;
  font-family:'Monserrat';
  font-weight:600;
  font-size: 1.4em;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	padding: 13px 60px;
	background-color: rgb(250, 16, 12);
}
.modal_btn:hover{
  background-color: rgb(168, 10, 7);
  cursor:pointer;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #FFF;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}
.no-scroll{
  position: fixed;
 width: 100%;
 height: 100%;
}
.red_line.callbtn:hover:after{
  transform: scaleX(0);
} 

a.red_line.callbtn{
	display: block;
	height:100%;}	

.red_line.callbtn{
  background-color: rgb(224, 7, 7);
  color: rgb(255, 255, 255);
  padding: 21px 20px 20px 20px;
  transition: .3s;
}
.red_line.callbtn:hover{
  cursor: pointer;
  color: white;
  background-color: rgb(241, 2, 2);
}
ul.header-btn{
	display: flex;
	padding: 0
}
ul.header-btn button.popmake-4340{
	margin-right: 10px;
}
a.red_line.callbtn.waiting, .center.partner button{
	padding: 20px 40px;
	display: inline-block;
    color: #fff !important;
    margin-top: 20px;
}
.center.partner button{
	margin-top: 40px;
}
.menu a.red_line{
	display: inline-block;
	line-height: 60px;
	height: 60px;
}
/*-------------------------end----------------------------*/







