* {
    outline: none;
    max-height: 10000px !important;
}

.content {
	width: 1280px;
	margin: 0 auto;
}

.header {
	background: url(../images/header_fon.jpg) no-repeat center top;
    background-size: cover;
}

.logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.logo a {
	color: #f9f7f7 !important;
	font-size: 17px;
	font-family: 'Ubuntu';
	font-weight: 400;
	text-decoration: none;
    padding-left: 20px;
}

.logo a span {
	font-size: 19px;
}

.fixed_menu {
    width: 100%;
    background-color: rgba(16, 22, 24, 0.64);
    position: fixed;
    margin: 0 auto;
    z-index: 9;
}

.main_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 73px;
    padding: 0 75px;
}

.top_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.top_nav ul li {
	padding-right: 60px;
}

.top_nav ul li:last-child{
	padding-right: 0px;
}

.top_nav ul li a {
	color: #f9f7f7;
	font-family: 'Ubuntu';
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: 0.23s;
    -moz-transition: 0.23s;
    -ms-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}

.top_nav ul li a:hover {
	color: #0eaf5d;
}


.title {
	color: #f9f7f7;
	font-family: 'PF Din Text Comp Pro';
	font-size: 40px;
	font-weight: 400;
	text-align: center;
    padding-top: 175px;
}

.price_fine {
	color: #f9f7f7;
	font-family: 'Aero Matics';
	font-size: 72px;
	text-align: center;
}

.text_test {
	color: #f9f7f7;
	font-family: 'PF Din Text Comp Pro Light';
	font-size: 38px;
	font-weight: 300;
	text-align: center;
    padding-top: 45px;
}

.text_test span {
	font-family: 'PF Din Text Comp Pro Medium';
	font-size: 59px;
	font-weight: 500;
	font-weight: 500;
}

.text_free {
	color: #f9f7f7;
	font-family: 'PF Din Text Comp Pro Medium';
	font-size: 59px;
	font-weight: 500;
	text-align: center;
}

.imput_center {
    padding: 45px 0 115px;
	text-align: center;
}

.imput_center .txt {
	width: 237px;
	height: 43px;
	background-color: #f9f7f7;
	border: 0;
	border-radius: 4px;
	padding-left: 20px;
	box-sizing: border-box;
}

.imput_center .submit-btn {
	color: #f9f7f7;
	font-size: 19px;
	font-weight: 400;
	width: 237px;
	height: 43px;
	background-color: #0eaf5d;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
    -webkit-transition: 0.23s;
    -moz-transition: 0.23s;
    -ms-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}

.imput_center .submit-btn:hover {
	background-color: #129b52;
}

.title_second {
	color: #293236;
	font-family: 'PF Din Text Comp Pro Medium';
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.causes {
	background-color: #f9f7f7;
	padding-bottom: 35px;
}

.causes .title_second {
	padding: 55px 0 50px;
}

.flex_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}

.flex_block .item {
	width: 277px;
	height: 407px;
	background-color: white;
	border: 0.53px solid #aeaeae;
	border-radius: 2px;
	box-shadow: 2.7px 3px 4.7px 0.4px rgba(174, 174, 174, 0.23);
    margin-bottom: 50px;
}

.flex_block .images_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 235px;
	background-color: #898989;
}

.flex_block .block_wrapper {
    padding: 0 42px;
}

.title_min {
	color: #162638;
	font-family: 'Ubuntu Bold';
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 20px 0 25px;
}

.flex_block .block_wrapper p {
	color: #162638;
	font-family: 'Ubuntu';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 15px;
}

.flex_block .block_wrapper p:before {
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #30ad64;
    display: inline-block;
	padding-left: 5px;
}

.fine {
	background-color: #d0d2d4;
}

.fine .title_second {
	padding: 40px 0;
}

.fine .info_block {
	width: 370px;
    margin-bottom: 40px;
}

.info_block a {
	text-decoration: none;
}

.images_min {
	width: 370px;
	height: 161px;
	background: url(../images/images_left.png) no-repeat center;
}

.info_block:nth-child(2) .images_min {
	background: url(../images/images_center.png) no-repeat center;
}

.images_min .title_fine {
    color: #f1f1f1;
    font-family: 'Ubuntu Condensed Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    padding: 100px 40px 0 15px;
    display: block;
}

.images_min .title_fine:hover {
	text-decoration: underline;
}

.fine .info_block p {
    color: #162638;
    font-family: 'Ubuntu-Light';
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 5px;
}

.no_fine .content {
	padding-bottom: 40px;
}

.no_fine .title_second {
	padding: 30px 0 40px;
}

.flex_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.table {
	width: 375px;
	height: 599px;
	background-color: #f9f7f7;
	border: 0.46px solid #676767;
	border-radius: 6px;
    margin: 0 39px 60px 39px;
}

