body[contenteditable] img {
    max-height: 250px;
    max-width: 250px;
}

/* FONTS */

/* font-family: "LatoRegular"; */
@font-face {
    font-family: "LatoRegular";
    src: url("new-fonts/LatoRegular/LatoRegular.eot");
    src: url("new-fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("new-fonts/LatoRegular/LatoRegular.woff") format("woff"),
    url("new-fonts/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
    font-family: "LatoBold";
    src: url("new-fonts/LatoBold/LatoBold.eot");
    src: url("new-fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("new-fonts/LatoBold/LatoBold.woff") format("woff"),
    url("new-fonts/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
    font-family: "LatoLight";
    src: url("new-fonts/LatoLight/LatoLight.eot");
    src: url("new-fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("new-fonts/LatoLight/LatoLight.woff") format("woff"),
    url("new-fonts/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.project-detail-header {
    text-align: center;
    padding-top: 50px;
}
.project-detail-header img, .project-detail-body .project-detail-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.project-detail-body * {
    font-family: "LatoRegular";
}

.project-detail-body h1 {
    font-weight: 100;
    font-size: 28px;
}
.project-detail-body p {
    font-size: 18px;
    margin: 0 -5px;
    line-height: 27px;
}

.project-detail-body>.row{
    margin-bottom: 70px;
}
.project-detail-body>.row.low-margin{
    margin-bottom: 10px;
}
/*.project-detail-body>.row:first-child {*/
    /*margin-top: 70px;*/
/*}*/
.project-detail-body>div.project-detail-count:nth-child(odd) {
    margin-top: -70px;
}
.project-detail-body>.row:last-child {
    margin-bottom: 0; 
}

.project-detail-body .project-detail-image{
    padding-top: 155px;
    padding-bottom: 155px;
    background-color: #f8f7f2;
}

.project-detail-body .project-detail-task p.task {
    font-size: 25px;
    font-weight: 600;
}
.project-detail-body .project-detail-task>div:last-child p{
    text-align: justify;
}
.project-detail-body .project-detail-task p.list {
    text-align: left !important;
}
.project-detail-body p:first-child {
    margin-bottom: 15px;
}

.project-detail-body .project-detail-count>div:first-child {
    text-align: center;
}
.project-detail-body .project-detail-count>div:first-child .number {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 1px solid #000;
    position: relative;
    border-radius: 10px;
}
.project-detail-body .project-detail-count>div:first-child .number span {
    font-size: 45px;
    font-family: "LatoLight";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
}
.project-detail-body .project-detail-count>div:first-child .number p {
    font-size: 45px;
    font-family: "LatoLight";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.project-detail-body .project-detail-count>div:first-child p {
    font-family: "LatoLight";
    font-size: 15px;
    margin-top: 10px;
    line-height: inherit;
}
.project-detail-body .project-detail-count>div:last-child p {
    text-align: justify;
}
.social_links img {
	width: 32px;
	margin: 0.5rem;
}



@media (max-width: 768px) {

}

@media (max-width: 930px) {

    .project-detail-body .project-detail-image{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .project-detail-body p{
        margin: 0 10px;
    }
    .project-detail-header img {
        padding: 0 50px;
    }
    .project-detail-body .project-detail-task p.task {
        display: none;
        font-size: 30px;
        text-align: center;
    }
    .project-detail-body .project-detail-count>div:first-child p{
        font-size: 20px;
        margin-bottom: 20px;
    }

}






@media (min-height: 300px) and (max-height: 431px){
    .logo>img{
        width: 200px;
    }
    .header .link-down{
        bottom: 0;
    }
}

.callback .cover{
    padding-top: 40px;
}

@media (min-height: 430px) and (max-height: 580px){
    .logo>img{
        width: 300px;
    }
}
@media (min-width: 930px) {
    .nav .mobile {
        display: none;
    }
}

.callback {
    transition: 0.8s;
}

.callback .form {
    width: 615px;
    margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.callback .row {
    text-align: center;
}
.callback .line {
	margin-bottom: 15px;
}
.callback .row input {
    width: 100%;
	height: 45px;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.65);
    border: 0;
    font-weight: bold;
}
.callback .row input.error, .callback .row textarea.error {
    border: 1px solid red;
}
.callback .row label {
    color: #fff;
    position: absolute;
    top: -10px;
    width: 300px;
    left: 0;
}

.callback .row input:hover,
.callback .row input:focus,
.callback .row input:active,
.callback .row textarea:hover,
.callback .row textarea:focus,
.callback .row textarea:active {
    /*background-color: #fff;*/
    outline: none;
}

.callback .row textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    border: 0;
    font-weight: bold;
    padding: 10px 10px;
}

.callback input::-webkit-input-placeholder,
.callback input[type="text"]::-webkit-input-placeholder,
.callback input[type="password"]::-webkit-input-placeholder,
.callback textarea::-webkit-input-placeholder {
	font-weight: bold;
	font-size: 14px;
	color: #7e7a99;
}
.callback input::-moz-placeholder,
.callback input[type="text"]::-moz-placeholder,
.callback input[type="password"]::-moz-placeholder,
.callback textarea::-moz-placeholder {
	font-weight: bold;
	font-size: 14px;
	color: #7e7a99;
}
.callback input:-moz-placeholder,
.callback input[type="text"]:-moz-placeholder,
.callback input[type="password"]:-moz-placeholder,
.callback textarea:-moz-placeholder {
	font-weight: bold;
	font-size: 14px;
	color: #7e7a99;
}
.callback input:-ms-input-placeholder,
.callback input[type="text"]:-ms-input-placeholder,
.callback input[type="password"]:-ms-input-placeholder,
.callback textarea:-ms-input-placeholder {
	font-weight: bold;
	font-size: 14px;
	color: #7e7a99;
}
.callback input:-ms-input-placeholder,
.callback input[type="text"]:-ms-input-placeholder,
.callback input[type="password"]:-ms-input-placeholder,
.callback textarea:-ms-input-placeholder {
	font-weight: bold;
	font-size: 14px;
	color: #7e7a99;
}

.callback .row button {
    background-color: transparent;
	width: 100%;
    padding: 10px 60px;
    border: 2px solid #fff;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
    transition: 0.2s;
}
.callback .row button:hover {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    color: #212121;
}

/* FOOTER */

.n-footer {

    background-color: #000;
    padding-bottom: 40px;
}

.n-footer .f-menu {
    padding-left: 0;
    margin-top: 45px;
    margin-bottom: 35px;
}
.n-footer .f-menu li {
    display: inline-block;
    margin-right: 35px;
}
.n-footer .f-menu li>a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.n-footer .f-menu li>a:hover {
    color: #cdb3f8;
}

.n-footer .f-social {
    padding-left: 0;
    margin-top: 45px;
    margin-bottom: 35px;
    float: right;
}
.n-footer .f-social li {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    transition: 0.2s;
    margin-left: 10px;
}
.n-footer .f-social li:hover {
    background-color: rgba(255, 255, 255, 0.31);
}
.n-footer .f-social li>a {
    color: #fff;
    text-decoration: none;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    display: block;
}
.icon-vk {
    width: 15px;
    height: 13px;
    background-image: none !important;
}
.icon-facebook {
    width: 15px;
    height: 13px;
    background-position: 0 -5px;
}
.icon-google {
    width: 15px;
    height: 13px;
    background-position: -21px -5px;
}
.icon-twitter {
    width: 15px;
    height: 13px;
    background-position: -5px -28px;
}
.icon-vimeo {
    width: 15px;
    height: 13px;
    background-position: -29px -28px;
}
.icon-instagram {
    width: 15px;
    height: 13px;
    background-position: -46px -5px;
}
.icon-pintrest {
    width: 15px;
    height: 13px;
    background-position: -52px -28px;
}

.n-footer hr {
    margin: 0 -15px;
    border-top: 1px solid #333;
}

.n-footer img {
    margin-top: 30px;
}

.n-footer p{
    font-family: "LatoRegular";
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.n-footer p:first-child {
    margin-top: 30px;
}

.n-footer #bx-composite-banner{
    text-align: right;
    margin-right: -2px;
    margin-top: 20px;
}
.n-footer p.footer-bitrix {
    text-align: right;
}
.n-footer .footer-bitrix a{
    font-family: "LatoRegular";
    color: #fff;
    text-decoration: none;
}

.n-footer li.mobile {
    display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .n-footer .f-menu li {
        margin-right: 25px;
    }
    .n-footer .f-social li {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .xs-center{
        text-align: center;
    }
    .xs-center img {
        margin-left: auto;
        margin-right: auto;
    }
    .f-social {
        float: none !important;
    }

    .n-footer #bx-composite-banner {
        text-align: center;
        margin-right: 0;
    }
    .n-footer p.footer-bitrix {
        text-align: center;
    }
}


.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.loader-wrapper .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-top-color: #3498db;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
.loader-wrapper .loader:before, .loader-wrapper .loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
}
.loader-wrapper .loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.loader-wrapper .loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Section */
.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
}
.loader-section.section-left {
    left: 0;
}
.loader-section.section-right {
    right: 0;
}

/*Finished Loading Styles*/
.loaded .section-left {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.loaded .section-right {
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.loaded .loader {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


.projects-ajax{
    position: relative;
}
.ajax-preload {
    position: absolute;
    background-color: #fff;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}


.projects .slider .project-slider .name {
    font-size: 14px;
    padding: 5px 10px;


}

.about-4 li>a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1200px) {
	.callback .main {
		justify-content: center;
		-webkit-justify-content: center;
	}
}
@media (max-width: 992px) {
	.callback .form {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.callback h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.callback .line {
		display: block;
	}
	.callback .line .item {
		margin-bottom: 15px;
	}
	.callback .line .item:last-child {
		margin-bottom: 0px;
	}
	.callback .wrapper_checkbox .label {
		font-size: 12px;
		white-space: normal;
	}
}
.header {
	position: relative;
}

.signboard_container {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 170px;
	color: #000;
	font-size: 24px;
}
.signboard {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px;
}

@media (max-width: 640px) {
	.signboard_container {
		top: 35px;
		bottom: auto;
	}
}

@media (max-width: 570px) {
	.signboard_container {
		font-size: 18px;
	}
}

@media (max-width: 376px) {
	.signboard_container {
		font-size: 16px;
	}
}