
/*
===========================================================

[PAGE CSS ]

    Version      :  1.0 

    Author       :  Cadeniuc Ion 

    My WebSite    :  www.cadeniuc.com

    Author Phone   :  068580073

    Author Email : icadeniuc16@gmail.com

===========================================================
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
button,input{border:none;}
button{cursor:pointer;}
a{text-decoration:none;color:#000;}
img{vertical-align:middle;border:0;}
*{margin:0;padding:0;}
a:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}
::-webkit-input-placeholder {color:#949595;}
::-moz-placeholder          {color:#949595;}
:-moz-placeholder           {color:#949595;}
:-ms-input-placeholder      {color:#949595;}
body{
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	line-height:1.5;
	margin:0;
	padding:0;
	overflow-x: hidden;
	background: #fff;
}
/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,.carousel_new .owl-dots .owl-dot span,
.dropdown li,.owl-theme .owl-nav [class*=owl-],
.dropdown div::after,
.scroll_top_go a{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.dropdown{
	position: relative;
	width: 257px;
    margin: auto;
    height: 46px;
	cursor: pointer;
	background: #ccc;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dropdown.open{
	z-index: 2;
}

.dropdown:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
	box-shadow: 0 0 5px rgba(51,102,248,.4);
}

/* CARAT */

.dropdown .carat{
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
    border: 5px solid transparent;
    border-top: 6px solid #000;
}

.dropdown.open .carat{
	margin-top: -10px;
    border-top: 5px solid transparent;
    border-bottom: 6px solid #000;
}

.dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.dropdown .selected,
.dropdown li{
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
}
.dropdown .selected {
	font-size: 12px;
	line-height: 1;
	color: #000000;
	font-weight: 400;
	padding: 14px 12px 14px 37px;
    line-height: 22px;
}
/*.dropdown li:first-child {
    margin-top: 20px;
}
.dropdown li:last-child {
	margin-bottom: 
}*/
.dropdown.disabled .selected{
	color: #999;
}


/* DROP DOWN WRAPPER */

.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 114%;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #ffffff;
	border: 1px solid #8e8e8e;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	
	box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
	list-style: none;
    padding: 1px 30px;
}

/* .focus class is also added on hover */

.dropdown li.focus{
	background-color: #e6e6e6;
	position: relative;
	z-index: 3;
}