.title_tab {
	height: 80px;
	line-height: 80px;
	background-color: #6d7e75;
	color: #fff;
	font-family: 'PF Din Text Comp Pro Medium';
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.table:last-child .title_tab {
	background-color: #0eaf5d;
}

.title_tab span {
    font-family: 'Aero Matics';
	font-size: 32px;
	font-weight: 400;
}

.price {
    color: #e22625;
    font-size: 31px;
    font-family: 'Aero Matics';
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

.price span {
	font-size: 24px;
	text-transform: none;
}

.text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 106px;
	background-color: #e3e3e4;
	color: #1a1b1f;
	font-family: 'Ubuntu Bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}

.table p {
	color: #1a1b1f;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 55px 30px 80px;
	position: relative;
}

.table p:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    left: 38px;
}

.table p:nth-child(7):before {
	background: url(../images/icon_x.png) no-repeat;
}

.table p:nth-child(8):before {
	background: url(../images/icon_x.png) no-repeat;
}

.table:last-child p:nth-child(7):before {
    background: url(../images/icon.png) no-repeat;
}

.table:last-child p:nth-child(8):before {
    background: url(../images/icon.png) no-repeat;
}


.call_bth {
	width: 237px;
	height: 43px;
	line-height: 43px;
	background-color: #e22625;
	border-radius: 4px;
	color: #f9f7f7;
	font-family: 'Ubuntu Bold';
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
    -webkit-transition: 0.23s;
    -moz-transition: 0.23s;
    -ms-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
    margin-top: 15px;
}

.call_bth:hover {
	background-color: #a21110;
}

.forma {
	background: url(../images/footer_fon.jpg) no-repeat center top;
}

.forma .title_second {
    padding: 30px 0;
}

.popup-footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 573px;
    height: 449px;
    background-color: rgba(37, 37, 37, 0.73);
	border-radius: 4px;
    padding: 37px 40px 20px 40px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 55px;
}

.checkbox_imput {
    display: -webkit-box;    height: 63px;
}
.g-recaptcha {
	    margin: auto;
		margin-bottom: 5px;
}
.wrapper_forma p {
	color: #f1f1f1;
	font-family: 'Ubuntu-Light';
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
    padding-left: 10px;
}

.wrapper_forma p a {
	color: #f1f1f1 !important;
	text-decoration: underline;
	cursor: pointer;
}

.wrapper_forma .txt_imput {
	width: 239px;
	height: 36px;
	background-color: #f1f1f1;
	border: 0;
	border-radius: 1px;
    padding-left: 24px;
    box-sizing: border-box;
}

.wrapper_forma .message {
    width: 493px;
    height: 130px;
    background-color: #f9f7f7;
    border-radius: 2px;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;    margin-top: 10px;
}

.wrapper_forma .submit-btn, .popup-form .submit-btn {
	width: 237px;
	height: 43px;
    line-height: 40px;
	background-color: #0eaf5d;
	border-radius: 4px;
	color: #f9f7f7;
	font-family: 'Ubuntu Bold';
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	border: 0;
	cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.23s;
    -moz-transition: 0.23s;
    -ms-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}

.wrapper_forma .submit-btn:hover, .popup-form .submit-btn:hover {
	background-color: #147a43;
}

.copyright {
	height: 68px;
	line-height: 68px;
	background: url(../images/copyright.jpg) no-repeat center;
}

.copyright .center {
	text-align: center;
}

.copyright .center a {
	color: #f1f1f1;
	font-family: 'Ubuntu-Light';
	font-size: 15px;
	font-weight: 300;
	text-decoration: underline;
	padding: 0 66px;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    padding: 0 45px;
}

.popup-overlay {
    background: rgba(0,0,0,0.5) repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.popup-form, .popup_ty {
    bottom: 0;
    display: none;
	width: 522px;
height: 320px;
	background-color: #d3d1d1;
	border-radius: 4px;
    left: 0;
    margin: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.popup-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	height: 262px;
	text-align: center;
}

.popup-form .txt_imput {
	width: 212px;
	height: 36px;
	background-color: #f1f1f1;
	border: 0;
	border-radius: 1px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 35px;
    margin-right: 8px;
}

.popup-form p {
	color: #252525;
	font-family: 'Ubuntu-Light';
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
    padding-left: 10px;
}

.checkbox {
	margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
}

.checkbox a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.popup-form .row:nth-child(2) .txt_imput {
	margin-right: 0;
}

.popup-excellent {
	width: 313px;
	height: 329px;
	background-color: #f1f1f1;
	border-radius: 4px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    padding: 20px 36px;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
}

.popup-excellent img {
	margin-bottom: 10px;
}

.popup-excellent p {
	color: #252525;
	font-family: 'Ubuntu';
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	padding-bottom: 25px;
}

.popup-excellent .call_bth {
	background-color: #e5960d;
}

.popup-excellent .call_bth:hover {
    background-color: #e5ad0d;
}

.call_off {
    width: 237px;
    height: 43px;
    margin-top: 60px;
    line-height: 43px;
	background-color: #e5960d;
    border-radius: 4px;
    color: #f9f7f7;
    font-family: 'Ubuntu Bold';
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: 0.23s;
    -moz-transition: 0.23s;
    -ms-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}

.call_off:hover {
    background-color: #e5ad0d;
}

#ajax-loader {
    background: url(../images/loading-animation.gif) no-repeat center;
}

.information {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    color: #30373f;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    width: 1192px;
    height: 149px;
    border: 3px solid #8ea599;
    border-radius: 2px;
    margin: 0 auto;
    padding: 0 0 0 90px;
    box-sizing: border-box;
    background: url(../images/icon_!.png) no-repeat left 20px center;
    background-color: white;
}



.message, .txt_imput::-webkit-input-placeholder {color: #252525; font-family: 'Ubuntu-Light'; font-size: 15px; font-weight: 300;}
.message, .txt_imput::-moz-placeholder          {color: #252525; font-family: 'Ubuntu-Light'; font-size: 15px; font-weight: 300;}/* Firefox 19+ */
.message, .txt_imput:-moz-placeholder           {color: #252525; font-family: 'Ubuntu-Light'; font-size: 15px; font-weight: 300;}/* Firefox 18- */
.message, .txt_imput:-ms-input-placeholder      {color: #252525; font-family: 'Ubuntu-Light'; font-size: 15px; font-weight: 300;}
