/** GENERAL STYLE **/

body{
	font: normal 18px/30px 'Montserrat Alternates';
	color: #151515;
}

a{
	cursor: pointer;
}

a:hover{
	text-decoration: none !important;
	color: #94bf45 !important;
	cursor: pointer;
}

a:active{
	text-decoration: none !important;
	color: #94bf45 !important;
}

.padding-no{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.padding-right{
	padding-left: 0px !important;
	padding-right: 15px !important;
}

.padding-left{
	padding-left: 15px !important;
	padding-right: 0px !important;
}

p.justifyfull{
	text-align: justify;
}

/** HEAD STYLE **/

.navbar{
	margin-bottom: 0px;
	z-index: 10;
}

.navbar-default{
	background: #fff;
	padding: 25px 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); 
}
.srch-zoom {
	width: 32px;
	height: 32px;
}
.srch-open:hover {
	opacity: .8;
}
.srch {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 10px 20px;
	background: #f5f5f5;
}
.srch form {
	display: flex;
	justify-content: space-between;
}
.srch input {
	flex: 1;
	margin-right: 20px;
	padding: 0 10px;
}
.srch button {
	border: 0;
	background: none;
}
ul.top-menu{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}

ul.top-menu li {
	display: inline-block;
	position: relative;
}

ul.top-menu li a {
	font: normal normal 14px/32px 'Acrom';
	color: #151515;
	text-transform: uppercase;
	padding-left: 11px;
    padding-right: 11px;
}
ul.top-menu li:hover > a,
ul.top-menu li.active > a {
	color: #94bf45
}

.top-menu-sub {
	margin: 0;
	padding: 0;
}

.lang-block{
	border-left: 1px solid #e6e6e6;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: center;
}

.lang-block .dropdown-menu{
	border-radius: 0px;
}

.lang-block a{
	font: normal normal 14px/32px 'Acrom';
	color: #151515;
	text-transform: uppercase;
}

.lang-block > a > .caret{
	margin-left: 0;
	margin-top: -3px;
}

.lang-block > img{
	margin-right: 3px;
}

.get-button{
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.get-button > a{
	font: normal 700 14px/32px 'Acrom';
	color: #151515;
	text-transform: uppercase;
	border: 1px solid #000;
	display: block;
	text-align: center;
	box-shadow: none;
	position: relative;
	transition: all 0.27s ease-in-out;
    -webkit-transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -ms-transition: all 0.27s ease-in-out;	
}  

.get-button > a:before, 
.get-button > a:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 0px;
  box-sizing: content-box;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.get-button > a:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  right: 0;
  transition-delay: 0.05s;
}
.get-button > a:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  bottom: 0;
  left: -1px;
}
.get-button > a:hover:before {
  width: 100%;
}
.get-button > a:hover:after {
  height: 100%;
}
.get-button > a:before, 
.get-button > a:after {
  border-color: #94bf45;
}
.get-button > a:hover {
  color: #94bf45 !important;
  border-color: transparent !important;
}

/** FIRST BLOCK STYLE **/

.slider_index{
	position: relative;
	height: 600px;
	overflow: hidden;
}

.video-background{
	z-index: 1;
	position: absolute;
	top:0;
	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.video-background:before{
	display: block;
	content: '';
	position: absolute;
	top:0;
	background: rgba(0,0,0,0.3);
	
	width: 100%;
	height: 100%;
	z-index: 4;

}

.first-block{
	z-index: 7;
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	}
	

	
.header-bg-video{
	width: 100%;
}

.title-first-block{
	margin-top: 100px;
	font: normal bold 48px/60px 'Acrom';
	color: #fff;
	text-transform: uppercase;
}

.first-block-text{
	color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 22px;
}

#typed{
	font: normal normal 48px/60px 'Acrom';
	color: #fff;
	
}

.typed-cursor{
        opacity: 1;
        font-weight: 100;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        -ms-animation: blink 0.7s infinite;
        -o-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
        font: normal normal 48px/60px 'Acrom';
	color: #fff;
    }
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.first-block-buttons a{
	display: inline-block;
	margin-right: 15px;
	padding: 15px 20px;
	border: 1px solid #c3e379;
	background: #c3e379;
	color: #333;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
    width: 300px;
}

