/* Commons */

@font-face {
    font-family: 'Exo2R';
    src: url("../fonts/Exo2.eot");
    src: url("../fonts/Exo2.woff2") format("woff2"), url("../fonts/Exo2.woff") format("woff"), url("../fonts/Exo2.ttf") format("truetype"), url("../fonts/Exo2.svg#ProximaNova-Regular") format("svg"), url("../fonts/Exo2.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo2B';
    src: url("../fonts/Exo2B.eot");
    src: url("../fonts/Exo2B.woff2") format("woff2"), url("../fonts/Exo2B.woff") format("woff"), url("../fonts/Exo2B.ttf") format("truetype"), url("../fonts/Exo2B.svg#ProximaNova-Regular") format("svg"), url("../fonts/Exo2B.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    /* background: #108beb; */
    background: #00965e;
    font: 16px "Exo2R", sans-serif;
	background: url(../bg.jpg) no-repeat fixed center;
	/* background-position:bottom; */
	background-size: cover;
}


/* some-block */

.some-section {
    width: 100%;
    max-width: 1072px;
    margin: 13px auto;
    display: flex;
    flex-wrap: wrap;
    /* background: #108beb; */
    /* background: #00965e; */
    /* background: #038655; */
    /* box-shadow: 0 0 30px rgba(0, 99, 177, 0.5); */
    /* box-shadow: 0 0 30px rgba(0, 177, 115, 0.5); */
    padding: 30px;
	
	
	
}


/* some-offer */

.some-offer {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.some-offer .some-offer__title {
    font: 1.2rem 'Exo2B', sans-serif;
    color: #f2f2f2;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.some-offer .some-offer__button {
    background: #e1c243;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 46px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font: 1rem 'Exo2B', sans-serif;
}


/* some-form */

.d_font{
	color:#7b996a !important;
}
.some-form {
	margin: 0 auto;
    width: 70%;
    display: flex;
    padding: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 30px 60px;
    /* background: #f2f2f2; */
    /* background: #f2f2f2d4; */
    background: #7b996a;
	box-shadow: 0 0 30px rgba(0, 177, 115, 0.5);
    border-radius: 3px;
	
}

.some-form .some-form__info {
    /* margin-bottom: 127px; */
    width: 100%;
    height: 73%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
	
	
}
#form_reg{
    width: 70%;	
}
.center{
	margin:0 auto;
}
.some-form__img{
	height: 67px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.l_img{
	height: 77px;
    justify-content: center;
}

.some-form .some-form__info-fail {
    text-align: center;
    color: #aa5050;
    font: 1rem 'Exo2B', sans-serif;
}

.some-form .some-form__info-success {
    text-align: center;
    /* color: #108beb; */
    color: #00965e;
    font: 1rem 'Exo2B', sans-serif;
}

.some-form .some-form__preloader {
    height: 2px;
    width: 100%;
    position: relative;
    display: none;
}

.some-form .some-form__preloader:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    animation: someFormPreloader 3s infinite;
    /* background: #108beb; */
    background: #00965e;
}

.some-form .some-form__input {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    margin-bottom: 15px;
    margin-top: 3px;
    border-radius: 3px;
    border: 1px solid #eee;
    font: 1rem "Exo2R", sans-serif;
	/* padding-top:3px; */
}

.some-form .some-form__input_name {}

.some-form .some-form__input_tel {}

.some-form .some-form__input_email {}

.some-form .some-form__input_text {
    height: 80px;
    padding: 15px;
}

.visually-hidden{
	visibility: hidden;
}
.hidden{display:none;}

.some-form .some-form__button {
    /* background: #108beb; */
    /* background: #00965e; */
    /* background: #1e58bb; */
    background: #aca095;;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 46px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font: 1rem 'Exo2B', sans-serif;
    border: none;
    cursor: pointer;
    transition: .3s;
}

.some-form .some-form__button:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    /* background: #0c7ad0; */
    background: #5b3332;
    transition: .3s;
}

.white{
	color:#fff;
}
.logo{
	width:70%;
}

@keyframes someFormPreloader {
    0% {
        left: 0;
    }
    50% {
        left: calc(100% - 50px);
    }
    100% {
        left: 0%;
    }
}

a.link_file {
    text-decoration: none;
    color: rgb(0, 98, 91);
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    border-bottom: rgb(0, 98, 91) dashed 1px;
}

::-webkit-input-placeholder {color:#387ccc;}
::-moz-placeholder          {color:#387ccc;}/* Firefox 19+ */
:-moz-placeholder           {color:#387ccc;}/* Firefox 18- */
:-ms-input-placeholder      {color:#387ccc;}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}  
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
/* плавное изменение прозрачности  placeholder-а при фокусе */
.input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

@media (max-width: 960px) {
	.some-section{
		margin:0 auto;
		padding:7px;
			  	/* background: url(/bg_mobile.jpg) no-repeat fixed center; */
	/* background-position:bottom; */
	/* background-size: cover; */
		
	}
	.some-form{
		width:100%;
		padding:15px;
	}
}