@font-face {
	font-family: 'Coco Gothic';
	font-style: normal;
	font-weight: 400;
	src: local('Coco Gothic'), local('Coco Gothic'),
	url(../fonts/CocoGothic_Regular-trial.ttf) format('truetype');
}

@font-face {
	font-family: 'Bitstream Vera Sans Mono';
	font-style: normal;
	font-weight: 400;
	src: local('Bitstream Vera Sans Mono'), local('BitstreamVeraSansMono-Roman'),
	url(../fonts/bitstream-vera-sans-mono_1502adc7d4a1d1332239bf001cb1058d.woff) format('woff'),
	url(../fonts/bitstream-vera-sans-mono.ttf) format('truetype');
}

.step-1.left-count .count .count-2::before, .step-1.left-count .count .count-3::before{
	bottom: 54px !important;
	left: 20px !important;
}

body { 
	padding-top: 4rem;
	
} 
html { 
	background-color: #fff; 
}


.step-1 .heading {
	font-size: 27px;
	margin-bottom: 4rem;
	margin-top: 0;
}

.step-1 .subheading {
	font-size: 19px;
	text-align: center;
	color: #323d4e;
	margin-bottom: 30px;
}

.step-1 .badge {
	width: 38px;
	height: 38px;
	color: #fff;
	background: #f0c31d;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	font-size: 15px;
	line-height: 38px;
	margin-right: 1rem;
	font-weight: bold;
}

.step-1 .form-ga {
	padding: 20px 60px
}

.step-1 .form-ga textarea {
	height: 12rem;
	color: #574d4d !important;
	font-size: 11.8px;
	padding: 5px 10px;
	border-color: #cfcfcf;
	font-family: 'Bitstream Vera Sans Mono', arial;
}

.step-1 .btn-wrapper {
	text-align: right;
	margin-top: 24px;
	text-align: right;
	margin-bottom: 10px;
}


.step-1.left-count {
	position: absolute;
	top: 4rem;
	left: 9%;
	width: 150px;
	text-align: center;
}

.step-1.left-count .count {
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #9d9d9d;
	margin-bottom: 10rem;
	position: relative;
}

.step-1.left-count .count .count-1,
.step-1.left-count .count .count-2,
.step-1.left-count .count .count-3 {
	position: relative;
	border: 3px solid #c5c5c5;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 22px;
	font-weight: bold;
	color: #c5c5c5;
	margin: auto;
	margin-bottom: -6px;
}


.step-1.left-count .count .count-2::before,
.step-1.left-count .count .count-3::before {
	content: "";
	width: 3px;
	height: 85px;
	display: block;
	position: absolute;
	background: #c5c5c5;
	bottom: 60px;
	left: 25px;
}

.step-1 .footer {
	margin-top: 3rem;
	color: #323d4e;
}

.step-1.left-count .count .active {
	color: #f0c31d;
	border-color: #f0c31d;
}

.step-1 .box p {
	font-size: 17px;
}

.step-1 .box2 p a {
	text-decoration: underline;
	font-weight: bold;
}

.step-1 .box2 img,
.step-2 .form-ga img  {
	border: 2px solid #ddd;
	margin: 2px 12px;
	max-width: 95%;
}

.step-1 .box3 p {
	max-width: 88%;
}

.step-2 .subheading {
	text-align: left;
}

.step-2 .subheading .badge {
	float: left;
	text-align: center;
	margin-top: -6px;
}

.step-2 .subheading a {
	text-decoration: underline;
	font-weight: bold;
}

.step-2 .form-ga p {
	text-align: center;
	font-family: 'Coco Gothic', arial;
	line-height: 1.4;
}

.step-2 p .make {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #6d6d6d;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 31px;
	font-size: 22px;
	font-weight: 800;
	margin-right: 1rem;
}

.step-2 .form-ga .btn-wrapper .btn-link {
	color: #454545;
	font-size: 20px;
	text-decoration: underline;
	margin-right: 2rem;
}

.step-3 .form-ga p a {
	text-decoration: underline;
	font-weight: bold;
}


.step-3 .btn-wrapper-3 {
	text-align: center;
	margin-top: -4px;
}

.step-3 .btn-wrapper-3 img   {
	border: 2px solid #ddd;
	margin: 2px 12px;
	max-width: 284px;
}

.has-feedback {
	position: relative;
}

.form-group {
	margin-bottom: 15px;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}


.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 300px;
	margin-bottom: 0;
}