.first-block-buttons a:hover{
	
	border: 1px solid #fff;
	background: transparent;
	color: #fff !important;
}

.first-block-buttons a:hover > img{
	
	filter: brightness(100);
}

.first-block-buttons a.support{
	
	margin-right: 0;
	border: 1px solid #fff;
	background: transparent;
	color: #fff !important;
    width: 300px;
}

.first-block-buttons a.support:hover{
	
	border: 1px solid #c3e379;
	background: #c3e379;
	color: #333 !important;
}

.first-block-buttons a.support:hover > img{
	
	filter: brightness(0);
}

.first-block-buttons a > img{
	float: left;
	margin-right: 15px;	
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
}

.first-block-buttons a > b{
	font: normal bold 16px/17px 'Acrom';
	display: block;
	white-space: nowrap;
}


.first-block-buttons a > span{
	font: normal 300 12px/16px 'Montserrat Alternates';
}

.diagonals{
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 70px;
}

.diagonal.first-left, .diagonal.first-right path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4;
}

.diagonal.first-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    z-index: 99;
}

.diagonal.first-right {
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    z-index: 99;
}

/** ABOUT BLOCK **/

#about_index{
	padding-bottom: 50px;
	padding-top: 25px;
}

.block-title{
	font: normal bold 60px/100px 'Acrom';
	color: #000;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.properties{
	margin-top: 40px;
	margin-bottom: 40px;
}

.property-title{
	font: normal bold 15px/30px 'Acrom';
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.property-img{
	text-align: center;
	
}

.property-text{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}


/** VIDEO BLOCK **/

#video_index{
	height: auto;
	padding-bottom: 50px;
	
}

.video_play_button{
	width: 150px;
	height: 150px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	
}

.video_play_button:hover{
	cursor: pointer;
	
}

.video_index_block{
	position: relative;
}

.video_play_button a img{
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
	
}

.video_play_button a:hover img{
	cursor: pointer;
	filter: hue-rotate(30deg) brightness(120%);
	
}

.video{
	width: 100%;
	height: auto;
}


/** DETAIL BLOCK **/

#detail_index{
	background: linear-gradient(180deg, #ffffff, #ebebeb);
	padding-top: 60px;
	padding-bottom: 110px;
	position: relative;
}

#detail_index::before{
	position: absolute;
	content: '';
	background:linear-gradient(90deg, #185a9d, #a7da6c, #185a9d);
	height: 3px;
	width: 100%;
	top:0;
}

.detail-content{
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	font: italic normal 22px/40px 'Montserrat Alternates';
	
}

.detail-more{
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	margin-top: 25px;
	
}

.detail-more > a{
	font: normal bold 14px/30px 'Acrom';
	color: #000;
}

.detail-more > a > img{
	width: 12px;
	height: auto;
	 -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#detail-open p{
	margin-bottom: 30px;
}

.slider-video{
	margin: 30px auto 70px;
}

.slider-video .carousel-indicators{
	bottom: -50px;
    position: absolute;
}

.slider-video .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #ccc;
    border-color: #ccc;
}

.slider-video .carousel-indicators .active{

    border-color: #c3e379;
    background: #c3e379;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 3px;
}

#detail-open figure{
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

#detail-open figure figcaption{
	font: normal normal 12px/20px 'Acrom';
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}

img.corner{
-webkit-clip-path: polygon(100% 0%, 100% 95%, 96% 100%, 0 100%, 0 5%, 4% 0);
clip-path: polygon(100% 0%, 100% 95%, 96% 100%, 0 100%, 0 5%, 4% 0);
}

.subtitle{
	font: normal 700 32px/40px 'Acrom';
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
}


@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes bounce-img {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
            
  }
  60% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@keyframes bounce-img {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

/** TEAM BLOCK **/

#team_index{
	padding-top: 25px;
	padding-bottom: 50px;
}

.people{
	margin-top: 25px;
}


