.main-header{
	padding: 0px;
}

.menu.sticky{
	z-index:99999;
}

.contact-section span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.required label{
	display: flex;
}

body.single-project .main-header {
    height: auto;
    min-height: unset;
}

.project-hero {
    background: black;
    position: relative;
}

.project-hero .row {
    display: flex;
    justify-content: space-between;
}

.project-hero .row > div {
    width: calc(50% - 10px);
}

.project-hero p,
.project-hero a,
.project-hero div {
    color: white;
}

.project-hero-info {
    padding-left: calc((100% - 1155px) / 2);
}

.project-hero-info .short-description {
    margin: 34px 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
}

.project-hero-info .discuss-button a {
    display: inline-block;
    padding: 25px 52px;
    background: #13151C;
    border: 2px solid #DD4242;
    box-sizing: border-box;
}

.project-hero-info .technologies-button {
    margin-top: 34px;
}

.project-hero-info .technologies-button a {
    background: #DD4242;
    border-radius: 10px;
    padding: 12px 36px;
    display: inline-block;
    margin-bottom: 15px;
}

.project-hero-info .technologies-button a:not(:last-child) {
    margin-right: 15px;
}

.project-hero-img {
    padding-right: 1%;
}

.project-hero-img .img-item {
    width: 75%;
}

.project-hero-img .img-item:nth-child(2) {
    /*transform: translateY(-60px);*/
    position: relative;
    top: -60px;
    margin: 0 auto;
}

.project-hero-img .img-item:nth-child(3) {
    /*transform: translateY(-120px);*/
    position: relative;
    top: -120px;
    margin-left: auto;
}

.project-hero-img .img-item img {
    max-width: 100%;
}

/* about section */
.single-project-about .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-project-about .title h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 160%;
}

.single-project-about .title {
    width: 30%
}

.single-project-about .description {
    width: calc(70% - 90px);
}

.single-project-about .description p {
    font-weight: 500;
    font-size: 32px;
    line-height: 160%;
}

.single-project-about hr {
    height: 2px;
    border: none;
    background: #C4C4C4;
    display: block;
    margin: 90px 0;
}

.single-project-about .description .icons {
    display: flex;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 160%;
    margin-top: 50px;
}

.single-project-about .icon-item span {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #DD4242;
    text-align: center;
    margin-right: 15px;
}

.single-project-about .icon-item:not(:last-child) {
    margin-right: 50px;
}

.single-project-about .icon-item img {
    vertical-align: middle;
    width: 28px;
    height: auto;
}

/* single project screen section */
.single-project-screen {
    padding-left: 57px;
    padding-right: 57px;
}

.single-project-screen .awesome-web {
    background: black;
    border-radius: 30px;
    padding: 70px;
}

.single-project-screen img {
    display: block;
    max-width: 100%;
}

/* stack section */
.single-project-stack .row {
    display: flex;
    justify-content: space-between;
}

.single-project-stack .row > div {
    width: calc(50% - 65px);
}

.single-project-stack .stack-icons .row-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-project-stack .stack-item {
    border: 1px solid #B7B7B7;
    box-sizing: border-box;
    border-radius: 10px;
    width: calc(25% - 14px);
    min-width: 56px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    transition: all .2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.single-project-stack .stack-item:hover {
    background-color: #D02929;
    border-color: #D02929;
}

.single-project-stack .stack-item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.single-project-stack .stack-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.single-project-stack .stack-content h2 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 21px;
}

.single-project-stack .stack-content p {
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
}

/* page screens section */
.single-project-pages {
    padding-left: 30px;
    padding-right: 30px;
}

.single-project-pages > .row {
    display: flex;
    justify-content: space-between;
}

.single-project-page-item {
    width: calc(50% - 10px);

}

.single-project-page-item .page-screen {
    background-color: black;
    border-radius: 15px;
    padding: 70px;
}

.single-project-page-item img {
    max-width: 100%;
}

.single-project-page-item .page-title {
    text-align: center;
    padding: 43px 0;
    font-weight: 500;
    font-size: 20px;
}