header {
	height: 82px;
}
.phone_right p {
	font-size: 26px;
	color: #000000;
	font-weight: 300;
	letter-spacing: 2px;
    text-align: right;
    padding: 21px 0;
}
.phone_right p b {
	color: #443c3e;
	font-weight: 700;
}
.first_section {
	background: url(../img/first_section_bg.jpg) no-repeat center center;
	min-height: 829px;
	-webkit-background-size: cover;
	background-size: cover;
}
.logo  {
	padding: 8px 0;
}
.first_section h2 {
	color: #000000;
	font-size: 61px;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 94px;
    margin-bottom: 48px;
}
.first_section h2 strong {
	color: #77ae40;
}
.first_section h2 span {
	display: block;
	color: #555555;
	font-size: 27px;
	font-weight: 300;
    letter-spacing: 2.9px;
    padding-top: 8px;
    line-height: 42px;
}
.button_mobile_call_go {
	z-index: 111;
}
.first_section h2 span b {
	color: #77ae40;
	font-size: 27px;
	font-weight: 700;
}
.start_Gdsg p {
	color: #000000;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
    margin-top: 24px;
    letter-spacing: 1px;
}
.start_Gdsg p b {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}
.start_Gdsg img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.start_Gdsg {
	float: left;
	max-width: 200px;
	width: 100%;
    margin-bottom: 13px;
}
.start_Gdsg:nth-child(2) {
	margin-top: 17px;
}
.start_Gdsg:nth-child(4) {
	margin-top: -3px;
}
.rows_start_gifd {
	margin-left: -10px;
}
.rows_start_gifd .clearfix {
	clear: both;
}
.start_Gdsg.last_gd_G {
	margin-top: 1px;
	display: block;
}
.get_bonus_go span {
	display: block;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 17px 0;
}
.get_bonus_go {
	display: block;
	max-width: 184px;
	width: 100%;
	height: 85px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	background-color: #e55c7d;
	margin-left: 74px;
	margin-top: 50px;
}
.get_bonus_go:hover {
	background-color: #eb4b71;
}
.center_div_go {
	max-width: 320px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    margin-top: 80px;
    padding-top: 100px;
}
.center_div_go h2 {
	color: #77ae40;
	font-size: 159px;
	font-weight: 900;
	text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
}
.center_div_go h2:before {
	content: "";
	position: absolute;
	left: -112px;
	top: 0;
	background: url(../img/sageat_left_green.png) no-repeat center center;
	width: 130px;
	height: 77px;
}
.center_div_go h3 {
	color: #77ae40;
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    letter-spacing: 3px;
}
.center_div_go h4 {
	color: #77ae40;
	font-size: 53px;
	text-transform: uppercase;
	font-weight: 300;
    letter-spacing: 3px;
}
.center_div_go h4 b {
	font-weight: 900;
}
.center_div_go h5 {
	color: #88888a;
	font-size: 53px;
	font-weight: 900;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.center_div_go p {
	color: #000000;
	font-size: 93px;
	font-weight: 900;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.left_g_df p,
.right_g_df p {
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
    padding-top: 12px;
}
.left_g_df p a,
.right_g_df p span {
	color: #4b9ecc;
}
.left_g_df {
	position: absolute;
	left: -413px;
	top: 0;
    max-width: 270px;
}
.right_g_df {
	position: absolute;
	right: -424px;
	top: 0;
    max-width: 270px;
}
.srart_gds {
	margin-bottom: 47px;
}
.icon_one_2 {
	position: relative;
	left: -10px;
}
.icon_one_3 {
	position: relative;
	left: 12px;
}
.thirs_section_go {
	background: url(../img/thirs_section_go_bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 744px;
}
.thirs_section_go h2 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #679638;
	text-align: center;
    letter-spacing: 1.6px;
    margin-top: 91px;
}
.thirs_section_go h2 span {
	color: #000000;
}
.thirs_section_go h2 i {
	color: #679638;
	font-size: 29px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	top: -3px;
}
.thirs_section_go h3 {
	text-align: center;
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
	max-width: 530px;
    padding-top: 12px;
   clear: both;
   padding-left: 15px;
   padding-right: 15px;
}
.nr_left_go {
	float: left;
	margin-right: 20px;
	width: 53px;
	height: 54px;
	background-color: #679638;
	color: #ffffff;
	font-size: 25px;
	font-weight: 900;
	line-height: 54px;
	text-align: center;
}
.select_row_go select {
	max-width: 297px;
	width: 100%;
	height: 54px;
	border: 1px solid #8e8e8e;
	background-color: #fcfdfd;
	color: #949595;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/arrow_down.png) no-repeat center right 16px;
}
.select_row_go input {
	max-width: 297px;
	width: 100%;
	height: 54px;
	border: 1px solid #8e8e8e;
	background-color: #fcfdfd;
	color: #949595;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
} 
.select_row_go {
	margin-bottom: 20px;
    clear: both;
    display: table;
    width: 100%;
}
.form_center {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 58px;
}
.button_rasit_go button {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 226px;
	width: 100%;
	height: 67px;
	color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	background-color: #e55c7d;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 36px;
}
.button_rasit_go button i {
	font-weight: 400;
	margin-right: 2px;
}
.button_rasit_go button:hover {
	background-color: #eb4b71;
}
.cont_footer h3 {
	color: #585858;
	font-size: 15px;
	font-weight: 300;
	float: left;
    letter-spacing: .6px;
    padding: 3px 0;
    position: relative;
    left: -17px;
}
.cont_footer {
	text-align: right;
    padding: 29px 15px;
}
.cont_footer p {
	color: #585858;
	font-size: 15px;
	font-weight: 300;
    letter-spacing: .6px;
}
.cont_footer p b {
	font-weight: 700;
    letter-spacing: 1px;
}
.adress_center p {
	color: #585858;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	text-align: center;
    padding: 19px 0;
    letter-spacing: .6px;
}


.dropdown ul::-webkit-scrollbar-track
{
	background-color: #fff;
	margin-right: 10px;
}

.dropdown ul::-webkit-scrollbar
{
	width: 3px;
	background-color: #8e8e8e;
	margin-right: 10px;
}

.dropdown ul::-webkit-scrollbar-thumb
{
	background-color: #8e8e8e;
	margin-right: 10px;
}
.dropdown ul {
	overflow-y: auto;
	overflow-x: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown.open div {
    opacity: 1 !important;
    z-index: 2 !important;
    height: 216px !important;
    overflow: auto !important;
    display: block !important;
    margin-right: -1px;
    margin-left: -1px;
}
.dropdown {
	background: #fff;
    max-width: 297px;
    width: 100%;
    float: left;
    height: 54px;
    color: #949595;
    font-size: 20px;
    padding-left: 30px;
    border: 1px solid #8e8e8e;
    padding-right: 30px;
}
.dropdown .selected {
	padding-right: 0;
	padding-left: 0;
    color: #949595;
    font-size: 20px;
}
.dropdown li:first-child {
	display: none;
}
#jarallax-container-0 {
	background-position: center left -100px;!important;
}
.divThanks {
	display: none; 
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    width: 370px;
    height: 246px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    z-index: 11222222222222222;
    text-align: center;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.divThanks p {
    padding-top: 56px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.close {
    position: absolute;
    right: 11px;
    cursor: pointer;
    top: 11px;
    background: url(../img/close.png) no-repeat center center;
    width: 20px;
    height: 20px;
}
.background_rgba {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.45;
    z-index: 111111;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.second_section {
	background: #FCFDFE;
	padding-bottom: 100px;
}
.phone_right h4 {
	font-size: 19px;
	font-weight: 400;
	color: #818181;
	letter-spacing: .50px;
	float: right;
	padding: 30px 0;
	margin-right: 15px;
}
.phone_right h4 b {
	font-weight: 600;
	color: #000;
}
.phone_right p {
	float: right;
}
.button_rasit_go p {
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	color: #000;
	letter-spacing: 1px;
	max-width: 430px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.button_rasit_go p a {
	text-decoration: none;
	color: #2828f6;
	
}
.button_rasit_go p a:hover {
	text-decoration: underline;
}
.scroll_top_go {
	float: right;
	margin-top: -44px;
	margin-bottom: 2px;
}
.scroll_top_go a {
	display: block;
	width: 61px;
	height: 61px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
	background: #e2e3e3 url(../img/top_go.png) no-repeat center top 18px;
	border-radius: 50%;
}
.scroll_top_go a:hover {
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.32);
}
.jorel_image {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.phone_right p a:hover,
.cont_footer p a:hover {
	color: #000 !important;
}
.required_go {
	position: relative;
}
.required_go span {
	position: absolute;
	left: 103px;
	top: 13px;
	color: red;
}
.required_go input {
	padding-left: 43px;
}
.rewuired_select_Tdgf .dropdown {
	padding-left: 47px;
}
.rewuired_select_Tdgf .dropdown:before {
	content: "*";
	position: absolute;
	left: 32px;
	top: 11px;
	color: red;
}
.section_new h2 {
	font-size: 35px;
	color: #77ae40;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
    padding-top: 125px;
    padding-bottom: 113px;
    letter-spacing: 2.1px;
}
.section_new h2 span {
	color: #000;
}
.carousel_new .item img {
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.carousel_new .item {
	display: table;
	width: 100%;
	background-color: #f6faff;
	min-height: 226px;
	text-align: center;
	padding: 0 15px;
}
.align_dable_cell {
	display: table-cell;
	vertical-align: bottom;
}
.carousel_new .item p {
	color: #1f282d;
	font-size: 15px;
	font-weight: 300;
	line-height: 44px;
	font-weight: 300;
	letter-spacing: 0.9px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	margin-top: 50px;
	width: 177px;
	height: 44px;
	border-radius: 22px;
	background-color: #ffffff;
}
.carousel_new .item p b {
	font-weight: 700;
	letter-spacing: 0.9px;
}
.carousel_new .owl-dots .owl-dot span {
	position: relative;
	width: 6px;
	height: 6px;
	background-color: #f1f1f1;
	opacity: 1;
	border-radius: 0;
}
.carousel_new {
	position: relative;
}
.carousel_new .owl-dots .owl-dot.active span, .carousel_new .owl-dots .owl-dot:hover span {
	width: 8px;
	height: 8px;
	background-color: #77ae40;
}
.carousel_new  .owl-dots .owl-dot {
	width: 16px;
}
.carousel_new  .owl-dots {
	position: absolute;
    bottom: -42px;
	right: 0;
	left: 0;
}
.carousel_new  .owl-nav .owl-prev {
	float: left;
	margin-left: -97px !important;
	color: #cccccc;
	line-height: 35px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.35px;
}
.carousel_new  .owl-nav .owl-prev:hover,
.carousel_new  .owl-nav .owl-next:hover {
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	color: #77ae40;
}
.carousel_new  .owl-nav .owl-next {
	float: right;
	margin-right: -97px !important;
	color: #cccccc;
	line-height: 35px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.35px;
}
.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	width: 59px;
	height: 35px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.43);
	background-color: #ffffff;
	border-radius: 14px;
}
.carousel_new  .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section_new {
	background: url(../img/section_new_bg.jpg) no-repeat center center;
    min-height: 643px;
    padding-bottom: 56px;
}