/*
Theme Name: Lending-Anatol
Description: Lending-Anatol
Author: 
Author URI: 
Version: 1
*/
@font-face {
  font-family: 'AvantGardeGothicCTT';
  src: url('fonts/ITCAvantGardeStd-BkCn.eot'), /* IE9 Compat Modes */
       url('fonts/ITCAvantGardeStd-BkCn.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ITCAvantGardeStd-BkCn.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AvantGardeGothicCTT.ttf')  format('truetype') /* Safari, Android, iOS */
}
body{
	
    /* background-color: #24272c; */
	background: #24272c url(img/new_main_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}





/* 
.left-txt-block .h1 {
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(img/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
} */

.left-txt-block .h1 .aries_anim{
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #ff9103, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  animation: reveal 600ms ease-in-out forwards 100ms,
             glow 2500ms linear infinite 2000ms;
}
  @keyframes reveal {
 /*    80%{
      letter-spacing: 4px;
    } */
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 86px #fff;
    }
  }



/* Required */
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
/***********/
.container{
	max-width: 1200px;
	/* padding-left: 0;
	padding-right: 0; */
}
.wrapper{
/* 	background: #24272c url(img/main_bg.svg);
	background-size: contain;
	background-repeat: no-repeat; */
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

*{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
a,
a:hover{
	text-decoration: none;
}
/*.header{
	background: #24272C;
	box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.5);
	height: 80px;
	width: 100%;
	padding-top: 25px;	
    top: 0;
	z-index: 99999999;
	position: fixed;
	/* max-width: 1440px; 
}*/
.header{
	position: fixed;
	background: #24272C;
	width: 100%;
    z-index: 9999999999999999999999;
    box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.5);
    top: 0;
}
.logo{
	background: url(img/logo.svg);
	width: 138px;
	height: 30px;
	margin-left: 15px;
}
/*.menu{
	display: block;
	width: 477px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    left: -10px;
    top: 6px;
}
.menu ul{
	list-style: none;
}
.menu ul li{
	float: left;
	margin-left: 55px;
}
.menu ul li:first-child{
	margin-left: 0;
}
.menu ul li a{
	font-style: normal;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "AvantGardeGothicCTT";
}*/
.try-free-btn{
	color: #fff;
	background: linear-gradient(105.9deg, #cd2122 5.33%, #d35858 109.2%);
	border-radius: 4px;
	border: none;
	padding-left: 33px;
    padding-right: 33px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.try-free-btn:hover,
.main-form input[type="submit"]:hover{
	background: linear-gradient(105.9deg, #cd2122 5.33%, #3b0202 109.2%);
    box-shadow: 4px 2px 12px rgba(8, 9, 10, 0.54), -4px -2px 16px #282A2E;
}


.header .try-free-btn{
	margin-right: 15px;
}
.green-txt-span{
	color: #cd2122;
}
.h1{
	font-size: 46px;
	line-height: 57px;
	letter-spacing: 0.12em;
	font-weight: bold;
}
.h2,
.h2 .green-text{
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 47px;
	letter-spacing: 0.05em;
}
.left-txt-block .h1 span{
	font-size: 46px;
	line-height: 57px;
}
.right-img-block img{
	width: 100%;
	margin-top: 173px;
}
.left-txt-block .h1{
	margin-top: 270px;
}
.green-txt{
	color: #cd2122;
	text-transform: uppercase;
}
.green-text{
	color: #cd2122;
}
.header-p-descr{
	width: 492px;
	margin-top: 22px;
    font-size: 18px;
    line-height: 21px;
}
.left-txt-block .try-free-btn{
	width: 176px;
	height: 48px;
	margin-top: 24px;
}
.left-txt-block .green-txt{
	margin-top: 26px;
}
.left-svg{
	width: 100%;
	position: relative;
    left: -100px;
    margin-top: 160px;
   /*  opacity: 0; */
}
.high-quality-item h3,
.left-block3-wrap h3{
	color: #cd2122;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	position: relative;
    top: 17px;
    margin-left: 115px;
}
.high-quality-item img{
	float: left;
}
.high-quality-item{
	margin-top: 42px;
    margin-left: -18px;
}
.right-block2 .h2{
	margin-top: 143px;
	width: 95%;
}
.high-quality-item p,
.left-block3-wrap p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: justify;
	letter-spacing: 0.05em;
	margin-left: 115px;
    margin-top: 32px;
}
.left-block3-wrap p,
.left-block3-wrap h3{
	margin-left: 0;
}
#high_quality{
	margin-bottom: 118px;
}
.left-block3-wrap{
	margin-top: 35px;
    margin-bottom: 34px;
}
.emulator-screen{
	/* width: 829px; */
	width: 100%;
    margin-top: 0px;
    margin-left: 114px;
	
    opacity: 1 !important; 
}
.emulator-settings{
	width: 155px;
	position: relative;
    top: -244px;
    margin-left: 83px;
    opacity: 1 !important;
}
.emulator-exit{
	width: 154px;
	position: relative;
    top: -372px;
    margin-left: -227px;
  /*   opacity: 0; */
}
.emulator_img{
	border-radius: 8px;
}
.site-info{
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;

}
.more a{
	color: rgb(255 255 255);
	text-align: center;
    display: block;
    margin-right: 14px;
    outline: none;
    text-decoration: underline;
}
.more a:hover{
    color: rgb(255 255 255 / 65%);
}
.required_code{
	color: #afafaf;
	font-size:11px;
}
.slider-item-photo-wrap img{
	border-radius: 50%;
	width: 115px;
	height: 115px;
	text-align: center;
    display: block;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
.slider-section{
    width: 930px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.right-block2 h2{
	margin-top: -10px
}
.slider-item{
	background: linear-gradient(143.04deg, #2E3238 52.89%, #262A2E 72.87%);
	box-shadow: 4px 2px 12px rgba(8, 9, 10, 0.54), -4px -2px 16px #282A2E;
	border-radius: 10px;
	width: 300px;
	height: 294px;
	margin-top: 60px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.slider-item-photo-wrap{
	width: 120px;
	height: 120px;
	/*background: #5AF2B5;*/
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    top: -60px;
}
.name-commentator{
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin-top: -30px;
}
.commentator-status{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
.commentator-comment{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.01em;
	margin-top: 31px;
	height: 42px;
}
.soc-list{
	list-style: none;
	width: 192px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.soc-list li{
	float: left;
	margin-left: 10px;
}
.slick-dots li button:before{
	font-size: 42px;
	color: #fff;
    background: transparent;
    content: "";
    border: 1px solid;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
/*.slider-section h2{
	margin-top: -102px;
	margin-bottom: 77px;

}*/
/* #testimonials{
	margin-top: -102px;
} */
.slick-dots li.slick-active button:before{
	color: #cd2122;
	background: #cd2122;
}
.slick-dots{
	bottom: -62px;
}
.video-section{
	width: 100%;
	height: 335px;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: linear-gradient(143.04deg, #2E3238 52.89%, #262A2E 72.87%);
}
.video-section-block{
	margin-top: 165px;
    margin-bottom: 155px;
}
.right-txt2{
	margin-left: 102px;
}
.right-txt2 h2{
	padding-top: 28px;
}
.right-txt2 p{
	margin-top: 53px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.right-txt2 button{
	margin-top: 32px;
	padding-left: 47px;
    padding-right: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .left-block4{
	margin-top: 155px;
} */
.green-descr{
	margin-top: 47px;
	font-size: 18px;
}
.left-block4-descr{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	color: #FFFFFF;
}

.green-text-left-block4{
	text-transform: uppercase;
	font-size: 28px;
}
/* .main-form{
	margin-top: 136px;
} */
.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="tel"]{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	width: 100%;
	height: 48px;
	padding-left: 15px;
	border: none;
	outline: none;
}
.main-form input[type="submit"]{
	box-shadow: 0px 14px 21px rgba(245, 94, 91, 0.2);
	color: #fff;
	background: linear-gradient(105.9deg, #cd2122 5.33%, #d35858 109.2%);
	border-radius: 4px;
	border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    /* margin-left: 30px; */
    width: 100%;
    margin-top: 30px;
}
.input-wrap{
	margin-bottom: 15px;
    width: 100%;
}

.clearfix{
	clear: both;
}
.main-form p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	position: relative;
   /*  top: 10px; */
}
.form-name{
	margin-bottom: 5px;
}
.select-form{
	width: 100%;
	height: 48px;
    background: rgb(77 79 83);
	border-radius: 4px;
	/* margin-left: 30px; */
}
.select-wrap .wpcf7-not-valid-tip{
	margin-left:30px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
.company-wrap .your-company input[type="text"]{
	width: 100%;
}
/* .company-wrap{
	margin-left: 30px;
	width: 86%;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid  #cd2122;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #cd2122 inset;
  transition: background-color 5000s ease-in-out 0s;
}


.form-country,
.form-state{
	/* margin-left: 30px; */
	position: relative;
    top: 10px;
	margin-bottom: 15px;
}
.footer{
	background: #24272C;
	box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.5);
	height: 80px;
	width: 100%;
	padding-top: 25px;
	/* max-width: 1440px; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.form-wrap{
	margin-bottom: 200px;
}
.video-section iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
}
.navbar-nav{
	width: calc(100% - 309px);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#responsive-form{
	margin-left: 70px;
}





/* 
#overlay {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
} */
#succes_message {
  max-width: 500px;
  width: 100%;
  margin: 10px auto;

  padding: 10px 30px;
  font-size: 16px;
  z-index: 99999;
  border-radius: 10px;
  display: none;
  text-align: center;
}

@media screen and (max-width: 1024px){
	.wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
	.left-svg{
		left: -70px;
		margin: 0;

		position: static;
	}
	.header{
		padding-left: 10px;
    	padding-right: 10px;
	}
	.high-quality-img {
		text-align: center;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* .company-wrap{
		width: 91%;
	} */
	#responsive-form{
		margin-left: 0;
	}
}
@media screen and (max-width: 990px){
	.header .try-free-btn{
		margin-right: auto;
    	margin-left: auto;
    	display: block;
	}
	.left-txt-block .h1{
		margin-top: 70px;
		font-size: 38px;
		text-align: center;
	}
	.left-txt-block{
		text-align: center;
	}
	.header-p-descr{
		margin-left: auto;
    	margin-right: auto;
	}
	.slider-section .slider-item,
    .left-block3-wrap,
	.high-quality-item,
	.video-section,
	.video-section-txt,
	.form-wrap,
	.high-quality-txt .h2,
	.new-features-txt .h2,
	.slider-section .h2,
	.high-quality-img,
	.left-aries .h2,
	.left-aries .aries-txt,
	.emulator-wrap .emulator_img
	{
        opacity: 1;

	}
	
}
@media screen and (max-width: 768px){
	.left-svg{
		left: 0;
	}
	.video-section iframe{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	/* .company-wrap{
		width: 100%;
	} */
	.input-wrap{
		float: none;
	}
	.main-form input[type="text"],
	.main-form input[type="email"],
	.main-form input[type="tel"],
	.main-form input[type="submit"],
	.select-form{
		width: 100%;
		max-width: -webkit-fill-available;
	}
	.select-form,
	.select-form option{
		max-width: -webkit-fill-available;
	}
	.header .try-free-btn {
		margin-right: auto;
	}
	.menu ul li{
		margin-left: 30px;
	}
	.slider-section{
		margin-top: 110px;
		padding-left: 10px;
    	padding-right: 10px;
	}
	.slider-wrap{
		margin-top: 41px;
	}
	.video-section-block {
	    margin-top: 70px;
		margin-bottom: 50px;
	}
	.left-block3 .h2 {
	    margin-top: 60px;
	}
	.right-block2 .h2{
		margin-top: 60px;
	}
	.left-svg{
		margin-top: 65px;
	}
	.right-img-block img{
		margin-top: 70px;
	}
	.left-block4 {
	    margin-top: 60px;
	}
}
@media screen and (max-width: 600px){
	.try-free-btn{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 10px;
	}
	.left-block3-wrap{
		margin-top: 20px;
    	margin-bottom: 20px;
	}
	.company-wrap{
		margin-left: 0;
	}
	.header-p-descr{
		width: auto;
	}
	.right-txt2{
		margin-left: 0;
	}
	.select-wrap .wpcf7-not-valid-tip,
	.input-wrap{
		margin-left: 0;
	}
	.select-form,
	.form-country,
	.form-state{
		margin-left: 0;
	}

	.footer {
		height: auto;
		padding-bottom: 25px;
	}
	
	.site-info {
		display: block;
	}

	.main-form input[type="submit"]{
		margin-left: 0;
	}
	.h2 .green-text{
		font-size: 29px;
	}
	.left-txt-block .h1{
		margin-top: 108px;
	}
	.right-img-block{
		display: none;
	}
	.left-svg{
		margin-top: 60px;
	}
	.right-block2 .h2{
		margin-top: 40px;
		text-align: center;
	}
	.h2{
		font-size: 29px;
	}
	.high-quality-item img{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.high-quality-item h3, .left-block3-wrap h3{
		text-align: center;
		margin-left: 0;
	}
	.high-quality-item p, .left-block3-wrap p{
		text-align: center;
		margin-left: 0
	}
	.high-quality-item{
		margin-left: 0;
		margin-top: 20px;
	}
	.left-block3 .h2{
		text-align: center;
		margin-top: 50px;
	}
	.emulator-wrap{
		display: none;
	}
	.slider-section h2{
		margin-top: 120px;
	}
	.video-section-block {
	    margin-top: 76px;
	}
	.right-txt2 h2,
	.right-txt2 p,
	.left-block4 h2,
	.green-descr{
		text-align: center;
	}
	.right-txt2 p{
		margin-top: 10px;
	}
	.right-txt2 h2 {
	    margin-top: 53px;
	}
	.left-block4 {
	    margin-top: 70px;
	}
	.left-txt-block .h1{
		margin-top: 60px;
    	font-size: 29px;
    	line-height: 32px;
	}
	.left-txt-block .h1 span{
		font-size: 29px;
		line-height: 32px;
	}
	.main-form{
		margin-top: 40px;
	}
	.form-wrap{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 480px){
	.video-section iframe{
		width: 290px;
	}
	.menu{
		display: none;
	}
	.header .try-free-btn {
		margin-top: 0;
	}
}