.footer{
	background-color: #333b44;
	color: #fff;
}

.footer a{
	color: #fff;
}
.footer p {margin-bottom:0;}

.footer-text-block{
	margin-bottom: 16px;
}

.footer-text-block p{
	font-size: 14px;
	font-weight: 400;
	line-height: calc(22 / 14);
}

.footer-text-block a{
	font-size: 20px;
	font-weight: 500;
	line-height: calc(24 / 20);
}

.footer-col:nth-child(2) .footer-text-block a{
	color: #A2A2A2;
	transition: .5s;
	font-size: 14px;
	font-weight: 400;
	line-height: calc(22 / 14);
}

.footer-col:nth-child(2) .footer-text-block a:hover{
	color: #fff;
}

.footer-soc{
	display: flex;
}

.footer-soc a img{
	width: 100%;
}

.footer-soc a{
	display: block;
	width: 40px;
	margin-right: 8px;
}

.footer-top{margin: 0 -15px;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer-col {padding: 0 15px;}
.footer-col:nth-child(3) {
	max-width: 400px;
}

.footer-col:nth-child(2) {
	max-width: 400px;
}

.footer-col:nth-child(1) {
	max-width: 500px;
}

.footer-bottom{
	padding: 30px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .footer-text-block{
	margin-bottom: 0;
}

@media (max-width: 1320px) {
	.footer-col:nth-child(1), .footer-col:nth-child(2), .footer-col:nth-child(3) {
		width: 31%;
	}
}

@media (max-width: 1000px) {
	.footer-col:nth-child(1), .footer-col:nth-child(2), .footer-col:nth-child(3) {
		width: 49%;
		margin-bottom: 20px;
	}
	.footer-top{
		flex-wrap: wrap;
		padding-bottom: 15px;
		padding-top: 45px;
	}
}

@media (max-width: 768px) {
	.footer-col:nth-child(1), .footer-col:nth-child(2), .footer-col:nth-child(3){
		width: 100%;
	}
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.offcanvas-overlay {
    background: transparent;
    backdrop-filter: none;
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(100, 100, 100, 0.4);
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}


.wpcf7-form-control {
    border: 1px solid #d5d7dc;
    color: #2f3a4f;
    outline: 0;
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    background: #fff;
    margin: 0 auto 15px;
    width: 100%;
}

input.wpcf7-form-control {
    width: 100%;
    height: 70px;}
    
    
    .form .textarea, form textarea {
    position: relative;
    height: 100%;
}

.form .forms__upload, form .forms__upload {
    color: #787f8b;
    min-height: 48px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 10px 15px;
    position: relative;
}

.form .textarea .forms__upload, form .textarea .forms__upload {
    position: absolute;
    bottom: 20px;
    left: 10px;
	right: 10px;
    margin: 0;
    padding: 0;
}

.form .forms__upload .icon, form .forms__upload .icon {
    background-color: #f5f5f6;
    background-size: cover;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
}

.form .forms__upload .icon .svg-icon, form .forms__upload .icon .svg-icon {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #787f8b;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}

.form .forms__upload .forms__uploadinput, form .forms__upload .forms__uploadinput {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
}

.file-124 input {
    display: none;
}

.wpcf7-submit {
    
    background: #da4544;
    color: #fff!important;
    height: 56px;
    padding: 5px 40px;
    text-decoration: none!important;
    font-size: 1rem;
    border-radius: 0;
    text-decoration: none!important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c53d3d), color-stop(50%, #da4645));
    background-image: linear-gradient(to right, #c53d3d 50%, #da4645 50%);
    background-position: top right;
    background-size: 200% 100%;
    -webkit-transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-position 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form .required {position:relative;}
.form .required:before, form .required:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    display: block;
    width: 8px;
    height: 8px;
    background: #da4645;
    border-radius: 50%;
    z-index: 1;
}
.form .forms__upload .forms__delete, form .forms__upload .forms__delete {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    margin: 0;
    color: #d5d7dc;z-index:2;
}
.wpcf7-validates-as-required:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    display: block;
    width: 8px;
    height: 8px;
    background: #ed6747;
    border-radius: 50%;
    z-index: 1;
}

.tab-content>.active {background-color:transparent!important;}

.block_form .nav-tabs {
     position:relative;margin-bottom:40px; border-bottom:1px solid #d5d7dc;
}
.block_form .nav-tabs:before,.block_form .nav-tabs:after {
  content:''; 
  margin-left: calc((100vw - 1265px) / -2);
    width: 100vw;
    
}


.block_form .nav-tabs .nav-link {
    border: none;font-size: 22px;background: transparent;
    color: #222;
    border-bottom: 3px solid transparent;
}

.block_form .nav-tabs .nav-item.show .nav-link,.block_form .nav-tabs .nav-link.active {
    border-color:#1a7fbe; color:#000;
    
}
.block_form{
background: #eaeef3;}

.wpcf7-not-valid {    border: 1px solid #da4645;}


.wpcf7-not-valid-tip {
    color: #da4645;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0;
    width: 320px;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #da4645;
    background: #da4645;
    color: #fff;
}
.font-size--xs {font-size:14px;}

.textarea .wpcf7-not-valid-tip {
display: block;
    position: relative;
    bottom: auto;
    width: 120px;
    font-size: 11px;
    margin-right: 12px;
    line-height: 1.2;
    margin-left: -30px;
    margin-top: 15px;
}