.form-control-feedback {
	position: absolute;
	top: 4px;
	right: -32px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.form-ga .form-control.token {
	border-radius: 2px;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.has-feedback .form-control {
	padding-right: 0px;
}

.has-feedback .success {
	background-image: url(../img/8a94d752718dfaccd487e53b1e2077c9.gif);
	display: block;
	opacity: 100;
	background-repeat: no-repeat;
}

.has-feedback .error {
	width: 114px;
	line-height: 1.2;
	text-align: left;
	right: -110px;
}

.has-feedback .error::after {
	content: "The field must contain a valid token";
	display: block;
	color: #f85e60;
	font-size: 12px;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px !important;
	padding: 4px 12px !important;
	padding-right: 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-ga .form-group {
	width: 320px;
	margin: auto;
}


/* базовый контейнер вкладок */
.tabs_block {
	width: 100%;
	max-width: 600px;
	min-width: 300px;
	margin: 0 auto;
}
.tabs_block:after {
	content:"";
	display:block;
	clear:both;
}
/* панель навигации вкладок */
.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	float:none;
	width: 100%;
	border-bottom: 0;
}
/* список вкладок */
.tabs li {
	text-align:center;
	float:none;
	margin-right:1px;
	cursor:pointer;
	display: table-cell;
	width: 1%;
	font-size: 14px;
	border-bottom: 1px solid #dbdbdb;
}

.tabs li a {
	padding: 7px 0px;
	background:#e4e4e4;
	color:#2980b9;
	display: block;
	margin-right: 2px;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}

.tabs li.active {
	border-bottom: transparent;
}

/* активная вкладка */
.tabs li.active a {
	background:#fdfdfd;
	color:#323d4e;
	border: 1px solid #dbdbdb;
	border-bottom: transparent;
	position: relative;
	bottom: -1px;
	font-weight: bold;
}


/* блоки вкладок с содержанием */
.box {
	width: 100%;
	padding: 5px 0px 0px 0px;
	display:none;
	text-align: left;
	float: left;
}
/* параграф внутри вкладок */
.box p {
	margin-bottom: 15px;
}
/* активный блок при загрузке */
.visible, .open_tab {
	display: block;
}
/* картинки внутри вкладок */
.box img {
	max-width: 100%;
	height: auto;
}
/* картинки слева */
.pl-left {
	float:left;
	margin:5px 15px 5px 0;
}
/* картинки справа */
.pl-right {
	float:right;
	margin:5px 0 5px 15px;
}
.box ul, .box ol {
	padding: 0px 0px 0 16px;
	font-family: 'Coco Gothic', arial;
	font-size: 17px;
	line-height: 1.4;
}
.box p {
	font-family: 'Coco Gothic', arial;
	font-size: 17px;
	line-height: 1.4;
}

.btn {
	padding: 4px;
	width: 180px;
}

.form-wrapper .progress-bar {
	position: relative;
	margin-bottom: 2.5rem;
	border-radius: 0;
	height: 14px;
}

.form-wrapper .progress-bar .bar {
	background: #f0c31d;
	height: 100%;
}

.form-ga .prgrf {
	width: 90%;
	margin: auto;
}

.btn-wrapper.authorize {
	text-align: center !important;
	margin-top: 35px;
}

.btn-wrapper.authorize .btn {
	width: 300px;
}

.thank-you-container .alert{
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 50%;
    margin: 0 auto;
}

.thank-you-container .alert-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.thank-you-container .alert.alert-success h1{
	font-size: 24px;
}

.thank-you-container .thank-you-content .subtitle {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 20px;
}

.thank-you-container .thank-you-content .row p{
	font-size: 16px;
	text-align: left;
}
.step-1 ol {
	font-family: Arial, Helvetica, sans-serif;
}

.accordionWrapper {
	margin: 20px 0 10px;
}

.accordionItem {
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
	border-bottom:1px solid #d8d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size:14px;
	font-family: 'Coco Gothic', arial;
	position: relative;
}
.accordionItem:first-child {
	border-top:1px solid #d8d3d3;
}
.accordionItem ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-left: 30px;
	margin:0;
	padding-top: 10px;
    padding-bottom: 10px;
}
.accordionItem ul li{
	color:#5d5d5d;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}
.form-ga small {
	font-family: 'Coco Gothic', arial;
	font-size:14px;
	color: #f85e60;
}
.caret {
    border: solid #f85e60;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 18px;
	cursor: pointer;
	transition: 110ms ease;

}
.open .caret {
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.accordionItemContent {
    float:left;
	display:block;
	overflow: hidden;
	padding: 0;
    width: 100%;
	margin: 0;
	box-sizing: border-box;
	transition: max-height 350ms ease;
}

.close .accordionItemContent {
	max-height: 0;
	/* -o-transition: max-height 1s;
	-ms-transition: max-height 1s; */

}
.open .accordionItemContent {
	max-height: 300px;
	/* -webkit-transition: max-height 1s;
	-o-transition: max-height 1s;
	-ms-transition: max-height 1s; */
}

.open .accordionItemHeading{
    margin:0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}	

@media (min-width:992px) and (max-width:1200px) {
	.step-1.left-count {
		left: 25px;
	}
}


@media (min-width:577px) and (max-width:768px) {
	.subheading {
		font-size: 16px !important;
		padding: 0;
	}
	.step-1 .form-ga {
		padding: 15px 15px;
	}
	.tabs li {
		font-size: 13px;
	}
	.has-feedback .success {
		
	}
	.has-feedback .error {
		width: 100%;
		top: 45px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.box p {
		font-size: 14px !important;
	}
	.box ul, .box ol {
		font-size: 14px !important;
	}
}

@media (min-width:481px) and (max-width:576px) {
	.step-1 .heading {
		font-size: 25px !important;
	}
	.subheading {
		font-size: 16px !important;
		padding: 0;
	}
	.step-1 .form-ga {
		padding: 15px 15px;
	}
	.has-feedback .success {
		
	}
	.has-feedback .error {
		width: 100%;
		top: 45px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.form-ga .prgrf {
		width: 100%;
	}
	.tabs li.active a {
		font-weight: normal;
	}
	.box p {
		font-size: 14px !important;
	}
	.box ul, .box ol {
		font-size: 14px !important;
	}
	.tabs li {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.step-1 .heading {
		font-size: 23px;
	}
	.subheading {
		font-size: 16px !important;
		padding: 0;
	}
	.tabs, .tabs li {
		font-size: 12px;
	}
	.form-container {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.form-wrapper {
		margin: 0 10px !important;
	}

	.step-1 .form-ga {
		padding: 10px 15px;
		width: 100%;
	}
	.has-feedback .success {
		
	}
	.has-feedback .error {
		width: 100%;
		top: 45px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.form-ga .prgrf {
		width: 100%;
	}
	.box p {
		font-size: 14px !important;
	}
	.box ul, .box ol {
		font-size: 14px !important;
	}
}


@media (max-width: 400px) {
	.step-1 .heading {
		font-size: 21px;
	}
	.subheading {
		font-size: 15px !important;
		padding: 0;
	}
	.tabs, .tabs li {
		font-size: 11px;
	}
	.form-container {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
	}
	.form-wrapper {
		margin: 0 10px !important;
	}
	.step-1 .form-ga {
		padding: 10px !important;
		width: 100%;
	}
	.form-ga .box ul li, .form-ga .box ol li {
		font-size: 14px;
	}
	.btn {
		padding: 4px;
		width: 150px;
	}
	.footer {
		font-size: 15px;
	}
	.form-ga p {
		font-size: 14px;
	}
	.has-feedback .success {
		
	}
	.has-feedback .error {
		width: 100%;
		top: 45px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.form-ga .prgrf {
		width: 100%;
	}
	.btn-wrapper.authorize .btn {
		width: 280px;
	}
}

.step-2 .form-ga p.ifZoho{
	margin-top: 0;font-size: 14px;
}

@media (max-width: 360px) {
	.tabs, .tabs li {
		letter-spacing: -1px;
	}
}

@media (max-width: 330px) {
	.form-wrapper {
		margin: 0 !important;
	}
	.form-ga .prgrf {
		width: 100%;
	}
	.btn-wrapper.authorize .btn {
		width: 255px;
	}
	.tabs, .tabs li {
		letter-spacing: -1px;
	}
}

/*Изменение цвета и добавление галочки*/

.step-1.left-count .count .completed {
	border: 3px solid #AFE5BE;
	position: relative;
}

.step-1.left-count .count .completed::after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../img/checkmark-min.png);
	background-size: cover;
	top: -2px;
	right: -2px;
}

.pipedrive .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0;
}

.pipedrive label {
    display: inline-block;
}
.pipedrive .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.pipedrive .form-check-input:indeterminate[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23535353' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3e%3c/svg%3e");
}

.pipedrive .form-check-input:checked {
    border: 1px solid #535353;

}

/* .pipedrive .form-check-input[type=checkbox] {
   

} */

.pipedrive .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
	
}
.pipedrive .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
	background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #7c8b9b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
	padding:0;

}

.pipedrive-form-fields-wrapper {
	border-top:1px solid #d4d4d4;
	padding-top:10px;
}

.pipedrive .form-ga p{
	text-align: left;
	line-height: 1.6;
}
.pipedrive-form-fields-wrapper .field-section {
	font-family: 'Coco Gothic', arial;

}

.pipedrive-form-fields-wrapper .field-group {
	column-count: 3;
	padding-left: 10px;
}

.pipedrive-form-fields-wrapper label {
	margin-bottom: 0;
}

.errorMsg {
    color: red;
    margin-top: 5px;
    font-size: 15px;
}

.pipedrive-form-fields-wrapper .field-group label {
	font-size: 14px !important;
	font-weight: 400;
	color:#535353;
}

.field-group-heading h3{
	margin-top:10px;
	margin-bottom:10px;
}

.field-group-heading label{
	font-weight: 700;
}

.field-count-wrapper {
	text-align: right;
	margin:15px 0 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.field-count-wrapper span {
	font-weight: 700;
}

.helper-text {
	display:flex;
	font-size:15px;
	margin-top:20px;
}

.helper-text p {
	margin-top:5px;
}

.helper-text a {
	text-decoration: underline;
}

.pipedrive.step-2 p .make {
    width: 24px;
    height: 24px;
	line-height: 24px;
	font-size:16px;
	background: #496b9c;
}
