@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700&display=swap');
#small-dialog, #support-form, #form-services, #form-catalog, #pop-job, #form-diller,#order-form{
	background: white;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 70px;
	text-align: left;
	max-width: 400px;
	min-height: 300px;
	margin: 40px auto;
	position: relative;
    z-index: 200;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#modalCities
{
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
}

#modalCities hr.tall {
    margin: 10px 0;
}
#compare-table .popover{
	min-width: 400px !important;
}
/* creating-website */
#creating-website section.section-tertiary h2, #audit-sales section.section-tertiary h2{
	font-family: Vollkorn,serif;
	font-size: 56px;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	line-height: 1.2;
}
#creating-website section.section-tertiary, #audit-sales section.section-tertiary{
	background-color: #fff !important;
	border-color: #fff !important;
}
#creating-website section.section-tertiary span, #audit-sales section.section-tertiary span{
	color: #e53a1c;
	font-weight: 700;
	margin-bottom: 13px;
	font-size: 20px;
	font-family: "RobotoCondensed-Light",Arial,sans-serif;
	letter-spacing: normal;
}

#creating-website h2, #audit-sales h2{
	font-family: Vollkorn,serif;
	font-size: 56px;
	font-weight: 700;
	text-transform: none;
	line-height: 1.2;
}
#creating-website h2 span, #audit-sales h2 span{
	color: #e53a1c;
	font-weight: 700;
	margin-bottom: 13px;
	font-size: 20px;
	font-family: "RobotoCondensed-Light",Arial,sans-serif;
	letter-spacing: normal;
}

#compare-table .fa-check{
	color: #6DC204;
}



#creating-website .btn, #audit-sales .btn{
	background-color: #e53a1c;
	padding: 20px 40px;
	color: #fff;
	line-height: 1;
	border: 0;
	border-radius: 10px;
	font-size: 18px;
	z-index: 9;
	position: relative;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	overflow: hidden;
	text-shadow: none !important;
}
#creating-website .btn:focus, #creating-website .btn:hover, #audit-sales .btn:focus, #audit-sales  .btn:hover{
	color: #fff !important;
	padding-left: 40px !important;
}
#creating-website .btn::before, #audit-sales .btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 0;
	width: 0;
	background-color: #141414;
	border-radius: 10px;
	z-index: -1;
}
#creating-website .btn:focus::before, #creating-website .btn:hover::before, #audit-sales .btn:focus::before, #audit-sales .btn:hover::before{
	height: 100% !important;
	width: 100% !important;
	opacity: 0 !important;
	-webkit-transition: .4s ease !important;
	transition: .4s ease !important;
}

#creating-website .btn-primary i, #audit-sales .btn-primary i{
	font-size: 22px;
	padding-right: 5px;

}
#creating-website .call-to-action .btn-primary{
	background-color: #fff !important;
	color: #ef3f22;
}
#audit-sales .call-to-action .btn-primary {
	background-color: #fff !important;
	color: #2e9ef0;
}
#audit-sales .call-to-action .btn:focus, #audit-sales .call-to-action .btn:hover{
	color: #2e9ef0 !important;
	padding-left: 40px !important;
}

#creating-website .call-to-action .btn:focus, #creating-website .call-to-action .btn:hover{
	color: #ef3f22 !important;
	padding-left: 40px !important;
}
#creating-website .call-to-action-content p, #audit-sales .call-to-action-content p{
color: #fff;
text-align: left;
}
#creating-website .call-to-action-content h2, #audit-sales .call-to-action-content h2{
text-align: left;
}
.table-hover > tbody > tr.no_bg:hover {
	background-color: #fff;
}
.total-summ-set {
    font-size: 35px;
    line-height: 1;
    color: #4E4E4E;
}
.nprice {
	display: none;
}
#compare-table .btn {
	margin-top: 15px;
}

@media (max-width: 479px) {
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 2px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.btn-modern {
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
}
.total-summ-set {
	font-size: 18px;
}
#compare-table .portfolio-item
	 {
	width: 22px;
}
#creating-website .btn, #audit-sales .btn{
	padding: 10px 10px;
}
#creating-website .btn, #audit-sales .btn{
	font-size: 12px;

}
#creating-website .btn:focus, #creating-website .btn:hover, #audit-sales .btn:focus, #audit-sales .btn:hover {
	padding-left: 10px !important;
}
#creating-website h2, #audit-sales h2{
	font-size: 34px !important;
}
#creating-website .call-to-action .btn:focus, #creating-website .call-to-action .btn:hover, #audit-sales .call-to-action .btn:focus, #audit-sales .call-to-action .btn:hover{
	padding-left: 10px !important;
}
}

