
/* Greencard nikolaev addon */


.mt-5 {margin-top:5em;}
.mb-5 {margin-bottom:5em;}
.row {display:flex;}
.w-1-3 {width:33%;}
.w-2-3 {width:66%;}

p + h2 {margin-top:15px;}
p + p {margin-top:10px;}


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

header .logo a {color:#fff;text-decoration:none;font-size:16px;font-weight:bold;}
header .logo a span {color:green;}
header .logo p {color:#fff;font-size:14px;}



/* FORM */
.form_wrapper {max-width:600px; margin:auto;background:rgb(226, 226, 228, 0.6);;padding:20px;text-align:center;}
.form_wrapper h2 {font-size:18px !important;}
.form-row {margin-bottom:15px;}
.form-row label {font-size:12px;}
.form-row select {}
.form-row select {
	border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    padding: 0 25px;
    font-size: 14px;
    height: 49px;
    margin: 0;
    width: 214px;
    background-color: #fff;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
	
}

.custom-dropdown:before {
    width: 45px;
    right: 0;
    border-radius: 0 1px 1px 0;
    top: 1px;
    bottom: 11px;
    background: #fdfdfd;
    margin-right: 1px;
	position: absolute;
}

.custom-dropdown:after {
    content: "\25BC";
    height: 1em;
    font-size: 9px;
    line-height: 1;
    right: 1px;
    top: 5px;
    margin-top: 1px;
    color: rgba( 0, 0, 0, 0.9 );
    background: #fdfdfd;
    width: 45px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    border-left: 1px solid rgba( 0, 0, 0, 0.1 );
	position: absolute;
}

.price_count {font-size:22px;padding:10px 10px 20px 10px;font-weight:bold;}
#calc_result {transition:0.3s ease-in	;}
#car-status {font-size:10px;}


/* UTP*/
section.utp-about-1 {padding:30px 0;}
section.utp-about-1 .row {display:flex;justify-content:center;}
section.utp-about-1 .row .utp-item {margin-left:30px;margin-right:30px;text-align:center;}

section.share-w-friends {padding:30px 0;}
section.share-w-friends b {color:#7DBA2F;font-size:140%;}

/* TABS */
.content-tab-single p, .content-tab-single h2 {z-index:2;}