*{margin: 0 auto;}

img{
	max-width: 100%;
	height: auto;
}
body{
	position: relative;
	min-height: 100vh;
}
#main{
	min-height: 100vh;
        /*
	background: url('../images/bg-page.jpg') no-repeat top left;
	background-size: auto 100%;
        */
        background-image: linear-gradient(to top, #EACCAF 0%, #A69398 80%)
}
#main .container-fluid{
	padding: 0;
}
#main .row{
	margin: 0;
}
#main .form-right{
	padding: 0;
	background: #fff;
	min-height: 100vh;
}
#main .form-right .head-form-right{
	/*background: #000000;*/
        background: linear-gradient(286deg, #EF7C3C 0%, #E2271E 100%);
	color: #fff;
	text-align: center;
	padding: 45px 30px 30px;
	font-family: 'Open Sans', sans-serif;
}
#main .form-right .head-form-right h3{
	margin: 0;
	font-size: 30px;
        font-weight: bold;
}
#main .form-right .head-form-right h1{
	font-size: 40px;
        font-weight: bold;
	margin: 0;
}
#main .form-right .head-form-right h2{
	font-size: 40px;
	margin: 0;
        padding: 20px 0 20px 0;
}
#main .form-right .head-form-right .divided{
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 25px auto 0;
}
#main .form-right .subscribe-form{
	padding: 35px 110px 0;
	font-family: 'Open Sans', sans-serif;
}
.center {
    text-align: center;
}
#main .form-right .subscribe-form form{
	margin: 45px 0 0;
}
.form-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.control-group{
	margin-bottom: 20px;
        padding-top: 20px;
}
.subscribe-form .control-group:last-child{
	margin-bottom: 0;
}
.control-group .input-txt{
	width: 460px;
	max-width: 100%;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #d6d6d6;
	color: #9f9f9f;
	font-size: 14px;
	outline: none;
	text-align: center;
}
.control-group .pretty .state label{
	font-size: 12px;
	line-height: 19px;
}
.control-group .btn-submit{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	background: #b5cc03;
	padding: 10px;
	border-radius: 20px;
	border: 1px solid #b5cc03;
	margin-top: 5px;
	outline: none;
}
.control-group .btn-submit:hover, .control-group .btn-submit:focus{
	color: #b5cc03;
	background: #fff;
}
.control-group .pretty .state label:after, .control-group .pretty .state label:before{
	top: 0;
}

.copyright{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #424242;
	margin-top: 20px;
	margin-bottom: 0;
}
.copyright a, .copyright a:hover, .copyright a:focus{
	color: #424242;
	text-decoration: none;
}
.fancybox-opened .fancybox-skin{
	background: #fff;
}
/*@media screen and (max-width: 1200px){
	#fancybox-content{
		background: #fff;
	}
}
@media screen and (min-width: 993px){
	#fancybox-wrap{
		max-width: 820px;
	}
	#fancybox-content{
		max-width: 800px;
	}
}
#fancybox-content *{
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
}
#fancybox-content{
	height: auto !important;
    max-height: 600px;
    overflow: auto !important;
}*/
.footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 30px;
  clear: both;
  padding-top: 50px;
}
.form-right-content{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #333;
}
.form-right-content h3{
    margin: 0 0 10px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.form-right-content .select-field{
    height: 38px;
    padding-left: 15px;
    border: 1px solid #848484;
    font-size: 18px;
    width: 100%;
    outline: none;
    background: transparent;
}
.form-right-content .text-field{
    height: 38px;
    padding-left: 15px;
    border: 1px solid #848484;
    font-size: 18px;
    width: 100%;
    outline: none;
    background: transparent;
}
.form-right-content .control-group{
    margin-bottom: 20px;
}
.form-right-content .control-group .btn-submit , button, .button {
    margin: auto;
    padding: 0 60px;
    height: 60px;
    background: #DA291C;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #DA291C;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    outline: none;
    margin-top: 15px;
    font-weight: 700;
}
.link_button {
    padding: 8px 30px !important;
}
.link_button_normal {
    font-weight: normal !important;
    text-decoration: none !important;
    background: transparent !important;
    color: #DA291C !important;
}
.form-right-content .control-group .btn-submit:hover, .button:hover{
    background: transparent;
    color: #DA291C;
}
.fancybox-opened .fancybox-skin {
background: #fff;
}
label[for="terms"],label[for="myCheck"] {
    font-weight: normal;
    width: 90%;
    font-size: 16px;
    line-height: 18px;
    padding-left: 30px!important;
}
.control-checbox {
    position: relative;
}
.control-checbox:after {
    display: block;
    content: "";
    float: none;
    clear: both;
}
.textfield {
    padding-top: 6px;
}
textarea{
    width:100%;
    transition-duration:0.5s;
    height:60px !important;
}
textarea:focus{
    height:270px !important;
}


input.error, textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

.titel-group {
    font-weight: bold;
}
.control-group label {
    font-weight: normal;
}
.content {
    padding: 60px 20px 0 20px;
    font-size: 16px;
}
.content ul {
    padding-left: 18px;
}
h3 {
    font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}