.doc_footer .list.list-icons.list-icons-sm li {
	padding-left: 25px;
	margin-bottom: 5px;
}
.doc_footer .list.list-icons.list-icons-sm li .fal, .doc_footer .list.list-icons.list-icons-sm li .icons {
	font-size: 1em!important;
	top: 5px!important;
	position: absolute;
	left: 0;
}
article.post .post-meta {
	font-size: 0.9em;
	margin-bottom: 7px;
}
article.post .post-meta > span {
	display: inline-block;
	padding-right: 8px;
}
.sort-source {
	clear: both;
	display: none;
}

/*creating-eshop*/
.about-feature-area {
	padding: 100px 0;
}
.about-features-wrap::after {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100px;
	width: 5px;
	content: "";
	background: #ffd8dd;
}
.about-features-wrap::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	width: 100px;
	content: "";
	background: #ffd8dd;
}
.about-features-wrap {
	border-left: 5px solid #ffd8dd;
	border-bottom: 5px solid #ffd8dd;
	padding: 40px;
	position: relative;
}
.about-feature-left h2 {
	font-family: Vollkorn,serif;
	font-size: 40px;
	color: #121127;
	line-height: 80px;
	margin-top: -10px;
	margin-bottom: 0;
	font-weight: 700;
}
.radius-ball {
	position: absolute;
	left: -159px;
	top: 0;
	width: 235px;
	height: 235px;
	background: #fe3e57;
	opacity: .05;
	border-radius: 50%;
	z-index: -1;
}

.wpo-service-area-3 {
	background: #f9f9f9;
	padding-bottom: 40px;
}
.section-title, .section-title-2 {
	margin-bottom: 70px;
	position: relative;
}
.section-title h2, .section-title-2 h2 {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	position: relative;
	color: #fff;
	font-family: Vollkorn,serif;
}
.wpo-service-wrap {
	margin-bottom: 60px;
}
.wpo-service-icon, .wpo-service-icon-2, .wpo-service-icon-3, .wpo-service-icon-4 {
	float: left;
	background: url(img/num/shape.png) center center/cover no-repeat local;
	width: 200px;
	height: 184px;
	text-align: center;
	line-height: 184px;
	margin-right: 30px;
}
.wpo-service-icon-2 {
	background: url(img/num/shape-2.png) center center/cover no-repeat local;
	width: 207px;
	height: 185px;
}
.wpo-service-icon-3 {
	background: url(img/num/shape-3.png) center center/cover no-repeat local;
	width: 207px;
	height: 185px;
}
.wpo-service-icon-4 {
	background: url(img/num/shape-4.png) center center/cover no-repeat local;
	width: 207px;
	height: 185px;
}
.wpo-service-icon .far::before, .wpo-service-icon-2 .far::before, .wpo-service-icon-3 .far::before, .wpo-service-icon-4 .far::before {
	color: #181764;
	font-size: 60px;
	margin-left: 20px;
}
.wpo-service-icon, .wpo-service-icon-2, .wpo-service-icon-3, .wpo-service-icon-4 {
	text-align: center;
	line-height: 212px;
}

.wpo-service-text {
	overflow: hidden;
	margin-left: 30px;
}
.wpo-service-text h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
	line-height: 55px;
	margin-top: 0;
	text-align: left;
}
.wpo-service-area-3 .wpo-service-text h2, .wpo-service-area-4 .wpo-service-text h2 {
	color: #131058;
}
.wpo-service-area-3 .wpo-service-text p, .wpo-service-area-4 .wpo-service-text p {
	color: #666;
}
.section-title h2, .section-title-2 h2 {
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	position: relative;
	color: #fff;
}
.section-title-2 h2 {
	color: #121127;
}
.section-title, .section-title-2 {
	margin-bottom: 70px;
	position: relative;
}
.section-padding {
	padding: 110px 0;
}
.contact-form-56 .b24-form-padding-side {
	padding-left: 0!important;
	padding-right: 0!important;
}