.people > div{
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.card-wrapper {
  display: inline-block;
  perspective: 1000px;
}
.card-wrapper .card {
  position: relative;
  cursor: pointer;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.card-wrapper .card .front,
.card-wrapper .card .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: rotateX(0deg);
}
.card-wrapper .card .front {
  z-index: 2;
}
.card-wrapper .card .back,
.card-wrapper.flip-right .card .back {
  transform: rotateY(180deg);
}
.card-wrapper:hover .card,
.card-wrapper.flip-right:hover .card {
  transform: rotateY(180deg);
}

.card-wrapper,
.card {
  width: 250px;
  height: 378px;
}
.card .front,
.card .back {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
}
.card .front {
  color: #FC545E;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
}

.card .front > img{
  width: 250px;
  height: 378px;
}
.card .back {
	padding: 15px;
	font-size: 11.5px;
	line-height: 18px;
  color: #121212;
  background: #fff;
  
}

.card .back b{
	font: normal bold 16px/22px 'Acrom';
	margin-bottom: 7px;
	display: block;
}


/** TAKE BLOCK STYLE **/

#take_index{
	padding-top: 65px;
	background: url('./../images/take_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;
	position: relative;
}

#take_index::before{
	position: absolute;
	content: '';
	background:linear-gradient(90deg, #185a9d, #a7da6c, #185a9d);
	height: 3px;
	width: 100%;
	top:0;
	
}

#take_index .block-title{
	font: normal bold 48px/60px 'Acrom';
	color: #fff;
	margin-top: 40px;
}

#take_index img{
	float: right;
	margin-right: 70px;
	height: auto;
}


.take-buttons{
	margin-top: 25px;
}

.take-buttons a{
	border: 2px solid #a7da6c;
	background: transparent;
	color: #a7da6c !important;
	width: 250px;
	font: normal bold 16px/70px 'Acrom';
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	margin-right: 15px;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
}
    
.take-buttons a:last-child{
	border: 2px solid #fff;
	color: #fff !important;

}

.take-buttons a:hover{
	border: 2px solid #fff;
	color: #fff !important;

}

.take-buttons a:hover:last-child{
	border: 2px solid #a7da6c;
	color: #a7da6c !important;

}

/** NEWS BLOCK style **/

#news_index{
	padding-bottom: 50px;
	padding-top: 25px;
}

.news-list{
	margin-top: 30px;
}

.news-item{
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.news-item:hover{
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
}

.news-item-title{
	font: normal normal 16px/20px 'Acrom';
	color: #000;
	padding: 0px 0 10px;
	text-align: justify;
	height: 120px;
	overflow: hidden;
}
.news-item-title-full {
	font: normal normal 16px/24px 'Acrom';
	color: #000;
	padding: 0px 0 10px;
	text-align: justify;
}

.news-item-title a{
	color: #000;
}

.news-item-date{
	color: #5eb254;
	font: normal normal 14px/20px 'Acrom';
}

.news-item-date img{
	width: 16px;
	height: auto;
	margin-right: 3px;
	margin-top: -3px;
}

.news-item-content{
	padding: 15px;
	border: 1px solid #ebebeb;
	border-top: none;
	max-height: 320px;
	overflow: hidden;
}

.news-item-text{
	font: normal normal 14px/24px 'Montserrat Alternates';
	text-align: justify;
	padding-top: 10px;
	height: 132px;
}
.news-item-text-full {
	font: normal normal 14px/24px 'Montserrat Alternates';
	text-align: justify;
}

.news-item-text a{ 
	font: normal bold 14px/24px 'Acrom';
	color: #000;
}

.border-btn{
	border: 2px solid #000;
	background: transparent;
	color: #000 !important;
	width: 250px;
	font: normal bold 16px/70px 'Acrom';
	display: block;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
}

.border-btn:hover{
	border: 2px solid #94bf45;
}

/** PARTNERS BLOCK style **/

#partners_index{
	padding-bottom: 100px;
	padding-top: 50px;
	background: #f5f5f5;
	position: relative;
}