/* team composition section */
.team-composition {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.team-composition .row {
    display: flex;
    justify-content: space-between;
}

.team-composition-title {
    width: calc(40% - 15px);
}
.team-composition-items {
    width: calc(60% - 15px);
}

.team-composition .team-composition-title h2 {
    max-width: 350px;
    font-weight: bold;
    font-size: 42px;
    line-height: 130%;

}
.team-composition .composition-items-wrapper {
    display: flex;
    justify-content: space-between;
}
.composition-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.composition-items-wrapper > div{
    flex: 1 1 33.33%;
}
.composition-item .count{
    width: 87px;
    height: 87px;
    border-radius: 5px;
    background: black;
    color: white;
    font-weight: 600;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;

}
.composition-item:hover .count{
    background: #DD4242;
}
.composition-item:hover .member{
    color: #DD4242;
}
.composition-item:hover .member::after{
    background: #DD4242;
}
.composition-item .member{
    padding: 25px 5px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.composition-item .member::after{
    content: '';
    display: block;
    width: 87px;
    height: 4px;
    background: black;
    margin: 25px auto;
}

/* our projects slider */

.title-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.title-row .slick-arrows{
    flex: 0 0 150px;
}
.title-row h2{
    flex-grow: 1;
}
.slick-arrows .slick-arrows-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-arrow{
    cursor: pointer;
}

.project-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.slide-darken{
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.project-slide:hover .slide-darken{
    background: rgba(0, 0, 0, 0.8);
}
.our-projects-slider .slick-slide{
    margin: 0 8px;
}
.our-projects-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
}
.our-projects-slider .slide-content{
    position: relative;
    z-index: 1;
    color: white;
}

@media (max-width: 1100px) {
    .project-hero-info h1{
        font-size: 50px;
    }
    .project-hero-info .short-description{
        font-size: 18px;
    }
    section h2{
        font-size: 38px!important;
        line-height: 1.2!important;
    }
    section p{
        font-size: 28px!important;
    }
    .team-composition .composition-items-wrapper{
        flex-direction: column;
    }
    .composition-items-wrapper > div{
        flex-direction: row;
    }
    .composition-item .member{
        flex-grow: 1;
        text-align: center;
    }

}

@media (max-width: 1024px) {
    .project-hero-info h1{
        font-size: 45px;
    }
    .project-hero-info .short-description{
        font-size: 18px;
    }
    section h2{
        font-size: 30px!important;
        line-height: 1.2!important;
    }
    section p{
        font-size: 22px!important;
    }
    body.single-project section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single-project-about hr{
        margin: 30px 0;
    }

}
@media (max-width: 960px) {
    section.project-hero{
        padding-bottom: 0!important;
    }
    .project-hero .row{
        flex-direction: column-reverse;
    }
    .project-hero .row > div{
        width: 70%;
        margin: auto;
    }
    .project-hero-info{
        position: relative;
        top: -90px;
    }

}

@media (max-width: 767px) {
    .project-hero .row > div{
        width: 100%;
    }

    .project-hero-info h1{
        font-size: 36px;
    }
    .project-hero-info .short-description{
        font-size: 16px;
    }
    .single-project-about .description .icons{
        margin-top: 25px;
    }
    .single-project-about .icon-item{
        font-size: 18px;
    }
    .single-project-about .icon-item span{
        margin-right: 8px;
    }
    .single-project-about .row {
        flex-direction: column;
    }
    .single-project-about .row > div {
        width: 100% !important;
    }
    .single-project-about h2{
        margin-bottom: 20px;
    }


    .single-project-screen{
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-project-stack .row{
        flex-direction: column;
    }
    .single-project-stack .row > div:first-child{
        width: 100%;
    }
    .single-project-stack .row > div:last-child{
        width: 50%;
        margin: 15px auto 0 auto;
    }
    .single-project-page-item .page-screen{
        padding: 40px 30px;
    }
    .team-composition .row{
        flex-direction: column;
    }
    .team-composition .row > div{
        width: 100%;
    }
    .team-composition .team-composition-title h2{
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }


}

@media (max-width: 550px) {
    section.project-hero{
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-project-stack .row > div:last-child{
        width: 80%;
        margin: 15px auto 0 auto;
    }
    .single-project-screen .awesome-web{
        padding: 40px 30px;
    }

    .single-project-pages{
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-project-pages > .row{
        flex-direction: column;
    }
    .single-project-pages > .row > div{
        width: 100%;
    }
}

.contact-section .container {
    width: fit-content;
    padding: 40px;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
}
.contact-section .container h2{
    font-size: 42px;
}
.contact-section .container .form-location{
	background: #EFEFEF !important;
	border-radius: 5px !important;
    margin-bottom: 15px !important;
}
.contact-section .container .form-location .select2-container .select2-selection--single{
	margin: 0 !important;
	border: none !important;
}
.contact-section .container .form-location .select2-container--default .select2-selection--single .select2-selection__rendered{
	    padding: 16px 25px !important;
}
.contact-section .container input:not([type="checkbox"]), .contact-section .container textarea {
    background: #EFEFEF !important;
    border-bottom: 0;
    padding: 20px 25px !important;
    border-radius: 5px !important;
    margin-bottom: 15px !important;
}
.contact-section .container .contact-file span, .contact-section .container .contact-file i{
	color: #C5C5C5;
}
.contact-section .container .contact-file{
	    padding: 20px 25px !important;
}
.contact-section form{
	width: 400px;
}
.contact-section form button[type="submit"] {
    width: 100% !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
}
.contact-file>label{
    padding: 0 !important;
}
.contact-file>label span { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

.contact-file {
    border: 1px solid #E2E2E2 !important;
    border-radius: 5px;
    padding: 0px 23px 19px 20px;
}

.contact-form {
    width: auto !important;
    margin: auto !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.contact-section form form {
    width: 400px;
}

.header_logo {
    position: relative;
}

.main-header {
    background: url('../img/header_bg_mob.jpg') no-repeat !important;
}

.header_logo img {
    position: relative;
    z-index: 9999;
}
.shad_el {
    height: 350px;
    width: 350px;
    background: #DD4242;
    filter: blur(100px);
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
}

.portfolio-section {
    background: url('../img/portfolio-bg.png') no-repeat left top;
    padding-bottom: 80px !important;
}

.portfolio-section>header {
    background: none !important;
}

.portfolio_block{
    display: flex;
	width: 100%;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
}

.portfolio_block .portfolio_container, .slick-track .portfolio_container{
	color: #fff !important;
    background: url('../img/7.jpg');
    border-radius: 15px;
    background-repeat: no-repeat;
    width: calc(50% - 50px);
    align-items: center;
    justify-content: center;
    margin: 13px;
}

.portfolio_container_hidden {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    opacity: 0;
    position: absolute;
    max-height: 420px;
	max-width: 520px;
	width: inherit;
	text-align: left;
    border-radius: 10px;
    padding-left: 50px;
	padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

.portfolio_filter {
    width: fit-content;
    display: flex;
    padding: 8px 12px;
    margin: 0 auto;
    margin-bottom: 60px;
    background: #F5F3F5;
    border-radius: 10px;
}

.portfolio_filter h4 {
    padding: 12px 20px;
    border-radius: 10px;
	cursor: pointer;
}

.portfolio_filter h4.active {
    color: #fff;
    background: #dd4242;
}

.portfolio_container_visible {
    height: 420px;

}

.portfolio_block .portfolio_container:hover .portfolio_container_visible, .slick-track  .portfolio_container:hover .portfolio_container_visible{
    opacity: 0;
    transition: 0.3s;
    position: relative;
    z-index: -1;
}

.portfolio_block .portfolio_container:hover .portfolio_container_hidden, .slick-track  .portfolio_container:hover .portfolio_container_hidden{
    z-index: 998;
    opacity: 1;
    transition: 0.3s;
}

.portfolio_container_hidden .country_for {
    padding-top: 100px;

}

.portfolio_container_visible {
    display: flex;
    justify-content: center;
    align-items: center;
}

.country_for {
    font-family: 'GilroyM';

    font-size: 42px;
}

.tax_labels {
    display: flex;
    margin-bottom: 23px;
}

.tax_label {
    font-family: 'GilroyB';
    padding: 3px 10px;
    color: #DD4242;
    border: 1px solid #DD4242;
    margin-right: 15px;
}

.portfolio_view_more.disable {
    opacity: 0.6;
    transition: 0.3s;
}

.loader_portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.portfolio_view_more {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    background: #262424;
    color: #fff;
    padding: 20px 65px;
    border-radius: 29px;
}

.project_title {
    font-family: 'GilroyB';
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}

.project_desc {
    font-family: 'GilroyM';
    font-size: 16px;
    margin-bottom: 60px;
}

.portfolio_viev_all img {
    margin-left: 12px;
}

.portfolio_viev_all {
	position: absolute;
    bottom: 45px;
    font-family: 'GilroyB';
    color: #dd4242;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.project_tax_main_label {
    font-size: 16px;
    color: #fff;
    position: absolute;
    padding: 12px 32px;
    border-radius: 0 0 10px 10px;
    background: #dd4242;
    z-index: 999;
    margin-left: 45px;
}


@media screen and (max-width: 580px) {
    .portfolio-section {
        padding-bottom: 30px !important;
    }

    .portfolio_block ,.slick-track{
        display: block;
        width: 100%;
    }

    .portfolio_block .portfolio_container , .slick-track .portfolio_container{
        width: auto;
    }
    .portfolio_container_hidden {
        width: calc(100vw - 25px);
    }

    .portfolio_container_hidden .country_for {
        padding-top: 65px;
    }

    .portfolio_block .portfolio_container:hover .portfolio_container_hidden, .slick-track .portfolio_container:hover .portfolio_container_hidden{
        padding-left: 20px;
        padding-right: 20px;
    }

    .portfolio_block .portfolio_container:hover .portfolio_container_hidden, .slick-track .portfolio_container:hover .portfolio_container_hidden{
        z-index: 0;
    }
}


/*Blog*/
.blog-sectio, .contact-sectionn {
    background: #f2f2f2;
}

#blog_home .blog_single {
    padding: 0;
    margin: 7px;
}

.blog_content {
    padding: 25px;
}

.blog_items {
    margin-top: 80px;
}

a.blog_single {
    max-width: 33%;
}

a.blog_single img.blog_t {
    width: -webkit-fill-available;
    height: 250px;
    border-radius: 10px;
    transition: 0.3s;
}

.blog_top {
    font-family: 'GilroySB';
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
}

.blog_top img {
    margin: 0 7px;
}

.post_title {
    font-family: 'GilroyB';
    margin-bottom: 16px;
    font-size: 20px;
}

a.blog_single p {
    font-family: 'GilroyM';
    font-size: 14px;
    line-height: 24px;
    color: #1f1d1d69;
}

.blog_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

a.blog_single:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.3s;
}

a.blog_single:hover p.read_more img {
    left: 10px;
    transition: 0.3s;
}

a.blog_single:hover img {
    border-radius: 0px;
    transition: 0.3s;
}

a.blog_single .read_more {
    font-size: 12px;
    line-height: 14px;
    color: #dd4242 !important;
}

p.read_more img {
    transition: 0.3s;
    left: 0px;
    position: relative;
    margin-left: 10px;
}
.read_time{
	font-size: 12px;
	color: #6E6E6E;
}
input#sfba-form2-button{
	    width: 45% !important;
	    margin: 0 !important;
    margin-left: 5px !important;
	    height: 40px !important;
	    background: #EB5757 !important;
	font-family: "SFUIDisplay" !important;
	font-weight: 300 !important;
    color: #fff !important;
    font-size: 14px !important;
}
.sfba_thanks_container a.sfba-form-close{
	display: none;
}
p.sfba-email-field-error.error{
	position: absolute;
	bottom: -25px;
}
#sfba_thanks_message{
    height: 31px;
    font-size: 18px !important;
}
#sfba_thanks_image{
	display: none;
}
#sfba-form2-email{
		    margin: 0 !important;
		    height: 40px !important;	
}
.sfba_subscribe_form__fields {
width: 65% !important;	

}
.sfba_subscribe_form__fields_wrap {
	margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
}
div#sfba-form2-container{
	    background: none !important;
    width: -webkit-fill-available !important;
    padding: 0 !important;
}
.contact-section .container input:not([type="checkbox"]).wpcf7-not-valid, #popup-box-1 .container input:not([type="checkbox"]).wpcf7-not-valid{
    border: 1px solid #DD4242 !important;
}
@media screen and (max-width: 1000px) {
	.header_logo{
		display: none;
	}
	.service-content p, .about-info p , section p{
    font-size: 16px !important;
}
}
@media screen and (max-width: 760px) {
.service-items li.aos-init.aos-animate{
		width: 100% !important;
		
	}
	
}
@media screen and (max-width: 1100px) {
	.service-items li.aos-init.aos-animate{
		width: 45vw;
		
	}
}

