.smtwo{
	background-color: #000;
	width: 100%;
}

.smtwo_content{
}

.smtwo_top_wrp{
	height: 130px;
	display: flex;
}

.smtwo_contacts_block{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.smtwo_contact{
	margin-right: 40px;
	display: flex;
	align-items: center;
}

.smtwo_contact_img{
	width: 17px;
	height: 17px;
	object-fit: contain;
}

.smtwo_contact_text{
	font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 14px;
}

.smtwo_logo_block{
	display: flex;
	justify-content: center;
	align-items: center;
}

.smtwo_logo_img{
	object-fit: contain;
	max-height: 130px;
}

.smtwo_social_block{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.smtwo_social{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	transition: .2s;
}

.smtwo_social:hover,.smtwo_social:focus{
	transform: scale(1.1);
}

.smtwo_social:active{
	transform: scale(1);
	opacity: .8;
}

.smtwo_social_img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.smtwo_line{
	width: 100%;
	height: 1px;
	background: #ffd57580;
}

.smtwo_bottom_wrp{
	height: 96px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.smtwo_link_card{
	float: left;
}

.smtwo_bottom_left_href{
	font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-right: 30px;
  transition: .2s;
  border-bottom: 1px solid transparent;
}

.smtwo_bottom_left_href:hover,.smtwo_bottom_left_href:focus{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid;
}

.smtwo_bottom_left_href:active{
	opacity: .7;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid;
}


.smtwo_bottom_right_href{
	border-radius: 1px;
  border: solid 2px #ffb274;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  transition: .2s;
}

.smtwo_bottom_right_href:hover,.smtwo_bottom_right_href:focus{
	background-color: #ffb274;
	color: #000;
	text-decoration: none;
}

.smtwo_bottom_right_href:active{
	background-color: #ffb274;
	color: #000;
	text-decoration: none;
	opacity: .7;
}

@media all and (max-width: 1800px){
.smtwo_top_wrp {
height: 100px;
	}
.smtwo_bottom_wrp{
height: 70px;}
}

@media all and (max-width: 1200px){
	.smtwo_mobile_wrp{
		padding-left: 4.2%;
		padding-right: 4.2%;
	}
}

@media all and (min-width: 991px){
	.smtwo_mobile_wrp,.smtwo_mobile_menu_wrp{
		display: none;
	}
}

@media all and (max-width: 991px){
	.smtwo_top_wrp,.smtwo_line,.smtwo_bottom_wrp{
		display: none;
	}
	.smtwo_mobile_wrp{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		z-index: 1;
	}
	.smtwo_mobile_habmurger{
		width: 26px;
		height: 26px;
		cursor: pointer;
	}
	.smtwo_mobile_habmurger .smtwo_ham_line{
		height: 1px;
		width: 100%;
		background-color: #ffb274;
	}
	.smtwo_mobile_habmurger .smtwo_ham_line{
		width: 100%;
		height: 2px;
		transition: .2s;
	}
	.smtwo_mobile_habmurger .smtwo_ham_line:nth-child(1){
		margin-top: 3px;
	}
	.smtwo_mobile_habmurger .smtwo_ham_line:nth-child(2){
		margin-top: 7px;
	}
	.smtwo_mobile_habmurger .smtwo_ham_line:nth-child(3){
		margin-top: 7px;
	}
	.smtwo_mobile_menu_wrp{
		border-top: 2px solid #ffb274;
		background: linear-gradient(331deg, #1b1b1b, #393939);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		width: 100%;
		top: -100vh;
		transition: .2s;
	}
	.smtwo_mobile_wrp_active{
	}
	.smtwo_mobile_text_cont{
		display: flex;
		flex-direction: column;
	}
	.smtwo_mobile_text_cont .smtwo_bottom_left{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.smtwo_mobile_text_cont .smtwo_bottom_left .smtwo_bottom_left_href{
		margin-right: 0px;
	}
	.smtwo_mobile_text_cont .smtwo_bottom_left .smtwo_link_card{
		padding-top: 25px;
	}
	.smtwo_mobile_text_cont .smtwo_bottom_right{
		display: flex;
		justify-content: center;
	}
	.smtwo_mobile_text_cont .smtwo_bottom_right .smtwo_bottom_right_href{
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.smtwo_mobile_social{
		display: flex;
		justify-content: center;
		margin-bottom: 34px;
		margin-top: 50px;
	}
	.smtwo_mobile_social .smtwo_social{
		margin-left: 12px;
		margin-right: 12px;
	}
	.smtwo_mobile_coordinate{
		display: flex;
	}
	.smtwo_mobile_coordinate .smtwo_contact{
		display: flex;
		flex-direction: column;
		margin-right: 10px;
		margin-left: 10px;
	}
	.smtwo_mobile_coordinate .smtwo_contact .smtwo_contact_text{
		padding-left: 0px;
		padding-top: 10px;
	}
}