.item-partner{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.item-partner img{
	height: 70px;
	width: auto;
	
}

.show-partners{
	margin-top: 50px;
}

.show-partners .owl-pagination{
	margin-top: 50px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 3px;
}

.clients-company {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partner-item {
	margin-bottom: 30px;
	width: 30%;
	border: 1px solid #ebebeb;
	padding: 30px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.partner-item:hover{
	border: 1px solid #d1d1d1;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
}

.partner-item-in{
	/*border: 1px solid #ebebeb;*/
	/*padding: 30px;*/
	/*transition: all 0.5s ease-in-out;*/
    /*-webkit-transition: all 0.5s ease-in-out;*/
    /*-moz-transition: all 0.5s ease-in-out;*/
    /*-ms-transition: all 0.5s ease-in-out;*/
}

.partner-item-in:hover{
	/*border: 1px solid #d1d1d1;*/
    /*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);*/
}

.partner-item-in > a > img{
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	max-height: 80px;
}

.partner-item-in > a{
	font: normal 700 18px/20px 'Acrom';
	color: #000;
	text-align: center;
	display: block;

}

/** Contacts block **/

#contacts_index{
	padding-top: 50px;
	padding-bottom: 80px;
}





#contacts_index .contacts p{
	margin-bottom: 30px;
	font-weight: 777;
	color: #000;
	font-size: 16px;
    line-height: 30px;
}

#contacts_index .contacts p > img{
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

#map{
	width: 100%;
    height: 480px;
    left: 0;
    top: 0;
    z-index: 15;
    padding: 3px;
    margin-left: -15px;
    position: relative;
    
    
}

.contacts-p{
	margin-bottom: 51px;
	font-weight: 777;
	color: #000;
	font-size: 16px;
    line-height: 30px;
}

