/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.pc-form {
    margin: 100px -20px 0;
}

.pc-form * {
	color: #FFF;
	outline: none;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pc-form img {
    display: block;
    width: 100%;
}

.pc-btn {
    background-color: #3898EC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: none;
    padding: 13px 23px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.pc-form .owl-carousel {
    padding-right: 20px;
}
.pc-form .owl-carousel .owl-dots {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
	.pc-form .pc-salon.owl-carousel .owl-dots {
	    bottom: 60px;
	}
.pc-form .owl-carousel .owl-dots .owl-dot {
    display: block;
    margin: 10px 5px;
}
.pc-form .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background-color: #838385;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.pc-form .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.pc-clearfix:after, 
.pc-clearfix:before {
    content: '';
    display: block;
    clear: both;
}

.pc-title {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

.pc-desc {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.pc-title {
		font-size: 48px;
		line-height: 60px;
	}
	.pc-desc {
		font-size: 18px;
		line-height: 23px;
	}
}

.pc-label,
.pc-input {
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	display: block;
    width: 100%;
}
	.pc-label {
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	.pc-input {
		font-weight: normal;
	}

.pc-input {
    padding: 10px 15px;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
}
	.pc-input::-webkit-input-placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.pc-input:-moz-placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.pc-input::-moz-placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.pc-input:-ms-input-placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.pc-input::-ms-input-placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
	.pc-input::placeholder {
		color: #666;
		font-size: 14px;
		line-height: 18px;
	}
@media (min-width: 768px) {
	.pc-input::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 23px;
	}
	.pc-input:-moz-placeholder {
		font-size: 18px;
		line-height: 23px;
	}
	.pc-input::-moz-placeholder {
		font-size: 18px;
		line-height: 23px;
	}
	.pc-input:-ms-input-placeholder {
		font-size: 18px;
		line-height: 23px;
	}
	.pc-input::-ms-input-placeholder {
		font-size: 18px;
		line-height: 23px;
	}
	.pc-label,
	.pc-input,
	.pc-input::placeholder {
		font-size: 18px;
		line-height: 23px;
	}	
}

.pc-input-radio input[type="radio"],
.pc-input-checkbox input[type="checkbox"] {
	display: none;
}
.pc-input-radio-body,
.pc-input-checkbox-body {
	cursor: pointer;
}
.pc-input-radio-body {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 3px solid transparent;
}
	.pc-input-radio input[type="radio"]:checked ~ .pc-input-radio-body {
		border-color: #3898EC;
	}
.pc-input-checkbox-body {
	position: relative;
    padding-left: 35px;
}
	.pc-input-checkbox-body:before {
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		border: 2px solid #FFFFFF;
		top: 0;
    	left: 0;
	}
	.pc-input-checkbox-body:after {
		content: '';
		position: absolute;
		display: none;
		background: url(../images/checked_checkbox.svg) no-repeat;
		width: 20px;
	    height: 20px;
	    top: 5px;
	    left: 4px;
	}
	.pc-input-checkbox input[type="checkbox"]:checked ~ .pc-input-checkbox-body:after {
		display: block;
	}


/*--- .pc-head ---*/
.pc-head {
	margin: 0 0 75px 0;
}
.pc-head > .pc-title,
.pc-head > .pc-desc {
	padding: 0 20px;
}
.pc-head > .pc-desc {
	display: none;
}
.pc-head > .pc-title {
	margin-bottom: 20px; 
}
@media (min-width: 768px) {
	.pc-head > .pc-desc {
		display: block;
	}
}


/*--- .pc-step ---*/
.pc-step {
	padding: 0 20px;
	margin: 0 0 55px 0;
}
	.pc-step:last-child {
		margin-bottom: 0;
	}
.pc-step.pc-four,
.pc-step.pc-five,
.pc-step.pc-six {
	padding: 0;
}
.pc-step > .pc-title {
	margin-bottom: 25px; 
}
.pc-step.pc-four .pc-title,
.pc-step.pc-five .pc-title,
.pc-step.pc-six .pc-title {
	padding: 0 20px;
}
@media (min-width: 768px) {
	.pc-step {
		margin: 0 0 65px 0;
	}
	.pc-step.pc-three {
		padding: 0;
	}
	.pc-step > .pc-title {
		margin-bottom: 40px; 
	}
	.pc-step.pc-three .pc-title,
	.pc-step.pc-three .pc-desc {
		padding: 0 20px;
	}
}


/*--- .pc-coloring ---*/
.pc-coloring .pc-input-radio-body {
	background-color: #3E3E40;
}
	.pc-coloring .pc-input-radio input[type="radio"]:checked ~ .pc-input-radio-body {
		background-color: transparent;
	}


/*--- .pc-interior ---*/
.pc-interior .pc-input-radio-body {
	opacity: .5;
}
	.pc-interior .pc-input-radio input[type="radio"]:checked ~ .pc-input-radio-body {
		opacity: 1;
	}
.pc-interior .pc-slider-item .pc-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 22px;
    font-weight: bold;
}


/*--- .pc-salon ---*/
.pc-salon.owl-carousel.pc-clearfix:after, 
.pc-salon.owl-carousel.pc-clearfix:before {
    content: none;
}
.pc-salon .pc-slider-item {
    width: 50%;
    float: left;
    margin-bottom: 35px;
}
	.pc-salon.owl-carousel .pc-slider-item {
	    width: auto;
	    float: none;
    	margin-bottom: 0;
	}
.pc-salon .pc-input-radio-body {
	opacity: 0.3;
}
	.pc-salon .pc-input-radio input[type="radio"]:checked ~ .pc-input-radio-body {
		opacity: 1;
	}
.pc-salon .pc-slider-item .pc-input-radio-body {
	padding: 20px;
	margin: 0 0 20px 0;
}
.pc-salon img {
    max-height: 260px;
}
@media (min-width: 768px) {
	.pc-salon .pc-slider-item .pc-input-radio-body {
		margin: 0 20px 20px 20px;
	}
}


/*--- .pc-avionics ---*/
.pc-avionics .pc-package {
    margin: 0 0 25px 0;
}
.pc-avionics .pc-input-radio-body {
	opacity: 0.3;
}
	.pc-avionics .pc-input-radio input[type="radio"]:checked ~ .pc-input-radio-body {
		opacity: 1;
	}
.pc-avionics .pc-package .pc-item {
	width: 100%;
	float: left;
}
	.pc-avionics .pc-package .pc-item .pc-input-radio-body {
	    padding: 15px;
	    margin: 0 20px 20px 20px;
	}
		.pc-avionics .pc-package .pc-item .pc-input-radio-body .pc-desc span {
		    display: block;
		    text-decoration: underline;
		    margin-bottom: 15px;
		}
.pc-avionics .pc-options .pc-item {
    width: 100%;
    float: left;
}
	.pc-avionics .pc-options .pc-item .pc-input-checkbox-body {
		/*min-height: 36px;*/
	    margin: 0 20px 10px 20px;
	}
@media (min-width: 1200px) {
	.pc-avionics .pc-package .pc-item {
		width: 25%;
	}
}
@media (min-width: 992px) {
	.pc-avionics .pc-options .pc-item {
	    width: 33.333%;
	}
}
@media (min-width: 768px) {
	.pc-avionics .pc-options .pc-item .pc-input-checkbox-body {
		/*min-height: 70px;*/
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.pc-avionics .pc-package .pc-item {
		width: 33.333%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.pc-avionics .pc-options .pc-item {
	    width: 50%;
	}
}


/*--- .pc-avionics-add-options ---*/
.pc-avionics-add-options .pc-item {
    width: 100%;
    float: left;
}
	.pc-avionics-add-options .pc-item .pc-input-checkbox-body {
		/*min-height: 36px;*/
	    margin: 0 20px 10px 20px;
	}
@media (min-width: 992px) {
	.pc-avionics-add-options .pc-item {
	    width: 33.333%;
	}
}
@media (min-width: 768px) {
	.pc-avionics-add-options .pc-item .pc-input-checkbox-body {
		/*min-height: 70px;*/
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.pc-avionics-add-options .pc-item {
	    width: 50%;
	}
}


/*--- .pc-add-options ---*/
.pc-add-options .pc-item {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
	.pc-add-options .pc-item .pc-img,
	.pc-add-options .pc-item .pc-input-checkbox-body {
	    margin: 0 20px 20px 20px;
	}
@media (min-width: 768px) {
	.pc-add-options .pc-item {
	    width: 33.333%;
	    float: left;
	}
}


/*--- .pc-footer ---*/
.pc-footer {
    margin: 20px 20px 50px 20px;
}
@media (min-width: 768px) {
	.pc-footer {
	    margin: 35px 20px 110px 20px;
	}	
}


/*--- modal ---*/
.pc-overlay {
    z-index: 999995;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black no-repeat scroll center center;
    -webkit-transition: opacity .25s ease-in-out 0s;
    -o-transition: opacity .25s ease-in-out 0s;
    -moz-transition: opacity .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s;
    opacity: 0;
}
	.pc-overlay.pc-show {
		opacity: 0.5;
	}
.pc-modal {
    z-index: 999996;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2B2B2C;
    width: 95%;
    max-width: 800px;
    padding: 20px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
}
	.pc-modal.pc-show {
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	    opacity: 1;
	}
.pc-modal .pc-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px 0;
}
.pc-modal .pc-desc {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 25px 0;
}
	.pc-modal.pc-thanks .pc-title,
	.pc-modal.pc-thanks .pc-desc {
	    text-align: center;
	}.pc-modal.pc-thanks .pc-desc {
	    font-size: 18px;
	    line-height: 23px;
	    margin: 0;
	}
.pc-modal .pc-form-group {
    margin: 0 0 15px 0;
}
@media (min-width: 768px) {
	.pc-modal {
	    top: 50px;
    	padding: 50px;
    	width: 100%;
	}
	.pc-modal .pc-title {
	    font-size: 32px;
	    line-height: 36px;
	    margin: 0 0 35px 0;
	}
	.pc-modal .pc-form-group {
	    margin: 0 0 25px 0;
	}
}