.text_bullet{
	background-color: rgba(255, 255, 255, .5)!important;
	padding: 15px;
	display: inline-block;
}
.text_bullet li{
	list-style: none;
	margin-top: 5px;
}

.btn{
	color: #000 !important;
	font-family: Roboto, sans-serif  !important;
	font-weight: 600  !important;
}

.hidden{
	display: none;
}

.popup_form{
	background-color: #fff;
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}
.popup_form .container{
	max-width: 400px;
	margin: 40px auto;
	padding: 40px 0;
}

.popup_form .title{
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: Roboto, sans-serif;
	text-align: left;
}
.popup_form .popup_text{
	padding: 15px 0;
	font-size: 18px;
	color: #666;
}
.popup_form input{
	padding: 15px 20px;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	border: 2px solid #00BFFF;
}
.popup_form button{
	width: 100%;
	margin: 10px 0;
	background-color: #00BFFF;
	padding: 20px;
	border: none;
}
.container > .mfp-close{
	top: 40px;
	background-color: #00BFFF !important;
}
.mfp-close{
	width: 35px !important;
	height: 35px;
	line-height: 70;
	border-radius: 0px;
	top: -10px;
	right: 0;
	padding: 0px !important;
	color: #000 !important;
	line-height: 35px !important;
}
.about_description ul li{
	list-style: none;
	font-family: Robobto, sans-serif;
	margin: 5px 0;
}
.thanks {
  max-width: 350px;
  margin: 20% auto;
  background-color: #fff;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  border: 1px solid #000;
  font-family: Ubuntu, sans-serif; }
  .thanks .close_thanks {
    position: absolute;
    top: 0px;
    right: 0;
    margin-right: 20px;
    margin-top: 10px;
    width: 16px;
    height: 15px;
    background-image: url(../img/close_thanks.png);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .thanks .close_thanks:hover {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .thanks .modal_text {
    font-size: 24px;
    text-transform: uppercase; }
    .thanks .modal_text2 {
      padding-top: 20px;
      text-transform: uppercase; }
.container {
  max-width: 1200px;
  margin: 0 auto 60px; }
  .container .section_title h2 {
    font-size: 25px;
    color: #00BFFF;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    font-family: Roboto; }
  .container .section_title h3 {
    font-size: 70px;
    text-align: center;
    font-weight: 900px;
    margin: 10px auto;
    padding: 0; 
    font-family: Roboto;}
  .container .slider .slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .container .slider .slick .item {
      margin: 10px; }
      .container .slider .slick .item img {
        width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: #000; }

@media screen and (max-width: 960px) {
	.container .section_title h3 {
        font-size: 40px; }
}       
@media screen and (max-width: 780px){
	.container{
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
  .slick-next {
    right: 15px; } }

.slick-prev {
  z-index: 100; }
  @media screen and (max-width: 780px) {
    .slick-prev {
      left: 15px; } }

@media screen and (max-width: 960px) {
      .container .section_title h3 {
        font-size: 30px; } }