.contacts-p > img{
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

.subtitle-page {
    font: normal 700 20px/20px 'Acrom';
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
}

.subtitle-course {
    font: normal 700 24px/26px 'Acrom';
    text-transform: uppercase;
    color: #000;
    margin-top: 70px;
    margin-bottom: 50px;
}
.top-70{
	margin-top: 100px !important;
	margin-bottom: 50px;
}

.shadow-div{
	margin-top: 40px;
	margin-bottom: 30px;
}

.progress{
	height: 30px;
}

.progress-bar{
	line-height: 30px;
}

/** FOOTER BLOCK **/

footer{
	padding-top: 80px;
	background: url('./../images/take_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;
	padding-bottom: 50px;
	
}


.menu-footer-block{
	margin-top: 30px;
	margin-bottom: 15px;
}

ul.footer-menu{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.footer-menu li{
	display: inline-block;
}

ul.footer-menu li a{
	font: normal normal 14px/32px 'Acrom';
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
}

ul.footer-menu li a.active{
	color:#94bf45 !important
}

.social-block{
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top: 25px;
	padding-bottom: 30px;
}

ul.social-list{
	margin: 0;
	padding: 0;
	
}

ul.social-list li{
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 18px;
	margin-left: 3px;
	margin-right: 3px;
	
}

ul.social-list li > a > img{
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
	
}

ul.social-list li > a:hover > img{
	transform: rotateY(720deg);
	
}

.text-footer{
	font: normal normal 10px/17px 'Montserrat Alternates';
	color: rgba(255,255,255,.5);
}

/** MODAL Style **/

.modal-form .modal-content{
	background-color: rgba(255,255,255,0.8);
	border:20px solid rgba(255,255,255,0.5);
	border-radius: 0;
}

.modal-form .modal-header .close {
    margin-top: -90px;
    margin-right: -66px;
}

.modal-form .close {
    float: right;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-form .modal-dialog {
    width: 500px;
    margin: 70px auto;
}

.modal-form .modal-content .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-form h4.modal-title{
    font: normal bold 26px/40px 'Acrom';
    text-align: center;
    color: #0e0e0e;
    text-transform: uppercase;
}

.modal-form .input-lg, 
.modal-form .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
}

.modal-form .form-group select {
    height: 46px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.modal-form .form-group.img-select {
    position: relative;
}

.modal-form .form-group.img-select img {
    display: block;
    position: absolute;
    right: 10px;
    height: 16px;
    width: 14px;
    top:14px;
    z-index: 5;
}


.modal-form .modal-header {
   	border-bottom: none;
}

.modal-form .check-block{
	font-size: 14px;
}

.modal-form .s-message{
	display: none
}

.modal-form .callback-button{
	display: block;
	padding: 15px 20px;
	border: 1px solid #c3e379;
	background: #c3e379;
	color: #000;
	font: normal bold 18px/18px 'Acrom';
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
    width: 100%;
}

.modal-form .callback-button:hover{
	border: 1px solid #333;
	background: transparent;
	color: #000!important;
}

/** BREADCRUMBS STYLE **/

.breadcrumbs{
	padding: 0 30px;
}

ul.breadcrumbs-list{
	list-style: none;
	color: #777;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
	padding-left: 15px;
}

ul.breadcrumbs-list a{
	color: #888;
	font-weight: 100;
	font-size: 14px;
	padding-left: 3px;
    padding-right: 3px;
}

ul.breadcrumbs-list li:first-child a{
	padding-left: 0px;
}

ul.breadcrumbs-list span{
	color: #333;
	font-size: 14px;
	padding-left: 3px;
    padding-right: 3px;
    font-weight: 100;
}

ul.breadcrumbs-list span.separate-ul{
	color: #888;
}

ul.breadcrumbs-list a:hover{
	cursor: pointer;
	color: #98002e;
	text-decoration: none;
}

ul.breadcrumbs-list>li{
	display: inline-block;
}

/** PAGE style **/

.page-title{
	font: normal bold 60px/70px 'Acrom';
	color: #000;
	text-transform: uppercase;
	margin-bottom: 70px;
	margin-top: 100px;
	text-align: center;
}

.page-first-block{
	overflow: hidden;
	width: 100%;
	height: 250px;
	position: relative;
	z-index: 1;
	padding: 0;
}

#geometry-bg{
	width: 100%;
	height: 100%;
}

.page-first-block-content{
	
	position: absolute;
	top: 0;
	z-index: 25;
	margin: 0 auto;
    width: 100%;
}

#content{
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

ul.list-doc{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.list-doc li{
	padding-left: 56px;
	position: relative;
	line-height: 42px;
	margin-bottom: 15px;
}

ul.list-doc li a{
	color: #000;
	line-height: 42px;
	display: block;
}

ul.list-doc li:before{
	display: block;
	position: absolute;
	content: '';
	width: 42px;
	height: 42px;
	left: 0
	
}

ul.list-doc li.doc-doc:before{
	background: url('./../images/word.png') no-repeat;
	background-size: cover;
	
}

ul.list-doc li.doc-pdf:before{
	background: url('./../images/pdf.png') no-repeat;
	background-size: cover;
	
}

.buttons-block{
	margin-top: 30px;
}

.buttons-block > * {
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid #c3e379;
	background: #c3e379;
	color: #000;
	font: normal bold 18px/18px 'Acrom';
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
    
}

.buttons-block > a:hover, .buttons-block > div {
	border: 1px solid #000;
	background: transparent;
	color: #000 !important;
}

ol.course-list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.course-list > li {
  display: table;
  
  margin-bottom: 0.6em;
  text-transform: uppercase;
  font: normal bold 18px/18px 'Acrom';
  color:#000;
  margin-bottom: 30px;
}

ol.course-list > li ol{
  margin-top: 15px;
  counter-reset: subitem;
  padding-inline-start: 0px;
  padding-left: 50px;
}

ol.course-list > li:before {
	counter-increment: item;
  content: counter(item) ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

ol.course-list li ol > li {
  margin: 0 0 7px;
  font: normal normal 18px/18px 'Acrom';
  position: relative;
  
}

ol.course-list li ol > li a{
  margin-left: 7px;
  color: #000;
}

ol.course-list li ol > li:before {
	
	content: counter(item) ". ";
  padding-right: 0; 
  position: absolute;
  left: 0px;
  display: block;
      top: 0px;
    margin-left: -37px;
}

ol.course-list li ol > li:after {
	counter-increment: subitem;
  content: counter(subitem, "") ". ";
  display: block;
  position: absolute;
  left: 10px;
  text-align: left;
}

.table-page thead th{
	  font: normal bold 18px/18px 'Acrom';
	  text-align: center;
	  text-transform: uppercase;
	  background: #b1dc66;
	
}

.list-pagination nav{
	text-align: center;
}

.list-pagination nav .pagination{
	border-radius: 0 !important;
}

.list-pagination nav .pagination>li>a,
.list-pagination nav .pagination>li>span{
	color: #000;
	font-family: 'Acrom';
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
	background: #c3e379;
	border-color: #c3e379;
}

.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #121212 !important;
    background: #c3e379;
	border-color: #c3e379;
	cursor: pointer;
}

.border-bottom{
	border-bottom: 1px solid #ebebeb;
}

.warning-block{
	padding: 50px 30px;
	margin: 30px 0;
	background:#f3f3f3;
	border: 10px solid #f8f8f8;
	text-align: center;
	
}

.warning-block b{
	font: normal normal 22px/22px 'Acrom';
	color: #000;
	text-transform: uppercase;
}

.warning-block  .buttons-block a{
	width: 350px;
}

.img-pb-70{
	    position: relative;
    margin-bottom: -90px;
    margin-left: -150px;
}

.pt-70{
	padding-top: 140px;
}

.img-pb-60{
	position: relative;
    margin-bottom: -70px;
    margin-right: 50px;
}

.or-spacer {
    margin-top: 50px;
    margin-left: calc(50% - 200px);
    width: 400px;
    position: relative;
    margin-bottom: 50px;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}

.or-spacer span i > img {
  -webkit-animation: bounce-img 2s infinite;
  animation: bounce-img 2s infinite;
}



.learning-block-title {
    font: normal 700 32px/40px 'Acrom';
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.learning-block-content{
	text-align: center;
	padding-top: 30px;
}

.learning-block-content ol{
	list-style-type: none;
}

.properties-course{
	position: relative
}

.properties-course .property-item{
	position: relative;
}

.properties-course .property-item:last-child:after{
	display: none;
}

.properties-course .property-item.no-arrow:after{
	display: none;
}

.properties-course .property-item:after{
	display: block;
	width: 18px;
	height: 32px;
	content: '';
	position: absolute;
	top: 40px;
	right: -10px;
	background: url(./../images/right-arrow-angle.png) no-repeat;
	background-size: contain;
}

.properties-course .property-title{
    font: normal 400 15px/22px 'Acrom' !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.properties-course .property-title > a{
    color: #000;
    cursor: pointer;
    
}

.properties-course .property-title > a:hover{
    color: #66b244 !important;
    cursor: pointer;
    
}

.properties-course .property-img{
	margin-bottom: 20px;
}

.course-hr{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 50px;
}

.spinner {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
  background: #e0e0e0; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(224,224,224,0.3) 0%, #fcfcfc 75%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224,224,224,0.3) 0%,#fcfcfc 75%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(224,224,224,0.3) 0%,#fcfcfc 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 50%;
	border: 1px solid rgba(224,224,224,0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.spinner-in {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 15px;
  background: #e0e0e0; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(224,224,224,0.3) 0%, #fcfcfc 75%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224,224,224,0.3) 0%,#fcfcfc 75%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(224,224,224,0.3) 0%,#fcfcfc 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 50%;
	border: 1px solid rgba(224,224,224,0.1);
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.spinner-in > img{
	width: 44px;
	
	margin: 16px;
	
}

.spinner:before, .spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

.spinner:after {
  border-width: 1px;
  display: none;
}

/* spinner-1 styles */
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.spinner.spinner-1:before {
  width: 130px;
  height: 130px;
  border-top-color: #66b244;
  border-right-color: #66b244;
  border-left-color: #66b244;
  border-bottom-color: rgba(33, 33, 33, 0);
  top: -11px;
  left: -11px;
  
}


.property-item:hover .spinner.spinner-1:before{
	  -webkit-animation: rotate-animation 1s linear 0s infinite;
          animation: rotate-animation 1s linear 0s infinite;
}

.property-item:hover .spinner.spinner-1:after{
	  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
          animation: anti-rotate-animation 0.85s linear 0s infinite;
          display: block;
}

.spinner.spinner-1:after {
	width: 80px;
    height: 80px;
    border-bottom-color: rgba(255, 168, 0, 0.7);
    border-right-color: rgba(33, 33, 33, 0);
    border-top-color: rgba(33, 33, 33, 0);
    border-left-color: rgba(255, 168, 0, 0.7);
    top: 15px;
    left: 15px;
}

property-item:hover .spinner.spinner-1:after{
	  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
          animation: anti-rotate-animation 0.85s linear 0s infinite;
}

.top-block-line{
background:#c3e379;
min-height:25px;
line-height:25px;
font: normal normal 14px/25px 'Acrom';
    color: #151515;
}

.top-block-line a {
     font: normal normal 14px/25px 'Acrom';
    color: #151515;
    /*text-transform: uppercase;*/
	/*text-transform:none;*/
	font-weight: 700;

}
.top-line-menu {

}
.top-line-menu a {
	font-weight: normal;
	display: inline-block;
}
.top-line-menu a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

.img-d > img{
	display: block;
	margin: 0 auto 7px !important;
}

.warning-bq{
	border: 1px solid #eee;
	border-left: 7px solid #66b244;
	background: #fff;
	padding: 40px 40px 40px 160px;
	font: italic normal 18px/30px 'Acrom';
	background: url('./../images/chat-icon.png') no-repeat;
	background-size: 120px 120px;
	background-position-x: 20px;
	background-position-y: center;
	text-align: justify;
	
		
}

.top-30{
	margin-top: 30px;
}

.col-sm-offset-1-5 {
    margin-left: 12.5%;
}

.orange-circle{
	background: #ff6600;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 25px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ca5503;
}
.our-users-item {
	margin-bottom: 50px;
}
.our-users-item iframe {
	width: 100%;
}
.our-users-title {
	text-align: center;
	margin: 20px 0 0 0;
	font-weight: bold;
}
.nagrady-list img {
	max-width: 100%;
}

.header {
	background: url('./../images/header-bg-lp.jpg') no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-size: cover;
	height: 935px;
	position: relative;
}

.header .header-title {
	font: normal bold 58px/62px 'Acrom';
	color: #fff;
	margin-top: 100px;

}

.header .header-subtitle {
	font: normal 300 27px/36px 'Acrom';
    color: #fff;
    margin-top: 15px;
    margin-bottom: 50px;
}

.h-bottom-block {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 60px;
	background: linear-gradient(45deg, #006e7b, #029968);
	font: normal 18px/30px 'Montserrat';
}

.h-bottom-block-img {
	padding-left: 30px;
	text-align: center;
}

.h-bottom-block-img img{
	max-width: 360px;
    position: absolute;
    transform: rotate(-10deg);
    top: -30px;
}

.h-bottom-block-text {
	padding-top: 15px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 20px;
    padding-left: 75px;
}

.h-bottom-block-text b {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.header .check-policy {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	position: inherit;
}

.header .check-policy a{
	color: #a7da6c;
}

@keyframes dynamic-background {
from {background: linear-gradient(120deg, #a7da6c, #a7da6c);}
72% {background: linear-gradient(120deg, #a7da6c, #a7da6c);}
75% {background: linear-gradient(120deg, #a7da6c 0%, #baec80 10% , #a7da6c 20%, #a7da6c 100%)}
78% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 10%,#baec80 20% , #a7da6c 30%, #a7da6c 100%)}
81% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 20%,#baec80 30% , #a7da6c 40%, #a7da6c 100%)}
84% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 30%,#baec80 40% , #a7da6c 50%, #a7da6c 100%)}
87% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 40%,#baec80 50% , #a7da6c 60%, #a7da6c 100%)}
90% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 50%,#baec80 60% , #a7da6c 70%, #a7da6c 100%)}
93% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 60%,#baec80 70% , #a7da6c 80%, #a7da6c 100%)}
96% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 70%,#baec80 80% , #a7da6c 90%, #a7da6c 100%)}
99% {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 80%,#baec80 90% , #a7da6c 100%)}
to {background: linear-gradient(120deg, #a7da6c 0%, #a7da6c 90%, #baec80 100%);}
}

.neuro-form-box {
	line-height: 18px;
}

.neuro-form .form-group {
	font-family: 'Acrom', sans-serif !important;
}

.neuro-form .form-group label {
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: block;
}

.neuro-form .form-group input {
	line-height: 50px;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px;
	height: 50px;
	margin-bottom: 15px;
}

.neuro-form .btn-form {
	border: none;
    margin: 0px;
    width: 100%;
    line-height: 25px !important;
    padding: 10px 0; 
    background: #a7da6c;
	color: #000 !important;
	animation: dynamic-background 2s infinite ease-in-out;
	font: normal bold 16px/70px 'Acrom';
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
    padding-left: 15px;
    padding-right: 15px;
}

.neuro-form .form-group .btn-form:hover {
	background: #baec80;
	color: #121212 !important;
	text-decoration: none;
	cursor: pointer; 
    animation: none;
}

.neuro-form .s-message {
	display: none;
}

.neuro-form .check-policy {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	position: inherit;
}

.neuro-form .check-policy a{
	color: #a7da6c;
}

.block-title-lp {
    font: normal bold 48px/52px 'Acrom';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-30 {
	margin-top: 30px;
}

.h3-green {
	font-family: 'Acrom', sans-serif;
    font-weight: 600;
    color: #54aa53;
}

.list-li-green {
	list-style-type: none;
    margin-bottom: 30px;
    padding-left: 17px;
    margin-top: 25px;
}

.list-li-green > li {
	position: relative;
	margin-bottom: 5px;

}

.list-li-green > li::before {
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	position: absolute;
	border-radius: 5px;
	background: #54aa53;
	top: 11px;
	left: -15px;
}


.price-section {
    padding: 100px 0;
    background: #f5f5f5;
    position: relative;
}

.price-section .diagonals {
    position: absolute;
    bottom: auto;
    top: 0;
}

.sum-block {
    position: relative;
    z-index: 5;
    min-height: 50px;
}

.sum-block > div {
	border: 2px solid #a7da6c;
    font-family: 'Acrom', sans-serif;
    font-weight: 600;
    border-radius: 30px;
    font-size: 24px;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 30px;
    background: #f5f5f5;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 15px;
}

.sum-block > div > span {
	text-decoration: line-through;
    font-size: 18px;
    color: #555;
}

.sum-block::after {
	display: block;
	position: absolute;
	width: 100%;
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	top: 24px;
	z-index: 1;
	background: #a7da6c;
}

.mt-50 {
	margin-top: 50px;
}

.mt-70 {
	margin-top: 70px;
}

.term-page {
	font-size: 12px;
	font-family: 'Acrom', sans-serif;
}

.callback-section {
	background: url('./../images/take_bg.jpg') no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-size: cover;
}

.callback-section .h-bottom-block {
	margin-top: 0px;
	background: none;
} 

.whats-section {
	padding: 70px 0;
}

.callback-block {
	padding: 100px 0 0px;
	background: url('./../images/take_bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.callback-block .diagonals {
	bottom: 0px;
}

.callback-block .block-title {
	color: #fff;
	font-size: 32px;
	line-height: 48px;
}

.btn-callback {
	background: #a7da6c;
	color: #000 !important;
	animation: dynamic-background 2s infinite ease-in-out;
	font: normal bold 16px/70px 'Acrom';
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;	
    padding-left: 15px;
    padding-right: 15px;
}

.btn-callback:hover {
	background: #baec80;
	color: #121212 !important;
	text-decoration: none;
	cursor: pointer; 
    animation: none;
}

#callback_1 {
	margin-bottom: 135px;
}

.recomendation {
	padding: 70px 0 100px;
}

.rec-item {
	margin-top: 15px;
}

.n-item {
	margin-bottom: 15px;
}

.n-item > div {
	display: table;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    transition: all .3s ease-in-out;
}

.n-item > div:hover {
	padding: 15px;
}

.n-item img {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.n-item > div > a {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: 'Acrom', sans-serif;
    font-weight: 700;
    transition: all .3s ease-in-out;
    font-size: 24px;
    opacity: 0;
    border: 3px solid #54aa53;
}

.n-item > div > a:hover {
	opacity: 1;
	color: #fff !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.reg-widget {
	position: fixed;
	right: 30px;
	bottom: -420px;
	width: 350px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 7px 25px 0 0;
    transition: all .2s ease-in-out;
    z-index: 1050;
}

.reg-widget.scroll-widget {
	bottom: -352px;
}

.reg-widget.scroll-widget.open-reg-widget {
	bottom: 0px;
}

.reg-widget-header {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 7px 25px 0 0;
    color: #fff;
    font-family: 'Acrom', sans-serif;
    font-weight: 700;
    background: url(./../images/take_bg.jpg) no-repeat;
    background-position: top left;
    background-size: auto;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 100%;
    position: relative;
    cursor: pointer;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reg-widget-content {
	background: #f5f5f5;
	padding: 15px 15px 5px;	
}

.reg-widget-header span {
	padding-right: 10px;
}


.reg-widget-close {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: -50px;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    text-shadow: 0px 0 10px rgba(0,0,0,0.2);
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 5050;
    opacity: 0;
}

.open-reg-widget .reg-widget-close {
	opacity: 1;
}

.reg-widget-close:hover {
	color: #54aa53;
	border-color: #54aa53; 
}

.reg-widget-content .check-policy {
	color: #333;
	font-family: 'Acrom', sans-serif;
}