@media screen and (max-width: 580px) {
	.header_logo{
		display: none;
	}
	.contact-section form{
		width: auto;
	}
	.footer__dark_new .footer-menu, .footer__dark_new .footer-about, .footer__dark_new .contacts {
    width: auto;
}
	
    #blog_home .blog_items {
        display: block !important;
    }

    #blog_home .blog_single {
        margin: 0;
    }

    section#blog_home {
        padding-bottom: 0;
    }
}
.slick-track .portfolio_container{
	background-size:cover !important;
}
.slick-track .portfolio_container_hidden{
	max-width:582px;
}
.slick-track .portfolio_container_visible .country_for{
	text-align: center;
}
.main-header.project_header_single {
    background: #000 !important;
}

.service-items>li>a .service-more{
	display: none;
}


@media (max-width: 550px) {
	.popup-box .close{
		left: 85vw;
		top: 15px;
	}
	.popup-box{
		top: 0 !important;
	}
	.popup-box section{
		width: 95vw;
		margin-left: 6vw;
	}
	.popup-box section h2{
		padding-bottom: 15px;
	}
    section.project-hero{
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-project-stack .row > div:last-child{
        width: 80%;
        margin: 15px auto 0 auto;
    }
    .single-project-screen .awesome-web{
        padding: 40px 30px;
    }

    .single-project-pages{
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-project-pages > .row{
        flex-direction: column;
    }
    .single-project-pages > .row > div{
        width: 100%;
    }
}

.popup-box {
	position: absolute;
	border-radius: 5px;
	background: #fff;
	display: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
	z-index: 9999999;
	font-size: 14px;
}

.popup-box .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	cursor: pointer;
	color: #434343;
	padding: 20px;
	font-size: 20px;
}

.popup-box .close:hover {
	color: #000;
}

.popup-box h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.popup-box .top {
	padding: 20px;
}

.popup-box .bottom {
	background: #eee;
	border-top: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#blackout {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 9999;
	left: 0;
	display: none;
}
.popup-box{
	padding: 50px 65px;
}
.popup-box .contact-section h2{
	margin-bottom: 25px;
}
.popup-box .contact-section .container .contact-file {
    padding: 18px 25px !important;
}
.popup-box .contact-section .container, .popup-box section{
	padding: 0;
}
.popup-box .contact-section form{
	width: 100%;
}
.popup-box .contact-form {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.popup-box .contact-form div {
    width: 48%;
}
.contact-form .form-first-name label.foc, .contact-form .form-last-name label.foc, .contact-form .form-company label.foc, .contact-form .form-location label.foc, .contact-form .form-phone label.foc{
	 top: 17%;
	    font-size: 12px;
}
.contact-form label.error_mark{
	color: red !important;
}

.contact-form .wpcf7-not-valid-tip{
	display:none;
}

.contact-form button:hover{
	background: #DD4242;
	transition: all 0.3s;
	opacity: 1 !important;
}

.contact-form .form-first-name label, .contact-form .form-last-name label, .contact-form .form-company label, .contact-form .form-location label, .contact-form .form-phone label  {
    color: #9ea0a2;
	pointer-events: none;
    transform: translate(0,-50%);
    top: 42%;
    left: 25px;
    font-size: 16px;
    position: absolute;
    transition: .5s all ease;
}

.contact-form .form-first-name, .contact-form .form-last-name, .contact-form .form-company, .contact-form .form-location, .contact-form .form-phone {
	position: relative;
}

.hor_line_contact{
    width: 50px;
    height: 2px;
    background: #000;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 45px;
}
#popup-box-1 h2{
	font-size: 28px !important;
}
#popup-box-1 .contact-section .container{
	border: none !important;
}

.contact_message.active.fix_p{
	width: 450px;
	left: calc(50% - 225px);
	top: 20%;
}

.msg_bg.active.fix_p{
	
}
.msg_bg.active{
	display: block;
}
.msg_bg{
	display:none;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}
.contact_message img{
	margin-bottom: 30px;
}
.contact_message.active{
	display: block;
}
.contact_message {
	display: none;
	position: absolute;
	background: #fff;
    width: 98%;
    left: 7px;
    text-align: center;
    top: 30%;
    padding: 55px 85px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
	z-index: 9999999999;
}
